Solving and Modelling with Cubics
Key Terms
- Solving a cubic algebraically
- is only straightforward when the cubic is already factorised (or can be easily factorised).
- Factor theorem
- (x − a) is a factor of p(x) if and only if p(a) = 0. Use this to find a root by trial, then factorise.
- Once one factor (x − a) is found, divide out to get a quadratic, then factorise or use the quadratic formula for the rest.
- Technology
- for cubic equations that don’t factorise nicely, solve numerically using CAS/graphing technology.
- When modelling with cubics, always consider the practical domain and interpret solutions in context.
- Volume, container design, and profit/loss problems commonly lead to cubic equations.
| Strategy | When to use |
|---|---|
| Null factor law | Cubic is already in factored form |
| Factor theorem + divide | Can guess one rational root by trial |
| Technology (CAS/graph) | No rational root; approximate solutions needed |
Worked Example 1 — Solving a Cubic by Factorising
Question: Solve x³ − 2x² − 5x + 6 = 0.
Step 1 (find a root): Test x = 1: 1 − 2 − 5 + 6 = 0. ✓ So (x − 1) is a factor.
Step 2 (divide): x³ − 2x² − 5x + 6 = (x − 1)(x² − x − 6).
Step 3 (factorise quadratic): x² − x − 6 = (x − 3)(x + 2).
Answer: (x − 1)(x − 3)(x + 2) = 0 → x = 1, x = 3, or x = −2.
Worked Example 2 — Cubic Modelling Problem
Question: A square piece of cardboard has side length 20 cm. Squares of side x cm are cut from each corner and the sides folded up to form an open box. Find x so that the volume is 500 cm³.
Step 1 (model): V = x(20 − 2x)².
Step 2 (equation): x(20 − 2x)² = 500. Let u = 20 − 2x, or expand directly.
Step 3 (expand): x(400 − 80x + 4x²) = 500 → 4x³ − 80x² + 400x − 500 = 0 → 4x³ − 80x² + 400x − 500 = 0.
Step 4 (technology or trial): Divide by 4: x³ − 20x² + 100x − 125 = 0. Try x = 5: 125 − 500 + 500 − 125 = 0. ✓
Step 5: (x − 5)(x² − 15x + 25) = 0 → x = 5 or x = (15 ± √125)/2 ≈ 13.1 or 1.9.
Practical domain: 0 < x < 10. So valid solutions: x = 5 cm or x ≈ 1.9 cm (reject x ≈ 13.1 as it violates 0 < x < 10).
The Factor Theorem: Why It Works
The factor theorem states: (x − a) is a factor of the polynomial p(x) if and only if p(a) = 0. This follows directly from the polynomial division algorithm: we can always write p(x) = (x − a) × q(x) + R, where R is the remainder. If we substitute x = a: p(a) = (a − a) × q(a) + R = 0 + R = R. So the remainder R equals p(a). If p(a) = 0, then R = 0, meaning (x − a) divides p(x) exactly with no remainder — confirming (x − a) is a factor.
The factor theorem is also known as a special case of the remainder theorem: p(a) equals the remainder when p(x) is divided by (x − a). This gives a quick way to find remainders without full division.
Rational Root Theorem: Systematic Testing
For a polynomial p(x) = axn + … + d with integer coefficients, any rational root p/q (in lowest terms) must satisfy: p divides the constant term d, and q divides the leading coefficient a.
For x³ − 2x² − 5x + 6 (leading coefficient 1, constant term 6): rational roots must be factors of 6, which are ±1, ±2, ±3, ±6. Test these in order. p(1) = 1 − 2 − 5 + 6 = 0 ✓. Found one: (x − 1) is a factor.
Practical order of testing: try ±1 first (easiest to evaluate), then ±2, then ±3, etc. For cubics with leading coefficient 1, only the factors of the constant term need testing.
Polynomial Long Division: The Full Process
Once you find a root x = a, divide p(x) by (x − a) to get the remaining quadratic. Long division proceeds like numerical long division:
- Divide the leading term of p(x) by the leading term of the divisor.
- Multiply the result by the full divisor.
- Subtract from p(x), bringing down the next term.
- Repeat until the degree of the remainder is less than the divisor.
For example, dividing x³ − 2x² − 5x + 6 by (x − 1): x³ ÷ x = x². Multiply: x²(x−1) = x³−x². Subtract: −2x²−(−x²) = −x². Bring down −5x: −x²−5x. Divide: −x² ÷ x = −x. Multiply: −x(x−1) = −x²+x. Subtract: −5x−x = −6x. Bring down 6: −6x+6. Divide: −6x ÷ x = −6. Multiply: −6(x−1) = −6x+6. Subtract: 0. Result: x²−x−6.
Setting Up Cubic Models
Real-world problems involving cubics most commonly arise from volume. If a box is made by cutting squares of side x from a rectangular sheet and folding up the sides, the volume is a product of three linear expressions in x, giving a cubic. The practical domain restricts x to positive values that keep all dimensions positive.
Always define variables clearly, write the model, state the domain (usually x > 0 and bounded by the dimensions of the problem), and interpret all solutions in context. A root that falls outside the practical domain is mathematically valid but physically impossible — reject it with an explanation.
Solving Cubic Equations: The Complete Approach
The full process: (1) Look for a rational root using the rational root theorem and factor theorem. (2) Divide by (x − a) to get a quadratic. (3) Use factorisation or the quadratic formula on the quadratic. (4) Check the discriminant of the quadratic — if Δ < 0, the cubic has only one real root. (5) Verify solutions by substitution or inspection.
Mastery Practice
-
Solve each cubic equation by the null factor law (equations given in factored form). Fluency
- (a) (x − 3)(x + 1)(x + 4) = 0
- (b) x(2x − 1)(x + 5) = 0
- (c) (x + 2)²(x − 3) = 0
- (d) −2(x − 1)(x − 2)(x + 6) = 0
-
Use the factor theorem to verify the given root, then fully factorise and solve. Fluency
- (a) x³ − 6x + 4 = 0, given that x = 2 is a root.
- (b) x³ + x² − 4x − 4 = 0, given that x = 2 is a root.
- (c) x³ − 7x + 6 = 0, given that x = 1 is a root.
-
Find all solutions by first finding a rational root using the factor theorem. Fluency
- (a) x³ − 2x² − x + 2 = 0
- (b) x³ + 3x² − 4 = 0
- (c) 2x³ − 3x² − 11x + 6 = 0
-
Solve graphically using the features of the cubic. Fluency
- (a) From the factored form y = (x + 3)(x − 1)(x − 2), state all x-intercepts. Hence write the solutions to (x + 3)(x − 1)(x − 2) = 0.
- (b) y = x³ − 9x. Factorise and state all roots.
- (c) y = −x³ + 4x² − 4x. Factorise and solve y = 0.
-
Mixed solving. Fluency
- (a) x³ = 8 (solve exactly)
- (b) 2x³ = 16
- (c) (x − 2)³ = 27
- (d) −(x + 1)³ + 5 = −3
-
Open box problem. Understanding
Modelling volume. An open box is made from a 30 cm × 30 cm square sheet of cardboard by cutting equal squares of side x cm from each corner and folding up the sides.- (a) Write an expression for the volume V of the box in terms of x.
- (b) State the practical domain for x.
- (c) Find the value(s) of x for which V = 1000 cm³.
- (d) Find the value of x that makes the volume a maximum (use technology or graph).
-
Revenue and profit model. Understanding
Business context. A manufacturer’s profit in thousands of dollars is modelled by P(x) = −x³ + 9x² − 15x − 25, where x is the number of units (hundreds) produced, 0 ≤ x ≤ 7.- (a) Find P(0) and P(7) and interpret each value in context.
- (b) Solve P(x) = 0 to find when the profit is zero. (Try x = 5 as a factor theorem candidate.)
- (c) Determine the production levels for which the business is profitable in this range.
-
Solving in context. Understanding
Interpreting solutions.- (a) A sphere has volume V = &frac43;πr³. Find the radius (correct to 2 decimal places) of a sphere with volume 200 cm³.
- (b) The height of a projectile at time t seconds is h = −t³ + 9t² − 15t + 5 metres. Solve h = 0 using the factor theorem to find when it hits the ground, 0 ≤ t ≤ 8.
-
Constructing and solving a cubic. Problem Solving
Design problem. A cylindrical can (with top and bottom) must hold 1 litre (1000 cm³) of liquid. The radius is r cm and the height is h cm.- (a) Write h in terms of r using the volume formula V = πr²h.
- (b) The total surface area is A = 2πr² + 2πrh. Substitute your expression from (a) to write A in terms of r only.
- (c) To minimise material, A must be minimised. Use technology (or calculus if known) to find the radius and height that give minimum surface area. Comment on the shape of the optimal can.
-
Number theory and cubics. Problem Solving
Algebraic investigation.- (a) Show that n³ − n = n(n − 1)(n + 1) for all integers n, and hence prove that the product of any three consecutive integers is always divisible by 6.
- (b) Solve x³ − 3x² + 3x − 1 = 0 and explain why there is only one solution. (Hint: recognise the left side as a perfect cube.)