The question is the title... It would be nice that the demonstration doesn't start from the result but from the indefinite intergral
2026-05-04 12:25:33.1777897533
On
How to prove that : $\displaystyle \int \frac{1}{1+x^2} \, \mathrm{d}x = \arctan(x) + C$?
40 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
3
On
I have always taught this by first finding the derivative of $\arctan x$. Or is that what you where trying to avoid?
Let $y=\arctan x$ so $\tan y = x$. Then implicitly differentiate to get:
$$\sec^2 y \cdot y' = 1$$
$$y'=\cos^2y$$
Then consider a right angle triangle with angle $y$ in one corner. As $\tan y=x$ then the adjacent side can be $1$ and the opposite side can be $x$. Using Pythagoras gives the hypotenuses as $\sqrt{1+x^2}$. So $\cos y=\frac{1}{\sqrt{1+x^2}}$ and hence:
$$y'=\frac{1}{1+x^2}$$
The integral then comes from the fundamental theorem of calculus.
Well it depends on what you do want to use (or can use), but if it isn't a standard integral you can rely on; substitute $x = \tan t$, then use $1+\tan^2t = \sec^2t$ and $x'(t) = \sec^2t$, so: $$\int \frac{1}{1+x^2} \, \mbox{d}x \to \int \frac{1}{1+\tan^2t} x'(t)\, \mbox{d}t = \int \frac{1}{\sec^2t} \sec^2t\, \mbox{d}t= \int \, \mbox{d}t = t + C$$ Now if $x = \tan t$, then $t = \ldots$.