Study Guide

Quadratics

CIE A-Level MathematicsΒ· 15 min read

1. Forms of Quadratic Expressionsβ˜…β˜†β˜†β˜†β˜†β± 4 min

πŸ“˜ Definition

Quadratic Expression

ax2+bx+c,a≠0ax^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(x2βˆ’4x)+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[(x2βˆ’4x+4)βˆ’4]+32\left[(x^2 -4x + 4) -4\right] + 3
  3. 3

    Simplify by expanding the constant term:

    2(xβˆ’2)2βˆ’8+3=2(xβˆ’2)2βˆ’52(x-2)^2 - 8 + 3 = 2(x-2)^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)2βˆ’4(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

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

A value calculated from the coefficients of a quadratic that tells us the number and type of distinct 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)2βˆ’4(1)(9)=4k2βˆ’36\Delta = (2k)^2 - 4(1)(9) = 4k^2 - 36
  2. 2

    Set the discriminant greater than zero and simplify:

    4k2βˆ’36>0β€…β€ŠβŸΉβ€…β€Šk2βˆ’9>0β€…β€ŠβŸΉβ€…β€Š(kβˆ’3)(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

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:

    2x2βˆ’xβˆ’3=(2xβˆ’3)(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. 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

6. 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

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2022 Β· 1

    Solve quadratic inequality

  • 2023 Β· 1

    Discriminant for real roots

  • 2021 Β· 1

    Complete the square for vertex

Going deeper

What's Next

Quadratics are the foundation of almost all other topics in CIE AS Pure 1, including simultaneous equations, 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.