I've been having trouble simplifying this fraction : $$ \frac{1+x^6}{1+x^2} $$
Can anyone explain step by step on how to solve this?
Thank you.
I've been having trouble simplifying this fraction : $$ \frac{1+x^6}{1+x^2} $$
Can anyone explain step by step on how to solve this?
Thank you.
On
For this rational function, or any other rational function, you can use polynomial long division to simplify it. In this case there is no remainder as $x^2 + 1$ is a factor of $x^6 + 1$, but if you didn't know that beforehand, you will find that out by applying long division.
$1+x^6=1+({x^2})^3$ which is equivalent to
$(1+x^2)(x^4+1-x^2)$ using $a^3+b^3=(a+b)(a^2+b^2-ab)$
Hence the expression becomes $$\frac{(1+x^2)(x^4+1-x^2)}{1+x^2} = (x^4+1-x^2).$$