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 ▸

Write (1+2i) /(2-i) in form x+iy


What is the polar form of the equation: x^2+y^2 =xy+1


3 points lie in a plane; P1=i+2j+3k, P2=-3i+5j+2k, P3=i+2j+k. Find the Cartesian equation of the plane


Given M = [[-2,6],[1,3]], find P and D such that M = PDP^(-1) where D is a diagonal matrix