window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-7P8VG5MMMT'); Skip to content

Exponents Course

Introduction to Exponents

An exponent represents the number of times a number (the base) is multiplied by itself. For example, 23 means 2 × 2 × 2 = 8.

Exponents are a fundamental concept in mathematics and are widely used in scientific notation, compound interest, and even in understanding exponential growth.

Laws of Exponents

LawFormulaDescription
Product of Powersam × an = am+nMultiply like bases by adding exponents.
Quotient of Powersam ÷ an = am-nDivide like bases by subtracting exponents.
Power of a Power(am)n = am×nRaise a power to a power by multiplying exponents.
Zero Exponenta0 = 1Any non-zero number raised to the power of zero equals 1.
Negative Exponenta-n = 1/anRepresents the reciprocal of the positive exponent.

Variable Expressions with Exponents

Examples

1. (x2)3 × x4 = x10

2. y5 / y2 = y3

3. 163/4 = √[4]{163} = 8

Understanding Rational Exponents

Rational exponents am/n mean the n-th root of a raised to the m-th power: am/n = √[n]{am}.

Exponential Equations

Exponent Calculator

Enter an expression (use ^ for powers, sqrt() for roots), e.g. 2^3 + sqrt(49).

Exponent Quiz

Select the correct answers. Five random questions each load.

Prime Factors — Quick Quiz

  1. What are the prime factors of 30?

Concept Deep Dive

Order of Operations with Exponents

In PEMDAS/BODMAS, exponentiation happens before multiplication/division. E.g., 3 ⋅ 2^3 = 3 ⋅ 8 = 24, not (3⋅2)^3.

Why the Zero Exponent is 1

Using the quotient law with same base: \[ \frac{a^n}{a^n}=a^{n-n}=a^0 \quad\text{but}\quad \frac{a^n}{a^n}=1 \Rightarrow a^0=1 \quad(a\ne 0). \]

Negative & Rational Exponents

Common Pitfalls

Exponential vs Polynomial Growth visual

Exponential functions eventually outgrow any polynomial. The chart below shows \(y=2^x\) and \(y=x^3\) on a small interval; \(2^x\) accelerates rapidly.

Exponent Reference Tables

Handy powers for quick checks and mental math.

Base \\ Power 012345678910

Squares & Cubes to Memorize

n

Worked Examples (Advanced)

1) Simplify a Mixed Expression

\[ \frac{(2x^{-3}y^{1/2})^2 \cdot x^5}{4x^{-1}y} \]

Show steps
\[ (2x^{-3}y^{1/2})^2 = 2^2 \cdot x^{-6} \cdot y^{1} = 4x^{-6}y \] So, \[ \frac{4x^{-6}y \cdot x^5}{4x^{-1}y} = \frac{4x^{-1}y}{4x^{-1}y}=1. \] Answer: 1

2) Solve an Exponential Equation (logs on both sides)

\[ 5^{2x-1}=3^{x+2} \]

Show steps
Take natural logs: \[ (2x-1)\ln 5 = (x+2)\ln 3 \Rightarrow x(2\ln5-\ln3)=\ln3+ \ln5 \Rightarrow x=\frac{\ln3+\ln5}{2\ln5-\ln3}. \] Exact: \(\displaystyle \frac{\ln(15)}{2\ln5-\ln3}\).

3) Rational Exponents with Domain

\[ \left( x^{\frac{3}{2}}\right)^{\frac{2}{3}} = x \quad (\text{with } x\ge 0) \]

Why the domain matters
\((x^{3/2})^{2/3}=x^{(3/2)\cdot(2/3)}=x^1\). For real numbers, \(x^{1/2}\) requires \(x\ge0\). Answer: \(x\) for \(x\ge 0\).

4) Geometric Series Connection

Sum \(S=1+2+2^2+\cdots+2^{n}=\dfrac{2^{n+1}-1}{2-1}=2^{n+1}-1\).

5) Compound Interest

\(A=P\left(1+\frac{r}{n}\right)^{nt}\). If \(P=5000\), \(r=8\%\), \(n=12\), \(t=5\):

Compute
\[ A=5000\left(1+\frac{0.08}{12}\right)^{12\cdot5} \approx 5000(1.006\overline{6})^{60}\approx 5000\cdot 1.48985\approx \mathbf{R7\,449.25}. \]

More Quizzes

Rational Exponents Drill

Exponential Equations (Mixed)

Applications & Word Problems