Topic 05 | Number & Algebra

Quadratic functions

Year 9 core: graphing parabolas from y = ax^2 + bx + c, identifying key features, solving quadratic equations using the null factor law and factorisation.

70-90 min Printable practice Answer key Challenge included
How to use this page

Read the explanation, work through the examples, then complete the core practice before printing.

Study progress: Not started

What you will learn

Worked example 0 Real-world example: height of a ball

A ball is thrown upward from ground level. Its height (in metres) after tt seconds is modelled by h=20t5t2h = 20t - 5t^2. When does it hit the ground, and what is its maximum height?

  1. Ground level means h=0h = 0: solve 20t5t2=020t - 5t^2 = 0.
  2. Factorise: 5t(4t)=05t(4 - t) = 0.
  3. By the null factor law: t=0t = 0 or t=4t = 4. The ball is at ground level at t=0t = 0 s (launch) and t=4t = 4 s (landing).
  4. The axis of symmetry is midway: t=0+42=2t = \dfrac{0 + 4}{2} = 2 s.
  5. Maximum height: h=20(2)5(2)2=4020=20h = 20(2) - 5(2)^2 = 40 - 20 = 20 m.

Key idea: the xx-intercepts (here tt-intercepts) tell you when something happens; the turning point tells you the maximum or minimum value.

1. What is a quadratic function?

A quadratic function has the form:

Formula reference

y=ax2+bx+c(a0)y = ax^2 + bx + c \qquad (a \neq 0)
Worked example 1 Identifying a, b, c

For y=3x25x+2y = 3x^2 - 5x + 2, state aa, bb and cc, and the yy-intercept.

  • a=3a = 3, b=5b = -5, c=2c = 2.
  • Since a=3>0a = 3 > 0, the parabola opens upward.
  • yy-intercept: (0,2)(0, 2).

2. Key features of a parabola

xyturning pointx₁x₂y-intaxis ofsymmetry

Every parabola has:

FeatureHow to find it
yy-interceptSet x=0x = 0: the point is (0,c)(0, c).
xx-interceptsSet y=0y = 0 and solve ax2+bx+c=0ax^2 + bx + c = 0.
Axis of symmetryx=b2ax = -\dfrac{b}{2a}, or the midpoint of the two xx-intercepts.
Turning pointSubstitute the axis of symmetry value into y=ax2+bx+cy = ax^2 + bx + c.

Formula reference

Axis of symmetry: x=b2a\text{Axis of symmetry: } x = -\frac{b}{2a}
Worked example 2 Finding key features

Find the turning point and intercepts of y=x26x+8y = x^2 - 6x + 8.

  1. yy-intercept: (0,8)(0, 8).
  2. xx-intercepts: solve x26x+8=0x^2 - 6x + 8 = 0. Factorise: (x2)(x4)=0(x - 2)(x - 4) = 0, so x=2x = 2 or x=4x = 4.
  3. Axis of symmetry: x=2+42=3x = \dfrac{2 + 4}{2} = 3 (or x=62(1)=3x = -\dfrac{-6}{2(1)} = 3).
  4. Turning point: y=326(3)+8=918+8=1y = 3^2 - 6(3) + 8 = 9 - 18 + 8 = -1. The turning point is (3,1)(3, -1).
  5. Since a=1>0a = 1 > 0, the parabola opens upward, so (3,1)(3, -1) is a minimum.

3. The null factor law

Worked example 3 Applying the null factor law

Solve (x5)(x+2)=0(x - 5)(x + 2) = 0.

By the null factor law:

  • x5=0x=5x - 5 = 0 \Rightarrow x = 5, or
  • x+2=0x=2x + 2 = 0 \Rightarrow x = -2.

Solutions: x=5x = 5 or x=2x = -2.

4. Solving quadratics by factorisation

To solve x2+bx+c=0x^2 + bx + c = 0 (monic, a=1a = 1): find two numbers that multiply to give cc and add to give bb.

