Photo AI

Last Updated Sep 26, 2025

Manipulating Surds Simplified Revision Notes

Revision notes with simplified explanations to understand Manipulating Surds quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

338+ students studying

2.1.2 Manipulating Surds

Key Concepts

infoNote

Definition of Surds:

  • A surd is an irrational root of a rational number, e.g., 2\sqrt{2}, 3\sqrt{3}.
infoNote

Fact: p\sqrt{p} where p is prime is a surd.

  • Surds are irrational numbers, i.e., cannot be written as a ratio of integers ab\frac{a}{b} where a, b are integers (a,bZ)(a, b \in \mathbb{Z}).

Adding/Subtracting Surds

  • We treat surds like we treat unknowns in algebra.
infoNote

Examples: $ 3x + 2x = 5x

$

35+25=553\sqrt{5} + 2\sqrt{5} = 5\sqrt{5}

5x3y5x - 3y cannot be simplified

52335\sqrt{2} - 3\sqrt{3} cannot be simplified


Multiplying Surds

  • Surds multiply with other surds as you would expect.
infoNote

Examples:

2×3=6\sqrt{2} \times \sqrt{3} = \sqrt{6}

7×3=21\sqrt{7} \times \sqrt{3} = \sqrt{21}

  • Common Mistake:

2×3=6(incorrect)2 \times \sqrt{3} = \sqrt{6} \quad \text{(incorrect)} The above is wrong because both numbers must be written as surds in order to multiply them together.

Since 2=42 = \sqrt{4}, the above becomes:

4×3=12\sqrt{4} \times \sqrt{3} = \sqrt{12}

image
  • Notice that the calculator preserves surds in simplified root form.

Simplified Surd Form

  • In order to write surds in simplified root form, we must first break down the surd into prime surd factors, extract any integers, then rebuild the remaining prime.
infoNote

Example: Write 45\sqrt{45} in simplified surd form

45=9×5=9×5\sqrt{45} = \sqrt{9 \times 5} = \sqrt{9} \times \sqrt{5}

9×5=3×5=35\sqrt{9} \times \sqrt{5} = 3 \times \sqrt{5} = 3\sqrt{5}

  • Alternative Method: image

45=9×5=3×3×5=35\sqrt{45} = \sqrt{9 \times 5} = \sqrt{3 \times 3 \times 5} = 3\sqrt{5}

Could have spotted9=3 \sqrt{9} = 3 at this stage.

infoNote

Example: Write 42\sqrt{42} in simplified surd form

42=6×7=2×3×7\sqrt{42} = \sqrt{6 \times 7} = \sqrt{2 \times 3 \times 7}

=2×3×7=42= \sqrt{2} \times \sqrt{3} \times \sqrt{7} = \sqrt{42}

  • No integers can be obtained, therefore we must recompose the primes.
  • This was already in simplified surd form.

Writing One Number as a Power of Another

infoNote

Example: Write 25625^6 as a power of 55 :

  • Notice that 2525 can be rewritten as 525^2.

256=(52)6=51225^6 = (5^2)^6 = 5^{12}

  • Both represent 25625^6 in two different ways.
infoNote

Example: Write 64364^3 as a power of 44 :

(43)3=49(4^3)^3 = 4^9

infoNote

Example: Write 3232 as a power of 44:

  • This is more difficult as 3232 is not an integer power of 44. Think of numbers that they both have in common and go via that number. 412=24^{\frac{1}{2}} = 2

25=322^5 = 32

Using both of these facts:

32=25=(412)5=45232 = 2^5 = (4^{\frac{1}{2}})^5 = 4^{\frac{5}{2}}

infoNote

Example: Write 6464 in the form 16n16^n where n is rational:

  • Way 1:

4=16124 = 16^{\frac{1}{2}}

64=4364=(1612)3=163264 = 4^3 \Rightarrow 64 = (16^{\frac{1}{2}})^3 = 16^{\frac{3}{2}}

  • Way 2:

2=16142 = 16^{\frac{1}{4}}

64=2664=(1614)6=1664=163264 = 2^6 \Rightarrow 64 = (16^{\frac{1}{4}})^6 = 16^{\frac{6}{4}} = 16^{\frac{3}{2}}


infoNote

