An index (power or exponent) tells you how many times a number multiplies itself. There are 5 laws that let you simplify any expression involving powers. Engineers use them in stress calculations, electrical formulas, area and volume, and standard form.
5 core lawsFractional indices = rootsNegative indices = reciprocalsEngineering standard form
Key VocabularyParts of an index expression
x⁵ → base = x index = 5
3⁴ → base = 3 index = 4 → 81
a² → base = a index = 2 → a×a
Why indices matter in engineering
Area — a square of side x has area x². All area formulas involve squaring.
Volume — a cube of side x has volume x³. Cubic relationships everywhere.
Standard form — 2.5 × 10⁵ uses index 5. Used for very large/small engineering values.
Power formulas — P = I²R uses x². KE = ½mv² also uses squaring.
Simplifying — the 5 laws let you simplify complex expressions in one step.
💡 Indices are so common in engineering that every formula sheet you’ll ever use contains them. Learn the 5 laws and you can handle all of them!
See the Power2¹, 2², 2³, 2⁴ — see how fast powers grow
📌 This exponential growth is why engineers use standard form — values like 1.6 × 10²⁰ are impossible to write out normally. Powers make huge and tiny numbers manageable.
×
Law 1 — Multiplying Same Base: Add the Powers
When you multiply two powers with the same base, you simply add the indices. Think of it as combining groups of multiplications.
LAW 1
xm × xⁿ = xm+n
When multiplying powers with the same base, ADD the indices.
✅ You’re just counting: 3 lots of x multiplied by 2 lots of x = 5 lots of x multiplied together.
⚠️ CRITICAL: Law 1 ONLY works when both powers have the same base! x³ × y² ≠ (xy)⁵ — different bases, cannot combine!
Worked Examples
Simplify: a⁴ × a⁹
Same base? Yes — both base a
Add powers: 4 + 9 = 13
Answer:a¹³ ✅
Simplify: 3x² × 5x⁴
Coefficients: 3 × 5 = 15
Powers of x: 2 + 4 = 6
Answer:15x⁶ ✅
÷
Law 2 — Dividing Same Base: Subtract the Powers
When you divide two powers with the same base, subtract the index on the bottom from the index on top. The cancelling of x’s shows exactly why this works.
LAW 2
xm ÷ xⁿ = xm−n
When dividing powers with the same base, SUBTRACT the indices (top minus bottom).
With coefficientsDon’t forget to raise the coefficient too!
⚠️ When expanding (2x³)², the power applies to everything inside the bracket — both the number and the variable!
(2x³)² = 2² × (x³)² = 4x⁶
(3a²)³ = 3³ × (a²)³ = 27a⁶
✅ Step 1: raise the coefficient to the power. Step 2: multiply the index of the variable by the power.
Worked Examples
Simplify: (y²)⁶
Multiply: 2 × 6 = 12
Answer:y¹² ✅
Simplify: (4x³)²
Coefficient: 4² = 16
Variable: (x³)² = x⁶ (3×2=6)
Answer:16x⁶ ✅
∅
Laws 4 & 5 — Zero Power & Negative Indices
These two laws surprise most students at first — but they flow naturally from Law 2. Once you see the proof, they make perfect sense.
LAW 4
x⁰ = 1
Any base raised to the power zero equals exactly 1. Always. No exceptions (except 0⁰ which is undefined).
5⁰ = 1 x⁰ = 1 1000⁰ = 1 (−7)⁰ = 1 (a+b)⁰ = 1
Proof using Law 2
x³ ÷ x³ = x³⁻³ = x⁰ (by Law 2)
But x³ ÷ x³ = 1 (anything ÷ itself = 1)
Therefore x⁰ = 1 ✅
💡 Anything divided by itself = 1. Law 2 gives us x⁰ for that case. So x⁰ must equal 1!
LAW 5
x⁻ⁿ = 1 / xⁿ
A negative index means the reciprocal (flip it). The negative sign means “move it to the other side of the fraction bar”.
x⁻² = 1/x² x⁻⁵ = 1/x⁵ 2⁻³ = 1/2³ = 1/8 5⁻² = 1/25
Proof using Law 2
x² ÷ x⁵ = x²⁻⁵ = x⁻³ (by Law 2)
But x² ÷ x⁵ = x·x / x·x·x·x·x = 1/x³
Therefore x⁻³ = 1/x³ ✅
⚠️ x⁻² does NOT mean “negative x squared”! x⁻² = 1/x² (positive result if x is real)
VisualNegative index = flip the fraction
√
Fractional Indices — Powers as Roots
A fractional index means a root. The denominator of the fraction tells you which root to take. This connects indices directly to square roots, cube roots and beyond.
FRACTIONAL INDICES
x¹ᐟⁿ = ᵞ√x xmᐟⁿ = ᵞ√(xm)
Bottom of fraction = which root | Top of fraction = power to raise to
🔬Science:Avogadro: 6.022×10²³. Atom radius: 1.2×10⁻¹⁰ m.
⚙️Mechanical:σ=F/A. A=4×10⁻³ m². Use index laws to simplify.
⚙
Indices in Engineering
Every engineering formula involving area, volume, power or standard form uses indices. Here’s where each law actually appears in T Level / Level 3 Engineering work.
⚡ Electrical Power — P = I²R
Power formula uses squaring. When simplifying circuits with multiple components, you need Law 1 and Law 2 to combine expressions.
P = I²R (Law: squaring) If I = 3A, R = 4Ω: P = 3²×4 = 36W
Simplify: I² × I³ = I⁵ Applied: total current term in series circuit
🔨 Stress — σ = F/A, Area = πr²
Area formulas for circular cross-sections use x². When r doubles, area increases by 2² = 4 times (Law 3 in action).
A = πr² If r doubles to 2r: A = π(2r)² = 4πr² Area is 4 times bigger (Law 3: (2r)²)
📏 Standard Form — 10m Laws
All standard form calculations use Law 1 and Law 2 with base 10. Multiplying numbers in standard form means adding powers of 10.
Volume of a cube = s³. Small changes in side length cause cubic changes in volume. Uses Law 3 when expanding (1+αᵇ)³.
V = s³ (cube of side) If s doubles: V = (2s)³ = 8s³ Volume 8 times bigger (Law 3)
🔧 T Level Exam Style — Simplify then evaluate
Problem: Simplify (2x³)² × x⁻², then evaluate when x = 3
Law 3: (2x³)² = 2² × x⁶ = 4x⁶
Law 1: 4x⁶ × x⁻² = 4x⁶⁻² = 4x⁴
Evaluate: 4(3)⁴ = 4 × 81
Answer:4x⁴ | value = 324 ✅
🔢
Interactive Indices Tool
Explore every index law with step-by-step working, and evaluate any power expression. Change the values and watch the working update instantly.
📐 Indices Law ExplorerAll 7 laws with full working
ℹ️ How to use: Type a base and two powers into the boxes, then use the dropdown to choose which law to explore. Every step of the working updates automatically as you type.
Select a law from the dropdown above to see the step-by-step working.
👆
Try these:
Law 1: 2³×2⁴ ·
Law 2: 5⁴÷5² ·
Law 3: (3²)⁴ ·
Frac: 8²ᐟ³
🧮 Evaluate xm — Any Base & PowerDecimal, fraction & negative powers
ℹ️ How to use: Type any base number and any power (including decimals like 0.5, negatives like −2, or fractions like 2/3). Click Evaluate to see the result and which law applies.
^
Enter a base and power above, then click Evaluate.
⚠ x⁻² ≠ −x² — negative index means reciprocal, not negative.
⚠ (x+y)ⁿ ≠ xⁿ+yⁿ — Law 1 only works when the base is the same.
✅ Always check: same base? Then apply the laws. Different bases? Evaluate separately first.
🎮
Quick Fire Quiz
Test your knowledge — 10 questions, instant feedback.
⚡ Indices Blitz
ℹ️ How to play: An index expression appears on screen. Click the correct value from the four options. Your score and streak update after each question — click Next to continue.
Score: 0Streak: 0 🔥Q 1/10
Loading...
Score: 0/10
✏
Practice Questions
15 questions across 3 tiers. Attempt each one before revealing the answer. State which law you’re using!
🟢 Tier 1 — Foundations
ℹ️ How to use: Work through each question and write down your answer. When ready, click Show Answer to reveal the full worked solution and mark scheme.
Q1
Write out 3⁴ as a multiplication and calculate the value.