Solveeit Logo

Question

Question: Evaluate $\int \frac{1-x^2}{1+x^2}dx$....

Evaluate 1x21+x2dx\int \frac{1-x^2}{1+x^2}dx.

Answer

x+2tan1(x)+C-x + 2\tan^{-1}(x) + C

Explanation

Solution

To evaluate the integral 1x21+x2dx\int \frac{1-x^2}{1+x^2}dx, we observe that the degree of the numerator is equal to the degree of the denominator. In such cases, we can simplify the integrand by performing polynomial long division or by algebraically manipulating the numerator.

We can rewrite the numerator 1x21-x^2 by adding and subtracting 11 in a strategic way to match the denominator 1+x21+x^2:

1x2=(x21)=(x2+12)=(x2+1)+21-x^2 = -(x^2-1) = -(x^2+1-2) = -(x^2+1) + 2

Now, substitute this back into the integral:

(x2+1)+21+x2dx\int \frac{-(x^2+1) + 2}{1+x^2}dx

Split the fraction into two separate terms:

=((x2+1)1+x2+21+x2)dx= \int \left( \frac{-(x^2+1)}{1+x^2} + \frac{2}{1+x^2} \right) dx

Simplify the first term:

=(1+21+x2)dx= \int \left( -1 + \frac{2}{1+x^2} \right) dx

Now, integrate each term separately:

=1dx+21+x2dx= \int -1 dx + \int \frac{2}{1+x^2} dx

=x+211+x2dx= -x + 2 \int \frac{1}{1+x^2} dx

We know the standard integral formula 11+x2dx=tan1(x)+C\int \frac{1}{1+x^2} dx = \tan^{-1}(x) + C.

Applying this formula, we get:

=x+2tan1(x)+C= -x + 2\tan^{-1}(x) + C

where CC is the constant of integration.