Discrepancy in Integration of 1/x by Parts

  • Thread starter Thread starter Gear300
  • Start date Start date
  • Tags Tags
    Integration
Gear300
Messages
1,209
Reaction score
9
If we were to integrate 1/x by parts using u = 1/x and dv = 1dx, then it would end up as:
Int(dx/x) = 1 + Int(dx/x), ending up with 1 = 0. Why was there a discrepancy in the integration?
--Int() refers to integral
 
Physics news on Phys.org
You're missing an integration constant.
 
\int\frac{1}{x}dx=uv -\int vdu= \frac{x+c}{x} - \int \frac{-(x+c)}{x^{2}}dx = etc...
u=\frac{1}{x}
du=\frac{-1}{x^{2}}
dv=1dx
v=x+c

Please tell me if I am wrong.

Regardless, you are looking for the result to be ln|x|+c.
 
exk said:
v=x+c
I don't think there should be a '+ c' in this intermediate step. Anyway, integrating
1/x gives ln(x) + c by definition. Some books actually define ln(x) to be the anti-derivative of that.
 
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