jimbobian
- 52
- 0
Homework Statement
Evaluate \int{\frac{1}{nln(n)} dn }
Homework Equations
The Attempt at a Solution
I know the answer thanks to WolframAlpha, I just want to understand why my method didn't work.
I took a stab at parts using:
u=\frac{1}{ln(n)}
\frac{dv}{dn}=\frac{1}{n}
So this gives:
v=ln(n)
Using quotient rule:
\frac{du}{dn}=\frac{0-(1)(1/n)}{(ln(n))^2}=\frac{-1}{n(ln(n))^2}
And therefore as:
\int{u\frac{dv}{dn} dn } = uv - \int{v\frac{du}{dn} dn}
\int{\frac{1}{nln(n)} dn } = ln(n)\frac{1}{ln(n)} - \int{ln(n)\frac{-1}{n(ln(n))^2} dn}
= 1 + \int{\frac{1}{n ln(n)} dn}
Which surely isn't right? Can anyone spot the mistake/reason why this method doesn't work?
Cheers