Logo
Published on

Ultimate Guide to Polynomials in HSC Mathematics Extension 1

Authors
  • avatar
    Name
    Vu Hung
    Twitter

Introduction

Polynomials are fundamental to advanced algebraic problem-solving. In the Mathematics Extension 1 course, the study of polynomials moves far beyond simple quadratics. You are expected to manipulate complex equations, understand their deep structural properties, and apply powerful theorems to find solutions that would otherwise be impossible to guess.

This guide provides a comprehensive deep-dive into the Polynomials topic for Year 11 HSC Mathematics Extension 1, ensuring you have the theoretical knowledge and practical skills to excel.

Executive Summary

The "Polynomials" topic (aligned with outcome ME1-11-02) focuses on understanding the language and graphical behaviour of polynomials, applying the Remainder and Factor theorems to break them down, and using the sums and products of zeroes to relate roots directly to coefficients. Mastery of this topic is non-negotiable for success in both Extension 1 and Extension 2.

What is this about?

This deep-dive covers the three major pillars of the Polynomials syllabus:

  1. Language and graphs of polynomials: Defining polynomials formally, understanding degree, multiplicity of roots, and predicting end-behaviour.
  2. Remainder and factor theorems: Using polynomial division and powerful theorems to easily find remainders and linear factors without long division.
  3. Sums and products of zeroes: Exploring the elegant relationships between the roots of a polynomial and its algebraic coefficients for quadratics, cubics, and quartics.

Let's break down each of these areas in detail.


Main Content

1. Language and Graphs of Polynomials

To work with polynomials, you first need to speak the language fluently.

Defining a Polynomial

A polynomial function P(x)P(x) of degree nn (where nn is a non-negative integer) is an expression of the form: P(x)=anxn+an1xn1++a2x2+a1x+a0P(x) = a_nx^n + a_{n-1}x^{n-1} + \dots + a_2x^2 + a_1x + a_0 where the coefficients (an,,a0a_n, \dots, a_0) are real numbers and an0a_n \neq 0.

  • Leading term: The term with the highest power, anxna_nx^n.
  • Leading coefficient: The number ana_n. If an=1a_n = 1, the polynomial is called monic.
  • Constant term: The number a0a_0 (which is independent of xx).
  • Degree: The highest power of xx, denoted by nn.
  • The Zero Polynomial: P(x)=0P(x) = 0. This special case has all coefficients equal to zero. It has no leading term, no leading coefficient, and its degree is strictly undefined. Every real number is a zero of the zero polynomial.

Polynomial Addition

When you add two non-zero polynomials P(x)P(x) and Q(x)Q(x) of degrees nn and mm respectively, the degree of the new polynomial P(x)+Q(x)P(x) + Q(x) is generally the maximum of nn and mm. However, if n=mn = m and their leading coefficients cancel each other out, the degree will be less than nn.

End-Behaviour (Limits at Infinity)

The leading term dictates how the graph behaves as xx gets extremely large in either the positive or negative direction.

  • If the degree is even and the leading coefficient is positive, yy \to \infty as x±x \to \pm\infty (both arms point up).
  • If the degree is odd and the leading coefficient is positive, yy \to \infty as xx \to \infty, and yy \to -\infty as xx \to -\infty (starts low, ends high).
  • A negative leading coefficient simply flips these behaviours upside down.

Zeroes and Multiplicity

A number α\alpha is a zero of P(x)P(x) if P(α)=0P(\alpha) = 0. It is a root of the equation P(x)=0P(x) = 0.

  • Multiplicity: If P(x)=(xα)mQ(x)P(x) = (x - \alpha)^m Q(x) where Q(α)0Q(\alpha) \neq 0, then α\alpha is a zero of multiplicity mm.
  • If m=1m=1, it's a single zero (the graph cuts straight through the x-axis).
  • If m=2m=2, it's a double zero (the graph is tangential/bounces off the x-axis).
  • If m=3m=3, it's a triple zero (the graph flattens out and inflects as it cuts the x-axis).

For example, in P(x)=(x1)3(x+2)P(x) = (x - 1)^3(x + 2), the root x=1x = 1 has a multiplicity of 3, and x=2x = -2 has a multiplicity of 1.

2. Remainder and Factor Theorems

Dividing polynomials is very similar to long division with whole numbers.

Polynomial Division

When you divide a polynomial P(x)P(x) (the dividend) by A(x)A(x) (the divisor), you get a quotient Q(x)Q(x) and a remainder R(x)R(x). This is expressed as: P(x)=A(x)Q(x)+R(x)P(x) = A(x)Q(x) + R(x) Crucially, the division process stops when the degree of the remainder R(x)R(x) is strictly less than the degree of the divisor A(x)A(x) (i.e., deg R(x)<deg A(x)\text{deg } R(x) < \text{deg } A(x)), or when R(x)=0R(x) = 0.

If you divide by a linear factor (xα)(x - \alpha), the remainder must have a degree less than 1, meaning the remainder is just a constant rr. P(x)=(xα)Q(x)+rP(x) = (x - \alpha)Q(x) + r

The Remainder Theorem

