2.1.14 · D4Algebra — Introduction & Intermediate

Exercises — Polynomial long division and synthetic division

2,469 words11 min readBack to topic

This page is a self-test. Read each problem, cover the solution, work it yourself, then open the collapsible [!recall]- block to check every line. The problems climb five levels of difficulty:

Everything here builds directly on Polynomial long division and synthetic division. If a word feels new, follow the wikilinks to the prerequisite notes.


Level 1 — Recognition

Here you only prove you can set up the machinery: order terms, fill missing powers with zeros, and read off the correct value of .

Exercise 1.1

For divided by , write in descending powers with all zero coefficients shown, list the coefficient row, and state the value of used in synthetic division.

Recall Solution

WHAT we do first: put every term in order of decreasing power. The powers present are and and the constant. The power is missing, so we insert . WHY the zero matters: the algorithm lines terms up by place value, exactly like writing and not . Skip a slot and every later column shifts into the wrong power.

Coefficient row: .

The value of : synthetic division uses the number that makes the divisor zero. Solve . So .

Exercise 1.2

For division by , state . For division by , explain in one sentence why plain synthetic division does not directly apply, and give the equivalent divisor of the form .

Recall Solution

Divisor : rewrite as . It equals zero at , so .

Divisor : the synthetic-division shortcut only works when the divisor is first degree with leading coefficient 1. Here the leading coefficient is , not . The fix: factor out the : . Dividing by uses ; you then divide the whole quotient by the extra factor of at the end.


Level 2 — Application

Now run the full algorithm to a clean finish.

Exercise 2.1

Compute by synthetic division. State the quotient and remainder.

Recall Solution

Coefficients , and .

  4 |  1    0   -2    5
    |       4   16   56
    |___________________
      1    4   14   61

Walk the steps (WHAT / WHY each column does):

  1. Bring down . (First quotient coefficient is always the first dividend coefficient.)
  2. , place under ; add: .
  3. , place under ; add: .
  4. , place under ; add: .

The bottom row is . The last number is the remainder; the rest are quotient coefficients, one degree lower than the dividend.

Exercise 2.2

Divide by using long division (leading coefficient is not 1, so use long division).

Recall Solution

Setup with the divisor :

           x²  -  x  -  1/2
           _____________________
 2x - 1 ) 2x³ - 3x² + 0x - 4
          2x³ -  x²
          ────────
              -2x² + 0x
              -2x² +  x
              ─────────
                    -x - 4
                    -x + 1/2
                    ────────
                       -9/2

Step 1 — divide leading terms: . Multiply , subtract: . Step 2: . Multiply , subtract: . Step 3: . Multiply , subtract: . Degree of remainder (a constant, degree ) is less than degree of divisor (), so stop.


Level 3 — Analysis

Here the number you get out carries meaning — remainders reveal roots.

Exercise 3.1

Without fully factoring, use synthetic division to decide whether is a root of . If it is, give the depressed quotient.

Recall Solution

By the Remainder Theorem, dividing by leaves remainder . If that remainder is , then is a root. Coefficients , :

  3 |  1   -4    1    6
    |       3   -3   -6
    |___________________
      1   -1   -2    0

Remainder , so yes, is a root. The quotient (one degree lower) is , giving The last factoring uses ordinary factoring of the depressed quadratic.

Exercise 3.2

. The Rational Root Theorem says any rational root has and . Test by synthetic division; if it works, factor completely.

Recall Solution

Coefficients , :

  2 |  2    3  -11   -6
    |       4   14    6
    |___________________
      2    7    3    0

Remainder is a root. Depressed quotient: . Factor it: . Roots: . All are rational, consistent with the candidates from the Rational Root Theorem.


Level 4 — Synthesis

Combine division with a second idea in one problem.

Exercise 4.1

Simplify to a polynomial-plus-proper-remainder form, then confirm the numerator factors fully.

Recall Solution

Coefficients , :

  2 |  1    2   -5   -6
    |       2    8    6
    |___________________
      1    4    3    0

Remainder , quotient . and the numerator factors as .

Exercise 4.2

Set up (do not fully solve) the partial fraction decomposition of . Use the fact from the parent note that .

Recall Solution

A partial fraction decomposition requires a proper fraction (numerator degree denominator degree). Here the numerator has degree , denominator degree — improper. Division fixes this first. Using the parent's result: The leftover is already a single proper fraction over a linear factor, so the decomposition is complete — no unknown constants to solve. WHY this matters: every improper rational expression must be divided down before partial fractions; the quotient becomes a polynomial term and only the remainder gets decomposed.


Level 5 — Mastery

Reason about division itself, with symbols standing in for numbers.

Exercise 5.1

Find the value of so that is a factor of .

Recall Solution

" is a factor" means the remainder on dividing by is , i.e. by the Factor Theorem. Set to zero: . Check by synthetic division with , coefficients , :

  2 |  1   -1   -4    4
    |       2    2   -4
    |___________________
      1    1   -2    0

Remainder . ✓ And .

Exercise 5.2

A cubic leaves remainder when divided by and remainder when divided by . Find the remainder when is divided by .

Recall Solution

Key idea: dividing by a degree- divisor leaves a remainder of degree at most , so write it as (unknown constants). Then WHY this form: the Remainder Theorem gives us the values of at and , and at those points the term vanishes, exposing .

  • At : .
  • At : .

Add the two equations: . Subtract: . Sanity check: ✓ and ✓, matching both given remainders.

Exercise 5.3

Show that for any polynomial , the remainder on dividing by is always a constant (never degree ), and identify that constant.

Recall Solution

The division identity from the parent note is The divisor has degree , so , meaning (a constant) or . Either way is a constant; call it . Substitute : the term becomes , leaving So the constant remainder is exactly — this is the Remainder Theorem, and it is why every earlier "test a root" step in this page worked.


[!recall]- One-line summary of every level

Set up right (L1)
order terms, insert zeros, take as the root of the divisor.
Run it clean (L2)
subtract the whole product line every step; stop when .
Read the result (L3)
remainder means is a root — that's the Factor Theorem.
Combine tools (L4)
always divide down to a proper fraction before partial fractions.
Reason abstractly (L5)
is the remainder mod ; degree of is capped by degree of .