👁 Preview — Study, Practice and Revise are open; mock tests and the rest of the syllabus unlock on subscription. Unlock all · ₹4,999
← Back to Number System and Arithmetic
Study mode

Exponents and powers

Introduction to Exponents and Powers

In mathematics, exponents and powers are tools that help us express repeated multiplication in a compact and efficient way. Instead of writing a number multiplied by itself many times, we use exponents to show how many times the number is used as a factor.

For example, if you want to write 3 multiplied by itself 4 times (3 x 3 x 3 x 3), you can simply write it as 3 raised to the power 4, written as \(3^4\). This notation is not only shorter but also helps us work with very large or very small numbers easily.

Exponents are everywhere-in science, engineering, finance, and computer science. They help us calculate areas, volumes, compound interest, population growth, and much more.

Definition and Notation

An exponent (also called a power) tells us how many times to multiply a number by itself.

The number that is multiplied repeatedly is called the base, and the exponent tells us the number of times the base is used as a factor.

The general form is:

Exponent Notation

\[a^n\]

a is the base and n is the exponent (or power).

a = Base (any real number except zero in some cases)
n = Exponent (a positive integer here)

This means:

\(a^n = a \times a \times a \times \cdots \times a\) (n times)

3 x 3 x 3 x 3 = 3⁴

Here, \(3^4\) means 3 multiplied by itself 4 times.

Types of Exponents

Exponents can be:

  • Positive integers: Like \(3^4\), meaning repeated multiplication.
  • Zero: Any non-zero number raised to the power zero is 1 (e.g., \(5^0 = 1\)).
  • Negative integers: Indicate reciprocals (e.g., \(2^{-3} = \frac{1}{2^3} = \frac{1}{8}\)).
  • Fractions: Represent roots (e.g., \(9^{\frac{1}{2}} = \sqrt{9} = 3\)).

Laws of Exponents

To work efficiently with powers, mathematicians have established rules called the laws of exponents. These laws help us simplify expressions involving exponents without expanding them fully.

Law Formula Example
Product Law \(a^m \times a^n = a^{m+n}\) \(2^3 \times 2^4 = 2^{3+4} = 2^7 = 128\)
Quotient Law \(\frac{a^m}{a^n} = a^{m-n}\) \(\frac{5^6}{5^2} = 5^{6-2} = 5^4 = 625\)
Power of a Power \((a^m)^n = a^{m \times n}\) \((3^2)^4 = 3^{2 \times 4} = 3^8 = 6561\)
Power of a Product \((ab)^n = a^n \times b^n\) \((2 \times 5)^3 = 2^3 \times 5^3 = 8 \times 125 = 1000\)
Power of a Quotient \(\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n}\) \(\left(\frac{4}{3}\right)^2 = \frac{4^2}{3^2} = \frac{16}{9}\)

Special Cases of Exponents

Let's explore some important special cases that often cause confusion.

Zero Exponent

Any non-zero number raised to the power zero is 1:

\(a^0 = 1\), where \(a eq 0\)

Why? Because when you apply the quotient law \(\frac{a^m}{a^m} = a^{m-m} = a^0\), and since \(\frac{a^m}{a^m} = 1\), it follows that \(a^0 = 1\).

Negative Exponents

A negative exponent means the reciprocal of the positive exponent:

\(a^{-n} = \frac{1}{a^n}\), where \(a eq 0\)

This helps us write division as multiplication by a reciprocal.

a -n = 1 / a n

Fractional Exponents

Fractional exponents represent roots:

\(a^{\frac{1}{n}} = \sqrt[n]{a}\)

For example, \(a^{\frac{1}{2}} = \sqrt{a}\) is the square root of \(a\), and \(a^{\frac{1}{3}} = \sqrt[3]{a}\) is the cube root.

More generally,

\(a^{\frac{m}{n}} = \left(\sqrt[n]{a}\right)^m = \sqrt[n]{a^m}\)

a m/n = n√ a m

Worked Examples

Example 1: Simplify \((2^3 \times 2^4) \div 2^5\) Easy
Simplify the expression using the laws of exponents.

Step 1: Apply the product law to multiply \(2^3\) and \(2^4\):

\(2^3 \times 2^4 = 2^{3+4} = 2^7\)

Step 2: Now divide \(2^7\) by \(2^5\) using the quotient law:

\(\frac{2^7}{2^5} = 2^{7-5} = 2^2\)

Step 3: Calculate \(2^2\):

\(2^2 = 4\)

Answer: The simplified value is 4.

Example 2: Evaluate \((3^2)^4\) Easy
Find the value of \((3^2)^4\).

Step 1: Use the power of a power law:

\((3^2)^4 = 3^{2 \times 4} = 3^8\)

Step 2: Calculate \(3^8\):

\(3^8 = 3 \times 3 \times 3 \times 3 \times 3 \times 3 \times 3 \times 3 = 6561\)

Answer: \((3^2)^4 = 6561\)

