Synthetic Division
Learn a faster method for dividing polynomials by linear factors using synthetic division.
Definition
- The divisor must be linear: or
- The coefficient of in the divisor must be
Try it now
Worked Examples
Divide by
Identify the divisor value
means →
Write coefficients in order
has coefficients: →
Set up the synthetic division
Bring down the first coefficient
Multiply and add for each column
, then
, then
, then →
Write the quotient and remainder
Bottom row: are quotient coefficients; is remainder → Quotient: , Remainder:
Answer: Since the remainder is , is a factor of the polynomial.
Common Mistakes
Forgetting to include zeros for missing terms
Why it's wrong: Every power of from highest to constant must have a coefficient. Missing terms have coefficient .
Correct: For , write: (zeros for , , and )
Using the wrong sign for c when dividing by
Why it's wrong: Synthetic division uses the root form . When dividing by , you need .
Correct: , so use in the synthetic division setup
Adding when you should multiply, or vice versa
Why it's wrong: The pattern is: multiply by , then add to the next coefficient.
Correct: Always: bring down first coefficient, then repeat (multiply by , add to next coefficient)
Writing the quotient with the wrong degree
Why it's wrong: The quotient has one degree less than the original polynomial.
Correct: If dividing a cubic () by linear, the quotient is quadratic ()
Interactive Visual
Equation Solver
Ready to solve some equations?
Follow along as we solve the equation step by step.
Interactive Sandbox
Expression Calculator
Try these:
History
No calculations yet
Practice Problems
18 problemsWhen dividing by , what value of do you use in synthetic division?
Why It Matters
- Speed: Much faster than polynomial long division
- Simplicity: Only uses basic arithmetic (addition and multiplication)
- Factoring: Helps find roots of polynomials quickly
- Remainder Theorem: If you divide by , the remainder equals
- Engineering: Analyzing transfer functions in control systems
- Computer graphics: Polynomial curve calculations
- Finance: Modeling growth patterns with polynomial functions
Real World Applications
Engineering: Transfer Functions
Engineers use polynomial division when analyzing control systems. The transfer function of a system is often a ratio of polynomials.
Example:
If a system has transfer function , synthetic division simplifies it to .
A filter circuit has polynomial response . You need to factor it by testing if is a root.
Use synthetic division to test if is a factor.
Step 1: Write the mathematical expression
Set up: coefficients are with
Computer Science: Algorithm Optimization
Evaluating polynomials efficiently uses ideas from synthetic division. Horner's method is essentially synthetic division for function evaluation.
Example:
To find for , use synthetic division with . The remainder equals .
You need to evaluate at for a graphics calculation.
Use synthetic division to find .
Step 1: Write the mathematical expression
Coefficients: (remember the missing term!)
Key Takeaways
- 1Synthetic division is a shortcut for dividing polynomials by
- 2Use only the coefficients, including for missing terms
- 3Pattern: bring down, multiply by , add, repeat
- 4The last number is the remainder; other numbers are quotient coefficients
- 5For , use in the setup
- 6Remainder Theorem: the remainder equals
Frequently Asked Questions
Glossary
- Synthetic division
- A shortcut method for dividing a polynomial by a linear binomial using only coefficients
- Divisor
- The polynomial you are dividing by; in synthetic division, it must be of the form
- Quotient
- The result of the division (excluding the remainder)
- Remainder
- The amount left over after division; equals by the Remainder Theorem
- Remainder Theorem
- States that when is divided by , the remainder equals
- Factor Theorem
- States that is a factor of if and only if
Formula Card
Synthetic Division Setup
Write $c$ on left, coefficients in descending order on right
The Algorithm
Continue until all coefficients are processed
Result Interpretation
Last number is remainder $R$; others form quotient $Q(x)$
Remainder Theorem
The remainder equals the polynomial evaluated at $c$