Skip to main content
NSWMaths Extension 1Syllabus dot point

Once the factor theorem links each zero to a factor, what does that force a polynomial to look like: how many zeroes can it have, when is it pinned down by its graph, and how many times can two curves meet?

Develop the structural consequences of the factor theorem: distinct zeroes give distinct linear factors and a degree-n polynomial has at most n zeroes; a polynomial agreeing with another at n + 1 points is identical, so a degree-n graph is fixed by n + 1 points; the number of intersections of two curves is bounded by degree via F(x) = P(x) - Q(x); and re-express a polynomial in powers of (x - a)

The structural consequences of the factor theorem for HSC Maths Extension 1. Distinct zeroes give distinct factors; a degree-n polynomial has at most n zeroes; agreement at n + 1 points forces two polynomials to be identical, so a graph is fixed by n + 1 points; and the difference F = P - Q bounds and locates intersections, with tangency at a double root.

Generated by Claude Opus 4.818 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

What this dot point is asking

The factor theorem on the previous page is a single fact: xax - a is a factor of P(x)P(x) exactly when P(a)=0P(a) = 0. This page works out what that one fact forces to be true about every polynomial. Each zero is a factor, so several zeroes mean several factors, and factors take up degree fast, which is why a polynomial cannot have more zeroes than its degree. From there everything else follows: if two polynomials of degree nn agree at n+1n + 1 points they must be the same polynomial, so a curve is completely fixed by enough points; and two graphs cannot cross more times than their degree allows, a fact you unlock by studying the single difference curve F(x)=P(x)Q(x)F(x) = P(x) - Q(x).

These are the structural consequences NESA groups under ME-F2, and they are quietly powerful: they turn "find the polynomial" into a short calculation, let you prove two expressions are identical without grinding through algebra, and explain at a glance why a line meets a cubic at most three times. This is the Year 11 first-contact treatment. The applied versions, tangents and chords handled with these ideas, are developed at geometry using polynomials and in the Year 12 page on roots and coefficients; here the goal is to make the structure itself second nature.

The answer

Distinct zeroes give distinct factors

Suppose you have found several different zeroes of a polynomial P(x)P(x), say α1,α2,,αs\alpha_1, \alpha_2, \dots, \alpha_s, all distinct. The factor theorem makes each one a factor: xα1x - \alpha_1 divides P(x)P(x), so P(x)=(xα1)P1(x)P(x) = (x - \alpha_1)P_1(x). Now α2\alpha_2 is also a zero, so P(α2)=0P(\alpha_2) = 0; but (α2α1)0(\alpha_2 - \alpha_1) \ne 0 because the zeroes are distinct, so the other factor P1(α2)P_1(\alpha_2) must be zero. That makes xα2x - \alpha_2 a factor of P1(x)P_1(x), and continuing this way each distinct zero peels off its own linear factor.

This is exactly why the integer-zero hunt from the previous page pays off so well. Every separate zero you find is a separate factor, so finding several zeroes builds up a quadratic or cubic factor for free and shrinks, or removes, the long division you would otherwise face.

A degree-n polynomial has at most n zeroes

Push the previous idea to its limit. If a polynomial of degree nn had n+1n + 1 distinct zeroes, then by the rule above it would be divisible by a product of n+1n + 1 distinct linear factors, a polynomial of degree n+1n + 1. But a degree-nn polynomial cannot have a factor of higher degree than itself. That is a contradiction, so the supply of zeroes runs out.

Two consequences are worth pulling out straight away. First, if you can find nn distinct zeroes of a degree-nn polynomial, you have found all of them and the factoring is complete: no division is required. Second, the only polynomial with more zeroes than its degree, indeed with infinitely many zeroes, is the zero polynomial Z(x)=0Z(x) = 0, which is zero for every xx and is the one polynomial to which the degree bound does not apply.

Finding all the zeroes when they are distinct

The first bound turns into a fast factoring method whenever a polynomial has only simple (distinct) zeroes. Instead of finding one factor, dividing, and repeating, you simply keep testing divisors of the constant term until you have collected as many distinct zeroes as the degree.

  1. List the candidates. Write the divisors of the constant term (both signs); these are the only possible integer zeroes.
  2. Collect zeroes. Test them with the factor theorem, noting each aa for which P(a)=0P(a) = 0.
  3. Stop at the degree. Once you have nn distinct zeroes of a degree-nn polynomial, you have them all. The polynomial is aa times the product of the linear factors, where aa is the leading coefficient.

