Factoring of Algebraic Fraction $\frac{x^4}{x^2-x+1}$

76 Views Asked by At

I came across an integral problem, it was a solved example, which goes something like this.

$$\int \frac{x^4}{x^2-x+1} dx$$ They straight away factored above integral into $$\int x^2+x - \frac{x}{x^2-x+1}dx$$ and went about solving it but what I found difficult was how did they factored from intital to second form

$$\frac{x^4}{x^2-x+1} \Rightarrow x^2+x+\frac{x}{x^2-x+1}$$

Thanks for your help on this.

4

There are 4 best solutions below

0
On BEST ANSWER

$\quad\dfrac{x^4}{x^2-x+1} $

$= \dfrac{x^4-x^3+x^2}{x^2-x+1} +\dfrac{x^3-x^2}{x^2-x+1}$

$= \dfrac{x^4-x^3+x^2}{x^2-x+1} +\dfrac{x^3-x^2+x}{x^2-x+1} - \dfrac{x}{x^2-x+1}$

$=\qquad x^2 \qquad\quad+\qquad x \quad\qquad- \dfrac{x}{x^2-x+1}$

0
On

$\frac {x^4}{x^2 - x +1} = \frac {x^2(x^2 - x + 1) + x^3 - x^2}{x^2 - x + 1} = \frac {x^2(x^2 - x + 1) + x(x^2-x + 1) + x^2 - x - x^2}{x^2 - x + 1} = \frac {x^2(x^2 - x + 1) + x(x^2-x + 1) - x }{x^2 - x + 1}$

0
On

Write $\frac 1{x^2-x+1} = \frac{x+1}{x^3+1}$ and $x^4=x(x^3+1-1)$ to decompose

$$\frac{x^4}{x^2-x+1} = \frac{x(x+1)(x^3+1-1)}{x^3+1} = x(x+1)-\frac{x(x+1)}{x^3+1} =x^2+x-\frac x{x^2-x+1}$$

1
On

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