Surds & Indices

Master powers and roots. Learn comparison techniques, infinite series shortcuts ($\sqrt{12+\sqrt{12...}}$) and rationalization without pen.

1. Laws of Indices

Basic rules governing powers.

  • am├Чan=am+na^m \times a^n = a^{m+n}
  • am/an=amтИТna^m / a^n = a^{m-n}
  • (am)n=amn(a^m)^n = a^{mn}
  • aтИТn=1/ana^{-n} = 1/a^n
  • a0=1a^0 = 1 (for aтЙа0a \neq 0)

Example:

Q: Simplify (23)2imes2тИТ4(2^3)^2 imes 2^{-4}
Solution: 23├Ч2├Ч2тИТ4=26├Ч2тИТ4=26тИТ4=22=42^{3 \times 2} \times 2^{-4} = 2^6 \times 2^{-4} = 2^{6-4} = 2^2 = 4.

2. Infinite Series Shortcuts (The Ladder)

Solve infinite nested roots in 2 seconds.

  • Addition: x+x+...=\sqrt{x + \sqrt{x + ...}} = Large Factor of x. (where diff of factors is 1).
  • Subtraction: xтИТxтИТ...=\sqrt{x - \sqrt{x - ...}} = Small Factor of x.
  • Multiplication: xx...=x\sqrt{x \sqrt{x ...}} = x.

Example:

Q: Value of 12+12+...тИЮ\sqrt{12 + \sqrt{12 + ...\infty}}?
Solution: Factors of 12 are 4 and 3 (diff 1).
Sign is '+', so Answer is Larger Factor: 4.

3. Comparison of Surds

To compare xa\sqrt[a]{x} and yb\sqrt[b]{y}:
1. Take LCM of power indices (a,ba, b).
2. Raise numbers to the power of LCM.
3. Compare resulting integers.

Example:

Q: Which is larger: 2\sqrt{2} or 33\sqrt[3]{3}?
Solution: Indices: 2, 3. LCM = 6.
(2)6=23=8(\sqrt{2})^6 = 2^3 = 8.
(33)6=32=9(\sqrt[3]{3})^6 = 3^2 = 9.
9>89 > 8, so 33\sqrt[3]{3} is larger.

4. Rationalization Strategy

Eliminate roots from denominator by multiplying with Conjugate.

  • Conjugate of a+b\sqrt{a} + \sqrt{b} is aтИТb\sqrt{a} - \sqrt{b}.
  • Formula: (a+b)(aтИТb)=aтИТb(\sqrt{a}+\sqrt{b})(\sqrt{a}-\sqrt{b}) = a-b.

Example:

Q: Simplify 1/(5тИТ3)1/(\sqrt{5}-\sqrt{3})
Solution: Multiply top/bottom by 5+3\sqrt{5}+\sqrt{3}.
Num: 5+3\sqrt{5}+\sqrt{3}. Denom: 5тИТ3=25-3=2.
Ans: (5+3)/2(\sqrt{5}+\sqrt{3})/2.

5. Square Root of Surds

To find A┬▒2B\sqrt{A \pm 2\sqrt{B}}, find two numbers x,yx, y such that x+y=Ax+y=A and xy=Bxy=B. Then answer is x┬▒y\sqrt{x} \pm \sqrt{y}.

  • Golden Rule: Ensure coefficient of inner root is 2. If not, multiply/divide or adjust.

Example:

Q: Find 7+43\sqrt{7 + 4\sqrt{3}}
Solution: 1. Convert to form A+2BA + 2\sqrt{B}: 7+2(23)=7+2127 + 2(2\sqrt{3}) = 7 + 2\sqrt{12}.
2. Find factors of 12 sum to 7: 4 and 3.
3. Ans: 4+3=2+3\sqrt{4} + \sqrt{3} = 2 + \sqrt{3}.