Diving into polynomials doesn't have to be intimidating! In this...
Mastering Algebra 2 Chapter 5: Polynomials









Dividing Polynomials
Ever needed to split up a complicated polynomial? That's what division is all about! There are two main methods to divide polynomials, depending on what you're dividing by.
When dividing by a linear expression like or , you can use synthetic division - a shortcut method that saves time and reduces errors. For other divisors (like quadratics), you'll need to use the long division method.
Remember that after division, you'll typically have a quotient and a remainder. The remainder is written as a fraction with the divisor as the denominator.
💡 Quick Tip: When using synthetic division, use the opposite sign of the constant in your divisor. For example, if dividing by , use +2 in your synthetic division setup.
Let's see this in action: When dividing by , set up synthetic division with +5, work through the process, and you'll get x+3 as the quotient with zero remainder - meaning is a factor of the original polynomial!

Synthetic Division Examples
Synthetic division is like a math superpower once you master it! Let's break it down with some clear examples to help you feel confident using this technique.
For ÷, we use the opposite sign of the constant and bring down our first coefficient. Then multiply and add down the line. The final row gives us the coefficients of our answer: x²+2x+10 with remainder 16.
You can also use synthetic division with negative divisors. For instance, when dividing ÷, use -1 in your setup. The result is x+7 with no remainder.
🔑 Remember: Always include placeholder zeros for any missing terms in your polynomial before setting up synthetic division.
Synthetic division works great for checking if a binomial is a factor of your polynomial. If the remainder equals zero, then the divisor is a factor! This connection will be crucial when we talk about finding polynomial roots later.

Evaluating Functions & Special Factoring
Functions let us input values and get outputs. For a function like d=2m²+m-1, you can find d by substituting -5 for m: d=2²+-1=2(25)-5-1=50-5-1=44.
You can also evaluate more complex expressions like d(3x)=2(3x)²+(3x)-1=18x²+3x-1. This is useful when working with composite functions.
Now for some special factoring patterns that will save you time! When you see a sum of cubes , factor it as a+b$$a²-ab+b². For a difference of cubes , use a-b$$a²+ab+b².
🌟 Power Move: Memorize your perfect cubes (1, 8, 27, 64, 125, 216, 343) to quickly identify when you can use these special factoring patterns!
To solve polynomial equations using these patterns, first factor completely, then set each factor equal to zero and solve. For example, to solve x³+125=0, recognize it as a sum of cubes: x³+5³=0, factor as x+5$$x²-5x+25=0, and find x=-5 or solve the quadratic for additional roots.

Factoring Higher-Degree Polynomials
Ready to tackle those intimidating polynomials with degree 4 or higher? Let's break them down into manageable pieces!
For expressions like x⁴-2x²-8, try substitution first. Let u=x², so the expression becomes u²-2u-8, which factors as u-4$$u+2. Replacing u with x² gives us x²-4$$x²+2, which can be factored further to x-2$$x+2$$x²+2.
When solving equations like x⁴-21x²-100=0, use the same substitution trick. Let u=x², solve the resulting quadratic u²-21u-100=0, and then find x from your u values. This equation factors to u+4$$u-25=0, giving us u=-4 or u=25, which means x=±2i or x=±5.
🧩 Pattern Finder: Look for terms that follow x²ⁿ patterns (like x⁶, x⁴, x²) to spot when substitution might work. This turns scary-looking higher-degree polynomials into familiar quadratics!
For expressions like 2x⁶-x³-6, try u=x³ to get 2u²-u-6, which factors to 2u+3$$u-2. After substituting back, you get 2x³+3$$x³-2, breaking down a degree-6 polynomial into manageable pieces.

Remainder and Factor Theorems
The Remainder Theorem is like a shortcut for polynomial division! It states that when you divide a polynomial p by , the remainder equals p - the value of the polynomial when x=a.
This means you can evaluate a polynomial at a value instead of doing the whole division process. For example, with g = 4x⁵ + 2x³ + x² - 1, to find the remainder when divided by , just calculate g = 4⁵ + 2³ + ² - 1 = -4 - 2 + 1 - 1 = -6.
The Factor Theorem tells us that is a factor of a polynomial p if and only if p=0. So if you evaluate and get zero, you've found a factor!
🔍 Detective Tip: When checking if is a factor of a polynomial, just evaluate the polynomial at x=3. If you get zero, then is definitely a factor!
You can use synthetic division to verify factors too. For example, to check if is a factor of x³+8x²+7x+10, use synthetic division with -2. If the remainder is zero, then is a factor, and your polynomial can be written as times the quotient.

