A comprehensive reference for understanding and computing exponents, powers, and logarithmic functions — from basic rules to real-world applications.
Whether you are a student tackling algebra homework, a financial analyst computing compound growth, or an engineer working with exponential decay curves, understanding exponents is foundational. This guide covers everything you need to know about exponent and power calculations, including the seven core exponent rules, logarithm fundamentals, scientific notation, and practical applications across multiple fields.
An exponent tells you how many times to multiply a number (the base) by itself. In the expression aⁿ, a is the base and n is the exponent (also called the power or index).
For example, 2⁵ = 2 × 2 × 2 × 2 × 2 = 32. The base 2 is multiplied by itself 5 times. Exponents can be positive integers, negative numbers, fractions, or even zero — each case follows specific rules that we will cover in detail below.
aⁿ is read as "a to the power of n" or "a raised to the nth power." When n = 2, it is called "a squared." When n = 3, it is called "a cubed."
Exponent rules (also called laws of exponents or properties of exponents) are the algebraic identities that let you simplify expressions involving powers. Mastering these seven rules is the key to working with any exponential expression confidently.
When multiplying two expressions with the same base, add the exponents.
Example: 3⁴ × 3² = 3⁶ = 729. The base stays the same (3), and you add the exponents: 4 + 2 = 6.
When dividing two expressions with the same base, subtract the exponents.
Example: 5⁷ ÷ 5³ = 5⁴ = 625. Subtract the exponents: 7 − 3 = 4.
When raising a power to another power, multiply the exponents.
Example: (2³)⁴ = 2¹² = 4096. Multiply: 3 × 4 = 12.
Any nonzero number raised to the power of zero equals 1.
Example: 7⁰ = 1, (-3)⁰ = 1, 1000⁰ = 1. This rule works because the quotient rule implies aⁿ ÷ aⁿ = a⁰ = 1.
A negative exponent means taking the reciprocal of the base raised to the positive exponent.
Example: 4⁻³ = 1 / 4³ = 1/64 = 0.015625. The negative sign in the exponent flips the fraction.
When a product is raised to a power, each factor is raised to that power independently.
Example: (2 × 5)³ = 2³ × 5³ = 8 × 125 = 1000.
When a quotient is raised to a power, both the numerator and denominator are raised to that power.
Example: (3/4)² = 3² / 4² = 9/16.
Fractional exponents provide a bridge between exponent notation and root operations. A fractional exponent like a^(1/n) is equivalent to the nth root of a.
For instance, 27^(1/3) = ³√27 = 3 because 3³ = 27. Similarly, 16^(3/4) = (⁴√16)³ = 2³ = 8. Fractional exponents follow all the same rules as integer exponents, which makes them extremely useful for simplifying complex algebraic expressions.
When working with fractional exponents in calculations, it is often easier to convert them to decimal form first. For example, 8^(2/3) = 8^(0.667) ≈ 4. A reliable exponent calculator handles this conversion automatically.
Logarithms are the inverse operation of exponentiation. If aⁿ = x, then log_a(x) = n. A logarithm answers the question: "To what power must the base be raised to produce a given number?"
Two logarithm bases appear most frequently:
log₁₀(100) = 2 because 10² = 100.ln(e) = 1 because e¹ = e.Logarithms have their own set of rules that mirror the exponent rules:
When you need to compute a logarithm in a base that your calculator does not support, use the change of base formula:
This lets you compute any logarithm using the natural log or common log functions available on virtually every calculator and programming language.
Exponents are essential for representing extremely large or extremely small numbers concisely. Scientific notation expresses a number as a coefficient between 1 and 10 multiplied by a power of 10.
Examples of scientific notation in practice:
| Number | Scientific Notation | Context |
|---|---|---|
| 93,000,000 | 9.3 × 10⁷ | Distance to the Sun (miles) |
| 0.000000001 | 1 × 10⁻⁹ | One nanometer (meters) |
| 602,214,076,000,000,000,000,000 | 6.022 × 10²³ | Avogadro's number |
| 0.00000000000000000016 | 1.6 × 10⁻¹⁹ | Electron charge (coulombs) |
Engineering notation is a variant where the exponent is always a multiple of 3, making it easy to convert to SI prefixes like kilo (10³), mega (10⁶), giga (10⁹), milli (10⁻³), micro (10⁻⁶), and nano (10⁻⁹).
The compound interest formula is one of the most practical applications of exponents in everyday life:
Where A is the final amount, P is the principal, r is the annual interest rate, n is the number of compounding periods per year, and t is the number of years. The exponent (nt) determines how many times interest compounds over the investment period.
A = 10000 × (1 + 0.05/12)^(12×10) = 10000 × (1.004167)^120 ≈ $16,470.09
The power of compounding turns $10,000 into over $16,470 — a 64.7% return.
Exponential functions model populations growing at a rate proportional to their size: P(t) = P₀ × e^(kt), where P₀ is the initial population, k is the growth rate, and t is time. The same formula applies to radioactive decay, where k is negative, and to viral spread in epidemiology.
Every computer operates on binary (base 2), making powers of 2 fundamental: 2¹⁰ = 1,024 bytes = 1 KB, 2²⁰ ≈ 1 million = 1 MB, 2³⁰ ≈ 1 billion = 1 GB. Understanding binary exponents is essential for working with data storage, network addressing, and algorithmic complexity.
Both decibels (sound intensity) and the Richter scale (earthquake magnitude) use logarithmic scales. A 10 dB increase represents a 10× increase in sound power. Each whole number on the Richter scale represents a 10× increase in amplitude and approximately 31.6× increase in energy release.
2³ × 3² ≠ 6⁵. You can only combine exponents when the bases are the same.(a + b)² ≠ a² + b². You must expand: (a + b)² = a² + 2ab + b².(-2)³ = -8 (negative base), but 2⁻³ = 1/8 (negative exponent).0⁰ is an indeterminate form. While a⁰ = 1 for a ≠ 0, zero to the zero power is undefined in standard algebra.A good exponent calculator should handle all the cases we have discussed. Here is what to look for and how to use it efficiently:
5⁻³ = 0.008.27^(1/3) = 3 to confirm proper root computation.2¹⁰⁰.Try our free online exponent calculator — supports positive, negative, and fractional exponents with step-by-step solutions.
Try Exponent Calculator →An exponent indicates how many times a number (the base) is multiplied by itself. For example, 2³ means 2 × 2 × 2 = 8. The number being multiplied is the base, and the small number above it is the exponent or power.
The seven rules are: Product Rule (aᵐ × aⁿ = aᵐ⁺ⁿ), Quotient Rule (aᵐ ÷ aⁿ = aᵐ⁻ⁿ), Power Rule ((aᵐ)ⁿ = aᵐⁿ), Zero Exponent Rule (a⁰ = 1), Negative Exponent Rule (a⁻ⁿ = 1/aⁿ), Power of a Product ((ab)ⁿ = aⁿ × bⁿ), and Power of a Quotient ((a/b)ⁿ = aⁿ/bⁿ).
A logarithm answers the question: to what power must the base be raised to get a given number? For log₁₀(100) = 2, it means 10² = 100. Use the change of base formula log_b(x) = ln(x)/ln(b) to convert between logarithm bases.
Exponents and logarithms are inverse operations. If aⁿ = x, then log_a(x) = n. Exponents ask "what is the result?" while logarithms ask "what is the exponent?" They are two sides of the same mathematical relationship.
Exponents appear in compound interest calculations, population growth modeling, radioactive decay, Richter scale measurements, computer science (binary and data storage), pH calculations, sound intensity (decibels), and electrical engineering. They describe anything that grows or shrinks proportionally to its current value.
Published on April 10, 2026 · Last updated April 10, 2026 · 8 min read