Algebra · real student question

Use synthetic division to divide x³ − 2x + 3 by x − 2.

Question

Divide

x32x+3x^3 - 2x + 3

by x2x - 2 using synthetic division, and state the quotient and the remainder.

Step-by-step solution

  1. List the coefficients with a placeholder for the missing power. Synthetic division works purely with positional coefficients, so every degree from 33 down to 00 needs an entry. Writing the cubic as

    x3+0x22x+3x^3 + 0x^2 - 2x + 3

    gives the row 1, 0, 2, 31, \ 0, \ -2, \ 3. Omitting the 00 shifts everything and is the classic error here.

  2. Read the synthetic divisor off the linear factor. For a divisor xrx - r you use rr itself, so x2x - 2 means you divide by 22 (a positive 22, because rr is the root of x2=0x - 2 = 0). A divisor written x+2x + 2 would instead mean r=2r = -2.

  3. Run the multiply-and-add passes. Bring down the leading 11, then repeatedly multiply by 22 and add to the next coefficient:

    1  0+2(1)=2  2+2(2)=2  3+2(2)=71 \ \rightarrow\ 0 + 2(1) = 2 \ \rightarrow\ -2 + 2(2) = 2 \ \rightarrow\ 3 + 2(2) = 7

    The completed tableau is

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

  4. Interpret the bottom row. The last entry is the remainder; the earlier entries are the quotient coefficients, with the degree dropped by one. From 1,2,21, 2, 2 and remainder 77:

    x32x+3x2=x2+2x+2+7x2\frac{x^3 - 2x + 3}{x - 2} = x^2 + 2x + 2 + \frac{7}{x - 2}

  5. Verify with the remainder theorem and by multiplying back. The remainder must equal f(2)f(2):

    f(2)=84+3=7 f(2) = 8 - 4 + 3 = 7 \ \checkmark

    And expanding the quotient confirms the whole identity:

    (x2)(x2+2x+2)+7=x32x4+7=x32x+3 (x-2)(x^2 + 2x + 2) + 7 = x^3 - 2x - 4 + 7 = x^3 - 2x + 3 \ \checkmark

    Since the remainder is not 00, x2x - 2 is not a factor of x32x+3x^3 - 2x + 3.

Answer

x2+2x+2with remainder 7x^2 + 2x + 2 \quad \text{with remainder } 7

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