Fundamental Theorem of Algebra
The Fundamental Theorem of Algebra is a game-changer: any polynomial equation of degree n has exactly n roots in the complex number system (including repeated roots). This means a cubic equation always has exactly three solutions when you count them all!
For example, a polynomial like 2x³-7x²-20x+25 has exactly three roots. If we find these are x=5, x=1, and x=-2.5, we can write the polynomial as 2x-5$$x-1$$x+2.5.
The Rational Root Theorem helps you find possible rational roots by listing fractions where the numerator is a factor of the constant term and the denominator is a factor of the leading coefficient.
🌠 Mind Blown Fact: Roots come in patterns! If a+bi is a root, then its conjugate a-bi is also a root. And if a+√b is a root, then a-√b is also a root!
To find all the roots of a polynomial, start by listing possible rational roots using the Rational Root Theorem, then check each one (using a calculator or synthetic division). Once you've found a root, use synthetic division to reduce the polynomial's degree. Continue until you've found all roots or reach a quadratic that you can solve with the quadratic formula.

Finding All Roots of Polynomials
Working with polynomials is like being a detective - you need strategies to uncover all the roots! Let's put everything together with a systematic approach.
First, use the degree to determine how many roots to look for. A third-degree polynomial will have exactly three roots (counting multiplicity). For example, if we know a cubic passes through points (4,0), , and (0,0), we can write it as xx-4$$x+2 and expand to x³-2x²-8x.
For complete root-finding, follow these steps:
- List all possible rational roots using the Rational Root Theorem
- Test potential roots using a calculator or synthetic division
- When you find a root, use synthetic division to reduce the polynomial
- Solve the remaining "depressed" polynomial for any irrational or complex roots
🔮 Strategy Booster: When a polynomial has an even degree with a positive leading coefficient and a positive constant term, you know it has at least some complex roots (since it can't cross the x-axis enough times otherwise).
For example, with f=x⁴-4x²-3x+10, list possible rational roots (±1, ±2, ±5, ±10), check them systematically, and when you find one , use synthetic division to reduce to a cubic. Continue this process until you've found all four roots.

Complex Polynomial Problems
Ready to put all your polynomial skills to the test? Let's tackle some more challenging examples that combine multiple techniques.
When working with a fifth-degree polynomial like x⁵+3x⁴-x-3, start by listing possible rational roots (±1, ±3). Testing x=1 through synthetic division shows it's a root, giving us as a factor. Continue testing other potential roots and using synthetic division to reduce the polynomial.
For higher-degree polynomials with large coefficients like 5x³-24x²+41x-20, the Rational Root Theorem gives us many possibilities to check (±1, ±2, ±4, ±5, etc.). Working systematically and using synthetic division helps manage the complexity.
🏆 Master Technique: When you've reduced a polynomial to a quadratic, don't forget to check if it's a perfect square trinomial or if it can be factored using the difference of squares pattern!
Remember that all polynomials can be completely factored in the complex number system. A fourth-degree polynomial with real coefficients might have four real roots, two real and two complex roots, or four complex roots - but it will always have exactly four roots when counted properly.
We thought you’d never ask...
Similar Content
Most popular content: Synthetic Division
1Most popular content in Algebra 2
9Properties of Real Numbers
Notes about the topic
1.2 - Intro to Sets
Sets, subsets, set builder notation
Trig Identities
Algebra 2, trig identities
math 3 final exam study guide
covers all content learned in tj math 3 (algebra 2)
Midterm Study Guide: Review of the First Half of the Course
Simple review notes and examples for the first half of the algebra 2 course! Not all classes teach the content in the same order, but this study guide should have most of the more basic concepts from algebra 2!
Special Right Triangles
Examples of two of the most common special right triangles.
Absolute value functions
Steps to to solve absolute value functions
Rational Exponents
Writing rational exponents in radical form and exponential form. And even and odd radicals
Absolute Value Inequalities
This is a very helpful document and is a very good review.
Most popular content
9Introduction to SAT Error Pattern Analysis
Practice identifying common reasoning traps and misinterpretations in SAT reading and math stimuli to understand why distractors are plausible.
Cell Organelles
This Quiz Is To Test Your Knowledge Of Cell Organelles And Their Functions Inside The Cell. It Can Also Be A Study Guide To Remember Them Better.
Foundations of Ethical Guidelines in Research
Practice the core principles of the APA ethical code including informed consent, debriefing, and the role of Institutional Review Boards.
biology cell organelles and functions
Do you know the cell organelles and their functions?
Introduction to SAT Scoring and Scaled Results
Practice interpreting how raw scores are converted to the 1600-point scale and identifying the composition of section scores.
Foundations of Research Design and Methodology
Practice distinguishing between different research methods including experiments, correlations, and case studies while identifying key variables.
Math Made Easy: Essential Concepts for Grade 7
Master key math concepts with this comprehensive flashcard set designed specifically for 7th graders. Boost your understanding and ace your exams!
Mitosis and Cell Division Flashcards
These flashcards cover the basics of mitosis and why cell division occurs in the first place.
Historical Foundations of Psychology
Practice distinguishing between structuralism, functionalism, and the early philosophical roots of psychological science.
Students love us — and so will you.
The app is very easy to use and well designed. I have found everything I was looking for so far and have been able to learn a lot from the presentations! I will definitely use the app for a class assignment! And of course it also helps a lot as an inspiration.
This app is really great. There are so many study notes and help [...]. My problem subject is French, for example, and the app has so many options for help. Thanks to this app, I have improved my French. I would recommend it to anyone.
Wow, I am really amazed. I just tried the app because I've seen it advertised many times and was absolutely stunned. This app is THE HELP you want for school and above all, it offers so many things, such as workouts and fact sheets, which have been VERY helpful to me personally.
Mastering Algebra 2 Chapter 5: Polynomials
Diving into polynomials doesn't have to be intimidating! In this guide, we'll break down how to divide polynomials, evaluate functions, factor special forms, and find roots of polynomial equations. These skills are essential for your math toolkit and appear frequently...

Dividing Polynomials
Ever needed to split up a complicated polynomial? That's what division is all about! There are two main methods to divide polynomials, depending on what you're dividing by.
When dividing by a linear expression like or , you can use synthetic division - a shortcut method that saves time and reduces errors. For other divisors (like quadratics), you'll need to use the long division method.
Remember that after division, you'll typically have a quotient and a remainder. The remainder is written as a fraction with the divisor as the denominator.
💡 Quick Tip: When using synthetic division, use the opposite sign of the constant in your divisor. For example, if dividing by , use +2 in your synthetic division setup.
Let's see this in action: When dividing by , set up synthetic division with +5, work through the process, and you'll get x+3 as the quotient with zero remainder - meaning is a factor of the original polynomial!

Synthetic Division Examples
Synthetic division is like a math superpower once you master it! Let's break it down with some clear examples to help you feel confident using this technique.
For ÷, we use the opposite sign of the constant and bring down our first coefficient. Then multiply and add down the line. The final row gives us the coefficients of our answer: x²+2x+10 with remainder 16.
You can also use synthetic division with negative divisors. For instance, when dividing ÷, use -1 in your setup. The result is x+7 with no remainder.
🔑 Remember: Always include placeholder zeros for any missing terms in your polynomial before setting up synthetic division.
Synthetic division works great for checking if a binomial is a factor of your polynomial. If the remainder equals zero, then the divisor is a factor! This connection will be crucial when we talk about finding polynomial roots later.

Evaluating Functions & Special Factoring
Functions let us input values and get outputs. For a function like d=2m²+m-1, you can find d by substituting -5 for m: d=2²+-1=2(25)-5-1=50-5-1=44.
You can also evaluate more complex expressions like d(3x)=2(3x)²+(3x)-1=18x²+3x-1. This is useful when working with composite functions.
Now for some special factoring patterns that will save you time! When you see a sum of cubes , factor it as a+b$$a²-ab+b². For a difference of cubes , use a-b$$a²+ab+b².
🌟 Power Move: Memorize your perfect cubes (1, 8, 27, 64, 125, 216, 343) to quickly identify when you can use these special factoring patterns!
To solve polynomial equations using these patterns, first factor completely, then set each factor equal to zero and solve. For example, to solve x³+125=0, recognize it as a sum of cubes: x³+5³=0, factor as x+5$$x²-5x+25=0, and find x=-5 or solve the quadratic for additional roots.

Factoring Higher-Degree Polynomials
Ready to tackle those intimidating polynomials with degree 4 or higher? Let's break them down into manageable pieces!
For expressions like x⁴-2x²-8, try substitution first. Let u=x², so the expression becomes u²-2u-8, which factors as u-4$$u+2. Replacing u with x² gives us x²-4$$x²+2, which can be factored further to x-2$$x+2$$x²+2.
When solving equations like x⁴-21x²-100=0, use the same substitution trick. Let u=x², solve the resulting quadratic u²-21u-100=0, and then find x from your u values. This equation factors to u+4$$u-25=0, giving us u=-4 or u=25, which means x=±2i or x=±5.
🧩 Pattern Finder: Look for terms that follow x²ⁿ patterns (like x⁶, x⁴, x²) to spot when substitution might work. This turns scary-looking higher-degree polynomials into familiar quadratics!
For expressions like 2x⁶-x³-6, try u=x³ to get 2u²-u-6, which factors to 2u+3$$u-2. After substituting back, you get 2x³+3$$x³-2, breaking down a degree-6 polynomial into manageable pieces.

Remainder and Factor Theorems
The Remainder Theorem is like a shortcut for polynomial division! It states that when you divide a polynomial p by , the remainder equals p - the value of the polynomial when x=a.
This means you can evaluate a polynomial at a value instead of doing the whole division process. For example, with g = 4x⁵ + 2x³ + x² - 1, to find the remainder when divided by , just calculate g = 4⁵ + 2³ + ² - 1 = -4 - 2 + 1 - 1 = -6.
The Factor Theorem tells us that is a factor of a polynomial p if and only if p=0. So if you evaluate and get zero, you've found a factor!
🔍 Detective Tip: When checking if is a factor of a polynomial, just evaluate the polynomial at x=3. If you get zero, then is definitely a factor!
You can use synthetic division to verify factors too. For example, to check if is a factor of x³+8x²+7x+10, use synthetic division with -2. If the remainder is zero, then is a factor, and your polynomial can be written as times the quotient.

Fundamental Theorem of Algebra
The Fundamental Theorem of Algebra is a game-changer: any polynomial equation of degree n has exactly n roots in the complex number system (including repeated roots). This means a cubic equation always has exactly three solutions when you count them all!
For example, a polynomial like 2x³-7x²-20x+25 has exactly three roots. If we find these are x=5, x=1, and x=-2.5, we can write the polynomial as 2x-5$$x-1$$x+2.5.
The Rational Root Theorem helps you find possible rational roots by listing fractions where the numerator is a factor of the constant term and the denominator is a factor of the leading coefficient.
🌠 Mind Blown Fact: Roots come in patterns! If a+bi is a root, then its conjugate a-bi is also a root. And if a+√b is a root, then a-√b is also a root!
To find all the roots of a polynomial, start by listing possible rational roots using the Rational Root Theorem, then check each one (using a calculator or synthetic division). Once you've found a root, use synthetic division to reduce the polynomial's degree. Continue until you've found all roots or reach a quadratic that you can solve with the quadratic formula.

Finding All Roots of Polynomials
Working with polynomials is like being a detective - you need strategies to uncover all the roots! Let's put everything together with a systematic approach.
First, use the degree to determine how many roots to look for. A third-degree polynomial will have exactly three roots (counting multiplicity). For example, if we know a cubic passes through points (4,0), , and (0,0), we can write it as xx-4$$x+2 and expand to x³-2x²-8x.
For complete root-finding, follow these steps:
- List all possible rational roots using the Rational Root Theorem
- Test potential roots using a calculator or synthetic division
- When you find a root, use synthetic division to reduce the polynomial
- Solve the remaining "depressed" polynomial for any irrational or complex roots
🔮 Strategy Booster: When a polynomial has an even degree with a positive leading coefficient and a positive constant term, you know it has at least some complex roots (since it can't cross the x-axis enough times otherwise).
For example, with f=x⁴-4x²-3x+10, list possible rational roots (±1, ±2, ±5, ±10), check them systematically, and when you find one , use synthetic division to reduce to a cubic. Continue this process until you've found all four roots.

Complex Polynomial Problems
Ready to put all your polynomial skills to the test? Let's tackle some more challenging examples that combine multiple techniques.
When working with a fifth-degree polynomial like x⁵+3x⁴-x-3, start by listing possible rational roots (±1, ±3). Testing x=1 through synthetic division shows it's a root, giving us as a factor. Continue testing other potential roots and using synthetic division to reduce the polynomial.
For higher-degree polynomials with large coefficients like 5x³-24x²+41x-20, the Rational Root Theorem gives us many possibilities to check (±1, ±2, ±4, ±5, etc.). Working systematically and using synthetic division helps manage the complexity.
🏆 Master Technique: When you've reduced a polynomial to a quadratic, don't forget to check if it's a perfect square trinomial or if it can be factored using the difference of squares pattern!
Remember that all polynomials can be completely factored in the complex number system. A fourth-degree polynomial with real coefficients might have four real roots, two real and two complex roots, or four complex roots - but it will always have exactly four roots when counted properly.
We thought you’d never ask...
Similar Content
Most popular content: Synthetic Division
1Most popular content in Algebra 2
9Properties of Real Numbers
Notes about the topic
1.2 - Intro to Sets
Sets, subsets, set builder notation
Trig Identities
Algebra 2, trig identities
math 3 final exam study guide
covers all content learned in tj math 3 (algebra 2)
Midterm Study Guide: Review of the First Half of the Course
Simple review notes and examples for the first half of the algebra 2 course! Not all classes teach the content in the same order, but this study guide should have most of the more basic concepts from algebra 2!
Special Right Triangles
Examples of two of the most common special right triangles.
Absolute value functions
Steps to to solve absolute value functions
Rational Exponents
Writing rational exponents in radical form and exponential form. And even and odd radicals
Absolute Value Inequalities
This is a very helpful document and is a very good review.
Most popular content
9Introduction to SAT Error Pattern Analysis
Practice identifying common reasoning traps and misinterpretations in SAT reading and math stimuli to understand why distractors are plausible.
Cell Organelles
This Quiz Is To Test Your Knowledge Of Cell Organelles And Their Functions Inside The Cell. It Can Also Be A Study Guide To Remember Them Better.
Foundations of Ethical Guidelines in Research
Practice the core principles of the APA ethical code including informed consent, debriefing, and the role of Institutional Review Boards.
biology cell organelles and functions
Do you know the cell organelles and their functions?
Introduction to SAT Scoring and Scaled Results
Practice interpreting how raw scores are converted to the 1600-point scale and identifying the composition of section scores.
Foundations of Research Design and Methodology
Practice distinguishing between different research methods including experiments, correlations, and case studies while identifying key variables.
Math Made Easy: Essential Concepts for Grade 7
Master key math concepts with this comprehensive flashcard set designed specifically for 7th graders. Boost your understanding and ace your exams!
Mitosis and Cell Division Flashcards
These flashcards cover the basics of mitosis and why cell division occurs in the first place.
Historical Foundations of Psychology
Practice distinguishing between structuralism, functionalism, and the early philosophical roots of psychological science.
Students love us — and so will you.
The app is very easy to use and well designed. I have found everything I was looking for so far and have been able to learn a lot from the presentations! I will definitely use the app for a class assignment! And of course it also helps a lot as an inspiration.
This app is really great. There are so many study notes and help [...]. My problem subject is French, for example, and the app has so many options for help. Thanks to this app, I have improved my French. I would recommend it to anyone.
Wow, I am really amazed. I just tried the app because I've seen it advertised many times and was absolutely stunned. This app is THE HELP you want for school and above all, it offers so many things, such as workouts and fact sheets, which have been VERY helpful to me personally.