Worked example 4 Factorising a monic quadratic

Solve x2+5x+6=0x^2 + 5x + 6 = 0.

  1. Find two numbers that multiply to 66 and add to 55: the numbers are 22 and 33.
  2. Factorise: (x+2)(x+3)=0(x + 2)(x + 3) = 0.
  3. Null factor law: x=2x = -2 or x=3x = -3.
Worked example 5 Quadratic with a negative constant

Solve x23x10=0x^2 - 3x - 10 = 0.

  1. Find two numbers that multiply to 10-10 and add to 3-3: the numbers are 5-5 and 22.
  2. Factorise: (x5)(x+2)=0(x - 5)(x + 2) = 0.
  3. Solutions: x=5x = 5 or x=2x = -2.
Worked example 6 Factorising with a common factor first

Solve 2x2+10x+12=02x^2 + 10x + 12 = 0.

  1. Take out the common factor of 22: 2(x2+5x+6)=02(x^2 + 5x + 6) = 0.
  2. Factorise the monic quadratic: 2(x+2)(x+3)=02(x + 2)(x + 3) = 0.
  3. Null factor law: x=2x = -2 or x=3x = -3.

5. Connecting graphs and solutions

The solutions of ax2+bx+c=0ax^2 + bx + c = 0 are the xx-intercepts of y=ax2+bx+cy = ax^2 + bx + c. This means:

Worked example 7 Reading solutions from a graph

A parabola crosses the xx-axis at x=1x = -1 and x=4x = 4. Its equation is y=(x+1)(x4)=x23x4y = (x + 1)(x - 4) = x^2 - 3x - 4.

  • The axis of symmetry is x=1+42=1.5x = \dfrac{-1 + 4}{2} = 1.5.
  • The turning point: y=(1.5)23(1.5)4=2.254.54=6.25y = (1.5)^2 - 3(1.5) - 4 = 2.25 - 4.5 - 4 = -6.25. So the turning point is (1.5,  6.25)(1.5,\;-6.25).

Practice

Fluency

Tier 1: identify and factorise

    1. For y=2x24x+1y = 2x^2 - 4x + 1, state aa, bb, cc and whether the parabola opens up or down.
    2. Find the yy-intercept of y=x2+3x5y = -x^2 + 3x - 5.
    3. Factorise x2+7x+12x^2 + 7x + 12.
    4. Factorise x29x+20x^2 - 9x + 20.
    5. Factorise x2+2x15x^2 + 2x - 15.
    6. Solve (x3)(x+7)=0(x - 3)(x + 7) = 0.
    7. Solve x25x+6=0x^2 - 5x + 6 = 0.
    8. Solve x2+x12=0x^2 + x - 12 = 0.
    9. Solve x216=0x^2 - 16 = 0.
    10. Solve 3x212x=03x^2 - 12x = 0.
Reasoning

Tier 2: features and graphs

    1. Find the axis of symmetry and turning point of y=x24x+3y = x^2 - 4x + 3.
    2. Find the xx-intercepts, turning point and yy-intercept of y=x22x8y = x^2 - 2x - 8. Sketch the parabola.
    3. A parabola has xx-intercepts at x=3x = -3 and x=1x = 1. Find the axis of symmetry and the turning point if the equation is y=x2+2x3y = x^2 + 2x - 3.
    4. Solve x2=7x10x^2 = 7x - 10 by first rearranging to standard form.
    5. Solve 2x214x+20=02x^2 - 14x + 20 = 0 by first taking out a common factor.
    6. Explain why x2+4=0x^2 + 4 = 0 has no real solutions. What does this mean for the graph?
    7. A rectangle has length (x+3)(x + 3) cm and width (x1)(x - 1) cm. Its area is 2121 cm2^2. Find xx.
    8. The product of two consecutive integers is 7272. Find the integers.
Reasoning

