Integration by Parts: Solving \int{x^2tan^{-1}xdx}

dimpledur
Messages
193
Reaction score
0

Homework Statement



\intx^2tan^{-1}xdx



The Attempt at a Solution


\int{x^2tan^{-1}xdx}



\int{x^2tan^{-1}xdx} = \frac{x^3}{3}tan^{-1}x-{\frac{1}{3}}\int \frac {x^3}{1+x^2}dx



let {}u=1+x^2, \frac{du}{2}=xdx



\frac{x^3}{3}tan^{-1}x- \frac{1}{6}\int (1-1/u)



\frac{x^3}{3}tan^{-1}x-(x^2/6)-(1/6)+(1/6)ln(x^2+1)



In the answer, there is no -1/6. Help?

I'm not looking for other alternatives. I have the solution for this question, however, I want to know why the 1/6 dissapears
 
Last edited:
Physics news on Phys.org
I think that's it... I can't see the integral signs on this site... Although I can on every other site that uses latex.
 
Last edited:
We know that arctan x is differentiable
u = arctan x
du/dx = 1/1+x^2

x^2dx = dv so v = x^3/3

now int udv = uv - int vdu/dx dx
= x^3(arctan x) - int (x^3/3(1+x^2) dx)

let 1+ x^ 2 = t
x^2 = (t-1)

2xdx = - dt
so we get x^3/1(1+x^2) dx
= x^2xdx/(1+x^2)/3
now you can proceed as
= (t-1) (-dt/6)/t
= -1/6(dt- dt/t)
integrating we get -1/6 t + 1/6ln(t) as t >0

substitute the value and get the result
 
Nevermind. My answer was right. I didnt realize that terms without a variable were assumed to be with the constant C.
 
dimpledur said:

Homework Statement



\intx^2tan^{-1}xdx
Put a space between \int and what follows it, like so.
\int x^2tan^{-1}xdx

dimpledur said:

The Attempt at a Solution


\int{x^2tan^{-1}xdx}



\int{x^2tan^{-1}xdx} = \frac{x^3}{3}tan^{-1}x-{\frac{1}{3}}\int \frac {x^3}{1+x^2}dx



let {}u=1+x^2, \frac{du}{2}=xdx



\frac{x^3}{3}tan^{-1}x- \frac{1}{6}\int (1-1/u)



\frac{x^3}{3}tan^{-1}x-(x^2/6)-(1/6)+(1/6)ln(x^2+1)



In the answer, there is no -1/6. Help?

I'm not looking for other alternatives. I have the solution for this question, however, I want to know why the 1/6 dissapears
 
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