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?
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?
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}$
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. $$
$$\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}$$