Posts tagged division
Using division to find the power series representation

Sometimes we’ll want to use polynomial long division to simplify a fraction, but either the numerator and/or denominator isn’t a polynomial. In this case, we may be able to replace the non-polynomial with its power series expansion, which will be a polynomial. The simplest way to do this for the non-polynomial is to find a similar, known power series expansion and then modify it to match the non-polynomial function.

Read More