Remainder and Factor Theorems

Key Questions

  • You have only learned tools to factor quadratics; for higher degree polynomials, you can use long or synthetic division.

    However, long/synthetic division is slow. If you guess the wrong divisor/factor, you will be wasting even more time.

    For example: #P(x)=2x^2−x−1#. (I am using a quadratic for the sake of brevity).

    Using the remainder theorem, we can quickly get the remainder with #P(2)=2⋅2^2−2−1=8−2−1=5# and #P(0)=2⋅0^2−0−1=−1#. So, #x-2# and #x-0# are not factors of #P(x)#. But consider that #P(0)# is below the x-axis and #P(2)# is above the x-axis; this means the #P(x)# must cross the x-axis somewhere between 0 and 2.

    This should lead you to try #P(1)# as a factor. #P(1)=2⋅1^2−1−1=0#, so #x−1# is a factor of #P(x)# by the factor theorem.

    Once you have a factor, you can proceed with long/synthetic division to get your quotient. Then you will need to repeat and factor the quotient. Again, if it is a quadratic, switch to your quadratic factoring methods.

  • The remainder theorem states that if you want to find f(x) of any function, you can synthetically divide by whatever "x" is, get the remainder and you will have the corresponding "y" value. Lets go through an example: (I have to assume you know synthetic division)

    Say you had the function #f(x) = 2x^2+3x+7# and wanted to find f(3), rather than plugging in 3, you could SYNTHETICALLY DIVIDE by 3 to find the answer.

    To find f(3) you would set up synthetic division so that your "x" value (3 in this case) is in a box on the left and you write out all the coefficients of the function on the right! (Don't forget to add place holders if necessary!)

    Remainder theorem with synthetic division

    Just as a quick review for synthetic division, you bring the first term down, multiply by number on the left, write your answer in the next column, then add and so on!

    After the synthetic division, you notice that the remainder is 34...

    If I were to find f(3) by substitution I would get:

    #f(3) = 2(3)^2 +3(3) +7#
    #= 18 + 9 +7#
    #= **34**#

    Hopefully you notice that the remainder is the same as the answer you get when using substitution! THIS WILL ALWAYS BE THE CASE IF YOU DO THE SYNTHETIC DIVISION CORRECTLY! Hopefully you've understood this! :)

  • Your question isn't phrased quite correctly. The remainder theorem is a short cut to find the remainder of polynomial long division or synthetic division.

    The remainder theorem only applies if your divisor is a monic linear binomial, that is, #x-a#. If you have a polynomial #P(x)# and divide it by #x-a#, then the remainder is #P(a)#. Note that the remainder theorem doesn't give you the quotient, so you can't use it for questions that are looking for the quotient and remainder.

    For example: #P(x)=2x^2-x-1# divided by #x-2#. If we do long or synthetic division, we get #Q(x)=2x+3# and #R(x)=5#. But using the remainder theorem, we can quickly get the remainder with #P(2)=2*2^2-2-1=8-2-1=5#.

    When we combine the remainder theorem with the factor theorem, we can use it to find/verify the factors of the polynomial. So, #x-2# is not a factor of #P(x)#. But #P(1)=2*1^2-1-1=0#, so #x-1# is a factor of #P(x)#.

    If instead, we tried #P(0)=2*0^2-0-1=-1#, so #x-0# is not a factor. But consider that #P(0)# is below the x-axis and #P(2)# is above the x-axis; this means the #P(x)# must cross the x-axis somewhere between 0 and 2. This should lead you to try #P(1)# as a factor.

  • Answer:

    See explanation

    Explanation:

    Suppose you have an equation. For example: #y=x^2-x-12#

    In this case if we set #y=0# and substitute #4# for #x# then we have: #y=(4)^2-(4)-12 = 16-4-12 =0#

    So if the equation equals 0 #->f(x)=0#

    and by substituting #x=4 ->f(4)# we get the answer #f(4)=0#

    then by using #(x-4)("something else") ->0("something else")=0#
    So #(x-4)# is a factor of #f(x)#

Questions