The Remainder Theorem provides a massive shortcut. Instead of performing long division to find the remainder when P(x)P(x) is divided by (xα)(x - \alpha), you can simply substitute α\alpha into the polynomial. Theorem: When P(x)P(x) is divided by (xα)(x - \alpha), the remainder is P(α)P(\alpha). Proof: Substitute x=αx = \alpha into P(x)=(xα)Q(x)+rP(x) = (x - \alpha)Q(x) + r. This gives P(α)=(0)Q(α)+rP(\alpha) = (0)Q(\alpha) + r, so P(α)=rP(\alpha) = r.

The Factor Theorem

This is a direct consequence of the Remainder Theorem and is your primary tool for solving higher-degree polynomial equations. Theorem: (xα)(x - \alpha) is a factor of P(x)P(x) if and only if P(α)=0P(\alpha) = 0. If P(α)=0P(\alpha) = 0, the remainder is zero, meaning it divides perfectly. You can use trial and error with factors of the constant term to find the first integer root, and then use polynomial division to find the remaining factors.

3. Sums and Products of Zeroes

There is a beautiful algebraic relationship between the roots of a polynomial equation and its coefficients. These are often referred to as Vieta's formulas.

Quadratics: P(x)=ax2+bx+cP(x) = ax^2 + bx + c

Let the zeroes be α\alpha and β\beta.

  • Sum of roots: α+β=ba\alpha + \beta = -\frac{b}{a}
  • Product of roots: αβ=ca\alpha\beta = \frac{c}{a}

Cubics: P(x)=ax3+bx2+cx+dP(x) = ax^3 + bx^2 + cx + d

Let the zeroes be α,β,γ\alpha, \beta, \gamma.

  • Sum of roots: α+β+γ=ba\alpha + \beta + \gamma = -\frac{b}{a}
  • Sum of roots two at a time: αβ+αγ+βγ=ca\alpha\beta + \alpha\gamma + \beta\gamma = \frac{c}{a}
  • Product of roots: αβγ=da\alpha\beta\gamma = -\frac{d}{a}

Quartics: P(x)=ax4+bx3+cx2+dx+eP(x) = ax^4 + bx^3 + cx^2 + dx + e

Let the zeroes be α,β,γ,δ\alpha, \beta, \gamma, \delta.

  • Sum of roots: α+β+γ+δ=ba\alpha + \beta + \gamma + \delta = -\frac{b}{a}
  • Sum of roots two at a time: αβ+αγ+αδ+βγ+βδ+γδ=ca\alpha\beta + \alpha\gamma + \alpha\delta + \beta\gamma + \beta\delta + \gamma\delta = \frac{c}{a}
  • Sum of roots three at a time: αβγ+αβδ+αγδ+βγδ=da\alpha\beta\gamma + \alpha\beta\delta + \alpha\gamma\delta + \beta\gamma\delta = -\frac{d}{a}
  • Product of roots: αβγδ=ea\alpha\beta\gamma\delta = \frac{e}{a}

Notice the pattern? The formulas always start with ba-\frac{b}{a}, then alternate signs: +ca+\frac{c}{a}, da-\frac{d}{a}, +ea+\frac{e}{a}. These relationships are incredibly useful for solving problems where the roots have a specific relationship (e.g., "the roots are in an arithmetic progression" or "one root is double the other").


mini-FAQ page

Q: Do I always have to use polynomial long division? A: Not always! If you are just looking for a remainder, use the Remainder Theorem. If you are factoring, you can often use the method of equating coefficients instead of long division, which some students find faster and less prone to arithmetic errors.

Q: How do I know which numbers to guess for the Factor Theorem? A: Look at the constant term a0a_0. Any integer root of a monic polynomial must be a factor of the constant term. For example, if the constant term is 6, test ±1,±2,±3,±6\pm 1, \pm 2, \pm 3, \pm 6.

Q: Can a polynomial have no real roots? A: Yes. An even-degree polynomial (like a quadratic or quartic) can sit entirely above or below the x-axis. However, every odd-degree polynomial (like a cubic) must cross the x-axis at least once, meaning it has at least one real root.

Common mistakes to avoid

  • Messing up the signs in Sums and Products: The alternating negative/positive pattern (ba-\frac{b}{a}, +ca+\frac{c}{a}, da-\frac{d}{a}) is the most common place students lose marks. Double-check your signs, especially if the coefficients themselves are negative.
  • Forgetting missing terms in division: When setting up polynomial long division, you MUST include placeholder zeros for missing terms. For example, dividing x31x^3 - 1 must be written as x3+0x2+0x1x^3 + 0x^2 + 0x - 1.
  • Confusing zeroes and factors: If x=2x = 2 is a zero, then (x2)(x - 2) is the factor, NOT (x+2)(x + 2).

Practice on Vu's Maths Hub

Polynomials require rigorous algebraic practice. You cannot learn this just by reading; you must do the math.

Enhance your skills with our specialised resources on Vu's Maths Hub:

  • Dive deep into algebraic manipulation and graphing with our HSC Polynomials booklet.
  • Practice applying Vieta's formulas with our collection of Worked Solutions.
  • Test your readiness with our Extension 1 Trial Papers.

Further Readings

Connect with me

Don't let complex algebra slow you down. Join Vu's Maths Hub today and access our complete library of comprehensive Maths Booklets, Worked Solutions, and Trial Papers designed specifically to help you conquer the NSW HSC curriculum.