Is there a general method to operate the reduction of a rational expression to a sum : $\frac {1+2x}{1-3x} \rightarrow 1+5x+\frac{15x^3}{1-3x}$

For the example you chose, consider the following process:

$$\frac{1+2x}{1-3x} = \frac{1-3x+5x}{1-3x}=1+\frac{5x}{1-3x}$$

Notice that we have just 'added zero' in the numerator to make this happen. For the next term we do the same.

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

We could continue if we wanted to:

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

You probably now see the pattern. For each successive term, simply subtract and add '3x' times the numerator of the rational term (think about why we use 3x here). Factor out the original numerator and then separate into a new polynomial term and a new rational term. Since how many times you choose to repeat this process are up to you, you can generate series of arbitrary length. Hope this helps!


When dividing a polynomial by a polynomial of the same or lower degree, one may divide beginning with the denominator term of lowest degree or by the denominator term of highest degree.

Dividing by beginning with the lowest degree term of the denominator will produce a series (if one continues dividing the remaining fraction in the same fashion), as in problems (18) through (20).

Notice that if you carry, for example, (20) one more step you will have

$$ 1+5x+15x^2-\frac{45x^3}{1-3x} $$

Dividing beginning with the highest term of the denominator will produce a polynomial of degree lower than the numerator plus a remainder fraction whose numerator is of smaller degree than the denominator, as in (21) through (23).