How Do I Integrate ln(4x) / 2x?

  • Context: Undergrad 
  • Thread starter Thread starter metalmagik
  • Start date Start date
  • Tags Tags
    Integration
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 4K views
metalmagik
Messages
130
Reaction score
0
This integration might be very simple but I feel like I'm missing something here. I tried integration by parts but I ended up with a mess, x on top of x and the integral never came out without two x's as a product of each other.

[tex]\int[/tex][tex]\frac{ln(4x)}{2x}[/tex]

Any help is appreciated, I'm trying to learn Calculus myself.
 
Last edited:
Physics news on Phys.org
Hint: what is d/dx(ln(x))?
 
let [tex]4x=y[/tex]

=>

[tex]\int\frac{ln 4x}{2x}dx = \frac{1}{2}\int\frac{lny}{y} dy[/tex]

integrate by parts :

[tex]lny = u , dv=\frac{dy}{y}[/tex]

=>

[tex]du=\frac{dy}{y} , v=lny[/tex]

=>

[tex]\int\frac{ln y}{y} dy = {(lny)}^2 - \int\frac{ln y}{y} dy[/tex]

=>

[tex]\int\frac{ln y}{y} dy = \frac{1}{2} {(lny)}^2[/tex]

=>


[tex]\int\frac{ln 4x}{2x}dx = \frac{1}{4} {(ln4x)}^2 +C[/tex]
 
Last edited:
ok , maze's hint is smart , but i thought integrating by parts would be more informative as metalmagik said that he is learning !
 
Whoa, I didn't even know anyone replied to this yet.

Well mmzaj's strategy looks like it works, but d/dx of ln(x) is 1/x...

if I use u substitution for this problem, I get u = ln(4x), du = 1/x dx

So, I have to put a 2 outside the integral to balance.

2[tex]\int[/tex]u du
2 [tex]\frac{u^2}{2}[/tex]

Then the 2's cancel out and I'm left with u^2 or ln(4x)^2. But this is not what mmzaj got from integration by parts.

Unless my u-substitution is off...

Why is there a problem?
 
The 2 should be in the denominator when you pull it out, and then multiplying by the 1/2 from u^2/2, that gets the factor of 1/4.