Laws of Exponents

Positive Integer Exponents and the Laws of Exponents

When we multiply a real number b by itself n times, we write the result in exponential form as bn. That is:

b n = b b b n  times

In the expression bn, b is called the base and n is called the exponent (or power).

It immediately follows from this definition that the basic laws of exponents (also known as exponent rules) apply. For any real numbers b and c, and positive integers m and n:

  1. Product Rule: bn · bm = bn+m
  2. Quotient Rule: bn / bm = bn-m (where b ≠ 0)
  3. Power of a Power Rule: ( b n ) m = b m n
  4. Power of a Product Rule: (bc)n = bn cn
  5. Power of a Quotient Rule: (b/c)n = bn /cn (where c ≠ 0)

In the following sections, we explore how to give meaning to br when the exponent r is not a positive integer. Mathematical definitions are logically designed so that these five fundamental laws of exponents remain true for all types of numbers.

Zero Exponent Rule (r = 0)

The zero exponent rule states that any non-zero base raised to the power of zero is equal to 1. If r = 0 , we define:

b 0 = 1 if  b 0.
Why b0 = 1 (b ≠ 0) is the only definition consistent with the Product Rule We want the Product Rule b r b s = b r + s to hold true when s = 0 . Taking any positive integer n and setting s = 0 , we get: b n = b n + 0 = b n b 0 . Dividing both sides by b n (which is valid since b 0 ): b 0 = 1. This is the only value of b 0 consistent with the fundamental exponent rules. There is no choice involved — the math forces it!

For a detailed explanation of why 0 0 is often considered undefined, see the FAQ section below.

Fractional Exponents: nth Roots (r = 1/n)

The fractional exponent rule connects exponents to radicals. If r = 1/n (where n is a positive integer), then b 1 / n is called the n th root of b . It is the real number u such that u n = b . This is also denoted using the radical symbol b n :

b n = b 1 / n = u means u n = b .

(Note: The square root b 2 is simply written as b .)

Deriving the Fractional Exponent Rule We want the Power Rule ( b r ) s = b r s to hold with r = 1 / n and s = n : ( b 1 / n ) n = b ( 1 / n ) n = b 1 = b . So, b 1 / n must be a number that, when raised to the n th power, yields b . That is the exact mathematical definition of the n th root of b .

Whether such a real number u exists, and how many there are, depends on whether the index n is odd or even.

Odd vs. Even Index

  • Case 1: n is a positive odd integer. There is exactly one real nth root for each real number b.
  • Case 2: n is a positive even integer. Because u n 0 for all real u and even n (for example, ( 2 ) 4 = 16 > 0 ), the equation u n = b has no real solution when b < 0 . For b > 0 , the identity ( u ) n = u n gives two real n th roots: u and u . By convention, the symbol b 1 / n or b n always denotes the positive (principal) n th root.

Sign of b n

To summarize the signs of fractional exponents:

Properties of n th Roots

The properties of n th roots are not a separate set of rules — they are simply the five laws of exponents applied with r = 1 / n . The table below makes the correspondence explicit.

Property of nth Roots Corresponding Exponent Law
( a b ) 1 / n = a 1 / n b 1 / n Power of a Product Rule with r = 1 / n
( a / b ) 1 / n = a 1 / n / b 1 / n Power of a Quotient Rule with r = 1 / n
( a 1 / n ) 1 / m = a 1 / ( m n ) Power of a Power Rule with r = 1 / n , s = 1 / m
( a n ) 1 / n = a ( n odd) Power Rule with r = n , s = 1 / n (unique root)
( a n ) 1 / n = | a | ( n even) Power Rule with r = n , s = 1 / n (positive root)

(We assume throughout that all the roots involved exist as real numbers. Let a and b be real numbers, and m and n be positive integers.)

Proof of ( a b ) 1 / n = a 1 / n b 1 / n (or a b n = a n b n ) Let u = a 1 / n and v = b 1 / n , meaning u n = a and v n = b . Using the Power of a Product Rule: ( u v ) n = u n v n = a b . Therefore, u v is an n th root of a b , which proves a 1 / n b 1 / n = ( a b ) 1 / n .
Proof of ( a b ) 1 / n = a 1 / n b 1 / n (or a b n = a n b n ) Let u = a 1 / n and v = b 1 / n , meaning u n = a and v n = b . Using the Power of a Quotient Rule: ( u v ) n = u n v n = a b . Therefore, u / v is an n th root of a / b , proving a 1 / n / b 1 / n = ( a / b ) 1 / n .
Proof of ( a 1 / n ) 1 / m = a 1 / ( m n ) (or a n m = a m n ) Let u = ( a 1 / n ) 1 / m . By definition, u m = a 1 / n , and ( u m ) n = a . Using the Power Rule ( u m ) n = u m n : u m n = a . Therefore, u is an m n th root of a , proving ( a 1 / n ) 1 / m = a 1 / ( m n ) .
Why ( a n ) 1 / n = a when n is odd We verify that a is an n th root of a n : ( a ) n = a n . When n is odd, this root is unique, so no absolute value is needed.
Why ( a n ) 1 / n = | a | when n is even When n is even, both a and a satisfy ( ± a ) n = a n . Since the symbol n strictly denotes the non-negative root, we must use the absolute value | a | . For example, ( 3 ) 2 = 9 = 3 = | 3 | , not 3 .

