Skip to main content

Worked Solutions

Polynomials — Worked Solutions (Preliminary Maths Extension 1)

By Patrick · Intuition tutor 1 min read

Created with Intu AI Reviewed by Intuition's expert tutors

Studying this? See our Preliminary Maths Extension 1 course →

Worked examples for Preliminary Maths Extension 1 polynomials. Each shows where the marks are awarded, the key idea, and the full solution explained by your choice of tutor — Stella, Ella or Cassie.

How to use these

Try each question first, then check your working. Use the tutor tabs to read the full solution in the style that suits you: Stella is direct and challenging, Ella is warm and explains the why, and Cassie is concise and analytical.

Example 1 — Remainder and factor theorem

Standard 4 marks

Question

The polynomial $P(x) = x^3 + ax^2 - 5x + b$ has a factor of $(x - 1)$ and leaves a remainder of $-18$ when divided by $(x + 2)$. Find $a$ and $b$.

Solution

Two conditions, two unknowns. Use the factor theorem and the remainder theorem.

Factor $(x-1)$ means $P(1) = 0$: $1 + a - 5 + b = 0 \Rightarrow a + b = 4$.

Remainder $-18$ on division by $(x+2)$ means $P(-2) = -18$: $-8 + 4a + 10 + b = -18 \Rightarrow 4a + b = -20$.

Subtract the equations: $3a = -24 \Rightarrow a = -8$, then $b = 4 - a = 12$.

So $a = -8$, $b = 12$. Always evaluate $P$ at the right value — $(x+2)$ means substitute $x = -2$, not $+2$.

Where the marks go

  • 1 mark: Uses factor theorem: $P(1) = 0$ giving $a + b = 4$
  • 1 mark: Uses remainder theorem: $P(-2) = -18$ giving $4a + b = -20$
  • 1 mark: Solves the simultaneous equations
  • 1 mark: Correct values $a = -8$ and $b = 12$

Key idea

Factor theorem: $(x-c)$ is a factor iff $P(c) = 0$. Remainder theorem: the remainder on division by $(x-c)$ is $P(c)$.

Example 2 — Roots and coefficients

Standard 3 marks

Question

The cubic $2x^3 - 3x^2 + 4x - 1 = 0$ has roots $\alpha$, $\beta$ and $\gamma$. Find the value of $\alpha^2 + \beta^2 + \gamma^2$.

Solution

Use the relationships between roots and coefficients, then the algebraic identity.

For $2x^3 - 3x^2 + 4x - 1 = 0$: $\sum \alpha = \tfrac{3}{2}$ and $\sum \alpha\beta = \tfrac{4}{2} = 2$.

The identity is $\alpha^2 + \beta^2 + \gamma^2 = \left(\sum \alpha\right)^2 - 2\sum \alpha\beta$.

So $= \left(\tfrac{3}{2}\right)^2 - 2(2) = \tfrac{9}{4} - 4 = -\tfrac{7}{4}$.

Don't try to solve the cubic — the symmetric-function shortcut is the point of the question.

Where the marks go

  • 1 mark: Correct $\sum \alpha = \tfrac{3}{2}$
  • 1 mark: Correct $\sum \alpha\beta = 2$ and uses the identity $(\sum\alpha)^2 - 2\sum\alpha\beta$
  • 1 mark: Correct value $-\tfrac{7}{4}$

Key idea

Sums and products of roots come directly from the coefficients; $\alpha^2 + \beta^2 + \gamma^2 = (\sum\alpha)^2 - 2\sum\alpha\beta$.