Diving into polynomials doesn't have to be intimidating! In this... Show more
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 (+2) 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(m)=2m²+m-1, you can find d(-5) by substituting -5 for m: d(-5)=2(-5)²+(-5)-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 . For a difference of cubes , use .
🌟 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 =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 . Replacing u with x² gives us , which can be factored further to .
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 =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 . After substituting back, you get , 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(x) by , the remainder equals p(a) - 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(x) = 4x⁵ + 2x³ + x² - 1, to find the remainder when divided by , just calculate g(-1) = 4(-1)⁵ + 2(-1)³ + (-1)² - 1 = -4 - 2 + 1 - 1 = -6.
The Factor Theorem tells us that is a factor of a polynomial p(x) if and only if p(a)=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 2.
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), (-2,0), and (0,0), we can write it as x 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 .
For example, with f(x)=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...
What is the Knowunity AI companion?
Our AI companion is specifically built for the needs of students. Based on the millions of content pieces we have on the platform we can provide truly meaningful and relevant answers to students. But its not only about answers, the companion is even more about guiding students through their daily learning challenges, with personalised study plans, quizzes or content pieces in the chat and 100% personalisation based on the students skills and developments.
Where can I download the Knowunity app?
You can download the app in the Google Play Store and in the Apple App Store.
Is Knowunity really free of charge?
That's right! Enjoy free access to study content, connect with fellow students, and get instant help – all at your fingertips.
Most popular content: Synthetic Division
2Most popular content in Algebra 2
9Most popular content
9Can't find what you're looking for? Explore other subjects.
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... Show more

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
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!

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
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 (+2) 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.

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
Evaluating Functions & Special Factoring
Functions let us input values and get outputs. For a function like d(m)=2m²+m-1, you can find d(-5) by substituting -5 for m: d(-5)=2(-5)²+(-5)-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 . For a difference of cubes , use .
🌟 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 =0, and find x=-5 or solve the quadratic for additional roots.

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
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 . Replacing u with x² gives us , which can be factored further to .
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 =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 . After substituting back, you get , breaking down a degree-6 polynomial into manageable pieces.

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
Remainder and Factor Theorems
The Remainder Theorem is like a shortcut for polynomial division! It states that when you divide a polynomial p(x) by , the remainder equals p(a) - 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(x) = 4x⁵ + 2x³ + x² - 1, to find the remainder when divided by , just calculate g(-1) = 4(-1)⁵ + 2(-1)³ + (-1)² - 1 = -4 - 2 + 1 - 1 = -6.
The Factor Theorem tells us that is a factor of a polynomial p(x) if and only if p(a)=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.

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
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 2.
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.

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
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), (-2,0), and (0,0), we can write it as x 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 .
For example, with f(x)=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.

Sign up to see the content. It's free!
- Access to all documents
- Improve your grades
- Join milions of students
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...
What is the Knowunity AI companion?
Our AI companion is specifically built for the needs of students. Based on the millions of content pieces we have on the platform we can provide truly meaningful and relevant answers to students. But its not only about answers, the companion is even more about guiding students through their daily learning challenges, with personalised study plans, quizzes or content pieces in the chat and 100% personalisation based on the students skills and developments.
Where can I download the Knowunity app?
You can download the app in the Google Play Store and in the Apple App Store.
Is Knowunity really free of charge?
That's right! Enjoy free access to study content, connect with fellow students, and get instant help – all at your fingertips.
Most popular content: Synthetic Division
2Most popular content in Algebra 2
9Most popular content
9Can't find what you're looking for? Explore other subjects.
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.