No long division at all is needed in this best case, which is the whole point of the maximum-zeroes bound. (When a zero is repeated you will fall one factor short and still need a single division to recover the repeated factor, the situation handled on the multiplicity page.)

Agreement at n + 1 points forces identity

The maximum-zeroes bound has a striking restatement. Suppose two polynomials P(x)P(x) and Q(x)Q(x), each of degree at most nn, take the same value at n+1n + 1 different values of xx. Look at their difference F(x)=P(x)Q(x)F(x) = P(x) - Q(x). Wherever PP and QQ agree, FF is zero, so FF has n+1n + 1 zeroes. But FF has degree at most nn, and a polynomial of degree at most nn cannot have n+1n + 1 zeroes unless it is the zero polynomial. Therefore F(x)=0F(x) = 0 for all xx, which means P(x)=Q(x)P(x) = Q(x) for all xx: the two polynomials are identically equal, and their corresponding coefficients match.

This is the rigorous reason "equating coefficients" is allowed: two polynomial expressions that are equal for enough values must have identical coefficients. It also means you can prove an identity by checking it at enough points rather than expanding both sides, a genuine shortcut.

A graph is fixed by n + 1 points

Read the identity condition geometrically. A polynomial graph of degree nn is the graph of a degree-nn polynomial, and that polynomial is pinned down by n+1n + 1 of its values. So the curve cannot be nudged: once n+1n + 1 points are specified, exactly one polynomial of that degree passes through them.

So a parabola is fixed by 33 points, a cubic by 44, and a line (n=1n = 1) meets a cubic (n=3n = 3) at most 33 times. The cubic below is the one from the first worked example, y=3x3+6x2+33x36y = -3x^3 + 6x^2 + 33x - 36; its three zeroes and the single point (2,30)(2, 30) are four points, and they admit no other cubic.

A cubic is determined by four pointsA single cubic curve passes through the four marked points: three on the x-axis at minus three, one and four, and one at x equals two comma thirty. Four points fix exactly one cubic.xy-3-2-11234-3030(-3, 0)(1, 0)(4, 0)(2, 30)y = P(x)Four points fix exactly one cubic: any other cubic through all four would equal this one.Here the three zeroes set the shape and (2, 30) fixes the leading coefficient -3.

Counting intersections with the difference F(x) = P(x) - Q(x)

The single most useful tool on this page is the difference function F(x)=P(x)Q(x)F(x) = P(x) - Q(x). Two curves y=P(x)y = P(x) and y=Q(x)y = Q(x) meet exactly where P(x)=Q(x)P(x) = Q(x), that is, exactly where F(x)=0F(x) = 0. So the intersections of the two curves are precisely the zeroes of the one polynomial FF, and the whole intersection question collapses to factoring FF.

This immediately bounds the number of intersections: FF has degree at most the larger of the two degrees, so it has at most that many zeroes, so the curves meet at most that many times. It also locates them, because factoring FF gives every intersection xx-value at once. Best of all, the nature of each meeting is read off the multiplicity of the corresponding factor of FF, exactly as a single curve behaves at its own zeroes:

The reason mirrors the single-curve case. A simple factor (xα)(x - \alpha) lets FF change sign at α\alpha, so PQP - Q swaps from positive to negative, meaning the curves swap which one is on top, a crossing. A squared factor (xα)2(x - \alpha)^2 is never negative, so FF touches zero at α\alpha and returns on the same side; PQP - Q keeps its sign, so neither curve overtakes the other and they only touch, a tangency.

Take an original pair built so the difference is a clean cubic: let

Q(x)=x4+x2+1,P(x)=x4+x3+x23x+3.Q(x) = x^4 + x^2 + 1, \qquad P(x) = x^4 + x^3 + x^2 - 3x + 3.

Both are quartics with the same leading term x4x^4, so the x4x^4 cancels in the difference and

F(x)=P(x)Q(x)=x33x+2=(x1)2(x+2).F(x) = P(x) - Q(x) = x^3 - 3x + 2 = (x - 1)^2(x + 2).

The double factor (x1)2(x - 1)^2 predicts a tangency at x=1x = 1, and the simple factor (x+2)(x + 2) predicts a crossing at x=2x = -2. Plotting both curves confirms it exactly.

Tangency at a double root versus crossing at a simple rootTwo quartic curves y equals P of x and y equals Q of x. Their difference P minus Q equals open bracket x minus one close bracket squared times open bracket x plus two close bracket. At x equals one the difference has a double root, so the curves touch without crossing, a tangency. At x equals minus two the difference has a simple root, so the curves cross transversally.xy-2-112321tangent at x = 1(double root)cross at x = -2(simple root)y = P(x)y = Q(x)P - Q = (x-1)²(x+2): the squared factor makes a tangency, the simple factor a crossing.Curves meet where P(x) = Q(x), i.e. where P - Q = 0.