Tier 3: explain and apply

    1. Explain the connection between the factorised form y=(xp)(xq)y = (x - p)(x - q) and the xx-intercepts. How do you find the axis of symmetry from pp and qq?
    2. A ball is launched upward with height h=24t4t2h = 24t - 4t^2 metres after tt seconds. Find when it hits the ground and its maximum height.
    3. Two numbers add to 1212 and their product is 3232. Set up and solve a quadratic equation to find them.
    4. The parabola y=x2+bx+9y = x^2 + bx + 9 has only one xx-intercept. Find the two possible values of bb.

Challenge

Reasoning

Harder reasoning

    1. A farmer has 6060 m of fencing to enclose a rectangular paddock against a wall (only three sides need fencing). If the width is xx m, show that the area is A=60x2x2A = 60x - 2x^2 and find the dimensions that maximise the area.
    2. The parabola y=x26x+ky = x^2 - 6x + k passes through the point (1,2)(1, 2). Find kk, then find the turning point and xx-intercepts.
    3. Show that if a monic quadratic x2+bx+c=0x^2 + bx + c = 0 has solutions pp and qq, then p+q=bp + q = -b and pq=cpq = c.
    4. The sum of the squares of two consecutive positive odd numbers is 130130. Find the numbers.

Interactive

Try it yourself: match the parabola

Work through 3 examples on one graph. Drag the vertex and slide the coefficient a.

Example 1 (easy). Match the dashed target y = x². Drag the vertex to the origin and set a = 1.

Vertex (h, k)
(0, 0)
a
1
Your curve
y = x²
Answers

Answer key

Attempt the practice first. When you're ready to check, expand the answers below.

Show the full answer key

Year 9 core - answers

Fluency

Tier 1: identify and factorise

    1. a=2a = 2, b=4b = -4, c=1c = 1. Since a=2>0a = 2 > 0, the parabola opens upward.
    2. yy-intercept: (0,5)(0, -5).
    3. (x+3)(x+4)(x + 3)(x + 4).
    4. (x4)(x5)(x - 4)(x - 5).
    5. (x+5)(x3)(x + 5)(x - 3).
    6. x=3x = 3 or x=7x = -7.
    7. (x2)(x3)=0(x - 2)(x - 3) = 0: x=2x = 2 or x=3x = 3.
    8. (x+4)(x3)=0(x + 4)(x - 3) = 0: x=4x = -4 or x=3x = 3.
    9. (x4)(x+4)=0(x - 4)(x + 4) = 0: x=4x = 4 or x=4x = -4.
    10. 3x(x4)=03x(x - 4) = 0: x=0x = 0 or x=4x = 4.
Reasoning

Tier 2: features and graphs

    1. x=42(1)=2x = -\dfrac{-4}{2(1)} = 2. Turning point: y=48+3=1y = 4 - 8 + 3 = -1. Turning point is (2,1)(2, -1).
    2. xx-intercepts: x22x8=(x4)(x+2)=0x^2 - 2x - 8 = (x - 4)(x + 2) = 0, so x=4x = 4 or x=2x = -2. Axis of symmetry: x=1x = 1. Turning point: y=128=9y = 1 - 2 - 8 = -9, so (1,9)(1, -9). yy-intercept: (0,8)(0, -8). Parabola opens upward.
    3. Axis of symmetry: x=3+12=1x = \dfrac{-3 + 1}{2} = -1. Turning point: y=123=4y = 1 - 2 - 3 = -4, so (1,4)(-1, -4).
    4. x27x+10=0x^2 - 7x + 10 = 0. (x2)(x5)=0(x - 2)(x - 5) = 0: x=2x = 2 or x=5x = 5.
    5. 2(x27x+10)=02(x^2 - 7x + 10) = 0. 2(x2)(x5)=02(x - 2)(x - 5) = 0: x=2x = 2 or x=5x = 5.
    6. x2=4x^2 = -4 has no real solution because a square is never negative. The parabola y=x2+4y = x^2 + 4 has its turning point at (0,4)(0, 4), entirely above the xx-axis, so it never crosses it.
    7. (x+3)(x1)=21(x + 3)(x - 1) = 21. Expand: x2+2x3=21x^2 + 2x - 3 = 21, so x2+2x24=0x^2 + 2x - 24 = 0. (x+6)(x4)=0(x + 6)(x - 4) = 0: x=6x = -6 or x=4x = 4. Since x1>0x - 1 > 0, we need x>1x > 1, so x=4x = 4. The rectangle is 77 cm by 33 cm.
    8. Let the integers be nn and n+1n + 1. n(n+1)=72n(n + 1) = 72, so n2+n72=0n^2 + n - 72 = 0. (n+9)(n8)=0(n + 9)(n - 8) = 0: n=8n = 8 or n=9n = -9. The consecutive integers are 88 and 99 (or 9-9 and 8-8).
