Algebra · real student question

Use synthetic division to divide x^3 - x^2 - 4 by x - 2. Note that the x term is missing.

Question

Use synthetic division to divide x3x24x^3-x^2-4 by x2x-2. State the quotient and remainder.

Step-by-step solution

  1. Spot the gap in the polynomial. Written out with every power present, the dividend is

    x3x2+0x4x^3-x^2+0\cdot x-4

    so the coefficient row must be 1,  1,  0,  41,\;-1,\;0,\;-4 — four entries for a cubic. Skipping the 00 and writing only 1,1,41,-1,-4 shifts all later columns and is the classic way this problem goes wrong.

  2. Take c=2c=2 from the divisor. Since x2=x(2)x-2=x-(2), the corner value is c=2c=2. The remainder theorem predicts what the last column must be:

    f(2)=844=0f(2)=8-4-4=0

    so expect an exact division.

  3. Multiply and add across the padded row.

    211042241120\begin{array}{r|rrrr}2 & 1 & -1 & 0 & -4\\ & & 2 & 2 & 4\\ \hline & 1 & 1 & 2 & 0\end{array}

    In detail: 12=21\cdot 2=2 with 1+2=1-1+2=1; 12=21\cdot 2=2 with 0+2=20+2=2 (this is the column the placeholder made possible); 22=42\cdot 2=4 with 4+4=0-4+4=0.

  4. Read off the result. The bottom row gives a quadratic quotient and a zero remainder:

    quotient=x2+x+2,remainder=0\text{quotient}=x^2+x+2,\qquad \text{remainder}=0

    so x2x-2 is a factor and x=2x=2 is a root of the cubic.

  5. Check the factorization and the remaining roots. Expanding back,

    (x2)(x2+x+2)=x3+x2+2x2x22x4=x3x24  (x-2)(x^2+x+2)=x^3+x^2+2x-2x^2-2x-4=x^3-x^2-4\;\checkmark

    The quotient x2+x+2x^2+x+2 has discriminant 18=7<01-8=-7<0, so it does not factor over the reals. That means x=2x=2 is the only real root, and the other two are the complex pair x=1±i72x=\tfrac{-1\pm i\sqrt7}{2}.

Answer

x3x24x2=x2+x+2(remainder 0)\frac{x^3-x^2-4}{x-2}=x^2+x+2\quad(\text{remainder }0)

Need to solve a different problem like this? Open the solver →