Skip to main content
QLDMath MethodsSyllabus dot point

How are linear and quadratic functions analysed?

Sketch and analyse linear and quadratic functions, finding gradient, intercepts, vertex and discriminant, and solving linear and quadratic equations and inequalities

A focused answer to the QCE Math Methods Unit 1 dot point on linear and quadratic functions. Finds gradient, intercepts and parallel/perpendicular relationships for linear functions; converts between standard, factored and vertex form and uses the discriminant for quadratics.

Generated by Claude Opus 4.88 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. Linear functions
  3. Quadratic functions
  4. The discriminant
  5. Quadratic formula
  6. Sketching a parabola
  7. Completing the square
  8. Solving quadratic inequalities
  9. In one sentence

What this dot point is asking

QCAA wants you to sketch and analyse linear and quadratic functions, find gradient, intercepts and vertex, and solve linear and quadratic equations and inequalities.

Linear functions

Form
y=mx+cy = mx + c. Gradient mm, yy-intercept cc.
Gradient from two points
m=(y2−y1)/(x2−x1)m = (y_2 - y_1)/(x_2 - x_1).
Point-slope form
y−y1=m(x−x1)y - y_1 = m(x - x_1).
xx-intercept
x=−c/mx = -c/m.
Parallel and perpendicular
m1=m2m_1 = m_2 for parallel; m1m2=−1m_1 m_2 = -1 for perpendicular.
Inequalities
Solve as equations, but reverse the inequality sign when multiplying or dividing by a negative number.

A linear function has a constant gradient, so its graph is a straight line with no turning points. The gradient measures the rate of change of yy with respect to xx, which is the first link to the calculus idea of a derivative introduced in later units.

Quadratic functions

Standard form
y=ax2+bx+cy = ax^2 + bx + c.
Factored form
y=a(x−p)(x−q)y = a(x - p)(x - q). Roots at pp and qq.
Vertex form
y=a(x−h)2+ky = a(x - h)^2 + k. Vertex at (h,k)(h, k).
Vertex from standard form
xv=−b/(2a)x_v = -b/(2a). yv=c−b2/(4a)y_v = c - b^2/(4a).

The discriminant

Δ=b2−4ac\Delta = b^2 - 4ac.

Δ\Delta Roots Parabola
>0> 0 Two real distinct Crosses xx-axis twice
=0= 0 One repeated Touches xx-axis
<0< 0 No real Does not touch

Quadratic formula

x=−b±b2−4ac2ax = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a}.

Sketching a parabola

  1. Identify aa (opens up if a>0a > 0, down if a<0a < 0).
  2. Find yy-intercept (substitute x=0x = 0).
  3. Find vertex via −b/(2a)-b/(2a).
  4. Find xx-intercepts (factor, complete the square, or use the formula).
  5. Plot and draw a smooth parabola.

Completing the square

Converting standard form to vertex form reveals the turning point directly. For y=x2+6x+1y = x^2 + 6x + 1, halve the coefficient of xx (giving 33), square it (99), and add and subtract it: y=(x2+6x+9)−9+1=(x+3)2−8y = (x^2 + 6x + 9) - 9 + 1 = (x + 3)^2 - 8. The turning point is (−3,−8)(-3, -8). Completing the square is also the derivation behind the quadratic formula and is the method when a question asks for the vertex in exact form.

Solving quadratic inequalities

To solve ax2+bx+c>0ax^2 + bx + c > 0, first find the roots, then use the parabola's shape. If a>0a > 0 the parabola opens upward, so the expression is positive outside the roots and negative between them; if a<0a < 0 the reverse holds. For example x2−x−6>0x^2 - x - 6 > 0 factors as (x−3)(x+2)>0(x - 3)(x + 2) > 0, with roots 33 and −2-2; since the parabola opens up, the solution is x<−2x < -2 or x>3x > 3. A quick sketch of the parabola removes any doubt about which region to choose.

In one sentence

Linear functions y=mx+cy = mx + c have gradient mm (parallel lines share mm, perpendicular have m1m2=−1m_1 m_2 = -1), and quadratics y=ax2+bx+cy = ax^2 + bx + c have vertex at x=−b/(2a)x = -b/(2a) and discriminant Δ=b2−4ac\Delta = b^2 - 4ac that classifies the roots (>0> 0 two real, =0= 0 one repeated, <0< 0 none).

Exam-style practice questions

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

QCAA 20224 marksPaper 1 (technique). For the quadratic f(x)=2x2−8x+5f(x) = 2x^2 - 8x + 5, determine (a) the vertex, (b) the discriminant, (c) the exact xx-intercepts.
Show worked answer →

(a) Vertex: xv=−b2a=84=2x_v = -\dfrac{b}{2a} = \dfrac{8}{4} = 2; yv=2(4)−8(2)+5=−3y_v = 2(4) - 8(2) + 5 = -3, so the vertex is (2,−3)(2, -3).

(b) Discriminant: Δ=b2−4ac=64−40=24>0\Delta = b^2 - 4ac = 64 - 40 = 24 > 0, so two distinct real roots.

(c) Roots: x=8±244=8±264=2±62x = \dfrac{8 \pm \sqrt{24}}{4} = \dfrac{8 \pm 2\sqrt 6}{4} = 2 \pm \dfrac{\sqrt 6}{2}.

Markers reward xv=−b2ax_v = -\tfrac{b}{2a}, the discriminant, and clean surd simplification.

QCAA 20235 marksPaper 2 (complex familiar). A quadratic f(x)=x2+(k−3)x+kf(x) = x^2 + (k - 3)x + k has exactly one xx-intercept. (a) Determine the value(s) of kk. (b) For the larger value of kk, determine the coordinates of the turning point.
Show worked answer →

(a) One intercept means Δ=0\Delta = 0: (k−3)2−4(1)(k)=0(k - 3)^2 - 4(1)(k) = 0, so k2−6k+9−4k=0k^2 - 6k + 9 - 4k = 0, giving k2−10k+9=0k^2 - 10k + 9 = 0, (k−1)(k−9)=0(k - 1)(k - 9) = 0, so k=1k = 1 or k=9k = 9.

(b) For k=9k = 9: f(x)=x2+6x+9=(x+3)2f(x) = x^2 + 6x + 9 = (x + 3)^2, with turning point (−3,0)(-3, 0).

Markers reward setting Δ=0\Delta = 0, solving the quadratic in kk, and the turning point of the chosen case.

Related dot points