Challenge (Q5. OCR 4721, Jun 2016, Q5)

Express the following in the form 2p2^p:

  1. (25÷27)3(2^5 \div 2^7)^3:

(25÷27)3(2^5 \div 2^7)^3

$ = (2^{-2})^3 = 2^{-6}

$

  1. 5×423+3×1613:5 \times 4^{\frac{2}{3}} + 3 \times 16^{\frac{1}{3}}:

5×423+3×16135 \times 4^{\frac{2}{3}} + 3 \times 16^{\frac{1}{3}}

=5×(22)23+3×(24)13= 5 \times (2^2)^{\frac{2}{3}}+ 3 \times (2^4)^{\frac{1}{3}}

=5×243+3×243=8×243= 5 \times 2^{{\frac{4}{3}}} + 3 \times 2^{\frac{4}{3}} = 8 \times 2^{{\frac{4}{3}}}

$

= 2^3 \times 2^{{\frac{4}{3}}} =2^{{\frac{9}{3}}} \times 2^{\frac{4}{3}} = 2^{{\frac{13}{3}}} $


Index Equations

infoNote

Example: Solve 2x+3=43x22^{x+3} = 4^{3x-2}:

2x+3=(22)3x2\Rightarrow 2^{x+3} = (2^2)^{3x-2}

2x+3=26x4\Rightarrow 2^{x+3} = 2^{6x-4}

x+3=6x4\Rightarrow x + 3 = 6x - 4

5x=7x=755x = 7 \Rightarrow x = \frac{7}{5}

infoNote

Example: Solve 162x+7=853x16^{2x+7} = 8^{5-3x}:

(24)2x+7=(23)53x\Rightarrow(2^4)^{2x+7} = (2^3)^{5-3x}

28x+28=2159x\Rightarrow2^{8x+28} = 2^{15-9x}

8x+28=159x\Rightarrow8x + 28 = 15 - 9x

17x=13x=131717x = -13 \Rightarrow x = -\frac{13}{17}

Hint:

  • Write both "big numbers" (also called base numbers) as a power of the same number.
  • The only way this is possible is if both powers are equal.
infoNote

Key Tips

  1. Identify square factors: Always look for the largest square factor to simplify surds.
  2. Like terms only: Only combine surds with the same radicand (the number inside the square root).
  3. Use conjugates for binomials: To rationalize binomials in the denominator, multiply by the conjugate.
  4. Practice: Regularly practice manipulating surds to build fluency and confidence.
Books

Only available for registered users.

Sign up now to view the full note, or log in if you already have an account!

500K+ Students Use These Powerful Tools to Master Manipulating Surds

Enhance your understanding with flashcards, quizzes, and exams—designed to help you grasp key concepts, reinforce learning, and master any topic with confidence!

40 flashcards

Flashcards on Manipulating Surds

Revise key concepts with interactive flashcards.

Try Maths Pure Flashcards

4 quizzes

Quizzes on Manipulating Surds

Test your knowledge with fun and engaging quizzes.

Try Maths Pure Quizzes

6 questions

Exam questions on Manipulating Surds

Boost your confidence with real exam questions.

Try Maths Pure Questions

3 exams created

Exam Builder on Manipulating Surds

Create custom exams across topics for better practice!

Try Maths Pure exam builder

18 papers

Past Papers on Manipulating Surds

Practice past papers to reinforce exam experience.

Try Maths Pure Past Papers

Other Revision Notes related to Manipulating Surds you should explore

Discover More Revision Notes Related to Manipulating Surds to Deepen Your Understanding and Improve Your Mastery

96%

114 rated

Laws of Indices & Surds

Laws of Indices

user avatar
user avatar
user avatar
user avatar
user avatar

431+ studying

190KViews

96%

114 rated

Laws of Indices & Surds

Surds - Rationalising the Denominator

user avatar
user avatar
user avatar
user avatar
user avatar

386+ studying

196KViews
Load more notes

Join 500,000+ A-Level students using SimpleStudy...

Join Thousands of A-Level Students Using SimpleStudy to Learn Smarter, Stay Organized, and Boost Their Grades with Confidence!

97% of Students

Report Improved Results

98% of Students

Recommend to friends

500,000+

Students Supported

50 Million+

Questions answered