Tools

Cambridge maths revision notes

Guide to Graph Sketching

Sketching curves by hand is a core requirement for O Level, IGCSE, and A Level exams. You cannot bring graphic display calculators into the exam hall — you must learn to recognise shapes, find asymptotes, trace turning points, and work backwards to find equations. This page teaches you how, with fully worked examples and practice questions.

1. Graph Shapes & Categories

Cambridge syllabi require familiarity with several standard functional shapes. These vary in complexity and are examined across O Level, IGCSE, and A Level courses.

O Level • IGCSE • A Level

Linear Graphs

General form: $y = mx + c$

  • Shape: Straight line with constant slope.
  • Gradient $(m)$: Positive → up-right; negative → down-right.
  • $y$-intercept: The point $(0, c)$.
  • Parallel lines: Same gradient ($m_1 = m_2$).
  • Perpendicular lines: $m_1 \cdot m_2 = -1$.
O Level • IGCSE • A Level

Quadratic Curves

General form: $y = ax^2 + bx + c$

  • Shape: Parabola.
  • $a > 0$ → U-shaped (minimum). $a < 0$ → ∩-shaped (maximum).
  • Line of symmetry: $x = -\dfrac{b}{2a}$.
  • Vertex form: $y = a(x - h)^2 + k$ with vertex at $(h, k)$.
IGCSE (Extended) • A Level

Cubic Curves

General form: $y = ax^3 + bx^2 + cx + d$

  • Shape: S-curve with up to 2 turning points.
  • $a > 0$: bottom-left → top-right. $a < 0$: top-left → bottom-right.
  • Can cross the $x$-axis at 1, 2, or 3 points.
IGCSE • A Level

Reciprocal Curves

$y = \dfrac{k}{x}$  or  $y = \dfrac{k}{x^2}$

  • Shape: Hyperbola — two distinct branches.
  • Vertical asymptote: $x = 0$ (never touches).
  • Horizontal asymptote: $y = 0$ (as $x \to \pm\infty$).
  • $y = \frac{k}{x^2}$ is always positive if $k > 0$.
A Level Maths • IGCSE Add Maths

Exponential & Logarithmic

$y = a^x$  or  $y = \ln(x)$

  • Exponential: Rapid growth/decay. Passes through $(0, 1)$. Asymptote at $y = 0$.
  • Logarithmic: Inverse of exponential. Defined for $x > 0$. Passes through $(1, 0)$. Asymptote at $x = 0$.
O Level • IGCSE • A Level

Trigonometric Curves

$y = \sin(x)$, $\cos(x)$, $\tan(x)$

  • sin / cos: Periodic waves between $-1$ and $1$. Period = $360°$.
  • tan: Repeating branches with vertical asymptotes at $90°, 270°$, etc.

See Section 5 below for the full guide.

2. How to Sketch a Quadratic Curve

Follow these 4 steps to sketch any quadratic $y = ax^2 + bx + c$ without plotting point by point.

1

Shape — Smiley or Frowny?

Look at the coefficient $a$. If $a > 0$, the curve is U-shaped (minimum). If $a < 0$, it is ∩-shaped (maximum).

2

Find the $y$-intercept

Set $x = 0$. The $y$-intercept is at $(0, c)$. Mark this on your vertical axis.

3

Find the $x$-intercepts (Roots)

Set $y = 0$ and solve $ax^2 + bx + c = 0$ by factorising or the quadratic formula $x = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a}$. Check the discriminant $\Delta = b^2 - 4ac$:

  • $\Delta > 0$: Two distinct roots — curve crosses $x$-axis twice.
  • $\Delta = 0$: One repeated root — curve touches $x$-axis at its vertex.
  • $\Delta < 0$: No real roots — curve does not cross the $x$-axis.
4

Find the Vertex (Turning Point)

Complete the square to write $y = a(x - h)^2 + k$. The vertex is $(h, k)$. Or use $h = -\dfrac{b}{2a}$ and substitute to find $k$.

Quadratic — 3 Worked Examples

Example 1:   $y = x^2 - 4x + 3$

Step 1 — Shape

The coefficient of $x^2$ is $a = 1 > 0$, so the parabola is U-shaped (minimum).

Step 2 — $y$-intercept

Set $x = 0$:

$$y = (0)^2 - 4(0) + 3 = 3$$

