Surds: Keeping Irrational Numbers Exact
A surd is not an awkward decimal waiting to be approximated. It is an exact number written in a form that preserves structure.
Surds are one of the first places in Secondary 3 Additional Mathematics where students must become comfortable with exact irrational values as ordinary mathematical objects. A learner who immediately converts √2, √3 or √5 to a calculator decimal throws away exact information and often makes later algebra harder.
This guide builds the full surd system: what a surd is, how to simplify it, how addition and multiplication behave, why conjugates work, how rationalising a denominator changes representation without changing value, how to solve equations involving surds, and how to check for solutions introduced by squaring.
AI Extraction Box: The Core Rules
- √(ab) = √a · √b for suitable non-negative real a and b.
- √(a²b) = |a|√b in full real-number generality; in school manipulations where a is known positive, this is often written a√b.
- Like surds can be added or subtracted: 3√2 + 5√2 = 8√2.
- Unlike surds cannot be combined by addition: √2 + √3 ≠ √5.
- (a + b√m)(a − b√m) = a² − b²m. The irrational middle terms cancel.
- Rationalising a denominator uses an equivalent multiplier, often a conjugate, to remove a surd from the denominator.
- Squaring an equation may introduce an extraneous solution, so candidate solutions must be checked in the original equation.
What Is a Surd?
A surd is an irrational root written exactly. Examples include √2, 3√5 and 2 + √7. A root such as √9 = 3 is not left as a surd because it simplifies to a rational number.
The purpose of surd notation is precision. The decimal value of √2 continues indefinitely and does not repeat. Writing √2 keeps the exact value available for later operations.
Exact form stores more information than a rounded decimal.
This is the first-principles reason for preserving surds until an approximation is explicitly required.
Simplifying Surds by Exposing Square Factors
To simplify √72, search for a perfect-square factor:
√72 = √(36 × 2) = √36 · √2 = 6√2.
The goal is usually to leave no square factor greater than 1 inside the radical. This creates a standard form that makes later addition, comparison and rationalisation easier.
For √180:
√180 = √(36 × 5) = 6√5.
A slower route such as √(4 × 45) = 2√45 = 2√(9 × 5) = 6√5 is still valid. Structural recognition simply makes the route shorter.
Addition and Subtraction: Combine Only Like Surds
Surds behave like algebraic terms. We can combine terms that have the same irrational part.
4√3 + 7√3 = 11√3.
But:
4√3 + 7√2
cannot be compressed into one surd term because √3 and √2 are different mathematical quantities.
Sometimes terms only become like surds after simplification:
√12 + √27 = 2√3 + 3√3 = 5√3.
This is why simplification often comes before addition.
The Dangerous False Rule: √(a + b) ≠ √a + √b
A common misconception is to distribute a square root over addition. In general:
√(a + b) ≠ √a + √b.
A quick counterexample is enough. Let a = 9 and b = 16:
√(9 + 16) = √25 = 5,
but √9 + √16 = 3 + 4 = 7.
The multiplication rule works because √a√b = √(ab) under suitable real-number conditions. Addition does not have the same multiplicative structure.
Multiplying Surds
Multiply coefficients and radical parts:
(3√2)(4√5) = 12√10.
If the radical product contains a square factor, simplify:
(2√6)(3√15) = 6√90 = 6√(9 × 10) = 18√10.
When binomials are involved, ordinary expansion rules still apply:
(2 + √3)(4 − √3)
= 8 − 2√3 + 4√3 − 3
= 5 + 2√3.
The surd does not create a new kind of algebra. It is ordinary algebra with exact irrational quantities.
Conjugates: A Designed Cancellation
The conjugate of a + b√m is a − b√m. Multiplying a surd binomial by its conjugate gives:
(a + b√m)(a − b√m) = a² − b²m.
The irrational cross terms cancel. This is a difference-of-squares structure. Rationalising a denominator is therefore not a mysterious ritual; it is an engineered cancellation.
Rationalising a Single-Surd Denominator
Consider:
5/√3.
Multiply numerator and denominator by √3. This is multiplication by 1 because √3/√3 = 1:
5/√3 × √3/√3 = 5√3/3.
The value has not changed. Only the representation has changed.
Rationalisation is an equivalence transformation, not an approximation.
Worked Example 1: Rationalise a Binomial Denominator
Rationalise:
3/(2 + √5).
Use the conjugate 2 − √5:
3/(2 + √5) × (2 − √5)/(2 − √5)
= 3(2 − √5)/(4 − 5)
= 3(2 − √5)/(−1)
= 3√5 − 6.
A quick numerical check can increase confidence: the original denominator is about 4.236, so the value is about 0.708. The final expression 3√5 − 6 is also about 0.708.
The decimal is useful here only as a check. The final exact form remains the surd expression.
Worked Example 2: Simplify Before Rationalising
Simplify:
(√48 + √27)/√3.
Simplify the numerator first:
√48 = 4√3, √27 = 3√3,
so numerator = 7√3.
Then:
7√3/√3 = 7.
A student who rationalises immediately can still succeed, but simplification exposes the cancellation and reduces working. Good method selection is about seeing structure early.
Equations Involving Surds
Some surd equations are solved by isolating the radical and squaring. This requires logical care because squaring is not a reversible operation over all real numbers. If a = b, then a² = b². But if a² = b², we only know a = ±b. Squaring can therefore create candidate solutions that did not satisfy the original equation.
The safe sequence is:
- Identify any domain restrictions.
- Isolate the square root if possible.
- Square both sides.
- Solve the resulting equation.
- Check every candidate in the original equation.
Worked Example 3: Solve a Surd Equation
Solve:
√(x + 5) = x − 1.
The left side is non-negative, so any solution must satisfy x − 1 ≥ 0, hence x ≥ 1. Square both sides:
x + 5 = (x − 1)²
x + 5 = x² − 2x + 1
x² − 3x − 4 = 0
(x − 4)(x + 1) = 0.
Candidate solutions are x = 4 and x = −1. The domain condition already rejects x = −1. Check x = 4:
√9 = 3 and 4 − 1 = 3.
Therefore x = 4.
The extra solution did not come from bad algebra. It came from a transformation that changed the logical condition. This is exactly why checking matters.
Worked Example 4: A Surd Equation Without Squaring
Solve for rational x:
(x + 2)√3 = 5√3.
Since √3 is non-zero, divide both sides by √3:
x + 2 = 5,
so x = 3.
Do not square merely because a square root symbol is visible. The equation is already linear after recognising the common factor.
Exact Form and Information Preservation
Suppose a calculation produces 2 + √3. As a decimal, this is approximately 3.732. The approximation is useful for scale and checking, but it hides structure. The exact form can still be multiplied by its conjugate, compared symbolically, substituted into a later expression or used to reveal cancellation.
Premature rounding can also accumulate error. If an exact surd passes through several later operations, rounding at the first step can shift the final value enough to lose accuracy marks or obscure an intended exact simplification.
Approximate late. Preserve exact structure early.
Surds and Quadratics Are Already Connected
The quadratic formula often produces surd roots. For example:
x² − 2x − 1 = 0
x = [2 ± √(4 + 4)]/2
= [2 ± √8]/2
= [2 ± 2√2]/2
= 1 ± √2.
If a student treats surds as a separate chapter, the quadratic formula suddenly looks unfamiliar when the discriminant is not a perfect square. The learning system is stronger when surd simplification and quadratic solving are practised together.
Surds and Coordinate Geometry
Distance formulas can produce exact square roots. A line segment with coordinate differences 2 and 3 has length √(2² + 3²) = √13. Keeping √13 exact allows later geometry to remain exact. If the value is immediately rounded to 3.606, later work inherits the rounding.
This is another reason surds are load-bearing: they train the discipline of retaining exact information across topic boundaries.
A Rationalisation Decision Tree
- Denominator is one surd: multiply by that surd or a suitable factor.
- Denominator is a ± √b: multiply by the conjugate a ∓ √b.
- Expression can simplify first: simplify before creating more algebra.
- Numerator and denominator share a factor: cancel only when it is a factor of the entire numerator and denominator.
- Question requests exact form: do not replace the final surd with a decimal.
The best route is the one that reduces structural complexity while preserving equality.
Common Failure Modes
| Visible error | Underlying cause | Repair |
|---|---|---|
| √2 + √3 = √5 | False distribution over addition | Use a numerical counterexample and treat unlike surds as unlike terms |
| √12 left unsimplified | Square factors not recognised | Scan for largest convenient perfect-square factor |
| Conjugate sign not changed | Difference-of-squares structure missing | Write (a+b)(a−b)=a²−b² before substituting surd terms |
| Only denominator multiplied | Equivalent-fraction principle forgotten | Multiply numerator and denominator by the same non-zero expression |
| Extraneous root accepted | Squaring treated as fully reversible | Check candidates in original equation |
| Calculator decimal used too early | Exactness not valued | Keep surds exact until approximation is explicitly required |
Worked Example 5: Conjugates Create a Rational Number
Evaluate:
(5 + 2√6)(5 − 2√6).
Recognise a difference of squares:
5² − (2√6)² = 25 − 4·6 = 25 − 24 = 1.
This explains a useful reciprocal relationship: if (5 + 2√6)(5 − 2√6) = 1, then 1/(5 + 2√6) = 5 − 2√6. Rationalisation can reveal structural identities, not just prettier denominators.
Worked Example 6: Compare Two Exact Values
Which is larger: 3√2 or 2√5?
Both are positive, so we can compare their squares without changing order:
(3√2)² = 18,
(2√5)² = 20.
Therefore 2√5 > 3√2.
This is a good example of exact reasoning replacing unnecessary decimal approximation.
Transfer Set
Question A
Simplify √50 + 2√8 − √18.
Answer: 5√2 + 4√2 − 3√2 = 6√2.
Question B
Rationalise 4/(3 − √5).
Answer: multiply by (3 + √5)/(3 + √5): denominator = 9 − 5 = 4, so the result is 3 + √5.
Question C
Solve √(2x + 3) = x.
Answer: require x ≥ 0. Squaring gives 2x + 3 = x², so x² − 2x − 3 = 0, giving x = 3 or −1. Domain/check leaves x = 3.
Question D
Simplify (√7 + √2)².
Answer: 7 + 2√14 + 2 = 9 + 2√14.
Question E
Show that 1/(2 + √3) = 2 − √3.
Answer: rationalise with 2 − √3. The denominator becomes 4 − 3 = 1.
A 30-Minute Surd Repair Session
- 5 minutes: simplify ten roots mentally by spotting square factors.
- 5 minutes: combine like surds after simplification.
- 6 minutes: expand three surd binomial products, including one conjugate pair.
- 6 minutes: rationalise three denominators: one single surd and two binomials.
- 5 minutes: solve one equation requiring squaring and check every candidate.
- 3 minutes: write down one false rule you are prone to using and a counterexample that destroys it.
Surds improve when students stop treating them as fragile. Frequent short exact manipulations build familiarity more effectively than occasional long worksheets.
What Mastery Looks Like
- The learner simplifies before trying to combine terms.
- The learner knows which root laws are valid and which apparent shortcuts are false.
- The learner uses conjugates deliberately rather than mechanically.
- The learner can explain why rationalisation preserves value.
- The learner keeps exact values exact until approximation is needed.
- The learner checks candidate solutions after squaring.
- The learner can move between surds and quadratic, geometry or algebra contexts without treating the chapter as isolated.
Frequently Asked Questions
Why rationalise the denominator?
It produces a conventional exact form and often exposes cancellation or structural relationships. The operation preserves the value because numerator and denominator are multiplied by the same non-zero expression.
Can I use a calculator to check surds?
Yes. A decimal approximation is useful for checking magnitude. It should not replace an exact answer when exact form is required.
Why can squaring create an extra solution?
Because opposite numbers have the same square. The squared equation may be true for a value that did not satisfy the sign condition of the original equation.
Are surds only an algebra topic?
No. Exact roots appear in quadratics, coordinate geometry, trigonometric exact values and many later calculations. Surd fluency supports the wider A-Math system.
Syllabus Alignment
This guide aligns with the 2027 Singapore-Cambridge SEC G3 Additional Mathematics surds content, including the four operations on surds, rationalising denominators and solving equations involving surds.
Official SEAB 2027 G3 syllabus index
Return to the Additional Mathematics Learning Hub
Additional Mathematics Learning Hub | Secondary 3–4 A-Math Guides
Use this guide with quadratic equations and polynomial algebra. Exact roots and structural simplification recur across all three.