Simplifying and rationalising surds, laws of indices, laws of logarithms, solving exponential and logarithmic equations, and linearising relationships using logarithms.
These three ideas sit in the same syllabus section because they are deeply connected: fractional indices are roots, logarithms reverse exponentiation, and surds express exact irrational values. Together they appear in four Paper 01 items and regularly in Paper 02.
Surds
A surd is an irrational root that cannot be simplified to a whole number or fraction. Additional Mathematics prefers exact forms: writing 3 is always better than the decimal approximation 1.732… unless a question specifically asks for a decimal answer.
The two core laws are:
ab=abba=ba(b=0)
Critical:a+b=a+b. This false identity is the most common surd error.
Simplifying Surds
Rewrite the radicand as (largest perfect square factor) × (remaining factor), then take the root of the perfect square.
Example
72=36×2=62
50x5=25x4⋅2x=5x22x
Adding and Subtracting Surds
Only like surds (same radicand) can be combined. Always simplify each surd first.
Example
12+27=23+33=53
8+18−2=22+32−2=42
Multiplying Surds and Expanding Brackets
Multiply coefficients together and radicands together, then simplify.
Example
(3+5)(2−5)=6−35+25−5=1−5
Rationalising the Denominator
Monomial denominator: multiply numerator and denominator by the surd.
35=35×33=353
Binomial denominator: multiply by the conjugate (change the sign between the two terms). The denominator becomes a difference of squares with no surd.
Example
Rationalise 3−21+2.
Conjugate of 3−2 is 3+2.
3−21+2×3+23+2=9−2(1+2)(3+2)
Numerator: 3+2+32+2=5+42
=75+42
Exam Tip
A binomial denominator always signals: use the conjugate. The product (a+b)(a−b)=a2−b eliminates the surd from the denominator completely.
Laws of Indices
The index (exponent) laws apply to any base a>0:
Law
Statement
Multiplication
am×an=am+n
Division
am÷an=am−n
Power of a power
(am)n=amn
Zero index
a0=1
Negative index
a−n=an1
Fractional index
a1/n=na
General fractional
am/n=(na)m=nam
Example
813/4=(481)3=33=27
ab−1a−2b3=a−2−1b3−(−1)=a−3b4=a3b4
Remember
The multiplication law am×an=am+n only applies when the bases are the same. You cannot combine 23×32 using index laws.
Solving Exponential Equations (Same Base)
If both sides can be written with the same base, equate the exponents.
Example
Solve 32x−1=81.
81=34, so 32x−1=34⇒2x−1=4⇒x=25
Exponential Equations Reducible to Quadratic
Equations like 22x−3(2x)−4=0 become quadratic with the substitution u=2x (since 22x=(2x)2=u2).
Example
Solve 22x+1−3(2x)−2=0.
Rewrite: 2⋅22x−3⋅2x−2=0.
Let u=2x: 2u2−3u−2=0⇒(2u+1)(u−2)=0.
u=−21 or u=2.
(Invalid): Since 2x>0 for all real x, u=−21 cannot be a value of 2x for any real x. This is an extraneous solution introduced by the substitution — discard it.
2x=2⇒x=1.
Logarithms
A logarithm answers the question: "What power must the base be raised to in order to produce this number?"
logab=c⟺ac=b(a>0,a=1,b>0)
The logarithm logx (no base written) means log10x at CSEC level.
Key values to know:
loga1=0 (since a0=1)
logaa=1 (since a1=a)
Laws of Logarithms
Law
Statement
Product
loga(xy)=logax+logay
Quotient
loga(yx)=logax−logay
Power
loga(xn)=nlogax
These laws mirror the index laws, which is why indices and logarithms are studied together.
Exam Tip
The change-of-base formula is excluded from the CSEC syllabus. All required computations use the laws above, the definition logab=c⟺ac=b, and substitution of known values.
Simplifying Logarithmic Expressions
Example
Simplify 2logx−logy+log(x2y).
=logx2−logy+log(x2y)=log(yx2⋅x2y)=logx4
Solving Logarithmic Equations
Strategy 1: Combine logarithms into one using the laws, then convert to exponential form.
Example
Solve log3(x+1)+log3(x−2)=2.
log3[(x+1)(x−2)]=2⇒(x+1)(x−2)=32=9
x2−x−2=9⇒x2−x−11=0⇒x=21±45=21±35
The two roots are x=21+35≈3.85 and x=21−35≈−2.85.
(Invalid):log3 requires all arguments to be strictly positive. x−2>0 demands x>2, so x≈−2.85 is an extraneous solution — discard it.
The only valid solution is x=21+35.
Strategy 2: If logarithms on both sides have the same base, equate arguments.
logaf(x)=logag(x)⟹f(x)=g(x)(then verify both arguments are positive)
Solving ax=b Using Logarithms
When bases cannot be matched, apply log to both sides and use the power law.
Example
Solve 5x=37.
log(5x)=log37⇒xlog5=log37⇒x=log5log37≈2.24
Remember
Always check that all logarithm arguments are strictly positive in your solution. Extraneous roots are common in logarithmic equations because the algebra does not detect them automatically.
Linearisation Using Logarithms
Some real-world relationships follow an exponential or power law rather than a straight line. A linearisation question is usually signalled by a phrase like "a graph of logy against x gives a straight line" or "a graph of logy against logx gives a straight line." Applying logarithms to both sides of the original equation converts it into a linear form Y=mX+c, so the gradient and intercept of the graph can be read off to recover the original constants.
Original form
Take log of both sides
Linear form
y=abx
logy=loga+xlogb
Y=c+mX where Y=logy, X=x, m=logb, c=loga
y=axn
logy=loga+nlogx
Y=c+mX where Y=logy, X=logx, m=n, c=loga
Example
Variables x and y are related by y=abx. A straight-line graph of logy against x has gradient 0.3 and y-intercept 1.2. Find a and b.
From the linear form: gradient =logb=0.3, so b=100.3≈2.00.
y-intercept =loga=1.2, so a=101.2≈15.8.
Exam Tip
In linearisation questions, identify whether the graph plots logy vs x (suggesting y=abx) or logy vs logx (suggesting y=axn). This determines which form to use and what the gradient and intercept represent.