So the $y$-intercept is $(0, 3)$.

Step 3 — $x$-intercepts (Roots)

Set $y = 0$ and factorise:

$$x^2 - 4x + 3 = 0$$ $$(x - 1)(x - 3) = 0$$ $$x = 1 \quad \text{or} \quad x = 3$$

The roots are $(1, 0)$ and $(3, 0)$.

Step 4 — Vertex

Complete the square:

$$y = x^2 - 4x + 3 = (x^2 - 4x + 4) - 4 + 3 = (x - 2)^2 - 1$$

The vertex is at $(2, -1)$. This is a minimum point.

Final Sketch

Example 2:   $y = -2x^2 + 8x - 6$

Step 1 — Shape

$a = -2 < 0$, so the parabola is ∩-shaped (maximum).

Step 2 — $y$-intercept

Set $x = 0$:

$$y = -2(0)^2 + 8(0) - 6 = -6$$

$y$-intercept is $(0, -6)$.

Step 3 — $x$-intercepts

Set $y = 0$. Factor out $-2$:

$$-2x^2 + 8x - 6 = 0$$ $$-2(x^2 - 4x + 3) = 0$$ $$-2(x - 1)(x - 3) = 0$$ $$x = 1 \quad \text{or} \quad x = 3$$

Roots are $(1, 0)$ and $(3, 0)$.

Step 4 — Vertex

Complete the square (factor out $-2$ first):

$$y = -2(x^2 - 4x + 3) = -2\big[(x - 2)^2 - 4 + 3\big] = -2\big[(x - 2)^2 - 1\big]$$ $$y = -2(x - 2)^2 + 2$$

Vertex is at $(2, 2)$. This is a maximum point.

Final Sketch

Example 3:   $y = x^2 + 2x + 5$  (No real roots)

Step 1 — Shape

$a = 1 > 0$, so it is U-shaped.

Step 2 — $y$-intercept $$y = 0 + 0 + 5 = 5$$

$y$-intercept is $(0, 5)$.

Step 3 — $x$-intercepts

Check the discriminant:

$$\Delta = b^2 - 4ac = (2)^2 - 4(1)(5) = 4 - 20 = -16$$

Since $\Delta < 0$, there are no real roots. The curve does not cross the $x$-axis.

Step 4 — Vertex

Complete the square:

$$y = x^2 + 2x + 5 = (x + 1)^2 - 1 + 5 = (x + 1)^2 + 4$$

Vertex is at $(-1, 4)$. Since $a > 0$ and the minimum $y$-value is $4 > 0$, the entire curve sits above the $x$-axis.

Final Sketch

3. How to Sketch a Cubic Polynomial

Cubic equations $y = ax^3 + bx^2 + cx + d$ follow a clear sketching procedure:

1

End Behaviour — Sign of $a$

If $a > 0$: as $x \to -\infty$, $y \to -\infty$ and as $x \to +\infty$, $y \to +\infty$ (bottom-left to top-right). If $a < 0$: the opposite (top-left to bottom-right).

2

$y$-intercept

Set $x = 0$. The $y$-intercept is $(0, d)$.

3

$x$-intercepts (Roots)

Set $y = 0$ and factorise. Root behaviour depends on multiplicity:

  • Single root $(x - r)$: Curve crosses straight through the axis.
  • Repeated root $(x - r)^2$: Curve touches and turns back.
  • Triple root $(x - r)^3$: Curve has a point of inflection at the axis.
4

Turning Points (A Level)

Differentiate: $\dfrac{dy}{dx} = 3ax^2 + 2bx + c$. Set $\dfrac{dy}{dx} = 0$ and solve for the $x$-coordinates of turning points. Substitute back to find $y$-values.

Cubic — 3 Worked Examples

Example 1:   $y = (x - 1)(x + 2)(x - 3)$

Step 1 — End behaviour

Expanding the leading terms: $x \cdot x \cdot x = x^3$, so $a = 1 > 0$. The curve goes from bottom-left to top-right.

Step 2 — $y$-intercept

Set $x = 0$:

$$y = (0 - 1)(0 + 2)(0 - 3) = (-1)(2)(-3) = 6$$

$y$-intercept is $(0, 6)$.

Step 3 — $x$-intercepts

Already factorised. Set each factor to zero:

