Long Division of Polynomials

Key Questions

  • You can use the Factor Theorem or Synthetic Division on polynomials to find the quotient using long division.

    Please see the tutorial for step-by-step instructions.

    Factor Theorem/Synthetic Division

  • Answer:

    Here are a couple of examples...

    Explanation:

    Here's a sample animation of long dividing x^3+x^2-x-1x3+x2x1 by x-1x1 (which divides exactly).

    enter image source here

    Write the dividend under the bar and the divisor to the left. Each is written in descending order of powers of xx. If any power of xx is missing, then include it with a 00 coefficient. For example, if you were dividing by x^2-1x21, then you would express the divisor as x^2+0x-1x2+0x1.

    Choose the first term of the quotient to cause leading terms to match. In our example, we choose x^2x2, since (x-1)*x^2 = x^3-x^2(x1)x2=x3x2 matches the leading x^3x3 term of the dividend.

    Write the product of this term and the divisor below the dividend and subtract to give a remainder (2x^22x2).

    Bring down the next term (-xx) from the divisor alongside it.

    Choose the next term (2x2x) of the quotient to match the leading term of this remainder, etc.

    Stop when there is nothing more to bring down from the dividend and the running remainder has lower degree than the divisor.

    In our example, the division is exact. We are left with no remainder.

    Instead of writing out all of the terms in full, you can just write out and divide the coefficients. For example:

    enter image source here

    Here we divide 3x^4+2x^3-11x^2-2x+53x4+2x311x22x+5 by x^2-2x22 to get 3x^2+2x-53x2+2x5 with remainder 2x-52x5.

  • Answer:

    See answer below

    Explanation:

    Given: What is long division of polynomials?

    Long division of polynomials is very similar to regular long division. It can be used to simplify a rational function (N(x))/(D(x))N(x)D(x) for integration in Calculus, to find a slant asymptote in PreCalculus, and many other applications. It is done when the denominator polynomial function has a lower degree than the numerator polynomial function. The denominator can be a quadratic.

    Ex. y = (x^2 + 12)/(x - 2)y=x2+12x2

    " "ul(" "x + 2" ")
    x - 2|x^2 + 0x + 12
    " "ul(x^2 -2x)
    " "2x + 12
    " "ul(2x -4" ")
    " "16

    This means y = (x^2 + 12)/(x - 2) = x + 2 + 16/(x-2)

    The slant asymptote in the above example is y = x+2

Questions