Study Guide

Quadratics

CIE A-Level Mathematics· 21 min read

1. Forms of Quadratic Expressions★☆☆☆☆⏱ 4 min

📘 Definition

Quadratic Expression

ax2+bx+c,a0ax^2 + bx + c, \quad a \neq 0

A second-degree polynomial in one variable, where are constants and the leading coefficient is non-zero.

Example:

is quadratic; is linear, so not quadratic.

Quadratics can be written in three useful forms, each suited to a different purpose:

  • General form: , used for expanding and calculating discriminant

  • Factorised form: , used for identifying roots and solving equations

  • Completed square form: , used for finding the vertex (turning point) of the parabola

📐 Worked Example

Rewrite in completed square form

  1. 1

    Factor out the leading coefficient from the first two terms:

    2(x24x)+32\left(x^2 - 4x\right) + 3
  2. 2

    Complete the square inside the bracket by adding and subtracting the square of half the coefficient of :

    2[(x24x+4)4]+32\left[(x^2 -4x + 4) -4\right] + 3
  3. 3

    Simplify by expanding the constant term:

    2(x2)28+3=2(x2)252(x-2)^2 - 8 + 3 = 2(x-2)^2 - 5
  4. 4

    Read the turning point straight from the completed square form , whose vertex is at :

    (2,5)(2, -5)

2. Solving Quadratic Equations★★☆☆☆⏱ 5 min

A quadratic equation has the form with . There are three standard methods for solving, each with different use cases.

Methods compared

Choose your method based on the question and form of the quadratic:

Factorisation

Rearrange to , factorise into two linear brackets, set each bracket equal to zero

+ Pros: Fast for simple quadratics with integer roots

− Cons: Only works for factorisable quadratics

Quadratic Formula

Substitute into the formula

+ Pros: Works for all quadratic equations

− Cons: Easy to make sign errors when substituting

Completing the Square

Rearrange to completed square form, isolate the squared term, then take square roots of both sides

+ Pros: Useful for non-calculator surd answers

− Cons: Requires more algebraic steps than other methods

📐 Worked Example

Solve using the quadratic formula

  1. 1

    Identify with their correct signs:

    a=2,b=5,c=3a=2, \quad b=-5, \quad c=-3
  2. 2

    Substitute into the quadratic formula:

    x=(5)±(5)24(2)(3)2(2)x = \frac{-(-5) \pm \sqrt{(-5)^2 - 4(2)(-3)}}{2(2)}
  3. 3

    Simplify the expression under the square root:

    x=5±25+244=5±74x = \frac{5 \pm \sqrt{25 + 24}}{4} = \frac{5 \pm 7}{4}
  4. 4

    Calculate both roots:

    x=3orx=12x = 3 \quad \text{or} \quad x = -\frac{1}{2}

3. Discriminant and Nature of Roots★★☆☆☆⏱ 3 min

📘 Definition

Discriminant

Δ=b24ac\Delta = b^2 - 4ac

A value calculated from the coefficients of a quadratic that tells us the number and nature of the real roots.

Example:

For ,

  • : Two distinct real roots

  • : One repeated (equal) real root

  • : No real roots (not required for P1 to go further)

📐 Worked Example

Find the range of for which has two distinct real roots

  1. 1

    For two distinct real roots, we need :

    Δ=(2k)24(1)(9)=4k236\Delta = (2k)^2 - 4(1)(9) = 4k^2 - 36
  2. 2

    Set the discriminant greater than zero and simplify:

    4k236>0    k29>0    (k3)(k+3)>04k^2 - 36 > 0 \implies k^2 - 9 > 0 \implies (k-3)(k+3) > 0
  3. 3

    Solve the inequality to get the final range:

    k<3ork>3k < -3 \quad \text{or} \quad k > 3
📐 Worked Example

Find the value of for which is a tangent to the curve

  1. 1

    A point common to the line and curve satisfies both equations, so set the two expressions for equal and rearrange into a single quadratic:

    x2+5x+2=x+k    x2+4x+(2k)=0x^2 + 5x + 2 = x + k \implies x^2 + 4x + (2 - k) = 0
  2. 2

    A tangent touches the curve at exactly one point, so the quadratic has a repeated root, which means :

    Δ=424(1)(2k)=0\Delta = 4^2 - 4(1)(2 - k) = 0
  3. 3

    Expand and solve for :

    168+4k=0    4k=8    k=216 - 8 + 4k = 0 \implies 4k = -8 \implies k = -2

4. Solving Quadratic Inequalities★★★☆☆⏱ 4 min

To solve a quadratic inequality, follow this structured method:

  1. Rearrange the inequality so all terms are on one side, with 0 on the other

  2. Find the roots of the corresponding quadratic equation

  3. Use the sign of the leading coefficient to determine if the parabola is U-shaped () or n-shaped ()

  4. Read the solution from the graph: where the graph is above the x-axis, where it is below

