Exponential notation is a shorthand way to write repeated multiplication. Instead of writing 2 × 2 × 2 × 2 × 2, you write 2⁵. The large number (2) is the base, and the small raised number (5) is the exponent. It tells you how many times to multiply the base by itself. The letter “e” appears in two different contexts: as a specific mathematical constant (approximately 2.718) and in calculator displays where it means “times 10 to the power of.” Understanding these three pieces — base, exponent, and e — lets you read scientific notation, compound interest formulas, and calculator outputs with confidence.
What Is the Base in Exponential Notation?
The base is the number being multiplied. In 3⁴, the base is 3. It is the factor that repeats. In 10³, the base is 10. In 2⁵, the base is 2.
Think of the base as the ingredient and the exponent as the recipe instructions. The base tells you what you are working with. The exponent tells you how many times to use it. A base can be any real number — positive, negative, fractional, or even a variable like x.
One important detail: a negative base changes the sign of the result depending on whether the exponent is even or odd. For example, (−2)³ equals −8 because you multiply −2 three times. But (−2)⁴ equals 16 because the negatives cancel in pairs. The parentheses matter. The expression −2⁴ means something different: it means the negative of 2⁴, which is −16.
What Does the Exponent Tell You?
The exponent tells you how many times to multiply the base by itself. In 5³, the exponent is 3, so you multiply 5 × 5 × 5 = 125. The exponent is always written as a superscript — a small number raised above the baseline.
Exponents follow clear rules. Any number raised to the power of 1 equals itself: 7¹ = 7. Any nonzero number raised to the power of 0 equals 1: 7⁰ = 1. Negative exponents mean division: 2⁻³ equals 1 divided by 2³, which is 1/8. Fractional exponents mean roots: 9^(1/2) is the square root of 9, which is 3.
These rules are not arbitrary. They come from consistent patterns in multiplication. When you multiply two powers with the same base, you add the exponents: 2³ × 2² = 2⁵. When you divide, you subtract: 2⁵ ÷ 2² = 2³. When you raise a power to another power, you multiply the exponents: (2³)² = 2⁶.
What Does the Letter “e” Mean in Math?
The letter “e” in mathematics usually refers to Euler’s number, a constant with a value of approximately 2.71828. It is an irrational number, meaning its decimal expansion never ends and never repeats. It appears naturally in growth and decay problems — populations, radioactive decay, continuously compounding interest, and many physics equations.
Euler’s number is the base of the natural logarithm. The natural logarithm, written as ln, is the inverse of the exponential function e^x. If e² ≈ 7.389, then ln(7.389) ≈ 2. This relationship is fundamental in calculus and appears throughout science and engineering.
Where does e come from? It emerges from a specific limit. As n grows infinitely large, the expression (1 + 1/n)^n approaches e. This is why e appears in compound interest formulas: the more frequently interest compounds, the closer the result gets to using e as the base. Continuous compounding uses the formula A = P × e^(rt), where A is the final amount, P is the principal, r is the interest rate, and t is time.
What Does “e” Mean on a Calculator Display?
On a calculator screen, the letter “e” usually means something completely different. In this context, “e” stands for exponent and indicates scientific notation. A display showing 3.2e5 means 3.2 × 10⁵, which equals 320,000.
This notation exists because calculators have limited screen space. Large numbers like 6.02 × 10²³ would not fit on a typical display. So the calculator shows 6.02e23 instead. The number before the “e” is the coefficient. The number after the “e” is the power of 10.
Here is how to read it: take the number before the “e” and move the decimal point to the right by the number after the “e” if that number is positive. Move it to the left if the number is negative. So 4.5e3 means 4,500. And 4.5e−3 means 0.0045.
This is the same as scientific notation, just written in a compact digital form. Scientific notation expresses numbers as a coefficient between 1 and 10 multiplied by a power of 10. The calculator version simply replaces “× 10^” with the letter “e.” This is why you will often see the same format in programming languages and spreadsheets.
How To Read Exponential Notation Base Exponents And E
Reading exponential notation comes down to identifying three parts. First, find the base — the number being multiplied. Second, find the exponent — the small raised number that tells you how many times to multiply. Third, determine which kind of “e” you are looking at.
If the “e” appears in a mathematical formula, it is Euler’s number, approximately 2.718. If the “e” appears on a calculator or computer display between two numbers, it means “times 10 to the power of.” The context makes the meaning clear.
Consider the expression 2.5e3. This is calculator notation for 2.5 × 10³, which equals 2,500. Now consider e³ in a math textbook. This means Euler’s number multiplied by itself three times: approximately 2.718 × 2.718 × 2.718, which is about 20.085.
Here is a quick reference for common exponential terms:
- Base — the number being multiplied repeatedly
- Exponent — the small number indicating how many times to multiply
- Power — the result of raising a base to an exponent
- Scientific notation — a coefficient between 1 and 10 multiplied by a power of 10
- Euler’s number (e) — the constant approximately 2.718, base of natural logarithms
- Calculator “e” — shorthand for “times 10 to the power of”
Why Does This Matter in Daily Life?
Exponential notation appears more often than most people realize. Bank statements and loan documents use it in compound interest calculations. Population reports use it to describe growth rates. Medical research uses it to express concentrations and dosages. Computer storage capacities are described in powers of 2 — a gigabyte is 2³⁰ bytes.
Scientific notation is especially common in health contexts. Medication concentrations are often written in scientific notation. Blood test results may use exponents when reporting very small or very large quantities. Viral loads, bacterial counts, and hormone levels can all involve numbers that are easier to manage in exponential form.
Understanding this notation helps you interpret numbers accurately. A result of 1.2e3 is not the same as 1.2e4. The first is 1,200. The second is 12,000. Misreading the exponent by one digit changes the value by a factor of ten. In medical settings, that difference can matter.
Common Mistakes When Reading Exponents
The most common error is confusing calculator “e” with Euler’s number. If a lab report shows a value of 5.0e2, it means 500 — not 5 multiplied by Euler’s number. The placement of the “e” gives it away. When “e” sits between two numbers on a digital display, it is scientific notation. When “e” stands alone or is raised as a power, it is Euler’s number.
Another frequent mistake involves negative exponents. The expression 10⁻² equals 0.01, not −100. A negative exponent means the reciprocal — 1 divided by 10². This confusion leads to errors in interpreting small numbers, which are common in chemistry and biology.
A third mistake is misreading the base. In expressions like 2e3, some people read the coefficient as the base. But the base is 10. The expression means 2 × 10³. The coefficient 2 is just a multiplier.
Practical Examples You Can Try
Practice with these examples to build confidence. Read each one and identify the base, the exponent, and the meaning.
Example 1: 4³. Base is 4, exponent is 3. Multiply 4 × 4 × 4 = 64.
Example 2: 7.2e5. This is calculator notation. It means 7.2 × 10⁵ = 720,000.
Example 3: e^0. This is Euler’s number raised to the power of 0. Any nonzero number to the power of 0 equals 1. So e^0 = 1.
Example 4: 3.1e−2. Calculator notation with a negative exponent. It means 3.1 × 10⁻² = 0.031.
Example 5: 2⁰. Base is 2, exponent is 0. The result is 1.
Work through these slowly. The pattern becomes automatic with practice. The key is always the same: identify the base, read the exponent, and know which “e” you are dealing with.
Frequently Asked Questions
What is the difference between base and exponent?
The base is the number being multiplied, and the exponent tells you how many times to multiply it. In 3⁴, 3 is the base and 4 is the exponent, meaning 3 × 3 × 3 × 3.
How do I read a number like 2.5e3?
The “e” on a calculator display means “times 10 to the power of.” So 2.5e3 equals 2.5 × 10³, which is 2,500.
Is the “e” in math always the same number?
No. In formulas, “e” usually means Euler’s number, approximately 2.718. On calculator displays, “e” means “times 10 to the power of” and is not a number itself.
What does a negative exponent mean?
A negative exponent means division, not a negative number. For example, 10⁻² equals 1 divided by 10², which is 0.01.

