Powers and roots are the silent backbone of CDS Maths. Almost every chapter — from simplification to mensuration — leans on the laws of indices and on quick handling of square roots, cube roots and surds. Get these reflexes right and you save precious minutes in the exam hall. This Cavalier guide builds the full toolkit, step by step.
Why Powers and Roots Matter in CDS
A power (or exponent) is a short way of writing repeated multiplication. When we write 25, the base is 2 and the exponent is 5, meaning 2 × 2 × 2 × 2 × 2 = 32. A root is the reverse operation: the fifth root of 32 brings us back to 2.
In the CDS Elementary Mathematics paper, this topic appears both directly (simplify 43/2, find a square root) and indirectly (inside geometry, surds in trigonometry, and number-system questions). Marks here are quick and almost guaranteed if your basics are solid.
Why does this matter so much under exam pressure? CDS gives you roughly ninety seconds per question. A candidate who hesitates over whether 163/4 means a root or a power burns half that time on a single step. A candidate with these laws automated reads the expression, converts the base to a prime power, and writes the answer in one clean line. Across a hundred-question paper, that fluency is the difference between attempting seventy questions and attempting ninety.
This chapter also builds the mental model you will reuse everywhere. Logarithms are simply the inverse of powers. Compound interest is repeated multiplication, which is exponentiation. The Pythagoras theorem produces square roots, and the diagonal of a cube produces √3 times a side. Treat Power and Roots as foundational rather than a small standalone topic.
Every root can be written as a fractional power. The nth root of a equals a1/n. This single idea unifies the whole chapter.
The Laws of Indices
These eight rules govern every operation with powers. Memorise them so well that you apply them without thinking.
- Product law: am × an = am+n
- Quotient law: am ÷ an = am−n
- Power of a power: (am)n = amn
- Power of a product: (ab)m = ambm
- Power of a quotient: (a/b)m = am/bm
- Zero exponent: a0 = 1 (a ≠ 0)
- Negative exponent: a−m = 1/am
- Fractional exponent: am/n = (am)1/n = nth root of am
Notice that the product and quotient laws only work when the bases are the same. You cannot add the exponents of 23 × 32 — the bases differ. When bases differ but exponents match, the other direction helps: ambm can be collapsed to (ab)m. So 23 × 53 = (2 × 5)3 = 103 = 1000, which is far faster than computing 8 × 125 separately.
The fractional-exponent law is the single most useful rule for CDS, because it lets you treat every root as a power. Once a root becomes a power, all the other laws apply to it. There is no separate set of rules for roots — they obey exactly the same eight laws as integer powers. Internalising this saves you from memorising a second rulebook.
Zero, Negative and Fractional Powers
Three special cases trip up most candidates, so let us pin them down clearly.
Zero power
Any non-zero number raised to the power 0 equals 1. So 70 = 1 and (−15)0 = 1. The value 00 is left undefined and never appears in CDS.
Negative power
A negative exponent means take the reciprocal: 5−2 = 1/52 = 1/25. Flipping a fraction turns the sign: (3/4)−2 = (4/3)2 = 16/9.
Fractional power
A fractional exponent combines a power and a root. For example 82/3 means the cube root of 8 squared: (81/3)2 = 22 = 4.
Students write 5−2 = −25. Wrong. A negative exponent never makes the answer negative — it makes a reciprocal. 5−2 = 1/25, a positive fraction.
Square Roots: Meaning and Methods
The square root of a number is the value that, when multiplied by itself, gives that number. The square root of 144 is 12 because 12 × 12 = 144. Symbolically √144 = 12.
Method 1: Prime factorisation
Break the number into prime factors, pair them, and take one factor from each pair. For √324: 324 = 22 × 34, so √324 = 2 × 32 = 18.
Method 2: Long division
For large or non-perfect-square numbers, group digits in pairs from the right (the decimal point fixes the grouping), then find each digit of the root step by step. This is the reliable method for finding √1849 = 43 or estimating √2 ≈ 1.414.
A perfect square never ends in 2, 3, 7 or 8, and never ends in an odd number of zeros. If a CDS option violates this, eliminate it instantly without calculating.
Cube Roots and Higher Roots
The cube root of a number is the value whose cube gives that number. The cube root of 216 is 6 because 63 = 216. We write ∛216 = 6.
Use prime factorisation in triples: 3375 = 33 × 53, so ∛3375 = 3 × 5 = 15. Unlike square roots, cube roots keep the sign of the number, so ∛(−27) = −3.
Know these perfect cubes by heart up to 10: 1, 8, 27, 64, 125, 216, 343, 512, 729, 1000. They turn many CDS questions into a one-second recall.
A handy shortcut for cube roots of perfect cubes: the last digit of the cube tells you the last digit of the root. A cube ending in 7 has a root ending in 3; a cube ending in 8 has a root ending in 2 — these pairs are mirror images apart from 0, 1, 4, 5, 6, 9 which map to themselves.
Surds and Their Order
A surd is an irrational root that cannot be simplified to a rational number, such as √2, √5 or ∛7. The number under the root is the radicand, and the small index n is the order of the surd.
A surd of the form √a is a quadratic (second-order) surd. To simplify a surd, pull out perfect-square factors: √72 = √(36 × 2) = 6√2.
Like and unlike surds
Surds with the same order and the same radicand are like surds and can be added or subtracted: 3√5 + 2√5 = 5√5. You cannot combine √5 and √3 by addition — they are unlike surds.
√a + √b is not √(a+b). For example √9 + √16 = 3 + 4 = 7, but √25 = 5. The two are clearly different, so never merge surds under one root sign while adding.
Rationalising the Denominator
Examiners love fractions with a surd in the denominator, because the standard move — rationalisation — tests whether you remember conjugates.
To rationalise 1/√3, multiply top and bottom by √3: 1/√3 = √3/3. To rationalise a denominator like (a + √b), multiply by its conjugate (a − √b), using the identity (x + y)(x − y) = x2 − y2.
Conjugate of (3 + √2) is (3 − √2). Their product is 32 − (√2)2 = 9 − 2 = 7, a rational number. The surd vanishes from the denominator.
This skill reappears in trigonometry and in algebra, so practise it until rationalising any denominator feels automatic. A typical follow-up question asks you to find the value of an expression such as (3 + √2)/(3 − √2) in the form a + b√2; you rationalise, expand, and read off a and b. Recognising that pattern in advance turns a two-minute problem into a forty-second one.
Worked Example: Combining the Laws
Let us solve a problem that blends indices, fractional powers and simplification — exactly the flavour CDS prefers.
Simplify: (163/4 × 272/3) ÷ 91/2
Notice the strategy: rewrite every base as a power of a small prime, apply the power-of-a-power law, then do simple arithmetic. This three-step pattern cracks the majority of CDS index questions.
Worked Example: Rationalising a Conjugate
Here is a second solved illustration on the conjugate method, a frequent CDS pattern.
Rationalise and simplify: 1 ÷ (√5 − √3)
The answer (√5 + √3)/2 has a rational denominator, which is the required form. Always check that the denominator is now free of surds before you stop.
Common Mistakes to Avoid
Most lost marks in this topic come from a handful of repeated slips. Train yourself to catch them.
- Adding exponents when bases differ, e.g. 23 × 32 ≠ 65.
- Treating a negative exponent as a negative answer.
- Writing √(a+b) = √a + √b.
- Forgetting that √x2 = |x|, so √((−4)2) = 4, not −4.
- Leaving a surd in the denominator when the question asks for a rationalised form.
When a CDS option list mixes surds and integers, simplify each surd fully first. Often the messy-looking option reduces to a clean integer, instantly revealing the answer.
Previous-Year Style Practice
Test the full toolkit on a question in the genuine CDS pattern.
Q. If 2x = 4y = 8z and x + y + z = 11, while 1/x + 1/y + 1/z = 1, then what is the value of z?
Answer: Let 2x = 4y = 8z = k. Then x = log2k, 2y = log2k and 3z = log2k, so x = 2y = 3z. Putting x = 2y = 3z = t gives x = t, y = t/2, z = t/3. From x + y + z = 11: t(1 + 1/2 + 1/3) = 11, so t(11/6) = 11, giving t = 6. Hence z = t/3 = 2.
The lesson: when several powers are equal, set them all to a common value and convert the exponents into one variable. This collapses a scary-looking problem into simple algebra.
Quick Revision
Run through this checklist the night before your exam.
- am × an = am+n; am ÷ an = am−n; (am)n = amn.
- a0 = 1; a−m = 1/am; am/n = nth root of am.
- Square root by pairing factors; cube root by tripling factors.
- Perfect squares never end in 2, 3, 7 or 8.
- Simplify surds by pulling out perfect-square factors; √a + √b ≠ √(a+b).
- Rationalise using the conjugate so the denominator becomes rational.
Drill ten mixed problems daily from your PYQ book for a week, and Power and Roots will become one of your fastest-scoring CDS topics.
Frequently asked questions
What is the difference between a power and a root?
A power is repeated multiplication of a base, like 3 raised to 4 equals 81. A root is the reverse operation that recovers the base. The two are linked because the nth root of a equals a raised to the power 1/n.
How many marks does Power and Roots carry in CDS?
It rarely appears as a standalone heading, but indices and roots are embedded across simplification, number system, algebra and even mensuration. Strong basics here typically help you secure several easy, fast marks throughout the Elementary Mathematics paper.
What is the quickest way to find a square root of a perfect square?
Use prime factorisation: split the number into prime factors, pair identical primes, and take one factor from each pair. For non-perfect squares or large numbers, switch to the long-division method for an exact or approximate value.
How do I rationalise a denominator that contains a surd?
If the denominator is a single surd, multiply numerator and denominator by that surd. If it is a sum or difference like a plus root b, multiply by its conjugate a minus root b, which uses the identity x squared minus y squared to remove the surd.
Is a negative exponent the same as a negative number?
No. A negative exponent means take the reciprocal, not a negative value. For example 2 to the power minus 3 equals 1/8, which is positive. The sign of the exponent controls reciprocation, not the sign of the final answer.
Related CDS / OTA Maths topics
Want a teacher to walk you through CDS / OTA Maths?
Cavalier's CDS / OTA batches break every topic into classroom sessions with daily practice, tests and doubt-clearing.