$$x = 1, \quad x = -2, \quad x = 3$$

Three distinct single roots — the curve crosses the $x$-axis at each one.

Final Sketch

Example 2:   $y = -x^3 + 4x$

Step 1 — End behaviour

Leading coefficient is $a = -1 < 0$: top-left to bottom-right.

Step 2 — $y$-intercept $$y = -(0)^3 + 4(0) = 0$$

The curve passes through the origin $(0, 0)$.

Step 3 — $x$-intercepts

Factor:

$$-x^3 + 4x = 0 \implies -x(x^2 - 4) = 0 \implies -x(x - 2)(x + 2) = 0$$ $$x = 0, \quad x = 2, \quad x = -2$$

Three distinct roots. The curve crosses at each.

Step 4 — Turning points

Differentiate:

$$\frac{dy}{dx} = -3x^2 + 4$$

Set to zero:

$$-3x^2 + 4 = 0 \implies x^2 = \frac{4}{3} \implies x = \pm\frac{2}{\sqrt{3}} \approx \pm 1.15$$

At $x = \frac{2}{\sqrt{3}}$: $y = -\left(\frac{2}{\sqrt{3}}\right)^3 + 4 \cdot \frac{2}{\sqrt{3}} \approx 3.08$ (local max).

At $x = -\frac{2}{\sqrt{3}}$: $y \approx -3.08$ (local min).

Final Sketch

Example 3:   $y = (x - 2)^2(x + 1)$  (Repeated root)

Step 1 — End behaviour

Leading term: $x^2 \cdot x = x^3$, so $a = 1 > 0$. Bottom-left to top-right.

Step 2 — $y$-intercept $$y = (0 - 2)^2(0 + 1) = (4)(1) = 4$$

$y$-intercept is $(0, 4)$.

Step 3 — $x$-intercepts

$(x - 2)^2(x + 1) = 0$ gives:

$$x = 2 \;\text{(repeated root)} \quad \text{and} \quad x = -1 \;\text{(single root)}$$

At $x = 2$: the curve touches and turns back (tangent to the axis).

At $x = -1$: the curve crosses the $x$-axis.

Final Sketch

4. Finding a Cubic Equation from a Given Graph

In exams, you are often given a sketched cubic curve and asked to determine its algebraic formula. Follow this method:

Worked Example: From Sketch to Formula

A cubic graph crosses the $x$-axis at $x = -2$, $x = 1$, and $x = 3$. It also passes through the $y$-intercept $(0, 12)$. Find the equation.

Step 1 — Write the factored form with scale factor $k$

Since the roots are $x = -2$, $x = 1$, $x = 3$:

$$y = k(x + 2)(x - 1)(x - 3)$$
Step 2 — Substitute the known point to find $k$

Substitute $(0, 12)$:

$$12 = k(0 + 2)(0 - 1)(0 - 3) = k(2)(-1)(-3) = 6k$$ $$k = 2$$
Step 3 — Final equation $$y = 2(x + 2)(x - 1)(x - 3)$$

Expanding:

$$y = 2(x^2 + x - 2)(x - 3) = 2(x^3 - 2x^2 - 5x + 6) = 2x^3 - 4x^2 - 10x + 12$$

5. Trigonometric Graphs

O Level • IGCSE • A Level

Trigonometric graphs are periodic — they repeat the same shape over and over. The exam expects you to sketch $\sin$, $\cos$, and $\tan$ from memory and apply transformations. Here's how to learn them systematically.

5a. Key Value Patterns — Learn These by Heart

The trick to drawing $\sin(x)$ and $\cos(x)$ from memory is to memorise their values at the five key angles in one period:

$y = \sin(x)$

0
190°
0180°
−1270°
0360°

$\sin$ starts at zero, goes up to 1, back to zero, down to $-1$, and back to zero.

$y = \cos(x)$

1
090°
−1180°
0270°
1360°

$\cos$ starts at one, drops to zero, down to $-1$, back to zero, up to 1. It's the same wave as $\sin$, shifted left by $90°$.

$y = \tan(x)$

0
90°
0180°
270°
0360°

$\tan$ has vertical asymptotes at $90°, 270°, \ldots$ where it is undefined. Its period is $180°$ (not $360°$).

5b. Exact Values You Must Memorise

