Study Vault
All PostsFlashcardsResourcesAI ChatBlog
  1. Home
  2. /↳All Posts
  3. /↳Add Math
  4. /↳Quadratic Functions and Equations
Study VaultStudy Vault

Free, comprehensive study notes for CSEC students.

matthewlloydw@gmail.com

Navigate

  • Home
  • All Posts
  • Flashcards
  • Resources
  • AI Chat

Sciences

  • Biology
  • Chemistry
  • Physics
  • Additional Mathematics
  • Mathematics
  • Information Technology

Humanities

  • English Language
  • English Literature
  • Spanish
  • Economics
  • Principles of Business
  • Principles of Accounting

Community

  • Contributors
  • Changelog
  • Suggest a Feature
  • My Suggestions
  • Bookmarks

© 2026 Matthew Williams. Made with other contributors for all.

Additional Mathematics

Quadratic Functions and Equations

PDF
Matthew Williams
|May 16, 2026|8 min read
Completing the SquareDiscriminantPaper 01Paper 02QuadraticsRootsSection 1

Completing the square, vertex form, maximum and minimum values, the discriminant and nature of roots, sum and product of roots, equations reducible to quadratic, and simultaneous equations.

Quadratics are one of the most examined topics across both papers. Paper 01 includes four dedicated items; Paper 02 frequently builds entire questions around quadratic functions and their graphs.

The General Form

A quadratic function has the form f(x)=ax2+bx+cf(x) = ax^2 + bx + cf(x)=ax2+bx+c where a≠0a \neq 0a=0. Its graph is a parabola. When a>0a > 0a>0 the parabola opens upward (minimum point); when a<0a < 0a<0 it opens downward (maximum point).

Completing the Square

Completing the square rewrites a quadratic into vertex form: a(x+h)2+ka(x + h)^2 + ka(x+h)2+k.

The vertex (turning point) of the parabola is (−h,k)(-h, k)(−h,k), and the axis of symmetry is x=−hx = -hx=−h.

Method for ax2+bx+cax^2 + bx + cax2+bx+c:

  1. Factor out aaa from the first two terms: a ⁣(x2+bax)+ca\!\left(x^2 + \frac{b}{a}x\right) + ca(x2+ab​x)+c
  2. Add and subtract (b2a)2\left(\frac{b}{2a}\right)^2(2ab​)2 inside the bracket.
  3. Collect the perfect square and simplify.
Example

Express 2x2−8x+52x^2 - 8x + 52x2−8x+5 in the form a(x+h)2+ka(x + h)^2 + ka(x+h)2+k.

2x2−8x+5=2(x2−4x)+52x^2 - 8x + 5 = 2(x^2 - 4x) + 52x2−8x+5=2(x2−4x)+5

=2(x2−4x+4−4)+5= 2(x^2 - 4x + 4 - 4) + 5=2(x2−4x+4−4)+5

=2(x−2)2−8+5=2(x−2)2−3= 2(x - 2)^2 - 8 + 5 = 2(x - 2)^2 - 3=2(x−2)2−8+5=2(x−2)2−3

Vertex: (2,−3)(2, -3)(2,−3). Since a=2>0a = 2 > 0a=2>0, this is a minimum.

Maximum and Minimum Values

From vertex form a(x+h)2+ka(x + h)^2 + ka(x+h)2+k:

  • The minimum value of f(x)f(x)f(x) is kkk, occurring when x=−hx = -hx=−h (if a>0a > 0a>0).
  • The maximum value of f(x)f(x)f(x) is kkk, occurring when x=−hx = -hx=−h (if a<0a < 0a<0).

The range follows directly:

  • If a>0a > 0a>0: range is f(x)≥kf(x) \geq kf(x)≥k.
  • If a<0a < 0a<0: range is f(x)≤kf(x) \leq kf(x)≤k.
Exam Tip

Questions asking for the "range" of a quadratic almost always require completing the square first to identify kkk. Quote the range as an inequality: f(x)≥kf(x) \geq kf(x)≥k or f(x)≤kf(x) \leq kf(x)≤k.

Sketching Quadratic Graphs

A complete sketch of f(x)=ax2+bx+cf(x) = ax^2 + bx + cf(x)=ax2+bx+c shows:

  • The shape (upward or downward parabola).
  • The turning point from completed square form.
  • The yyy-intercept: substitute x=0x = 0x=0 to get (0,c)(0, c)(0,c).
  • The xxx-intercepts (if any): solve ax2+bx+c=0ax^2 + bx + c = 0ax2+bx+c=0.
  • The axis of symmetry: x=−b/(2a)x = -b/(2a)x=−b/(2a).

