How does $\frac{x^2}{ x^2 + 1}$ simplify to $1-\frac{1}{1+x^2}$

158 Views Asked by At

How does $$\frac{x^2}{ x^2 + 1}\quad\text{ simplify to }\quad 1-\frac{1}{1+x^2}\;?$$

Can someone explain the steps of how to get to that alternate form?

3

There are 3 best solutions below

1
On BEST ANSWER

$$\frac{x^2}{1+x^2}=\frac{1+x^2-1}{1+x^2}=\frac{1+x^2}{1+x^2}-\frac1{1+x^2}=1-\frac1{1+x^2}$$

0
On

$\frac{x^2}{x^2+1}+\frac{1}{x^2+1}=\frac{x^2+1}{x^2+1}=1$

So

$1-\frac{1}{x^2+1}=\frac{x^2}{x^2+1}$

For example if $x=2$ then

$\frac{4}{5}+\frac{1}{5}=\frac{5}{5}=1$

$1-\frac{1}{5}=\frac{4}{5}$

0
On

If a rational function has a numerator of degree not strictly less than the denominator, you can apply polynomial Euclidean division of numerator (here $x^2$) by denominator ($x^2+1)$. The quotient ($1$) becomes a polynomial part, the remainder ($-1$) becomes the new numerator, over an unchanged denominator.

In formula, if $A,B$ are polynomials, $B\neq0$ and $A=QB+R$ by Euclidean division, then $$ \frac AB=Q+\frac RB\quad. $$