How do I integrate arctan(x) using integration by parts?

This is an example where we use integration by parts, but it is not immediately obvious where to start.Recall the integration by parts formula ∫u(dv/dx) dx = uv - ∫(du/dx)v dx
KEY STEP:We write arctan(x) = 1 . arctan(x) so that we can set u = arctan(x) and (dv/dx) = 1. Then (du/dx) = 1/(1+x^2) and v = x.
We can now substitute this back into the formula above ∫arctan(x) dx = ∫1 . arctan(x) dx = xarctan(x) - ∫x/(1+x^2) dx
Now the final integral we can recognise to be a natural log integral as d/dx(1+x^2) = 2x. ∫x/(1+x^2) dx = (1/2) ∫2x/(1+x^2) dx = (1/2)ln(1+x^2) + C
Putting all of this together we have finished the integral: ∫arctan(x) dx = xarctan(x) - (1/2)ln(1+x^2) + C.

OC

Related Further Mathematics A Level answers

All answers ▸

Find the equation of the tangent to the curve y = exp(x) at the point ( a, exp(a) ). Deduce the equation of the tangent to the curve which passes through the point (0,1) .


Solve the inequality x^3 + x^2 > 6x


You are given a polynomial f, where f(x)=x^4 - 14x^3 + 74 x^2 -184x + 208, you are told that f(5+i)=0. Express f as the product of two quadratic polynomials and state all roots of f.


How do I find the square root of a complex number?