The diagram below shows all five features for y=x2−4x+3y = x^2 - 4x + 3y=x2−4x+3.

x = 2axis of symmetryxy(0, 3)y-intercept(1, 0)(3, 0)(2, −1)vertex / min
y = x² − 4x + 3 = (x − 1)(x − 3)

The Discriminant and Nature of Roots

For ax2+bx+c=0ax^2 + bx + c = 0ax2+bx+c=0, the discriminant is Δ=b2−4ac\Delta = b^2 - 4acΔ=b2−4ac.

Value of Δ\DeltaΔNature of rootsGraph interpretation
Δ>0\Delta > 0Δ>0Two distinct real rootsParabola crosses xxx-axis twice
Δ=0\Delta = 0Δ=0One repeated (equal) real rootParabola touches xxx-axis once
Δ<0\Delta < 0Δ<0No real rootsParabola does not meet xxx-axis
Example

Determine the values of kkk for which kx2+(k−3)x+1=0kx^2 + (k-3)x + 1 = 0kx2+(k−3)x+1=0 has no real roots.

For no real roots: Δ<0\Delta < 0Δ<0.

Δ=(k−3)2−4k(1)=k2−6k+9−4k=k2−10k+9\Delta = (k-3)^2 - 4k(1) = k^2 - 6k + 9 - 4k = k^2 - 10k + 9Δ=(k−3)2−4k(1)=k2−6k+9−4k=k2−10k+9

Set Δ<0\Delta < 0Δ<0: (k−1)(k−9)<0(k-1)(k-9) < 0(k−1)(k−9)<0, so 1<k<91 < k < 91<k<9.

Also, for the equation to be quadratic, k≠0k \neq 0k=0. Since k=0k = 0k=0 is outside the interval 1<k<91 < k < 91<k<9, the final answer is 1<k<91 < k < 91<k<9.

Methods of Solving Quadratic Equations

Factorisation is fastest when the quadratic factors cleanly over the integers. Look for two numbers whose product is acacac and sum is bbb.

Completing the square works for any quadratic and gives the exact roots in surd form.

Quadratic formula: For ax2+bx+c=0ax^2 + bx + c = 0ax2+bx+c=0,

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

Remember

When a question says "solve," any valid method is acceptable. When it says "complete the square" or "express in the form a(x+h)2+ka(x+h)^2 + ka(x+h)2+k," you must use that specific method.

Equations Reducible to a Quadratic

Some equations become quadratic after a substitution.

Common substitutions:

Equation typeSubstitutionResulting quadratic
x4−5x2+4=0x^4 - 5x^2 + 4 = 0x4−5x2+4=0u=x2u = x^2u=x2u2−5u+4=0u^2 - 5u + 4 = 0u2−5u+4=0
x−5x+6=0x - 5\sqrt{x} + 6 = 0x−5x​+6=0u=xu = \sqrt{x}u=x​u2−5u+6=0u^2 - 5u + 6 = 0u2−5u+6=0
22x−3(2x)−4=02^{2x} - 3(2^x) - 4 = 022x−3(2x)−4=0u=2xu = 2^xu=2xu2−3u−4=0u^2 - 3u - 4 = 0u2−3u−4=0
Example

Solve x−5x+6=0x - 5\sqrt{x} + 6 = 0x−5x​+6=0.

Let u=xu = \sqrt{x}u=x​ (so u≥0u \geq 0u≥0 and x=u2x = u^2x=u2):

u2−5u+6=0⇒(u−2)(u−3)=0u^2 - 5u + 6 = 0 \Rightarrow (u-2)(u-3) = 0u2−5u+6=0⇒(u−2)(u−3)=0

so u=2u = 2u=2 or u=3u = 3u=3. Since u=xu = \sqrt{x}u=x​: x=4x = 4x=4 or x=9x = 9x=9.

Check: 4−5(2)+6=04 - 5(2) + 6 = 04−5(2)+6=0 ✓ and 9−5(3)+6=09 - 5(3) + 6 = 09−5(3)+6=0 ✓

Remember

An extraneous solution is a value produced by the algebra that does not satisfy the original equation. It arises because a substitution (like u=xu = \sqrt{x}u=x​, which requires u≥0u \geq 0u≥0) imposes a domain restriction that the factored quadratic silently ignores. Always verify every back-substituted solution in the original equation. Any value that fails the check must be marked (Invalid) and discarded — the algebra will not warn you automatically.

Relationships Between Roots and Coefficients

For ax2+bx+c=0ax^2 + bx + c = 0ax2+bx+c=0 with roots α\alphaα and β\betaβ:

α+β=−baαβ=ca\alpha + \beta = -\frac{b}{a} \qquad \alpha\beta = \frac{c}{a}α+β=−ab​αβ=ac​