📐 Worked Example

Solve the inequality

  1. 1

    The inequality is already rearranged. Factorise to find roots:

    2x2x3=(2x3)(x+1)=0    x=32,x=12x^2 -x -3 = (2x -3)(x +1) = 0 \implies x = \frac{3}{2}, \quad x = -1
  2. 2

    This occurs outside the two roots for a U-shaped parabola

  3. 3

    Write the final solution:

    x<1orx>32x < -1 \quad \text{or} \quad x > \frac{3}{2}

5. Simultaneous Equations: One Linear, One Quadratic★★★☆☆⏱ 4 min

When two equations must hold at once and one is linear while the other is quadratic, the reliable method is substitution: rearrange the linear equation to make one variable the subject, then substitute it into the quadratic. This collapses the pair into a single quadratic in one variable — which you already know how to solve.

📐 Worked Example

Solve the simultaneous equations and .

  1. 1

    Make the subject of the linear equation:

    y=x1y = -x - 1
  2. 2

    Substitute into the quadratic equation:

    x2+(x1)2=25x^2 + (-x-1)^2 = 25
  3. 3

    Expand and collect into a standard quadratic:

    2x2+2x24=0    x2+x12=02x^2 + 2x - 24 = 0 \implies x^2 + x - 12 = 0
  4. 4

    Factorise and solve for :

    (x+4)(x3)=0    x=4 or x=3(x+4)(x-3) = 0 \implies x = -4 \ \text{or}\ x = 3
  5. 5

    Back-substitute each into the linear equation to pair the values:

    x=4y=3;x=3y=4x=-4 \Rightarrow y=3; \quad x=3 \Rightarrow y=-4

6. Disguised Quadratics: Equations Quadratic in a Function of x★★★★☆⏱ 4 min

Some equations are not quadratic in , yet they are quadratic in some function of — such as , , or . Substituting a single letter for that function reveals a standard quadratic. Solve for the substitute, then convert back to .

📐 Worked Example

Solve .

  1. 1

    The equation is quadratic in . Let :

    u25u+4=0u^2 - 5u + 4 = 0
  2. 2

    Solve the quadratic in :

    (u1)(u4)=0    u=1 or u=4(u-1)(u-4) = 0 \implies u = 1 \ \text{or}\ u = 4
  3. 3

    Convert back with — each value can give two :

    x2=1x=±1;x2=4x=±2x^2 = 1 \Rightarrow x = \pm 1; \quad x^2 = 4 \Rightarrow x = \pm 2
  4. 4

    State all four solutions:

    x=2, 1, 1, 2x = -2,\ -1,\ 1,\ 2

7. Common Pitfalls

Wrong move:

Calling an expression quadratic when the coefficient of is zero

Why:

If , the term disappears, leaving a linear expression, not a quadratic

Correct move:

Always confirm the coefficient of is non-zero before applying quadratic rules

Wrong move:

Mixing up the sign of when substituting into the quadratic formula

Why:

The formula starts with , so a negative becomes positive after applying the negative sign

Correct move:

Write down with their explicit signs before substituting into the formula

Wrong move:

Stating that means there are no real roots

Why:

A repeated root is still a real root, it just has two equal values

Correct move:

means one repeated (equal) real root; means no real roots

Wrong move:

For a U-shaped parabola, writing for where

Why:

This is the solution for , the region between the roots for a U-shaped parabola

Correct move:

For (above the x-axis) on a U-shaped parabola, the solution is or

8. Quick Reference Cheatsheet

Concept

Key Result

Use Case

General Form

Calculate discriminant, substitute into formula

Factorised Form

Identify roots, solve equations

Completed Square

Find turning point at

Quadratic Formula

Solve any quadratic equation

2 distinct real roots

Prove two distinct roots exist

Repeated real root

Prove a line is tangent to a curve

No real roots

Prove no intersection with x-axis

Quadratic Inequality ()

;

Quickly find solution ranges

Linear + quadratic simultaneous

Make a variable the subject of the linear equation, then substitute into the quadratic

Line-and-curve intersections, points of contact

Disguised quadratic

Let a function of ; solve , then convert back to

,

Going deeper

What's Next

Quadratics are the foundation of almost all other topics in CIE AS Pure 1, including curve sketching, coordinate geometry, and functions. The discriminant concept is regularly extended to problems asking for the number of intersections between a line and a curve, a common 5-6 mark question in Paper 1. Mastering quadratics helps you avoid losing easy method marks in more complex problems later in the course. The completed square form you learned here is also used extensively when finding the range of functions and sketching quadratic graphs.