Important Note: When n is even and both a < 0 and b < 0 , then a b n and a / b n exist as real numbers (since a b > 0 and a / b > 0 ), but a n and b n individually do not. In real arithmetic, you cannot split the root using the Product and Quotient formulas in this specific case.

Rational Exponent Rule (r = m/n)

The rational exponent rule evaluates fractional powers where the numerator is greater than 1. If r = m/n (where m and n are positive integers and the fraction is simplified to its lowest terms, e.g., reducing 6/4 to 3/2), then b m / n is defined as the n th root of the m th power of b :

b m / n = ( b m ) 1 / n = b m n

It can also be computed identically as the mth power of the nth root:

b m / n = ( b 1 / n ) m = ( b n ) m

(If n is even, we require b 0 to remain in the real number system).

Why b m / n = ( b 1 / n ) m is the right definition We want the Product Rule b r b s = b r + s to hold for r = m / n . Since b 1 / n is already established, we write m / n as a sum of m copies of 1 / n : b m / n = b 1 / n + 1 / n + + 1 / n m   times = b 1 / n b 1 / n b 1 / n m   times = ( b 1 / n ) m . This proves that ( b 1 / n ) m is the only definition consistent with the Product Rule.
Example calculation: 8 2 / 3 = ( 8 1 / 3 ) 2 = 2 2 = 4 or 8 2 / 3 = ( 8 2 ) 1 / 3 = 64 1 / 3 = 4.

Irrational Exponents

What happens when the exponent is an irrational number, like π or 2 ?

If r = α is an irrational exponent and b > 0 , then b α is defined by approximating α with a sequence of rational numbers. Since irrational numbers can be approximated to any desired accuracy by terminating decimals (which are fractions), we can use limits.

For example, to compute 3 2 :
Since 2 1.41421 , we can evaluate rational approximations:

  • 3 1.4 = 3 14 / 10
  • 3 1.41 = 3 141 / 100
  • 3 1.4142 = 3 14142 / 10000

The exact value of 3 2 is the mathematical limit of this sequence.

(Note: When α is irrational and b < 0 , the expression b α is not a real number and enters the realm of complex analysis. Alternatively, advanced mathematics often bypasses limits by defining exponents using the natural logarithm: b r = e r ln b .)

Negative Exponent Rule

The negative exponent rule states that a negative exponent dictates the reciprocal of the base raised to the positive exponent. If b 0 , we define b r to be 1 b r whenever b r is defined.

For example:

b 1 2 = 1 b 1 / 2 = 1 b b 5 3 = 1 b 5 / 3 = 1 b 5 3 = 1 b b 2 3
Why b r = 1 / b r is the only definition consistent with the Product Rule We want the Product Rule b r b s = b r + s to hold with s = r : b r b r = b r + ( r ) = b 0 = 1. Dividing both sides by b r (valid since b 0 ): b r = 1 b r .

Frequently Asked Questions (FAQs) About Exponent Rules

Why does a negative exponent not make the result negative? A negative exponent signals a fractional reciprocal, not a negative value. By the Negative Exponent Rule, b r = 1 / b r . For example, 2 3 = 1 / 2 3 = 1 / 8 , which is a positive number. The minus sign lives in the exponent, dictating division, not the sign of the final value.
When does a b n = a n b n fail? This identity requires both a n and b n to exist as real numbers. When n is even and both a < 0 and b < 0 , each individual root is imaginary, yet a b n is real (since multiplying two negatives makes a positive a b > 0 ). In that scenario, the identity cannot be applied directly using real arithmetic.

Why is 0 0 undefined? The expression 0 0 causes a conflict between two fundamental rules of math:
  1. The Zero Exponent Rule: b 0 = 1 for all non-zero b . This suggests 0 0 should equal $1$.
  2. 2. The Base Zero Rule: 0 n = 0 for all positive exponents n . If we calculate 0 r using positive numbers closer and closer to zero (e.g., 0 0.1 = 0 10 = 0 , 0 0.01 = 0 100 = 0 ), the result is always $0$. This suggests 0 0 should equal $0$.
Because limits approaching 0 0 give conflicting answers depending on the direction you approach from, we consider 0 0 undefined. However, it is worth noting that in certain branches of algebra and combinatorics, mathematicians explicitly define 0 0 = 1 to simplify polynomial formulas (like the binomial theorem). For general arithmetic purposes, it remains undefined.