KEVOS
ArticlesServicesCase studiesAboutContact
ArticlesServicesCase studiesAboutContact
← ArticlesThe Index Laws: a Complete TreatmentEngineering · Engineering MathematicsLesson 1/5← PrevNext →
GuidePublished 15 Aug 20266 min readBy Kevin Joginindex lawsexponentspowerszero exponent
On this page

Ask about this page

KEVOS AIThe Index Laws: a Complete Treatment

KEVOS knowledge first · trusted web sources when needed

Indices, Radicals and Rational Expressions

The Index Laws: a Complete Treatment

Why powers add on multiplication and multiply on nesting, how those two facts force the values of x0 and x-m, and why 00 is left undefined.

Category Engineering / MathematicsStream Indices, Radicals and Rational ExpressionsLevel FoundationReading 8 minSource Week 2, pages 1-4

What this page covers

  • State and apply the three index laws for multiplication, division and nesting
  • Derive the value of a0 rather than memorising it
  • Explain what a negative exponent means and where it comes from
  • Say why 00 has no consistent value
On this page
  1. What a power abbreviates
  2. Law 1: multiplying powers of the same base
  3. Law 2: dividing powers of the same base
  4. Law 3: raising a power to a power
  5. Two further laws, for products and quotients
  6. The zero exponent, derived
  7. Negative exponents, derived
  8. The laws in one table
  9. Worked practice
  10. Common mistakes
  11. Frequently asked questions

What a power abbreviates

A positive whole-number exponent is shorthand for repeated multiplication, and nothing more. The source notes begin exactly there, because every law that follows can be read off the shorthand.

a × a × a = a32 × 2 × 2 = 23 = 8x7 = x × x × x × x × x × x × xSource, Week 1 page 6 and Week 2 page 1
Base
The quantity being multiplied — in 23 it is 2
Exponent (index, power)
How many times — in 23 it is 3
a1
Equals a. One factor is still a product
Note

Everything on this page for whole-number exponents follows by counting factors. The value of the three laws is that they continue to hold once the exponent is zero, negative or fractional, where counting factors no longer means anything — and that continuation is what defines those cases.

Law 1: multiplying powers of the same base

Multiplication law
am × an = am+nSame base: add the exponents

The source derives it by counting. 23 × 24 is three 2s multiplied by four 2s, which is seven 2s in all.

(2 × 2 × 2) × (2 × 2 × 2 × 2) = 2733 × 35 = 38x3 × x7 = x10Source examples, Week 2, pages 1-2
Watch out

The bases must match. 23 × 34 does not simplify by this law; there is no way to combine different bases into a single power.

Law 2: dividing powers of the same base

Division law
aman = am-n, a ≠ 0Same base: subtract the exponents

Counting again: 2522 has five 2s on top and two below, and two of them cancel, leaving three.

2522 = 25 × 2-2 = 23Source, Week 2, page 4 — treated as multiplication by a negative power

The source deliberately writes division as multiplication by a negative power. That is the right instinct: it means there is really only one law here, not two, and the same arithmetic covers both.

Law 3: raising a power to a power

Nesting law
(am)n = amnNested powers: multiply the exponents

Counting once more: (22)3 means three copies of 22 multiplied together, which is 22 × 22 × 22 = 26.

(22)3 = 22 × 22 × 22 = 26Source derivation, Week 2, page 4
A distinction that matters

(am)n and amn are different. The first multiplies the exponents and equals amn; the second raises a to the power mn. Compare (22)3 = 26 = 64 against 223 = 28 = 256. Brackets are not decoration here.

Two further laws, for products and quotients

Distributing over a product or quotient
(ab)n = anbn(ab)n = anbn, b ≠ 0An exponent distributes over multiplication and division
It does not distribute over addition

(a + b)n is not an + bn. This is the single most frequently repeated error in elementary algebra. At a = b = 1 and n = 2 the true value is 4 and the mistaken one is 2. The correct expansion is in Multiplying Polynomials and the Special Products.

The zero exponent, derived

Counting factors gives no meaning to a0 — zero copies of anything is not a product. The value is instead forced by insisting that Law 1 continue to hold.

Deriving a0 = 1

23 × 20 = 23+0 = 23Law 1 applied with n = 0

So 20 is a number that multiplies 23 and leaves it unchanged. The only such number is 1.

∴ 20 = 1Source derivation, Week 2, page 2

Nothing about the base 2 was used, so the same argument gives a0 = 1 for every non-zero a. The source notes record (-4)0 = 1 to make the point that negative bases are included.

Why 00 is left undefined

The derivation above divides by a3 in effect, and that is illegitimate when a = 0. Two competing patterns then give different answers.

Two rules, two answers
PatternSuggestsEvidence
a0 = 1 for every non-zero a00 = 10.10 = 1, 0.010 = 1, and so on
0n = 0 for every positive n00 = 000.1 = 0, 00.01 = 0, and so on