The clearest way to see why one root touches and the other crosses is to plot the difference curve y=F(x)y = F(x) by itself. Its zeroes are the intersection xx-values, and how it behaves at each zero, touch or cross, against the xx-axis is exactly how the two original curves behave at that meeting.

The difference curve touches at the double root and crosses at the simple rootThe cubic y equals open bracket x minus one close bracket squared times open bracket x plus two close bracket. It crosses the x-axis at x equals minus two, dips, and at x equals one it just touches the axis and turns back without crossing.xy-3-2-112-44touch (double root)cross (simple root)y = F(x)A double factor (x-1)² keeps F on one side of the axis: it touches and turns back.A simple factor (x+2) lets F change sign: it crosses.

Re-expressing a polynomial in powers of (x - a)

The identity condition also justifies a useful change of viewpoint: any polynomial can be rewritten in powers of (xa)(x - a) rather than powers of xx. For a cubic and aa a chosen number, you write

P(x)=A(xa)3+B(xa)2+C(xa)+DP(x) = A(x - a)^3 + B(x - a)^2 + C(x - a) + D

and find the constants AA, BB, CC, DD. This is allowed because both sides are cubics; if they agree at four points they are identical, so the constants are uniquely determined. It is the algebra behind shifting a curve's "centre" to x=ax = a, and it makes the value and local behaviour at x=ax = a transparent: D=P(a)D = P(a) is the height there, and the later terms describe how the curve departs from that point.

The reliable way to find the constants combines two of this page's ideas. Equate the leading coefficients to get AA (only the A(xa)3A(x - a)^3 term produces x3x^3, so AA equals the leading coefficient of PP). Substitute x=ax = a to get DD, because every (xa)(x - a) term vanishes there, leaving D=P(a)D = P(a). Then substitute two more convenient values to get two equations in BB and CC, and solve. A worked example below carries this out in full.

How exam questions ask about these consequences

The wordings are predictable once mapped to the right consequence.

  • "Write down / find the polynomial with zeroes ... (and passing through ...)." Factor theorem in reverse: P(x)=a(xαi)P(x) = a\prod(x - \alpha_i), then use the extra point to find aa and expand.
  • "Find all the zeroes" or "factor completely" with several easy zeroes. Test divisors of the constant term; once you have as many distinct zeroes as the degree, stop, and quote "at most nn zeroes".
  • "Show that two expressions are equal for all xx" or "find the constants so that ... for all xx." Identity condition: equate coefficients, or substitute enough values, justified by agreement at n+1n + 1 points.
  • "A cubic passes through these four points; find it." A degree-nn curve is fixed by n+1n + 1 points; set up the polynomial and solve.
  • "By considering P(x)Q(x)P(x) - Q(x), describe the intersections / show the curves are tangent / find where PP is above QQ." Factor the difference; multiplicity gives touch versus cross; the sign of the difference gives which curve is on top.
  • "Express P(x)P(x) in powers of (xa)(x - a)" or "in the form A(xa)3+A(x - a)^3 + \dots." Equate the leading coefficient for AA, substitute x=ax = a for DD, then two more values for BB and CC.
  • "Explain why a line meets this cubic at most three times." A line is degree 11 and the cubic degree 33; their difference has degree 33, so at most 33 zeroes, hence at most 33 intersections.

Practice questions

Original practice questions graded from foundation to exam level, each with a full worked solution. Try them before revealing the solution.

foundation2 marksUse the factor theorem to write down, in expanded form, the monic cubic polynomial whose zeroes are 2-2, 11 and 55.
Show worked solution →

Turn each zero into a factor. By the factor theorem each zero x=ax = a gives a factor xax - a, so the zeroes 2-2, 11, 55 give factors x+2x + 2, x1x - 1, x5x - 5. Monic means leading coefficient 11, so

P(x)=(x+2)(x1)(x5).P(x) = (x + 2)(x - 1)(x - 5).

Expand to standard form. First (x+2)(x1)=x2+x2(x + 2)(x - 1) = x^2 + x - 2, then

(x2+x2)(x5)=x3+x22x5x25x+10=x34x27x+10.(x^2 + x - 2)(x - 5) = x^3 + x^2 - 2x - 5x^2 - 5x + 10 = x^3 - 4x^2 - 7x + 10.

