I have the formula: $$ \frac{x^3 + 20x^2 + 100x}{x^3+31x^2+320x+1100} $$
How can I simplify them? I have no idea how to get started. I can imagine that you can look at it as two functions and then work your way along.
$f(x) = x^3 + 20x^2 + 100x$
$g(x) = x^3+31x^2+320x+1100$
And then you try something like this:
$$ \frac{f(x)}{g(x)} $$
But I am not sure and also do not know how to start here
There is a method, same as Euclidean algorithm for finding gcd of integers. This finds the gcd of the polynomials in $\mathbb Q[x]$ meaning I allow rational coefficients. You can learn this!
ummm: instead of "back-substituion" I like to write the business as a continued fraction.
$$ \left( x^{3} + 20 x^{2} + 100 x \right) $$
$$ \left( x^{3} + 31 x^{2} + 320 x + 1100 \right) $$
$$ \left( x^{3} + 20 x^{2} + 100 x \right) = \left( x^{3} + 31 x^{2} + 320 x + 1100 \right) \cdot \color{magenta}{ \left( 1 \right) } + \left( - 11 x^{2} - 220 x - 1100 \right) $$ $$ \left( x^{3} + 31 x^{2} + 320 x + 1100 \right) = \left( - 11 x^{2} - 220 x - 1100 \right) \cdot \color{magenta}{ \left( \frac{ - x - 11 }{ 11 } \right) } + \left( 0 \right) $$
Here I begin the "continued fraction" part. It begins with two fractions, the legitimate $0/1$ and the fake $1/0.$
$$ \frac{ 0}{1} $$ $$ \frac{ 1}{0} $$ $$ \color{magenta}{ \left( 1 \right) } \Longrightarrow \Longrightarrow \frac{ \left( 1 \right) }{ \left( 1 \right) } $$ $$ \color{magenta}{ \left( \frac{ - x - 11 }{ 11 } \right) } \Longrightarrow \Longrightarrow \frac{ \left( \frac{ - x }{ 11 } \right) }{ \left( \frac{ - x - 11 }{ 11 } \right) } $$ $$ \left( x \right) \left( \frac{ 1}{11 } \right) - \left( x + 11 \right) \left( \frac{ 1}{11 } \right) = \left( -1 \right) $$ $$ \mbox{GCD} = \color{blue}{ \left( x^{2} + 20 x + 100 \right) } $$ $$ \left( x^{3} + 20 x^{2} + 100 x \right) = \left( x \right) \cdot \color{blue}{ \left( x^{2} + 20 x + 100 \right) } + \left( 0 \right) $$ $$ \left( x^{3} + 31 x^{2} + 320 x + 1100 \right) = \left( x + 11 \right) \cdot \color{blue}{ \left( x^{2} + 20 x + 100 \right) } + \left( 0 \right) $$ $$ \mbox{GCD} = \color{blue}{ \left( x^{2} + 20 x + 100 \right) } $$ $$ \left( x^{3} + 20 x^{2} + 100 x \right) \left( \frac{ 1}{11 } \right) - \left( x^{3} + 31 x^{2} + 320 x + 1100 \right) \left( \frac{ 1}{11 } \right) = \left( - x^{2} - 20 x - 100 \right) $$