Surds
- Simplify surds and identify like surds
- Add and subtract like surds
- Expand brackets containing surds
- Rationalise denominators including conjugate surds
- Leave answers in exact surd form
🔑 Core Concepts
What is a Surd?
A surd is an irrational number expressed as the root of an integer. Irrational means it cannot be written as a fraction $\frac{p}{q}$ of two integers; its decimal expansion never terminates and never repeats. Surds arise naturally in geometry (the diagonal of a unit square has length $\sqrt{2}$) and in trigonometry (e.g. $\sin 60° = \frac{\sqrt{3}}{2}$). In GCSE examinations, exact surd form is always preferred over a decimal approximation unless explicitly instructed otherwise.
Simplifying Surds
To simplify $\sqrt{n}$, find the largest perfect-square factor of $n$. A perfect square is a number whose square root is an integer: 1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144, … Once you spot the largest perfect-square factor, apply the multiplication rule.
$\sqrt{72} = \sqrt{36 \times 2} = 6\sqrt{2}$
$\sqrt{180} = \sqrt{36 \times 5} = 6\sqrt{5}$
$\sqrt{98} = \sqrt{49 \times 2} = 7\sqrt{2}$
Adding and Subtracting Like Surds
Surds behave like algebraic terms. Just as $3x + 5x = 8x$, you can only combine surd terms that share the same irrational part. These are called like surds. Terms with different surds (e.g. $\sqrt{2}$ and $\sqrt{3}$) are unlike and cannot be combined further.
$\sqrt{12} + \sqrt{27}$: simplify first → $2\sqrt{3} + 3\sqrt{3} = 5\sqrt{3}$
$\sqrt{50} - \sqrt{8}$: simplify first → $5\sqrt{2} - 2\sqrt{2} = 3\sqrt{2}$
$\sqrt{75} + \sqrt{48} - \sqrt{3} = 5\sqrt{3} + 4\sqrt{3} - \sqrt{3} = 8\sqrt{3}$
Multiplying Surds
Multiplication uses the same rule as simplification, applied directly. Integer coefficients multiply together separately from the surd parts.
$2\sqrt{5} \times 3\sqrt{5} = 6 \times 5 = 30$
$3\sqrt{2} \times 4\sqrt{6} = 12\sqrt{12} = 12 \times 2\sqrt{3} = 24\sqrt{3}$
$\sqrt{2} \times \sqrt{8} = \sqrt{16} = 4$
Expanding Brackets Containing Surds
Expand exactly as in algebra using the distributive law. For double brackets, use FOIL (First, Outer, Inner, Last). The key extra rule is that $\sqrt{a}\times\sqrt{a}=a$, which eliminates the surd.
$\sqrt{5}(3\sqrt{5} - 2) = 3\times5 - 2\sqrt{5} = 15 - 2\sqrt{5}$
F: $2 \times 5 = 10$
O: $2 \times (-\sqrt{3}) = -2\sqrt{3}$
I: $\sqrt{3} \times 5 = 5\sqrt{3}$
L: $\sqrt{3} \times (-\sqrt{3}) = -3$
Collect: $10 - 2\sqrt{3} + 5\sqrt{3} - 3 = 7 + 3\sqrt{3}$
Rationalising the Denominator
A fraction is not in its simplest, most presentable form when the denominator contains a surd. Rationalising removes the surd from the denominator by multiplying numerator and denominator by a carefully chosen expression. There are two distinct methods.
Method 1 — Simple Surd Denominator ($\sqrt{n}$ only)
If the denominator is a single surd $\sqrt{n}$, multiply top and bottom by $\dfrac{\sqrt{n}}{\sqrt{n}}$. Since $\sqrt{n}\times\sqrt{n}=n$, the denominator becomes the integer $n$.
$\dfrac{10}{\sqrt{5}} = \dfrac{10\sqrt{5}}{5} = 2\sqrt{5}$
$\dfrac{4}{\sqrt{8}} = \dfrac{4}{2\sqrt{2}} = \dfrac{2}{\sqrt{2}} = \dfrac{2\sqrt{2}}{2} = \sqrt{2}$
Method 2 — Conjugate Rationalisation (Binomial Denominator, Grade 8–9)
When the denominator is a binomial involving a surd, such as $(a+\sqrt{b})$ or $(a-\sqrt{b})$, multiply numerator and denominator by the conjugate — the same expression with the sign of the surd term reversed. This exploits the difference-of-two-squares identity to produce a rational denominator.
$\dfrac{1}{2-\sqrt{3}} \times \dfrac{2+\sqrt{3}}{2+\sqrt{3}} = \dfrac{2+\sqrt{3}}{4-3} = 2+\sqrt{3}$
🗺 Visual Notes
- Find largest perfect-square factor
- $\sqrt{ab}=\sqrt{a}\times\sqrt{b}$
- $\sqrt{72}=\sqrt{36\times2}=6\sqrt{2}$
- Check: no perfect-square factors remain
- Only like surds combine
- Simplify each surd first
- $3\sqrt{5}+7\sqrt{5}=10\sqrt{5}$
- $\sqrt{12}+\sqrt{3}=2\sqrt{3}+\sqrt{3}=3\sqrt{3}$
- $\sqrt{a}\times\sqrt{a}=a$
- FOIL for double brackets
- $(a+\sqrt{b})(a-\sqrt{b})=a^2-b$
- $(p+q\sqrt{r})^2=p^2+2pq\sqrt{r}+q^2r$
- Simple: multiply by $\frac{\sqrt{n}}{\sqrt{n}}$
- Conjugate: flip the surd sign
- $(a+\sqrt{b})(a-\sqrt{b})=a^2-b$
- Result always has rational denominator
- Never convert to decimal
- Geometry: diagonals, heights
- $\sin 60°=\frac{\sqrt{3}}{2}$, $\sin 45°=\frac{\sqrt{2}}{2}$
- Area and perimeter problems
- Proving surd equivalences
- Solving equations with surds
- Conjugate with $a^2-b=1$
- $(p+q\sqrt{r})$ form answers
Comparison: Simple vs Conjugate Rationalisation
| Feature | Simple Rationalisation | Conjugate Rationalisation |
|---|---|---|
| Denominator type | $\sqrt{n}$ (single surd only) | $a \pm \sqrt{b}$ (binomial with surd) |
| Multiplier used | $\dfrac{\sqrt{n}}{\sqrt{n}}$ | $\dfrac{a \mp \sqrt{b}}{a \mp \sqrt{b}}$ |
| Key identity | $\sqrt{n}\times\sqrt{n}=n$ | $(a+\sqrt{b})(a-\sqrt{b})=a^2-b$ |
| New denominator | $n$ | $a^2-b$ |
| Example | $\dfrac{3}{\sqrt{5}}=\dfrac{3\sqrt{5}}{5}$ | $\dfrac{1}{2+\sqrt{3}}=2-\sqrt{3}$ |
| Grade level | Grade 6–7 | Grade 8–9 |
Surd or Not? Quick Classification
| Expression | Value | Is it a surd? | Reason |
|---|---|---|---|
| $\sqrt{2}$ | $1.4142\ldots$ | Yes | Irrational, non-terminating decimal |
| $\sqrt{4}$ | $2$ | No | Perfect square, rational integer |
| $\sqrt{9}$ | $3$ | No | Perfect square, rational integer |
| $\sqrt{5}$ | $2.2360\ldots$ | Yes | Irrational, non-terminating decimal |
| $\sqrt{49}$ | $7$ | No | Perfect square |
| $\sqrt{50}$ | $5\sqrt{2}$ | Yes | Simplifies to a surd form |
| $\sqrt{100}$ | $10$ | No | Perfect square |
Decision Tree: Which Rationalisation Method?
✎ Worked Examples
Hence find $\left(\dfrac{5+2\sqrt{3}}{2+\sqrt{3}}\right)^2$, leaving your answer in the form $p+q\sqrt{3}$.
❓ Exam Questions
Write $\sqrt{75}$ in simplified surd form.
$\sqrt{75} = \sqrt{25\times3} = 5\sqrt{3}$ ✓ (B1)
Must use perfect-square factor 25 (or equivalent method). Answer $5\sqrt{3}$ only.
Expand and simplify $(\sqrt{5}+2)^2$, giving your answer in the form $a+b\sqrt{5}$.
$(\sqrt{5}+2)^2 = (\sqrt{5})^2 + 2\times\sqrt{5}\times2 + 2^2$ (M1 for correct three-term expansion)
$= 5 + 4\sqrt{5} + 4 = 9+4\sqrt{5}$ (A1 for correct final answer)
$a=9$, $b=4$.
Rationalise the denominator of $\dfrac{3}{\sqrt{7}-2}$, giving your answer in the form $a+b\sqrt{7}$ where $a$ and $b$ are integers.
Multiply by $\dfrac{\sqrt{7}+2}{\sqrt{7}+2}$ (M1 for correct conjugate)
Denominator: $(\sqrt{7}-2)(\sqrt{7}+2) = 7-4 = 3$ (M1 for correct denominator)
$\dfrac{3(\sqrt{7}+2)}{3} = \sqrt{7}+2$ (A1 for correct simplified answer)
So $a=2$, $b=1$.
Show that $\dfrac{\sqrt{6}+\sqrt{2}}{\sqrt{6}-\sqrt{2}} = 2+\sqrt{3}$.
Multiply numerator and denominator by conjugate $(\sqrt{6}+\sqrt{2})$: (M1)
Denominator: $(\sqrt{6}-\sqrt{2})(\sqrt{6}+\sqrt{2}) = 6-2 = 4$ (M1 for correct denominator)
Numerator: $(\sqrt{6}+\sqrt{2})^2 = 6 + 2\sqrt{12} + 2 = 8+2\sqrt{12}$ (M1 for correct numerator)
Simplify: $\sqrt{12}=2\sqrt{3}$, so numerator $= 8+4\sqrt{3}$
$\dfrac{8+4\sqrt{3}}{4} = 2+\sqrt{3}$ ✓ (A1 — shown as required)
A rectangle has length $(3+\sqrt{5})$ cm and width $(3-\sqrt{5})$ cm.
(a) Find the area of the rectangle. [2]
(b) Find the perimeter of the rectangle. [1]
(c) Show that the length of the diagonal is $2\sqrt{7}$ cm. [3]
$(3+\sqrt{5})(3-\sqrt{5}) = 3^2-(\sqrt{5})^2 = 9-5 = 4$ cm² (M1 for difference of squares, A1) [2]
(b) Perimeter:
$P = 2[(3+\sqrt{5})+(3-\sqrt{5})] = 2\times6 = 12$ cm (B1) [1]
Note: $\sqrt{5}$ terms cancel when adding conjugates.
(c) Diagonal by Pythagoras:
$d^2 = (3+\sqrt{5})^2+(3-\sqrt{5})^2$ (M1 for Pythagoras)
$(3+\sqrt{5})^2 = 9+6\sqrt{5}+5 = 14+6\sqrt{5}$
$(3-\sqrt{5})^2 = 9-6\sqrt{5}+5 = 14-6\sqrt{5}$
$d^2 = 14+6\sqrt{5}+14-6\sqrt{5} = 28$ (M1 for correct sum with surds cancelling)
$d = \sqrt{28} = \sqrt{4\times7} = 2\sqrt{7}$ cm ✓ (A1 — shown) [3]
⭐ Grade 9 Model Answers
The following provides a fully annotated model answer for Question 5, which requires three different surd techniques applied in sequence in a geometrical context. This is typical of how Grade 9 surd questions are structured.
Q5: Full Annotated Model Answer
Examiner note: M1 for Pythagoras set up; M1 for correctly expanding both squares; A1 for $2\sqrt{7}$ shown.
All answers left in exact form — no decimals used.
📋 Revision Sheet
| Term | Meaning |
|---|---|
| Surd | Irrational root expression, e.g. $\sqrt{2}$, $3\sqrt{5}$ |
| Like surds | Same irrational part, e.g. $3\sqrt{5}$ and $7\sqrt{5}$ |
| Conjugate | Same terms, opposite sign: $(a+\sqrt{b})\to(a-\sqrt{b})$ |
| Rationalise | Remove surds from the denominator |
| Exact form | Answer left as surd, not converted to decimal |
| Perfect square | Integer whose root is also an integer: 4, 9, 16, 25… |
$$\sqrt{ab} = \sqrt{a}\times\sqrt{b}$$
$$\sqrt{a}\times\sqrt{a} = a$$
$$(a+\sqrt{b})(a-\sqrt{b}) = a^2-b$$
$$\frac{c}{a+\sqrt{b}} = \frac{c(a-\sqrt{b})}{a^2-b}$$
$$(p+q\sqrt{r})^2 = p^2+2pq\sqrt{r}+q^2r$$
$$a\sqrt{b}\times c\sqrt{d} = ac\sqrt{bd}$$
- SPLIT: $\sqrt{ab}=\sqrt{a}\cdot\sqrt{b}$ — split at largest perfect-square factor
- LIKE TERMS: only surds with identical irrational parts can be combined
- FOIL: expand double surd brackets exactly as algebra
- FLIP THE SIGN: conjugate = reverse the sign of the surd term
- SQUARE CANCELS: $(\sqrt{a}+\sqrt{b})(\sqrt{a}-\sqrt{b}) = a-b$ (always rational)
- NEVER DECIMALISE: exact surd form is always preferred
- Always use the largest perfect-square factor to simplify in one step
- Simplify each surd fully before attempting to add or subtract
- Write out all FOIL steps — method marks are available for correct expansion
- After rationalising, simplify the resulting fraction (divide by HCF)
- Conjugate product $a^2-b$: if this equals 1, the fraction equals the expanded numerator
- In ‘show that’ questions: show every intermediate line of working
- Perfect squares to memorise: 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144
🔄 Flashcards
Click each card to reveal the answer. Use these for self-testing before an exam.
✗ Common Mistakes
Why marks are lost: This is completely wrong. $\sqrt{4}+\sqrt{9}=2+3=5$, not $\sqrt{13}\approx3.61$. It demonstrates a fundamental misunderstanding of surds.
How to avoid: Evaluate or simplify each root separately. You can never merge two roots that are added or subtracted under a single root sign.
Why marks are lost: $2\sqrt{18}$ is not fully simplified. Examiners expect the simplest form $6\sqrt{2}$. Leaving a partially simplified answer may score no marks on the accuracy mark.
How to avoid: After simplifying, check whether the remaining number under the root has any perfect-square factors. Keep going until none remain.
Why marks are lost: Unlike surds ($\sqrt{2}$ and $\sqrt{3}$ are different irrational values) cannot be combined, just as $3x+4y$ cannot simplify to $7xy$ in algebra. This error scores zero.
How to avoid: Ask: “Do these terms have the same number under the root?” Only if yes can they be collected. Otherwise leave as separate terms.
Why marks are lost: The denominator becomes $(3+\sqrt{2})^2=11+6\sqrt{2}$ — still irrational, and the problem is made worse. Zero marks for the rationalisation step.
How to avoid: The conjugate always has the opposite sign in front of the surd: $(3+\sqrt{2})\to(3-\sqrt{2})$. Flip the sign, do not copy.
Why marks are lost: The middle term $2\times2\times\sqrt{3}=4\sqrt{3}$ is missing. The correct answer is $7+4\sqrt{3}$. This error costs 1–2 marks and is among the most common on this topic.
How to avoid: Always write out $(a+b)^2=a^2+2ab+b^2$ or use FOIL step by step. Never skip the $2ab$ term.
Why marks are lost: The expected final answer is $2\sqrt{3}$. Leaving $\dfrac{6\sqrt{3}}{3}$ may lose the final accuracy mark, even though the method is correct.
How to avoid: After rationalising, always divide numerator and denominator by their HCF. Check whether the fraction can be simplified.
✅ Final Checklist
Click each item once you are confident with it. Your progress is saved automatically.
- I can explain what a surd is and give three examples
- I know which square roots are surds and which are rational integers
- I can find the largest perfect-square factor of any given integer
- I can simplify surds such as $\sqrt{72}$, $\sqrt{200}$, and $\sqrt{175}$ in one step
- I can identify like surds and explain why unlike surds cannot be combined
- I always simplify each surd fully before attempting to add or subtract
- I can multiply surds using $\sqrt{a}\times\sqrt{b}=\sqrt{ab}$ and simplify the result
- I can expand single brackets containing surds and simplify
- I can expand double brackets with surds using FOIL, collecting like terms
- I can recognise and apply the pattern $(\sqrt{a}+\sqrt{b})(\sqrt{a}-\sqrt{b})=a-b$
- I can rationalise a simple surd denominator by multiplying by $\dfrac{\sqrt{n}}{\sqrt{n}}$
- I can identify the conjugate of any binomial surd expression
- I can rationalise a denominator of the form $a\pm\sqrt{b}$ using conjugates
- I can expand $(p+q\sqrt{r})^2$ correctly, never omitting the middle term
- I consistently leave answers in exact surd form without converting to decimals