State and check. P(x)=x34x27x+10P(x) = x^3 - 4x^2 - 7x + 10. Substituting back, P(1)=147+10=0P(1) = 1 - 4 - 7 + 10 = 0 and P(2)=816+14+10=0P(-2) = -8 - 16 + 14 + 10 = 0, confirming the zeroes.

foundation3 marksWrite down, in expanded form, the cubic polynomial with leading coefficient 22 whose zeroes are 1-1, 33 and 12\tfrac{1}{2}.
Show worked solution →

Convert the zeroes to factors. The integer zeroes 1-1 and 33 give factors x+1x + 1 and x3x - 3. The zero x=12x = \tfrac{1}{2} gives the factor x12x - \tfrac{1}{2}, but to keep the leading coefficient 22 and avoid fractions, use the equivalent factor 2x12x - 1 (which is zero at x=12x = \tfrac{1}{2} and supplies the factor of 22). So

P(x)=(x+1)(x3)(2x1).P(x) = (x + 1)(x - 3)(2x - 1).

Expand to standard form. First (x+1)(x3)=x22x3(x + 1)(x - 3) = x^2 - 2x - 3, then

(x22x3)(2x1)=2x3x24x2+2x6x+3=2x35x24x+3.(x^2 - 2x - 3)(2x - 1) = 2x^3 - x^2 - 4x^2 + 2x - 6x + 3 = 2x^3 - 5x^2 - 4x + 3.

State and check. P(x)=2x35x24x+3P(x) = 2x^3 - 5x^2 - 4x + 3, leading coefficient 22. Checking the fractional zero, P ⁣(12)=218514412+3=14542+3=0P\!\left(\tfrac{1}{2}\right) = 2 \cdot \tfrac{1}{8} - 5 \cdot \tfrac{1}{4} - 4 \cdot \tfrac{1}{2} + 3 = \tfrac{1}{4} - \tfrac{5}{4} - 2 + 3 = 0.

core4 marksFind all the zeroes of P(x)=x44x3x2+16x12P(x) = x^4 - 4x^3 - x^2 + 16x - 12 without performing any long division.
Show worked solution →

Set up the integer-zero test. The coefficients are integers, so any integer zero divides the constant term 12-12: the candidates are ±1,±2,±3,±4,±6,±12\pm 1, \pm 2, \pm 3, \pm 4, \pm 6, \pm 12.

Test candidates with the factor theorem.

P(1)=141+1612=0,P(2)=16324+3212=0,P(1) = 1 - 4 - 1 + 16 - 12 = 0, \qquad P(2) = 16 - 32 - 4 + 32 - 12 = 0,

P(2)=16+3243212=0,P(3)=811089+4812=0.P(-2) = 16 + 32 - 4 - 32 - 12 = 0, \qquad P(3) = 81 - 108 - 9 + 48 - 12 = 0.

Account for the degree. That is four distinct zeroes 1,2,2,31, 2, -2, 3 of a degree-44 polynomial. Since a degree-44 polynomial has at most 44 zeroes, these are all of them, and no division is needed: the four factors already multiply to a quartic.

State the result. Because PP is monic, P(x)=(x1)(x2)(x+2)(x3)P(x) = (x - 1)(x - 2)(x + 2)(x - 3), so the zeroes are x=1,2,2,3x = 1, 2, -2, 3. (The product of the four factors has constant term (1)(2)(2)(3)=12(-1)(-2)(2)(-3) = -12, matching PP, a quick consistency check.)

core4 marksA cubic polynomial P(x)P(x) has zeroes at x=1x = -1, x=2x = 2 and x=3x = 3, and satisfies P(1)=12P(1) = 12. Find P(x)P(x) in expanded form, and explain why it is the only cubic meeting these conditions.
Show worked solution →

Write the factored form with an unknown leading coefficient. The three zeroes give

P(x)=a(x+1)(x2)(x3)P(x) = a(x + 1)(x - 2)(x - 3)

for some constant aa, by the factor theorem.

Use the extra point to find aa. First (1+1)(12)(13)=(2)(1)(2)=4(1 + 1)(1 - 2)(1 - 3) = (2)(-1)(-2) = 4, so P(1)=4aP(1) = 4a. Setting P(1)=12P(1) = 12 gives 4a=124a = 12, so a=3a = 3.

Expand. (x+1)(x2)(x3)=x34x2+x+6(x + 1)(x - 2)(x - 3) = x^3 - 4x^2 + x + 6, so

