Cubic Polynomial
Ever wondered about expressions with an

What Is a Cubic Polynomial?
A cubic polynomial is a polynomial of degree 3, which means the highest exponent on its variable is 3. These expressions are fundamental building blocks in algebra and are a step up from the linear and quadratic functions you've already studied. They allow for more complex curves and can describe situations that simpler functions cannot.
The standard form of a cubic polynomial is written as:
Let's break down each part of this expression:
is the variable. and are the coefficients of the terms , , and , respectively. They are real numbers. is the constant term, which doesn't have a variable attached.- The term
is called the leading term because it contains the highest power of . - The coefficient
is the leading coefficient. A critical rule for a polynomial to be considered cubic is that the leading coefficient cannot be zero ( ). If were zero, the term would vanish, and it would become a quadratic polynomial or something simpler.
Here are some examples of cubic polynomials:
(Here, ) (Here, . Notice that and can be zero.) (Here, )
And here are some non-examples:
(This is quadratic, as the highest degree is 2.) (This is a quartic polynomial, as the highest degree is 4.)
What Do the Graphs of Cubic Polynomials Look Like?
The graph of a cubic polynomial is a continuous, smooth curve with a characteristic "S-shape". Unlike a parabola (the graph of a quadratic), which has one turning point (the vertex), a cubic function can have up to two turning points, often called local maximums and minimums. The overall shape and direction of the graph are determined by its leading coefficient,
End Behavior
End behavior describes what the graph's
- When the leading coefficient
is positive ( ): The graph starts in the lower-left quadrant and ends in the upper-right quadrant. We can say it "rises to the right and falls to the left." As , . As , . - When the leading coefficient
is negative ( ): The graph starts in the upper-left quadrant and ends in the lower-right quadrant. It "falls to the right and rises to the left." As , . As , .
Intercepts and Roots
The y-intercept is where the graph crosses the y-axis. This always occurs when
The x-intercepts are where the graph crosses the x-axis. These points are also called the roots or zeros of the polynomial. At these points, the value of the polynomial is zero, i.e.,
| Number of Real Roots | Description |
|---|---|
| One Real Root | The graph crosses the x-axis only once. |
| Two Real Roots | The graph crosses the x-axis in one place and just touches it in another (this indicates a "repeated" root). |
| Three Real Roots | The graph crosses the x-axis in three distinct places. |
How Do You Solve Cubic Equations?
Solving a cubic equation means finding the roots—the values of
Strategy 1: Factoring by Grouping
This method works for specific cubic polynomials where terms can be grouped into pairs with a common factor.
Solve the equation
Step 1: Group the terms.
Group the first two terms and the last two terms together.
Step 2: Factor out the greatest common factor (GCF) from each group.
From the first group, the GCF is
Step 3: Factor out the common binomial.
Notice that both terms now share the factor
Step 4: Factor the remaining quadratic.
The term
Step 5: Set each factor to zero to find the roots.
The roots are
Strategy 2: Rational Root Theorem and Synthetic Division
When grouping doesn't work, we need a more powerful method. This two-part process helps find the roots of almost any cubic equation you'll encounter in this course.
The Rational Root Theorem helps us identify a list of possible rational roots. It states that if a polynomial has a rational root
Synthetic Division is a shortcut for dividing a polynomial by a linear factor of the form
Find all roots of
Step 1: List possible rational roots using the Rational Root Theorem.
The constant term is
The leading coefficient is
The possible rational roots (
Step 2: Test a possible root with synthetic division.
Let's try
Since the remainder is
Step 3: Write the new, reduced polynomial.
The result of the division,
Step 4: Solve the remaining quadratic equation.
We need to solve
Setting each factor to zero gives:
Step 5: State all the roots.
The three roots of the cubic equation are
Is There a Shortcut for the Sum and Product of Roots?
Yes! Just like with quadratic equations, there's a relationship between the coefficients of a cubic polynomial and the sum and product of its roots. These relationships are known as Vieta's formulas. They can be incredibly useful for checking your answers or for finding information about the roots without actually solving the equation.
For a standard cubic equation
Notice the alternating signs in the formulas:
For the cubic polynomial
Step 1: Identify the coefficients
From the polynomial, we have:
Step 2: Apply Vieta's formulas.
Sum of the roots:
Sum of products of roots (two at a time):
Product of the roots:
Answer: The sum of the roots is
Where Are Cubic Polynomials Used in Real Life?
Cubic polynomials might seem abstract, but they are powerful tools for modeling real-world situations that involve more complex relationships than simple lines or parabolas can describe.
- Engineering: Engineers use cubic splines, which are pieces of cubic polynomials stitched together, to design smooth curves for things like roller coaster tracks, airplane wings, and car bodies. This ensures that the transitions are smooth and not jerky.
- Economics: Economists might use cubic functions to model cost functions. For example, the cost of producing an item might decrease initially due to efficiencies (economy of scale) but then start to rise again as production becomes more complex or resources become strained. A cubic curve can model this "decrease then increase" behavior effectively.
- Geometry and Design: A common problem in geometry and packaging involves maximizing the volume of a box created by cutting squares from the corners of a rectangular piece of cardboard. The formula for the volume of such a box is a cubic polynomial. Solving a cubic equation can help find the optimal size of the corner cutouts.
- Physics: In thermodynamics, some equations of state that describe the relationship between pressure, volume, and temperature for real gases are cubic polynomials in terms of volume.
In all these cases, the ability of a cubic function to have two turning points allows it to model more nuanced situations than a quadratic function can.

What Are Common Mistakes to Avoid?
Working with cubic polynomials introduces more steps, which means more opportunities for small errors. Being aware of these common pitfalls can help you avoid them.
- Sign Errors in Synthetic Division: This is the most frequent mistake. When you bring down the first coefficient and multiply by the test root, be very careful with positive and negative signs as you add the columns. A single sign error will throw off the entire process.
- Forgetting Placeholders: If a polynomial is missing a term (e.g.,
is missing the term), you must use a zero as a placeholder for that term's coefficient in synthetic division. For , the coefficients are . - Mistakes with Vieta's Formulas: It's easy to forget the pattern of signs. Remember it's
, , . A good way to remember is that the sign is where is the number of roots in each product. - Stopping Too Early: After using synthetic division to find one root, you are left with a quadratic factor. Don't forget to solve this quadratic to find the other two roots. The quadratic might need factoring, completing the square, or the quadratic formula.
- Incorrectly Listing Possible Roots: When using the Rational Root Theorem, be sure to list all factors of both the constant term
and the leading coefficient , and remember to include both positive and negative possibilities for each fraction . - Assuming All Roots Are Real: A cubic polynomial will always have three roots, but they might not all be real. You could have one real root and two complex (imaginary) roots. The quadratic you're left with after synthetic division might have a negative discriminant, leading to complex solutions.
Quick Summary and Key Formulas
This lesson covered a lot of ground. Here is a quick reference guide to the most important concepts and formulas related to cubic polynomials.
Key Characteristics
- Standard Form:
, where . - Degree:
. - Graph Shape: A continuous "S-curve" with up to two turning points.
- End Behavior: If
, the graph falls to the left and rises to the right. If , it rises to the left and falls to the right. - Roots: A cubic polynomial always has 3 roots (counting multiplicity and complex roots) and at least one real root.
Solving Strategy
- Try to Factor by Grouping first.
- If that fails, use the Rational Root Theorem to list possible rational roots (
). - Use Synthetic Division to test a possible root. If the remainder is 0, you've found a root.
- Solve the resulting depressed quadratic to find the other two roots.
Vieta's Formulas (for roots )
| Formula | Relationship |
|---|---|
| Sum of Roots | |
| Sum of Root Products (Pairs) | |
| Product of Roots |
Frequently Asked Questions
How many roots does a cubic polynomial have?
A cubic polynomial always has exactly three roots, according to the fundamental theorem of algebra. However, these can be a mix of real and complex (imaginary) roots. It will always have at least one real root.
Can a cubic polynomial have no x-intercepts?
No, a cubic polynomial can never have zero x-intercepts. Because its end behavior goes to opposite infinities (one end goes up, the other goes down), the graph is guaranteed to cross the x-axis at least once.
Is x³ + 8 a cubic polynomial?
Yes, it is. Its standard form is
What's the difference between a cubic polynomial and a cubic equation?
A cubic polynomial is an expression, like
Why is the Rational Root Theorem so useful?
The Rational Root Theorem is a huge time-saver because it narrows down the infinite number of possible roots to a finite, manageable list of candidates. This gives you a starting point for testing with synthetic division instead of guessing randomly.
Do I have to use synthetic division to solve cubic equations?
While you could use polynomial long division, synthetic division is a much faster and less error-prone shortcut. It is specifically designed for dividing a polynomial by a linear factor like
What if a cubic polynomial has no rational roots?
If a cubic has no rational roots, finding them becomes much harder and requires more advanced methods. For most high school algebra problems, the given polynomials are designed to have at least one rational root that you can find using the methods described here.