Evaluation of Integral (nln(n))^-1

  • Thread starter Thread starter jimbobian
  • Start date Start date
  • Tags Tags
    Integral
jimbobian
Messages
52
Reaction score
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
 
Physics news on Phys.org
Hi Jimbobian. Write the integral as,

\int n^{-1} \, \left[ ln(n)\right]^{-1} dn

and then note that it is in the form of \int g' \, f \circ g(n) \, dn

This is a special form (the product of a function of a function times the derivative of the inner function) that we should always be on the look out for when trying to find an anti-derivative. This form always has a simple solution so long as we know the anti derivative of just the outer function "f()".
 
Damn, one month after school finishing and I'd already forgotten to be on a look out for that, despite the number of times my teacher brought it up!

That form would certainly make evaluating it easier (and thank you for spotting it), but I would also like to know why my method didn't work?
 
jimbobian said:
Which surely isn't right? Can anyone spot the mistake/reason why this method doesn't work?

Cheers

We pretty much always ignore the constants of integration when we do integration by parts. When you integrate dv we take the constant zero. Your result just says the two antiderivatives differ by a constant, but that doesn't get you anywhere.

I assume you know that integral would be done with a u substitution, letting u = ln(x).
 
LCKurtz said:
We pretty much always ignore the constants of integration when we do integration by parts. When you integrate dv we take the constant zero. Your result just says the two antiderivatives differ by a constant, but that doesn't get you anywhere.

I assume you know that integral would be done with a u substitution, letting u = ln(x).

Thank you! Yes, the actual integration, as uart pointed out, isn't challenging I just got hung up on why this didn't work.

Thank you both, my issue is solved!
 
jimbobian said:
Thank you! Yes, the actual integration, as uart pointed out, isn't challenging I just got hung up on why this didn't work.

Thank you both, my issue is solved!

If you do a definite integration instead, say from 2 to x, integration by parts just gives you
\int_2^x \frac{dn}{n \ln(n)} = \int_2^x \frac{dn}{n \ln(n)},
which is no longer contradictory, but is also not useful.

RGV
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top