P(x)=3(x34x2+x+6)=3x312x2+3x+18.P(x) = 3(x^3 - 4x^2 + x + 6) = 3x^3 - 12x^2 + 3x + 18.

Explain uniqueness. A cubic has degree 33, and any two cubics agreeing at 44 points are identical. The three zeroes plus the point (1,12)(1, 12) are 44 points, so they pin down exactly one cubic. Check: P(1)=312+3+18=12P(1) = 3 - 12 + 3 + 18 = 12.

exam5 marksBy factoring the difference F(x)=P(x)Q(x)F(x) = P(x) - Q(x), describe the intersections of the curves y=P(x)=2x33xy = P(x) = 2x^3 - 3x and y=Q(x)=x3+2y = Q(x) = x^3 + 2, and state where P(x)P(x) is above Q(x)Q(x).
Show worked solution →

Form the difference. Intersections occur where P(x)=Q(x)P(x) = Q(x), that is where F(x)=P(x)Q(x)=0F(x) = P(x) - Q(x) = 0.

F(x)=(2x33x)(x3+2)=x33x2.F(x) = (2x^3 - 3x) - (x^3 + 2) = x^3 - 3x - 2.

Factor the difference. The constant term is 2-2, so test divisors ±1,±2\pm 1, \pm 2. F(1)=1+32=0F(-1) = -1 + 3 - 2 = 0, so x+1x + 1 is a factor; F(2)=862=0F(2) = 8 - 6 - 2 = 0, so x2x - 2 is a factor. With 1-1 found once and a cubic to account for, matching the constant term 2=(1)2(2)-2 = (1)^2 \cdot (-2) identifies the repeat, giving

F(x)=(x+1)2(x2).F(x) = (x + 1)^2(x - 2).

Read off the geometry. The double root x=1x = -1 means the curves are tangent at x=1x = -1 (they touch but do not cross), and the simple root x=2x = 2 means they cross at x=2x = 2. At x=1x = -1, P(1)=2+3=1=Q(1)P(-1) = -2 + 3 = 1 = Q(-1); at x=2x = 2, P(2)=166=10=Q(2)P(2) = 16 - 6 = 10 = Q(2).

Locate where PP is above QQ. Since (x+1)20(x + 1)^2 \ge 0, the sign of FF matches the sign of x2x - 2 (except at x=1x = -1 where F=0F = 0). So F(x)>0F(x) > 0 for x>2x > 2, meaning P(x)>Q(x)P(x) > Q(x) for x>2x > 2; and P(x)<Q(x)P(x) < Q(x) for x<2x < 2 apart from the touch point x=1x = -1.

exam4 marksExpress h(x)=x3+4x2+2x3h(x) = x^3 + 4x^2 + 2x - 3 in the form A(x+1)3+B(x+1)2+C(x+1)+DA(x + 1)^3 + B(x + 1)^2 + C(x + 1) + D, finding the constants AA, BB, CC and DD.
Show worked solution →

Equate the leading coefficients. Both sides are cubics, so equating the coefficient of x3x^3 (the A(x+1)3A(x + 1)^3 term is the only source of x3x^3) gives A=1A = 1.

Substitute x=1x = -1 to isolate DD. Every term with a factor of (x+1)(x + 1) vanishes at x=1x = -1, leaving h(1)=Dh(-1) = D:

D=(1)3+4(1)2+2(1)3=1+423=2.D = (-1)^3 + 4(-1)^2 + 2(-1) - 3 = -1 + 4 - 2 - 3 = -2.

Substitute two more values for BB and CC. At x=0x = 0: h(0)=A+B+C+Dh(0) = A + B + C + D, and h(0)=3h(0) = -3, so 1+B+C2=31 + B + C - 2 = -3, giving B+C=2B + C = -2. At x=2x = -2: h(2)=A+BC+Dh(-2) = -A + B - C + D, and h(2)=8+1643=1h(-2) = -8 + 16 - 4 - 3 = 1, so 1+BC2=1-1 + B - C - 2 = 1, giving BC=4B - C = 4.

Solve and state. Adding, 2B=22B = 2, so B=1B = 1, then C=3C = -3. Hence

h(x)=(x+1)3+(x+1)23(x+1)2.h(x) = (x + 1)^3 + (x + 1)^2 - 3(x + 1) - 2.

Check by a test value. At x=1x = 1: the form gives 23+223(2)2=8+462=42^3 + 2^2 - 3(2) - 2 = 8 + 4 - 6 - 2 = 4, and h(1)=1+4+23=4h(1) = 1 + 4 + 2 - 3 = 4. They agree.

Related dot points