These exact values appear in almost every Cambridge exam. Learn them cold.

Angle $0°$ $30°$ $45°$ $60°$ $90°$
$\sin\theta$ $0$ $\dfrac{1}{2}$ $\dfrac{\sqrt{2}}{2}$ $\dfrac{\sqrt{3}}{2}$ $1$
$\cos\theta$ $1$ $\dfrac{\sqrt{3}}{2}$ $\dfrac{\sqrt{2}}{2}$ $\dfrac{1}{2}$ $0$
$\tan\theta$ $0$ $\dfrac{1}{\sqrt{3}}$ $1$ $\sqrt{3}$ undefined

Memory trick: For $\sin$, the numerators go $0, 1, \sqrt{2}, \sqrt{3}, 2$ — all divided by $2$. For $\cos$, it's the same sequence in reverse.

5c. The ASTC Rule — "All Students Take Calculus"

Beyond $90°$, you need to know which trig functions are positive in which quadrant:

  • Quadrant I ($0°$ – $90°$): All are positive
  • Quadrant II ($90°$ – $180°$): Only Sin is positive
  • Quadrant III ($180°$ – $270°$): Only Tan is positive
  • Quadrant IV ($270°$ – $360°$): Only Cos is positive

Use this to find values beyond the first quadrant. For example: $\sin(150°) = \sin(180° - 30°) = +\sin(30°) = \frac{1}{2}$ (Quadrant II, sin positive).

Trigonometric Transformations: $y = a\sin(bx) + c$

Every exam transformation question boils down to understanding what $a$, $b$, and $c$ do:

$a$

Amplitude

Stretches the wave vertically. The wave oscillates between $c - |a|$ and $c + |a|$. If $a < 0$, the wave is reflected in the $x$-axis.

$$\text{Amplitude} = |a|$$

$b$

Period

Compresses or stretches horizontally. Larger $b$ = shorter period = more waves in the same space.

$$\text{Period} = \frac{360°}{b}$$

$c$

Vertical Shift

Moves the entire wave up (if $c > 0$) or down (if $c < 0$). The midline of the wave is at $y = c$.

$$\text{Midline}: y = c$$

How to sketch $y = a\sin(bx) + c$ step by step

1

Draw the midline

Draw a dashed horizontal line at $y = c$. The wave oscillates around this line.

2

Mark the amplitude

From the midline, mark $|a|$ units up (max = $c + |a|$) and $|a|$ units down (min = $c - |a|$). Draw dashed lines for max and min.

3

Calculate the period and mark key angles

Period = $\frac{360°}{b}$. Divide into 4 equal parts to get the 5 key $x$-values. E.g. if period = $180°$, the key angles are $0°, 45°, 90°, 135°, 180°$.

4

Plot the key values and connect smoothly

For $\sin$: midline → max → midline → min → midline. For $\cos$: max → midline → min → midline → max. If $a < 0$, flip the pattern.

Visual Comparison

See how changing $a$, $b$, and $c$ transforms the original $y = \sin(x)$:

$y = \sin(x)$  (original)
$y = 2\sin(x)$  (amplitude × 2)
$y = \sin(2x)$  (period halved)
$y = \sin(x) + 1$  (shifted up)

Worked Example:   $y = 3\sin(2x) - 1$

Identify $a$, $b$, $c$

$a = 3$, $b = 2$, $c = -1$.

Amplitude

$|a| = 3$. The wave goes 3 units above and below the midline.

Period

$\dfrac{360°}{b} = \dfrac{360°}{2} = 180°$. One full wave every $180°$.

Midline & Range

Midline at $y = c = -1$. Maximum = $-1 + 3 = 2$. Minimum = $-1 - 3 = -4$.

Key angles

Period $= 180°$, so quarter-period $= 45°$. The 5 key $x$-values are: $0°, 45°, 90°, 135°, 180°$.

At these angles: $y = -1, \; 2, \; -1, \; -4, \; -1$ (following the sin pattern: midline → max → midline → min → midline).

6. Test Yourself

Try these questions on your own first, then click Reveal Answer to see the full worked solution.

Question 1 Quadratic
Sketch $y = x^2 - 6x + 8$, showing all intercepts and the vertex.
Step 1 — Shape

$a = 1 > 0$ → U-shaped (minimum).

Step 2 — $y$-intercept