Example 3: Simplify \((5^0 + 2^{-3}) \times 4^{1/2}\) Medium
Simplify the expression combining zero, negative, and fractional exponents.

Step 1: Evaluate \(5^0\):

\(5^0 = 1\) (since any non-zero number to the zero power is 1)

Step 2: Evaluate \(2^{-3}\):

\(2^{-3} = \frac{1}{2^3} = \frac{1}{8} = 0.125\)

Step 3: Add the results from Step 1 and Step 2:

\(1 + 0.125 = 1.125\)

Step 4: Evaluate \(4^{1/2}\):

\(4^{1/2} = \sqrt{4} = 2\)

Step 5: Multiply the sum by \(4^{1/2}\):

\(1.125 \times 2 = 2.25\)

Answer: The simplified value is 2.25.

Example 4: Solve for \(x\): \(2^{x+1} = 16\) Medium
Find the value of \(x\) in the equation \(2^{x+1} = 16\).

Step 1: Express 16 as a power of 2:

\(16 = 2^4\)

Step 2: Since the bases are the same, equate the exponents:

\(x + 1 = 4\)

Step 3: Solve for \(x\):

\(x = 4 - 1 = 3\)

Answer: \(x = 3\)

Example 5: Express 0.00056 in scientific notation Easy
Write 0.00056 in the form \(a \times 10^n\), where \(1 \leq a < 10\).

Step 1: Move the decimal point to the right to get a number between 1 and 10:

0.00056 -> 5.6 (moved 4 places to the right)

Step 2: Since we moved the decimal 4 places to the right, the exponent is \(-4\):

So, \(0.00056 = 5.6 \times 10^{-4}\)

Answer: \(0.00056 = 5.6 \times 10^{-4}\)

Formula Bank

Product Law
\[ a^m \times a^n = a^{m+n} \]
where: \(a\) = base, \(m,n\) = exponents
Quotient Law
\[ \frac{a^m}{a^n} = a^{m-n} \]
where: \(a\) = base, \(m,n\) = exponents
Power of a Power
\[ (a^m)^n = a^{m \times n} \]
where: \(a\) = base, \(m,n\) = exponents
Power of a Product
\[ (ab)^n = a^n \times b^n \]
where: \(a,b\) = bases, \(n\) = exponent
Power of a Quotient
\[ \left(\frac{a}{b}\right)^n = \frac{a^n}{b^n} \]
where: \(a,b\) = bases, \(n\) = exponent
Zero Exponent
\[ a^0 = 1 \]
where: \(a eq 0\)
Negative Exponent
\[ a^{-n} = \frac{1}{a^n} \]
where: \(a eq 0\), \(n > 0\)
Fractional Exponent
\[ a^{\frac{m}{n}} = \sqrt[n]{a^m} \]
where: \(a \geq 0\), \(m,n > 0\)

Tips & Tricks

Tip: When multiplying powers with the same base, add the exponents instead of multiplying.

When to use: Simplifying expressions like \(a^m \times a^n\)

Tip: For division of powers with the same base, subtract the exponent of the denominator from the numerator.

When to use: Simplifying expressions like \(\frac{a^m}{a^n}\)

Tip: Remember that any number to the zero power is 1, except zero itself.

When to use: Simplifying expressions with zero exponents

Tip: Negative exponents mean reciprocal; convert them to positive exponents by taking the reciprocal.

When to use: Simplifying expressions with negative exponents

Tip: Fractional exponents correspond to roots; the denominator of the fraction is the root, numerator is the power.

When to use: Simplifying expressions like \(a^{m/n}\)

Tip: Use scientific notation to handle very large or very small numbers efficiently.

When to use: Expressing or calculating with very large or small numbers

Common Mistakes to Avoid

❌ Adding exponents when bases are different during multiplication (e.g., \(2^3 \times 3^2 = 2^5 \times 3^2\)).
✓ Only add exponents when the bases are the same; otherwise, multiply the terms as they are.
Why: Students confuse the rule for same-base multiplication with different bases.
❌ Assuming \(a^0 = 0\) instead of 1.
✓ Any non-zero base raised to zero is 1.
Why: Misunderstanding the zero exponent rule.
❌ Treating negative exponents as negative numbers rather than reciprocals.
✓ Rewrite \(a^{-n}\) as \(\frac{1}{a^n}\).
Why: Students overlook the reciprocal nature of negative exponents.
❌ Multiplying exponents when raising a power to a power (e.g., \((2^3)^4 = 2^{3+4}\) instead of \(2^{3 \times 4}\)).
✓ Multiply the exponents: \((a^m)^n = a^{m \times n}\).
Why: Confusion between addition and multiplication of exponents.
❌ Ignoring the order of operations when simplifying expressions with multiple exponents.
✓ Follow exponent laws step-by-step and respect parentheses.
Why: Rushing through problems without careful application of rules.
Curated videos per subtopic
Top YouTube explainers, AI-ranked for your exam and language. Unlocks with subscription.
Unlock

Try Practice next.

Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.

Go to practice →
Ask a doubt
Exponents and powers · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.