Integration by parts $\int \tan^{-1} x\ dx$

415 Views Asked by At

The integration by parts formula is as follow-

$$ \int u\ dv = uv- \int v\ du$$

normally, I use L.I.A.T.E. As a guide for the priority of the choice of $u$

Where L is Log, I is inverse trigo, A is algebra, T is trigo, E is exponential.

The left side will be $u$ and right side will be $v$

Now, the question is $\int \tan^{-1} x\ dx$

What’s the product of 2 function here ?

In that question, I only see an inverse trigo function. $x$ cannot be counted as an algebra because x is part of the inverse trigo function.

so how do I pick $u$ ?

2

There are 2 best solutions below

0
On BEST ANSWER

Take $u=\tan^{-1}(x)$ and $dv=dx$

$$du={dx\over x^2+1}$$

$$\int\tan^{-1}(x)dx=x\tan^{-1}(x)-\int{xdx \over x^2+1}$$

Now in the integral in the RHS substitute $w=x^2+1$ so $dw=2xdx$...

2
On

I.L.A.T.E = Inverse trig . Logarithmic . Algebraic. Trig. Exponential

Here you select $u=\arctan(x) $ and $dv= 1$

$I=\int\arctan(x)\,dx$

$I = x\arctan(x)-\int\frac{x}{x^2+1}\,dx$

To evaluate $J = \int\frac x{x^2+1}\,dx$

let $x^2+1 = u\implies du = 2x\,dx$

$J = \frac12\int\frac 1u\,du$

$ J = \frac12\ln(x^2+1)+C$

$I =x\arctan(x) -\frac12\ln(x^2+1)+C$