Set $x = 0$: $y = 0 - 0 + 8 = 8$. $y$-intercept: $(0, 8)$.

Step 3 — $x$-intercepts $$x^2 - 6x + 8 = 0 \implies (x - 2)(x - 4) = 0 \implies x = 2, \; x = 4$$

Roots: $(2, 0)$ and $(4, 0)$.

Step 4 — Vertex $$y = (x^2 - 6x + 9) - 9 + 8 = (x - 3)^2 - 1$$

Vertex: $(3, -1)$.

Sketch
Question 2 Cubic
Sketch $y = (x + 1)(x - 2)(x - 4)$, showing all intercepts.
Step 1 — End behaviour

Leading coefficient: $1 \cdot 1 \cdot 1 = 1 > 0$. Bottom-left to top-right.

Step 2 — $y$-intercept $$y = (0 + 1)(0 - 2)(0 - 4) = (1)(-2)(-4) = 8$$

$y$-intercept: $(0, 8)$.

Step 3 — $x$-intercepts $$x = -1, \quad x = 2, \quad x = 4$$

Three distinct single roots — the curve crosses at each.

Sketch
Question 3 Trigonometry
State the amplitude, period, and vertical shift of $y = 3\cos(2x) - 1$. Then sketch the curve for $0° \leq x \leq 360°$.
Identify $a$, $b$, $c$

$a = 3$, $b = 2$, $c = -1$.

Amplitude $$|a| = 3$$
Period $$\frac{360°}{b} = \frac{360°}{2} = 180°$$
Vertical shift

Midline at $y = -1$. Max = $-1 + 3 = 2$. Min = $-1 - 3 = -4$.

Key angles & values

Quarter-period = $45°$. First cycle: $0°, 45°, 90°, 135°, 180°$.

$\cos$ pattern (max → mid → min → mid → max):

$y = 2, \; -1, \; -4, \; -1, \; 2$

Second cycle repeats for $180°$–$360°$.

Sketch
Question 4 Quadratic
Sketch $y = -x^2 + 4x - 3$, showing all intercepts and the vertex.
Step 1 — Shape

$a = -1 < 0$ → ∩-shaped (maximum).

Step 2 — $y$-intercept $$y = -0 + 0 - 3 = -3$$

$y$-intercept: $(0, -3)$.

Step 3 — $x$-intercepts $$-x^2 + 4x - 3 = 0 \implies x^2 - 4x + 3 = 0 \implies (x - 1)(x - 3) = 0$$ $$x = 1, \quad x = 3$$
Step 4 — Vertex $$y = -(x^2 - 4x) - 3 = -\big[(x - 2)^2 - 4\big] - 3 = -(x - 2)^2 + 4 - 3$$ $$y = -(x - 2)^2 + 1$$

Vertex: $(2, 1)$. Maximum.

Sketch
Question 5 Cubic
A cubic curve has roots at $x = -1$, $x = 0$, and $x = 3$, and passes through the point $(1, -8)$. Find the equation and sketch the curve.
Step 1 — Factored form $$y = k \cdot x(x + 1)(x - 3)$$
Step 2 — Find $k$

Substitute $(1, -8)$:

$$-8 = k(1)(1 + 1)(1 - 3) = k(1)(2)(-2) = -4k$$ $$k = 2$$
Step 3 — Equation $$y = 2x(x + 1)(x - 3)$$
$y$-intercept check

$y = 2(0)(1)(-3) = 0$. The curve passes through the origin, as expected since $x = 0$ is a root.

Sketch
Question 6 Trigonometry
Sketch $y = -2\sin(x) + 3$ for $0° \leq x \leq 360°$. State the amplitude, period, maximum, and minimum values.
Identify $a$, $b$, $c$

$a = -2$, $b = 1$, $c = 3$.

Amplitude

$|a| = |-2| = 2$.

Period

$\dfrac{360°}{1} = 360°$.

Vertical shift & range

Midline at $y = 3$. Max = $3 + 2 = 5$. Min = $3 - 2 = 1$.

Key angles & values

Since $a$ is negative, the $\sin$ pattern is reflected:

$0°$: midline ($y = 3$) → $90°$: min ($y = 1$) → $180°$: midline ($y = 3$) → $270°$: max ($y = 5$) → $360°$: midline ($y = 3$).

Sketch