Reasoning

Tier 3: explain and apply

    1. In y=(xp)(xq)y = (x - p)(x - q), the xx-intercepts are x=px = p and x=qx = q (by the null factor law). The axis of symmetry is x=p+q2x = \dfrac{p + q}{2} (midpoint of the intercepts).
    2. Ground: 24t4t2=024t - 4t^2 = 0, 4t(6t)=04t(6 - t) = 0, so t=0t = 0 or t=6t = 6 s. Axis of symmetry: t=3t = 3. Max height: h=24(3)4(9)=7236=36h = 24(3) - 4(9) = 72 - 36 = 36 m.
    3. Let the numbers be xx and 12x12 - x. Product: x(12x)=32x(12 - x) = 32, so 12xx2=3212x - x^2 = 32, x212x+32=0x^2 - 12x + 32 = 0. (x4)(x8)=0(x - 4)(x - 8) = 0: x=4x = 4 or x=8x = 8. The numbers are 44 and 88.
    4. One xx-intercept means the discriminant is zero: b24(1)(9)=0b^2 - 4(1)(9) = 0, so b2=36b^2 = 36, b=6b = 6 or b=6b = -6.
Reasoning

Challenge

    1. Width =x= x, length =602x= 60 - 2x. Area =x(602x)=60x2x2= x(60 - 2x) = 60x - 2x^2. This is a downward parabola. Axis of symmetry: x=602(2)=15x = -\dfrac{60}{2(-2)} = 15. Maximum area: A=60(15)2(225)=900450=450A = 60(15) - 2(225) = 900 - 450 = 450 m2^2. Dimensions: 1515 m wide, 3030 m long.
    2. Substitute (1,2)(1, 2): 2=16+k2 = 1 - 6 + k, so k=7k = 7. Equation: y=x26x+7y = x^2 - 6x + 7. Turning point: x=3x = 3, y=918+7=2y = 9 - 18 + 7 = -2, so (3,2)(3, -2). xx-intercepts: x26x+7=0x^2 - 6x + 7 = 0. Using the quadratic formula (or completing the square): x=6±36282=6±222=3±2x = \dfrac{6 \pm \sqrt{36 - 28}}{2} = \dfrac{6 \pm 2\sqrt{2}}{2} = 3 \pm \sqrt{2}.
    3. (xp)(xq)=x2(p+q)x+pq(x - p)(x - q) = x^2 - (p+q)x + pq. Comparing with x2+bx+cx^2 + bx + c: (p+q)=b-(p+q) = b so p+q=bp + q = -b, and pq=cpq = c.
    4. Let the numbers be nn and n+2n + 2. n2+(n+2)2=130n^2 + (n+2)^2 = 130. 2n2+4n+4=1302n^2 + 4n + 4 = 130. n2+2n63=0n^2 + 2n - 63 = 0. (n+9)(n7)=0(n + 9)(n - 7) = 0: n=7n = 7 (positive). The numbers are 77 and 99.

Prefer paper? Print the answer key as a separate booklet: open print view ->