Skip to main content
VICMath MethodsSyllabus dot point

How are quadratic functions analysed?

Sketch and analyse quadratic functions in standard, factored and turning-point form, including finding vertex, axis of symmetry, intercepts and using the discriminant to classify roots

A focused answer to the VCE Maths Methods Unit 1 dot point on quadratic functions. Sketches y=ax2+bx+cy = ax^2 + bx + c, converts between forms, finds the vertex from x=βˆ’b/(2a)x = -b/(2a), applies the discriminant b2βˆ’4acb^2 - 4ac, and works the VCAA SAC-style turning-point and roots problem.

Generated by Claude Opus 4.87 min answer

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

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

Jump to a section
  1. What this dot point is asking
  2. The three forms
  3. Vertex from standard form
  4. The discriminant
  5. Quadratic formula
  6. Completing the square
  7. Finding a quadratic from conditions
  8. In one sentence
  9. Examples in context
  10. Try this

What this dot point is asking

VCAA wants you to sketch and analyse quadratic functions in their three standard forms, find vertex and intercepts, and use the discriminant to classify roots.

The three forms

Standard form
y=ax2+bx+cy = ax^2 + bx + c. Coefficient aa controls opening (up if a>0a > 0, down if a<0a < 0) and steepness. cc is the yy-intercept.
Factored form
y=a(xβˆ’p)(xβˆ’q)y = a(x - p)(x - q). Roots are at x=px = p and x=qx = q. Useful when roots are known.
Turning-point (vertex) form
y=a(xβˆ’h)2+ky = a(x - h)^2 + k. Vertex at (h,k)(h, k). Axis of symmetry x=hx = h. Useful when the vertex is known.

Convert between forms by expanding (factored or vertex to standard) or completing the square (standard to vertex).

Vertex from standard form

xv=βˆ’b2a,yv=cβˆ’b24ax_v = -\frac{b}{2a}, \quad y_v = c - \frac{b^2}{4a}

The discriminant

Ξ”=b2βˆ’4ac\Delta = b^2 - 4ac

Classifies the roots of ax2+bx+c=0ax^2 + bx + c = 0:

Ξ”\Delta Roots Parabola
>0> 0 Two real distinct Crosses xx-axis twice
=0= 0 One real repeated Touches xx-axis (vertex on it)
<0< 0 No real roots Does not touch xx-axis

Quadratic formula

x=βˆ’bΒ±b2βˆ’4ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

Completing the square

To move from standard form y=ax2+bx+cy = ax^2 + bx + c to turning-point form y=a(xβˆ’h)2+ky = a(x - h)^2 + k, complete the square. Factor aa from the first two terms, add and subtract the square of half the new linear coefficient, then tidy. For y=2x2βˆ’8x+5y = 2x^2 - 8x + 5: y=2(x2βˆ’4x)+5=2((xβˆ’2)2βˆ’4)+5=2(xβˆ’2)2βˆ’3y = 2(x^2 - 4x) + 5 = 2((x - 2)^2 - 4) + 5 = 2(x - 2)^2 - 3, confirming the vertex (2,βˆ’3)(2, -3). Completing the square is the technique behind both the vertex formula and the quadratic formula, and is examinable as a method in its own right.

Finding a quadratic from conditions

A parabola is determined by three independent pieces of information, so VCAA problems often give the vertex plus a point, two intercepts plus a point, or three general points, and ask you to construct the rule. With the vertex (h,k)(h, k) known, write y=a(xβˆ’h)2+ky = a(x - h)^2 + k and use a second point to solve for aa. With the roots pp and qq known, write y=a(xβˆ’p)(xβˆ’q)y = a(x - p)(x - q) and use a point for aa. Choosing the form that matches the given features keeps the algebra short.

In one sentence

Quadratics y=ax2+bx+cy = ax^2 + bx + c have vertex at xv=βˆ’b/(2a)x_v = -b/(2a), classify their roots through the discriminant Ξ”=b2βˆ’4ac\Delta = b^2 - 4ac (>0> 0 two real, =0= 0 one repeated, <0< 0 none), and can be written in standard, factored (y=a(xβˆ’p)(xβˆ’q)y = a(x - p)(x - q)) or vertex (y=a(xβˆ’h)2+ky = a(x - h)^2 + k) form depending on which features are known.

Examples in context

Example 1. Maximum revenue. A stall's daily revenue is modelled by R=βˆ’2p2+24pR = -2p^2 + 24p dollars, where pp is the price in dollars. This is a downward parabola, so the maximum is at the vertex: pv=βˆ’b2a=βˆ’242(βˆ’2)=6p_v = -\frac{b}{2a} = -\frac{24}{2(-2)} = 6. The maximum revenue is R(6) = -2(36) + 24(6) = -72 + 144 = \72,achievedatapriceof, achieved at a price of \66.

