Laws of Indices (Exponents)
A surd-and-indices question in RPF SI takes about thirty seconds โ if you remember the eight laws cold. Otherwise it eats two whole minutes and lures you into wrong answers that look right. So treat this lesson as muscle memory, not as theory: every law below must come to your fingertips without thought.
Definition: An index (plural: indices) or exponent is the small number written above a base that tells you how many times the base multiplies itself. In a^n, "a" is the base and "n" is the exponent.
Definition: A surd is an irrational root that cannot be simplified to a rational number โ for example, sqrt(2) or cube-root(5). Surds are expressed in radical form, but for arithmetic they are usually converted to fractional powers.
The eight laws โ your toolbox
These eight identities are the engine of nearly every RPF SI question on simplification, surds and indices. Internalise them so well that you can apply them backwards as well as forwards.
- Product of powers, same base โ a^m x a^n = a^(m+n). When the base is the same, you add the exponents.
- Quotient of powers, same base โ a^m / a^n = a^(m-n). When dividing, you subtract the exponents.
- Power of a power โ (a^m)^n = a^(mn). When raising a power to another power, you multiply the exponents.
- Power of a product โ (ab)^n = a^n x b^n. The exponent distributes across multiplication.
- Power of a quotient โ (a/b)^n = a^n / b^n. The exponent distributes across division.
- Zero exponent โ a^0 = 1, for any a not equal to 0. Anything to the power zero is one.
- Negative exponent โ a^(-n) = 1 / a^n. A negative sign on the exponent flips the base into a reciprocal.
- Fractional exponent โ a^(m/n) = n-th root of a^m. The denominator is the root and the numerator is the power.
Why each law works โ quick intuition
Law 1 is just counting. a^3 x a^2 means (a x a x a) x (a x a) โ which is a multiplied by itself five times, i.e. a^5. Five is three plus two. So same base, add exponents.
Law 2 is the reverse. a^5 / a^2 means (a x a x a x a x a) / (a x a). Two factors cancel, three remain, giving a^3. So same base divided, subtract exponents.
Law 3 follows from Law 1. (a^3)^2 means a^3 x a^3, which by Law 1 is a^(3+3) = a^6 = a^(3 x 2). So power of a power, multiply.
Laws 4 and 5 follow from the commutativity of multiplication. (ab)^3 = ab x ab x ab = (a x a x a) x (b x b x b) = a^3 x b^3.
Law 6 comes from Law 2 with m = n. a^n / a^n = a^(n-n) = a^0. But anything divided by itself is 1. So a^0 = 1.
Law 7 comes from extending Law 2 below zero. a^0 / a^n = a^(-n). But a^0 = 1 and a^0 / a^n = 1 / a^n. So a^(-n) = 1 / a^n.
Law 8 ties surds to indices. By Law 3, (a^(1/2))^2 = a^(2/2) = a^1 = a. So a^(1/2) is the number whose square is a โ i.e. the square root of a. By the same argument, a^(1/n) is the n-th root.
The strategy for comparison questions
To compare two powers, the standard RPF SI trick is to make either the base or the exponent equal โ then compare what's left.
If the bases can be brought to the same value, raise both to whatever power is needed; once bases match, just compare exponents.
If the exponents can be matched, do it the other way โ once exponents match, just compare bases.
Question: Which is larger, 2^30 or 3^20?
Solution:
Step 1: Bases differ; can we match exponents? GCD of 30 and 20 is 10. So write each as something to the power 10.
Step 2: 2^30 = (2^3)^10 = 8^10. Similarly 3^20 = (3^2)^10 = 9^10.
Step 3: Both are to the power 10 โ now compare bases. 9 > 8.
Conclusion: 9^10 > 8^10, so 3^20 > 2^30.
Roots as fractional powers
The single most powerful habit in surd questions: rewrite roots as fractional powers, then apply the eight laws.
Examples you should be able to do in your head:
- sqrt(a) = a^(1/2)
- cube-root(a) = a^(1/3)
- a x sqrt(a) = a^1 x a^(1/2) = a^(3/2)
- sqrt(a) / cube-root(a) = a^(1/2) / a^(1/3) = a^(1/2 - 1/3) = a^(1/6)
Question: Simplify sqrt(2) x cube-root(4) x sixth-root(32).
Solution:
Step 1: Rewrite as fractional powers of 2.
- sqrt(2) = 2^(1/2).
- cube-root(4) = (2^2)^(1/3) = 2^(2/3).
- sixth-root(32) = (2^5)^(1/6) = 2^(5/6).
Step 2: Combine using Law 1.
2^(1/2 + 2/3 + 5/6). LCM of 2, 3, 6 is 6. So 1/2 = 3/6, 2/3 = 4/6, 5/6 = 5/6. Sum = 12/6 = 2.
Step 3: Total = 2^2 = 4.
Conclusion: The simplified value is 4. A messy-looking surd reduces to a clean integer the moment you switch to fractional powers.
Why it matters
Why it matters: Roughly 60-70% of RPF SI surd-and-indices questions can be cleared in under a minute by spotting one of these laws and applying it once or twice. Without the laws, even simple questions force you into clumsy expansion โ burning time and creating arithmetic errors.
Real-world example
Real-world example: when you read in a science article that "the brightness of a star falls off as 1 over distance squared," that is a^(-2) in everyday English โ Law 7 at work. When a bank computes compound interest, the formula uses (1 + r)^n โ a Law-3 expression. The laws of indices show up in physics, finance and computer science precisely because they are the basic language of repeated multiplication.
Common misconception
Common misconception: Many candidates write (a + b)^n = a^n + b^n. This is false. The distributive law applies only to multiplication and division (Laws 4 and 5), not to addition. Try a = 1, b = 1, n = 2: (1+1)^2 = 4, but 1^2 + 1^2 = 2. The correct expansion is the binomial theorem โ but for RPF SI you only need to remember: never split a power over a sum.
Another slip-up: writing 0^0 = 1 in answer sheets. The law a^0 = 1 explicitly excludes a = 0. The expression 0^0 is indeterminate, and in exam settings it does not appear in valid questions.
The standard simplification template
Use this checklist on every surd-and-indices question:
- Convert all roots to fractional powers.
- Express the bases in their smallest prime factors (e.g., 8 โ 2^3, 32 โ 2^5).
- Apply Law 1 / Law 2 to combine same-base powers.
- Apply Law 3 to collapse stacked powers.
- Convert negative exponents to reciprocals if the answer choices use them.
- Simplify the final exponent fraction to lowest terms.
| Operation | Law | Example |
|---|---|---|
| Multiplication, same base | a^m x a^n = a^(m+n) | 2^3 x 2^4 = 2^7 |
| Division, same base | a^m / a^n = a^(m-n) | 5^6 / 5^2 = 5^4 |
| Power of a power | (a^m)^n = a^(mn) | (3^2)^3 = 3^6 |
| Power of a product | (ab)^n = a^n x b^n | (2 x 5)^3 = 2^3 x 5^3 |
| Power of a quotient | (a/b)^n = a^n / b^n | (3/4)^2 = 9/16 |
| Zero exponent | a^0 = 1 (a not 0) | 7^0 = 1 |
| Negative exponent | a^(-n) = 1/a^n | 2^(-3) = 1/8 |
| Fractional exponent | a^(m/n) = (n-th root of a)^m | 27^(2/3) = 9 |
- โ- Eight laws govern every surd-and-indices question โ memorise them cold.
- โ- Same base, multiplication: ADD the exponents.
- โ- Same base, division: SUBTRACT the exponents.
- โ- Power of a power: MULTIPLY the exponents.
- โ- a^0 = 1 for a not equal to zero; 0^0 is indeterminate.
- โ- A negative exponent flips the base into a reciprocal.
- โ- Roots become fractional powers โ sqrt(a) = a^(1/2), cube-root(a) = a^(1/3).
- โ- To compare powers, match either the base or the exponent.
Use the chant: "Same base ADD/SUBTRACT, power-of-power MULTIPLY." And for surds, the one-line rule: "Roots are fractional powers โ convert and combine." For sign tricks: "Negative exponent flips it; zero exponent kills it (to 1)."
- โ- The eight laws are the toolbox; everything else is one or two applications of them.
- โ- Convert surds to fractional powers immediately โ most problems collapse.
- โ- Compare powers by matching the base or matching the exponent.
- โ- Never split a power over a sum โ the law applies only to products and quotients.
Surds & Rationalisation
Surds look intimidating at first sight โ a stubborn โ2 stuck in a denominator can feel like the question is daring you to use a calculator. In RPF Sub-Inspector Mathematics, however, surds are designed to be tamed by two clean operations: simplification to lowest form and rationalisation of the denominator. Master them and what looks like 90 seconds of work becomes a 15-second answer.
Definition: A surd is a root of a positive rational number that cannot itself be expressed as a rational number. Examples: โ2, โ3, โ5, โ7. By contrast, โ4 = 2 is not a surd because the answer is rational.
Why surds matter in the RPF SI paper
The RPF SI quant section, like SSC CGL, includes a small but consistent set of simplification questions where the only obstacle is an irrational root in a denominator. The marks are easy if you spot the standard manoeuvre and follow it without panic. The same techniques also appear inside speed-time, mensuration (think โ(area) of a square) and Pythagoras questions.
Basic surd rules
These four laws cover almost every surd manipulation you will meet:
- Multiplication: โa ร โb = โ(ab)
- Division: โa / โb = โ(a/b)
- Power: (โa)ยฒ = a
- Combining like surds: mโa ยฑ nโa = (m ยฑ n)โa (only when the radicands are the same)
These laws look obvious but watch the conditions โ they hold for non-negative reals under square roots, and the โcombiningโ rule needs the same number under the root. You cannot add โ2 + โ3 to get โ5, because the radicands differ.
Simplifying a surd to lowest form
Definition: A surd is in lowest form when the number under the root has no perfect-square factor greater than 1.
The technique is to break the radicand into its largest perfect-square factor times the rest, then pull the square root of the perfect-square factor outside.
Example: โ50 = โ(25 ร 2) = โ25 ร โ2 = 5โ2.
Other quick mental conversions to memorise:
- โ8 = 2โ2
- โ12 = 2โ3
- โ18 = 3โ2
- โ27 = 3โ3
- โ32 = 4โ2
- โ45 = 3โ5
- โ48 = 4โ3
- โ72 = 6โ2
- โ75 = 5โ3
- โ98 = 7โ2
For cube roots: โ54 = โ(27 ร 2) = 3โ2. Look for perfect-cube factors (8, 27, 64, 125โฆ) instead of perfect squares.
Rationalising the denominator
Definition: Rationalisation is the process of removing surds from the denominator of a fraction by multiplying numerator and denominator by a chosen factor that converts the denominator into a rational number.
The choice of multiplier depends on the form of the denominator. The two standard cases:
Case 1 โ single surd in the denominator. For a denominator of the form โa, multiply by โa / โa.
Example: 1/โ7 ร โ7/โ7 = โ7/7.
Case 2 โ binomial surd in the denominator (a ยฑ โb or โa ยฑ โb). Multiply by the conjugate: change the sign between the two terms so that the product becomes a difference of squares.
The conjugate of (a + โb) is (a โ โb), giving (a + โb)(a โ โb) = aยฒ โ b โ a clean rational number.
Example: 1/(3 + โ2)
= 1/(3 + โ2) ร (3 โ โ2)/(3 โ โ2)
= (3 โ โ2) / (3ยฒ โ (โ2)ยฒ)
= (3 โ โ2) / (9 โ 2)
= (3 โ โ2)/7.
This is the entire trick that the body of the lesson refers to โ and once internalised, it makes any โ1 over a binomial surdโ question a 10-second job.
Why rationalisation matters
Three reasons:
- Standard form. Examiners list answer choices in rationalised form. Even if your unrationalised expression is mathematically correct, it may not match any option until you rationalise.
- Easier arithmetic. Adding or subtracting fractions with surd denominators forces you to find a common surd denominator โ painful. After rationalisation, the denominator is a normal integer.
- Comparison. Comparing 1/(โ3 + 1) with 1/(โ3 โ 1) becomes obvious once you rationalise both โ and is otherwise nearly impossible.
Real-world example
Indian Railways uses signalling cables whose impedance involves the square root of inductance-capacitance products. Every time an engineer divides one impedance by another, the answer comes back as a fraction with โ(LC) in the denominator โ and the standard practice is to rationalise so that the cable specification can be quoted as a rational decimal. The same arithmetic style appears in surveyorโs tables for railway track curvature, where chord lengths come out as 1/(a + โb) and have to be cleared up for site engineers.
For the RPF SI paper, the bridge between the conceptual idea and a quick solution is just this: see a surd in the denominator โ call its conjugate โ multiply on top and bottom โ simplify.
Common misconception
Many candidates think rationalisation changes the value of the fraction. It does not. You are multiplying by something equal to 1 (conjugate over itself), so the value is preserved exactly. What changes is only the appearance of the fraction.
A second misconception is that the conjugate flips the sign of both terms. It does not โ it flips only the sign between the terms. The conjugate of (3 + โ2) is (3 โ โ2), not (โ3 โ โ2). And the conjugate of (โ5 โ โ3) is (โ5 + โ3), giving the product (โ5)ยฒ โ (โ3)ยฒ = 5 โ 3 = 2.
Worked example
Question: Simplify (4 + โ3) / (4 โ โ3) and write the answer in the form p + qโ3 where p, q are rational.
Solution:
Step 1: The denominator is the binomial surd (4 โ โ3). Its conjugate is (4 + โ3).
Step 2: Multiply numerator and denominator by the conjugate:
(4 + โ3)/(4 โ โ3) ร (4 + โ3)/(4 + โ3) = (4 + โ3)ยฒ / ((4 โ โ3)(4 + โ3)).
Step 3: Denominator: 4ยฒ โ (โ3)ยฒ = 16 โ 3 = 13.
Step 4: Numerator: (4 + โ3)ยฒ = 16 + 8โ3 + 3 = 19 + 8โ3.
Step 5: Final expression: (19 + 8โ3)/13 = 19/13 + (8/13)โ3.
Conclusion: p = 19/13, q = 8/13.
A second quick example
Question: Simplify โ75 โ โ48 + โ27.
Solution:
Step 1: Break each radicand into a perfect-square factor times the rest:
โ75 = โ(25 ร 3) = 5โ3.
โ48 = โ(16 ร 3) = 4โ3.
โ27 = โ(9 ร 3) = 3โ3.
Step 2: All three are like surds (radicand 3), so they combine:
5โ3 โ 4โ3 + 3โ3 = (5 โ 4 + 3)โ3 = 4โ3.
Conclusion: 4โ3.
| Denominator form | Conjugate / multiplier | Resulting denominator |
|---|---|---|
| โa | โa | a |
| a + โb | a โ โb | aยฒ โ b |
| a โ โb | a + โb | aยฒ โ b |
| โa + โb | โa โ โb | a โ b |
| โa โ โb | โa + โb | a โ b |
- โ- A surd is an irrational root such as โ2, โ3 or โ5.
- โ- Surd laws: โa ร โb = โ(ab); โa / โb = โ(a/b); (โa)ยฒ = a.
- โ- Always simplify a surd by pulling out the largest perfect-square (or perfect-cube) factor.
- โ- To rationalise a single-surd denominator, multiply top and bottom by that surd.
- โ- For a binomial surd denominator, multiply by the conjugate so the product becomes aยฒโb.
- โ- Rationalisation does not change the value โ only the form โ of a fraction.
- โ- Like surds (same radicand) combine like algebraic terms; unlike surds do not.
- โ- Mastering a handful of โ-simplifications (โ8, โ12, โฆ, โ98) makes mental computation possible in the exam.
โCSCโ โ three Cs to remember when you see a surd:
- Compress the surd to lowest form (pull out perfect squares).
- Spot the denominator form โ single surd or binomial?
- Conjugate-multiply if binomial; same-surd-multiply if single.
And: โflip the middle signโ to find a conjugate (a + โb โ a โ โb).
- โ- Simplify every surd to its lowest form before any arithmetic.
- โ- For a single surd in the denominator, multiply top and bottom by that surd.
- โ- For a binomial surd, multiply by the conjugate to get aยฒ โ b in the denominator.
- โ- The value of the fraction never changes during rationalisation โ only its presentation.
Square & Cube Root Shortcuts
Perfect-square unit digits can only be 0,1,4,5,6,9 โ a number ending in 2,3,7,8 is never a perfect square. To find a 4-digit square root, split into pairs from the right; the tens digit comes from the larger pair, the units from the ending digit (5 is the giveaway since only 25 ends in 5). For cube roots of perfect cubes, the unit digit of the cube reveals the root's unit digit (cubes end: 1โ1, 8โ2, 7โ3, 4โ4, 5โ5, 6โ6, 3โ7, 2โ8, 9โ9, 0โ0). Example: cube root of 19683 โ ends in 3 so unit is 7, and 27 (=3^3) < 19 < 64 so tens is 2, giving 27.
Surds, Indices & Roots โ Flashcards
Cover the answer, recall, then check. 12 cards on laws of indices, surds and roots for RPF SI.
Q1. Product law of indices?
A1. a^m ร a^n = a^(m+n). E.g. 2ยณร2โด = 2โท = 128.
Q2. Quotient law?
A2. a^m รท a^n = a^(mโn). E.g. 5โถ รท 5โด = 5ยฒ = 25.
Q3. Power of a power?
A3. (a^m)^n = a^(mn). E.g. (2ยณ)ยฒ = 2โถ = 64.
Q4. Zero and negative index?
A4. aโฐ = 1 (aโ 0); a^(โn) = 1/a^n.
Q5. Meaning of a^(m/n)?
A5. The n-th root of a^m, i.e. (โฟโa)^m. E.g. 8^(2/3) = (โ8)ยฒ = 4.
Q6. Rationalise 1/(โ5 โ โ3).
A6. Multiply by (โ5+โ3): (โ5+โ3)/(5โ3) = (โ5+โ3)/2.
Q7. โ(aรb) equals?
A7. โa ร โb (for a,b โฅ 0). E.g. โ(4ร9) = 2ร3 = 6.
Q8. Square root of 1764?
A8. 42 (since 42ยฒ = 1764).
Q9. Cube root of 3375?
A9. 15 (since 15ยณ = 3375).
Q10. Unit digit of a perfect square โ which digits are impossible?
A10. 2, 3, 7, 8 can never be the unit digit of a perfect square.
Q11. Simplify โ50 + โ18.
A11. 5โ2 + 3โ2 = 8โ2.
Q12. Value of (โ3 + โ2)(โ3 โ โ2)?
A12. (โ3)ยฒ โ (โ2)ยฒ = 3 โ 2 = 1.
Surds, Indices & Square/Cube Roots โ Worked Example
Worked Example
Problem: If 2หฃ = 8^(y+1) and 9สธ = 3^(xโ9), find the values of x and y.
Solution:
Step 1 โ Write both sides of each equation with the same base.
Equation 1: 2หฃ = 8^(y+1). Since 8 = 2ยณ, we get 8^(y+1) = 2^(3(y+1)) = 2^(3y+3).
Equal bases โ equal powers: x = 3y + 3. โฆ (i)
Step 2 โ Equation 2: 9สธ = 3^(xโ9). Since 9 = 3ยฒ, we get 9สธ = 3^(2y).
Equal bases โ 2y = x โ 9, so x = 2y + 9. โฆ (ii)
Step 3 โ Solve (i) and (ii) together. From (i) and (ii): 3y + 3 = 2y + 9 โ y = 6.
Step 4 โ Substitute back: x = 3(6) + 3 = 21. Check with (ii): x = 2(6) + 9 = 21. โ
Answer: x = 21 and y = 6.
- โ- To solve exponential equations, first express every term with the same base, then equate the powers.
- โ- Key laws: (aแต)โฟ = aแตโฟ and aแต ร aโฟ = aแตโบโฟ.
- โ- Always verify by substituting the answer into the second equation.