Cubic Polynomial

Download as PDF

Ever wondered about expressions with an x3 term? Welcome to the world of cubic polynomials! They create fascinating S-shaped curves and can model complex real-world situations. Let's dive in and master these powerful third-degree functions.

Cubic Polynomial — an original Algebra911 reference diagram defining cubic polynomial with its key formula and a worked example.
Cubic Polynomials: A Complete Guide for Students

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:

P(x)=ax3+bx2+cx+d

Let's break down each part of this expression:

  • x is the variable.
  • a,b, and c are the coefficients of the terms x3, x2, and x, respectively. They are real numbers.
  • d is the constant term, which doesn't have a variable attached.
  • The term ax3 is called the leading term because it contains the highest power of x.
  • The coefficient a is the leading coefficient. A critical rule for a polynomial to be considered cubic is that the leading coefficient a cannot be zero (a0). If a were zero, the x3 term would vanish, and it would become a quadratic polynomial or something simpler.

Here are some examples of cubic polynomials:

  • f(x)=2x35x2+x10 (Here, a=2,b=5,c=1,d=10)
  • g(x)=x3+7x (Here, a=1,b=0,c=7,d=0. Notice that b and d can be zero.)
  • h(x)=x3+9 (Here, a=1,b=0,c=0,d=9)

And here are some non-examples:

  • y=4x22x+1 (This is quadratic, as the highest degree is 2.)
  • y=5x4+x3 (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, a.

End Behavior

End behavior describes what the graph's y-values are doing as the x-values head towards positive infinity () and negative infinity ().

  1. When the leading coefficient a is positive (a>0): 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 x, y. As x, y.
  2. When the leading coefficient a is negative (a<0): 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 x, y. As x, y.

Intercepts and Roots

The y-intercept is where the graph crosses the y-axis. This always occurs when x=0. For the standard form ax3+bx2+cx+d, plugging in x=0 leaves us with just d. So, the y-intercept is always at the point (0,d).

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., P(x)=0. Because of its end behavior, a cubic polynomial must cross the x-axis at least once. It can have one, two, or three real roots.

Number of Real RootsDescription
One Real RootThe graph crosses the x-axis only once.
Two Real RootsThe graph crosses the x-axis in one place and just touches it in another (this indicates a "repeated" root).
Three Real RootsThe 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 x that make the polynomial equal to zero. While there is a general "cubic formula" similar to the quadratic formula, it is incredibly complex and rarely used in high school algebra. Instead, we use a combination of factoring and division strategies.

Strategy 1: Factoring by Grouping

This method works for specific cubic polynomials where terms can be grouped into pairs with a common factor.

Example 1

Solve the equation x32x29x+18=0.

Step 1: Group the terms.
Group the first two terms and the last two terms together.
(x32x2)+(9x+18)=0

Step 2: Factor out the greatest common factor (GCF) from each group.
From the first group, the GCF is x2. From the second group, the GCF is 9.
x2(x2)9(x2)=0

Step 3: Factor out the common binomial.
Notice that both terms now share the factor (x2).
(x2)(x29)=0

Step 4: Factor the remaining quadratic.
The term (x29) is a difference of squares, which factors into (x3)(x+3).
(x2)(x3)(x+3)=0

Step 5: Set each factor to zero to find the roots.
x2=0x=2
x3=0x=3
x+3=0x=3
The roots are 3,2, and 3.

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 p/q, then p must be a factor of the constant term (d) and q must be a factor of the leading coefficient (a).

Synthetic Division is a shortcut for dividing a polynomial by a linear factor of the form (xk). If we divide by (xk) and the remainder is zero, then k is a root!

Example 2

Find all roots of 2x33x211x+6=0.

Step 1: List possible rational roots using the Rational Root Theorem.
The constant term is d=6. Its factors (p) are ±1,±2,±3,±6.
The leading coefficient is a=2. Its factors (q) are ±1,±2.
The possible rational roots (p/q) are ±1,±2,±3,±6,±1/2,±3/2.

Step 2: Test a possible root with synthetic division.
Let's try x=3. We set up the synthetic division with the coefficients 2,3,11,6.
3231166962320
Since the remainder is 0, we know that x=3 is a root, and (x3) is a factor.

Step 3: Write the new, reduced polynomial.
The result of the division, 2,3,2, gives us the coefficients of the remaining quadratic factor. So, our original equation can be rewritten as:
(x3)(2x2+3x2)=0

Step 4: Solve the remaining quadratic equation.
We need to solve 2x2+3x2=0. We can factor this quadratic.
(2x1)(x+2)=0
Setting each factor to zero gives:
2x1=0x=1/2
x+2=0x=2

Step 5: State all the roots.
The three roots of the cubic equation are 2,1/2, and 3.

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 ax3+bx2+cx+d=0, let the three roots be α, β, and γ. Vieta's formulas are:

Sum of the roots: α+β+γ=ba
Sum of the products of the roots taken two at a time: αβ+βγ+γα=ca
Product of the roots: αβγ=da

Notice the alternating signs in the formulas: , +, .

Example 3

For the cubic polynomial P(x)=2x312x2+22x12, find the sum of the roots, the sum of the products of the roots taken two at a time, and the product of the roots.

Step 1: Identify the coefficients a,b,c, and d.
From the polynomial, we have:
a=2
b=12
c=22
d=12

Step 2: Apply Vieta's formulas.
Sum of the roots: b/a=(12)/2=12/2=6
Sum of products of roots (two at a time): c/a=22/2=11
Product of the roots: d/a=(12)/2=12/2=6

Answer: The sum of the roots is 6, the sum of the products of roots taken two at a time is 11, and the product of the roots is 6. We found this without ever calculating the individual roots (which happen to be 1,2, and 3). You can check: 1+2+3=6, (1)(2)+(2)(3)+(3)(1)=2+6+3=11, and (1)(2)(3)=6. The formulas work!

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.

Key formulas for cubic polynomial by Algebra911.
Key formulas for cubic polynomial by Algebra911.

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., x32x+5 is missing the x2 term), you must use a zero as a placeholder for that term's coefficient in synthetic division. For x32x+5, the coefficients are 1,0,2,5.
  • Mistakes with Vieta's Formulas: It's easy to forget the pattern of signs. Remember it's b/a, +c/a, d/a. A good way to remember is that the sign is (1)k where k 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 d and the leading coefficient a, and remember to include both positive and negative possibilities for each fraction p/q.
  • 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: P(x)=ax3+bx2+cx+d, where a0.
  • Degree: 3.
  • Graph Shape: A continuous "S-curve" with up to two turning points.
  • End Behavior: If a>0, the graph falls to the left and rises to the right. If a<0, 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

  1. Try to Factor by Grouping first.
  2. If that fails, use the Rational Root Theorem to list possible rational roots (p/q).
  3. Use Synthetic Division to test a possible root. If the remainder is 0, you've found a root.
  4. Solve the resulting depressed quadratic to find the other two roots.

Vieta's Formulas (for roots α,β,γ)

FormulaRelationship
Sum of Rootsα+β+γ=b/a
Sum of Root Products (Pairs)αβ+βγ+γα=c/a
Product of Rootsαβγ=d/a

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 1x3+0x2+0x+8. The coefficients for the x2 and x terms, b and c, are simply zero, which is perfectly allowed.

What's the difference between a cubic polynomial and a cubic equation?

A cubic polynomial is an expression, like x34x2+5. A cubic equation sets that expression equal to a value, usually zero, creating a problem to be solved, like x34x2+5=0.

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 (xk) and is the preferred method in most algebra classes.

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.