Example 2. Projectile landing point. A ball's height is h=βˆ’5t2+20th = -5t^2 + 20t metres for time tt seconds. It lands when h=0h = 0: βˆ’5t2+20t=βˆ’5t(tβˆ’4)=0-5t^2 + 20t = -5t(t - 4) = 0, giving t=0t = 0 (launch) and t=4t = 4 s (landing). The peak is at the vertex t=βˆ’202(βˆ’5)=2t = -\frac{20}{2(-5)} = 2 s, where h=βˆ’5(4)+40=20h = -5(4) + 40 = 20 m.

Try this

Q1. For y=x2βˆ’6x+5y = x^2 - 6x + 5, find the vertex and the xx-intercepts. [3 marks]

  • Cue. xv=3x_v = 3, yv=9βˆ’18+5=βˆ’4y_v = 9 - 18 + 5 = -4, vertex (3,βˆ’4)(3, -4); factor (xβˆ’1)(xβˆ’5)(x - 1)(x - 5), intercepts x=1,5x = 1, 5.

Q2. Find the values of kk for which x2+kx+9=0x^2 + kx + 9 = 0 has exactly one solution. [3 marks]

  • Cue. Ξ”=k2βˆ’36=0β‡’k=Β±6\Delta = k^2 - 36 = 0 \Rightarrow k = \pm 6.

Q3. A fountain's water arc is y=βˆ’0.5(xβˆ’4)2+8y = -0.5(x - 4)^2 + 8 (metres). (a) State the maximum height and where it occurs. (b) Find where the water lands (y=0y = 0). [2+2 marks]

  • Cue. (a) Max 88 m at x=4x = 4. (b) (xβˆ’4)2=16β‡’x=0(x - 4)^2 = 16 \Rightarrow x = 0 or x=8x = 8; lands at x=8x = 8 m.

Exam-style practice questions

Practice questions written in the style of VCAA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

VCAA 2022 Exam 15 marksFor f(x)=2x2βˆ’8x+5f(x) = 2x^2 - 8x + 5, find (a) the vertex, (b) the discriminant, (c) the exact xx-intercepts.
Show worked answer β†’

(a) Vertex. xv=βˆ’b/(2a)=8/4=2x_v = -b/(2a) = 8/4 = 2. yv=2(4)βˆ’8(2)+5=8βˆ’16+5=βˆ’3y_v = 2(4) - 8(2) + 5 = 8 - 16 + 5 = -3.

Vertex: (2,βˆ’3)(2, -3).

(b) Discriminant. Ξ”=b2βˆ’4ac=64βˆ’4(2)(5)=64βˆ’40=24>0\Delta = b^2 - 4ac = 64 - 4(2)(5) = 64 - 40 = 24 > 0.

Two real distinct roots.

(c) xx-intercepts. x=8Β±244=8Β±264=4Β±62=2Β±62x = \dfrac{8 \pm \sqrt{24}}{4} = \dfrac{8 \pm 2\sqrt{6}}{4} = \dfrac{4 \pm \sqrt{6}}{2} = 2 \pm \frac{\sqrt 6}{2}.

Markers reward the vertex formula, discriminant evaluation, and simplification of the quadratic-formula surd.

VCAA 2023 Exam 25 marksThe quadratic y=x2+(kβˆ’2)x+4y = x^2 + (k - 2)x + 4 is given, where kk is a real constant. (a) Find the values of kk for which the graph touches the xx-axis exactly once. (b) For one of these values of kk, determine the coordinates of the turning point.
Show worked answer β†’

(a) The graph touches the xx-axis once when the discriminant is zero. Here a=1a = 1, b=kβˆ’2b = k - 2, c=4c = 4, so Ξ”=(kβˆ’2)2βˆ’4(1)(4)=(kβˆ’2)2βˆ’16\Delta = (k - 2)^2 - 4(1)(4) = (k - 2)^2 - 16.

Set Ξ”=0\Delta = 0: (kβˆ’2)2=16(k - 2)^2 = 16, so kβˆ’2=Β±4k - 2 = \pm 4, giving k=6k = 6 or k=βˆ’2k = -2.

(b) Take k=6k = 6: the quadratic is y=x2+4x+4=(x+2)2y = x^2 + 4x + 4 = (x + 2)^2. The turning point is at xv=βˆ’b2a=βˆ’42=βˆ’2x_v = -\dfrac{b}{2a} = -\dfrac{4}{2} = -2, with yv=0y_v = 0, so the turning point is (βˆ’2,0)(-2, 0) (on the xx-axis, as expected for a repeated root).

Markers reward setting Ξ”=0\Delta = 0, solving for both kk values, and locating the turning point on the axis.

Related dot points