Neither pattern has a claim on priority, and approaching the point along different paths genuinely produces different limits. The source notes therefore record 00 as not defined, which is the standard position in analysis.

Negative exponents, derived

The same technique fixes the meaning of a negative exponent. The source works it concretely first.

Deriving 2-3 = 18

25 × 2-3 = 25-3 = 22 = 432 × 2-3 = 42-3 = 432 = 18 = 123Source derivation, Week 2, page 3
Negative exponent
a-m = 1am, a ≠ 0Source statement, Week 2, page 3

Equivalently, a-m is the multiplicative inverse of am, which is exactly what Law 1 requires: a3 × a-3 = a0 = 1. The source checks this directly, writing a3 × 1a3 = 1.

Moving factors across the fraction bar
ExpressionEqualsNote
4y-24y2Source example. Only y carries the negative power; the 4 stays put
1x-3x3A negative power in the denominator moves up
2x-13y-22y23xEach negative-power factor crosses the bar
(3x)-219x2The exponent applies to the whole bracket, including the 3
Watch out

4y-2 is 4y2, not 14y2 and not 1(4y)2. A negative exponent attaches to the factor it is written on and to nothing else. When in doubt, insert brackets to make the scope explicit.

The laws in one table

All five laws, with conditions
LawStatementCondition
Multiplicationaman = am+nSame base
Divisionaman = am-nSame base, a ≠ 0
Nesting(am)n = amn—
Product(ab)n = anbn—
Quotient(ab)n = anbnb ≠ 0
Zeroa0 = 1a ≠ 0
Negativea-m = 1ama ≠ 0

Every one of these was derived, not asserted. That matters: when a case arises that is not on the list, the way to resolve it is to ask what value keeps the laws consistent, which is precisely how a0 and a-m were settled.

Worked practice

Simplify (2x3y-1)24x-1y3

  1. Deal with the bracket first. The exponent 2 distributes over every factor: (2x3y-1)2 = 4x6y-2.
  2. Write the quotient. 4x6y-24x-1y3.
  3. Subtract exponents, base by base. The 4s cancel; x6-(-1) = x7; y-2-3 = y-5.
  4. Clear the negative power. x7y-5 = x7y5.
= x7y5Final form, no negative exponents
Check

At x = y = 2: the original is (2 · 8 · 12)24 · 12 · 8 = 6416 = 4, and 2725 = 4. Agreement.

Two conventions are worth adopting. Clear all negative exponents from a final answer unless the question asks otherwise, and handle brackets before quotients — distributing an exponent over a bracket first prevents the most common scope error.

Common mistakes

Errors, with a counterexample for each
MistakeCorrectCounterexample
am · an = amnam+n22 · 23 = 32, not 26 = 64
(am)n = am+namn(22)3 = 64, not 25 = 32
(a + b)2 = a2 + b2a2 + 2ab + b2a = b = 1: 4, not 2
a0 = 0a0 = 1 for a ≠ 0Otherwise 23 · 20 would be 0
a-m = -ama-m = 1am2-3 = 18, not -8
4y-2 = 14y24y2The exponent attaches to y only
23 · 34 = 67No simplification8 · 81 = 648, but 67 is 279936

Frequently asked questions

Why is a0 = 1 rather than 0?

Because it is forced. 23 · 20 = 23 + 0 = 23, so 20 must be whatever multiplies 23 and leaves it unchanged — that is 1. Defining it as 0 would break the multiplication law for every base.

Is (-4)0 also 1?

Yes. The same argument works for any non-zero base, positive or negative. The source notes state (-4)0 = 1 explicitly.

Why is 00 undefined?

Two rules disagree. 'Anything to the power 0 is 1' gives 1; 'zero to any power is 0' gives 0. Neither has priority, and in limits both values genuinely arise depending on how the base and exponent approach zero. Leaving it undefined is the only consistent choice.

Does (a + b)2 equal a2 + b2?

No. The index laws govern products and quotients, never sums. (ab)2 = a2b2 is correct; (a + b)2 = a2 + 2ab + b2, with a middle term that must not be dropped.

Related pages

  • Fractional Exponents and Radicals
  • Polynomials: Terminology, Degree and Standard Form
  • Rational Algebraic Fractions
  • Multiplying Polynomials and the Special Products

Source. Handwritten teaching notes, Week 2, pages 1-4.

This page is an original exposition prepared for the KEVOS® knowledge library. It restates, reorganises and verifies the mathematics of the supplied teaching notes; it is not a reproduction of them. Numerical values taken from the notes are identified as source examples and are not presented as engineering standards.

Continue learning

NEXT LESSON →Fractional Exponents and RadicalsGuide · Engineering MathematicsRationalising Denominators and ConjugatesGuide · Engineering MathematicsRational Algebraic FractionsGuide · Engineering MathematicsComplex Numbers: Arithmetic and the ConjugateGuide · Engineering Mathematics
KEVOS · Engineering, manufacturing and project improvement
ArticlesServicesCase studiesAboutContact
© 2026 KEVOS®