These allow you to find expressions involving α\alphaα and β\betaβ without solving for them individually.

ExpressionHow to find it
α2+β2\alpha^2 + \beta^2α2+β2(α+β)2−2αβ(\alpha + \beta)^2 - 2\alpha\beta(α+β)2−2αβ
α2β+αβ2\alpha^2 \beta + \alpha\beta^2α2β+αβ2αβ(α+β)\alpha\beta(\alpha + \beta)αβ(α+β)
1α+1β\frac{1}{\alpha} + \frac{1}{\beta}α1​+β1​α+βαβ\frac{\alpha + \beta}{\alpha\beta}αβα+β​
(α−β)2(\alpha - \beta)^2(α−β)2(α+β)2−4αβ(\alpha + \beta)^2 - 4\alpha\beta(α+β)2−4αβ
Example

The roots of 3x2−5x+2=03x^2 - 5x + 2 = 03x2−5x+2=0 are α\alphaα and β\betaβ. Find α2+β2\alpha^2 + \beta^2α2+β2.

α+β=53,αβ=23\alpha + \beta = \frac{5}{3}, \quad \alpha\beta = \frac{2}{3}α+β=35​,αβ=32​

α2+β2=(α+β)2−2αβ=259−43=259−129=139\alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta = \frac{25}{9} - \frac{4}{3} = \frac{25}{9} - \frac{12}{9} = \frac{13}{9}α2+β2=(α+β)2−2αβ=925​−34​=925​−912​=913​

Forming a New Quadratic with Given Roots (Vieta's Root Theorem)

If a question asks for a quadratic whose roots are some transformation of α\alphaα and β\betaβ, find the new sum and product, then substitute into:

x2−(Sum of Roots)x+(Product of Roots)=0x^2 - (\text{Sum of Roots})x + (\text{Product of Roots}) = 0x2−(Sum of Roots)x+(Product of Roots)=0

If the coefficients are not integers, multiply through by the appropriate constant so that a,b,c∈Za, b, c \in \mathbb{Z}a,b,c∈Z.

Example

The roots of 2x2−3x+1=02x^2 - 3x + 1 = 02x2−3x+1=0 are α\alphaα and β\betaβ. Find the quadratic with integer coefficients whose roots are α2\alpha^2α2 and β2\beta^2β2.

From the original:

α+β=32\alpha + \beta = \frac{3}{2}α+β=23​

αβ=12\alpha\beta = \frac{1}{2}αβ=21​

New sum:

α2+β2=(α+β)2−2αβ=94−1=54\alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta = \frac{9}{4} - 1 = \frac{5}{4}α2+β2=(α+β)2−2αβ=49​−1=45​

New product:

α2β2=(αβ)2=14\alpha^2\beta^2 = (\alpha\beta)^2 = \frac{1}{4}α2β2=(αβ)2=41​

Substituting into the formula:

x2−54x+14=0x^2 - \frac{5}{4}x + \frac{1}{4} = 0x2−45​x+41​=0

Coefficients are not integers. Multiply through by 4:

4x2−5x+1=04x^2 - 5x + 1 = 04x2−5x+1=0

Simultaneous Equations: One Linear, One Non-Linear

The standard method is substitution: express one variable from the linear equation, then substitute into the quadratic (or circle) equation.

Example

Solve the system: y=x+1y = x + 1y=x+1 and x2+y2=13x^2 + y^2 = 13x2+y2=13.

Substitute y=x+1y = x + 1y=x+1 into the circle:

x2+(x+1)2=13x^2 + (x+1)^2 = 13x2+(x+1)2=13

x2+x2+2x+1=13x^2 + x^2 + 2x + 1 = 13x2+x2+2x+1=13

2x2+2x−12=0  ⟹  x2+x−6=0  ⟹  (x+3)(x−2)=02x^2 + 2x - 12 = 0 \implies x^2 + x - 6 = 0 \implies (x+3)(x-2) = 02x2+2x−12=0⟹x2+x−6=0⟹(x+3)(x−2)=0

x=−3x = -3x=−3 gives y=−2y = -2y=−2; x=2x = 2x=2 gives y=3y = 3y=3.

Solutions: (−3,−2)(-3, -2)(−3,−2) and (2,3)(2, 3)(2,3).

Exam Tip

When a line intersects a circle, the discriminant of the resulting quadratic tells you about the intersection. Δ>0\Delta > 0Δ>0: two points; Δ=0\Delta = 0Δ=0: the line is a tangent; Δ<0\Delta < 0Δ<0: no intersection.

Previous in syllabus order
Algebra and Polynomials
Next in syllabus order
Inequalities