Exponents and Logarithms

Exponents and Logarithms

Exponents and logarithms are inverse operations that show up throughout MCAT quantitative reasoning, from scientific notation to pH and pOH calculations.

Exponents and logarithms are inverse operations that show up throughout MCAT quantitative reasoning, from scientific notation to pH and pOH calculations. Six exponent rules govern how powers combine, two techniques let you estimate square roots without a calculator, and five logarithm rules connect logs to the exponents they undo, including the relationship between common (base-10) and natural (base-e) logarithms.

Key Takeaways

  • Six exponent rules govern how powers combine: zero, product, quotient, power, power of a quotient, and fractional exponent (roots) — plus negative exponents as reciprocals.

  • Estimate square roots by bounding between perfect squares (√50 ≈ just over 7) or by factoring out perfect squares (√180 = 6√5).

  • Logarithms are the inverse of exponents and follow five rules: log of 1 is 0, log of the base is 1, and products/quotients/powers inside a log become sums/differences/multipliers outside.

  • Common logs use base 10; natural logs (ln) use base e ≈ 2.718; convert between them with log₁₀(X) ≈ ln(X)/2.303.

  • For quick estimation, log(n × 10^m) ≈ m + 0.n, since log(n) always falls between 0 and 1 for a scientific-notation coefficient.

Exponent Rules

Exponents are shorthand for repeated multiplication. Instead of writing X × X × X, you write X³ — "X raised to the power of three." The base is the number being multiplied (X); the exponent tells you how many times to multiply it by itself.

Six rules govern how exponents combine:

The six exponent rules

Rule

Form

Meaning

Zero Exponent Rule

X^0 = 1 (X ≠ 0)

Any nonzero base to the zero power is 1

Product Rule

X^a · X^b = X^(a+b)

Multiplying same-base terms adds exponents

Quotient Rule

X^a / X^b = X^(a-b)

Dividing same-base terms subtracts exponents

Power Rule

(X^a)^b = X^(ab)

Raising a power to a power multiplies exponents

Power of a Quotient Rule

(X/Y)^a = X^a / Y^a

The exponent applies to numerator and denominator separately

Negative Exponents

X^(-a) = 1/X^a

A negative exponent means "reciprocal of the positive-exponent form"

Fractional Exponent Rule

X^(a/b) = b-th root of X^a

A fractional exponent represents a root

Estimating Square Roots

The MCAT allows no calculator, so estimating square roots quickly and reasonably accurately is a core skill. There are two useful methods.

Method 1 — bounding between perfect squares. Identify the two perfect squares your number falls between, then judge how close it sits to each.

Example: Estimate √50. Since 49 (= 7²) and 64 (= 8²) are the nearest perfect squares, √50 lies between √49 = 7 and √64 = 8 — and because 50 is much closer to 49 than to 64, √50 is only slightly more than 7.

Method 2 — perfect-square factoring. Break the number down by dividing out perfect-square factors, then simplify.

Example: Simplify √180.

√180 = √(4 · 45) = √4 · √45 = 2√45

45 still contains a perfect-square factor (9), so simplify further:

√45 = √(9 · 5) = √9 · √5 = 3√5

Putting it together:

√180 = 2 · 3√5 = 6√5

This method breaks large, awkward square roots into manageable pieces by repeatedly pulling out perfect-square factors.

Logarithms

A logarithm is the inverse of an exponent. Where an exponent answers "what do you get when you multiply a base by itself a given number of times?", a logarithm answers the reverse question: "to what power must the base be raised to get this value?"

Logarithm Rules

The five logarithm rules

Rule

Form

Reasoning

Log of 1

logₐ(1) = 0

Any base raised to the 0 power equals 1

Log of the base

logₐ(a) = 1

Any base raised to the 1st power equals itself

Product rule

log(AB) = log(A) + log(B)

Multiplication inside a log becomes addition outside

Quotient rule

log(A/B) = log(A) − log(B)

Division inside a log becomes subtraction outside

Power rule

log(A^B) = B · log(A)

An exponent inside a log becomes a multiplier outside

Reciprocal rule

log(1/A) = −log(A)

A reciprocal inside a log flips the sign outside

Common Logarithms vs. Natural Logarithms

A common logarithm uses base 10. A natural logarithm, written ln(X), uses base eEuler's number, approximately 2.718.

The two are related by a conversion formula:

log₁₀(X) ≈ ln(X)/2.303

Approximating log(n × 10^m)

Logarithmic expressions involving a power of 10 can be broken apart using the product rule:

log(n × 10^m) = log(n) + log(10^m) = log(n) + m

Since n (the coefficient in scientific notation) is always between 1 and 10, log(n) is always a decimal between 0 and 1 — because log(1) = 0 and log(10) = 1. The closer n is to 1, the closer log(n) is to 0; the closer n is to 10, the closer log(n) is to 1. As a rough estimate, this gives:

log(n × 10^m) ≈ m + 0.n

Common MCAT Mistakes

  • Confusing the Power Rule with the Product Rule. Raising a power to a power multiplies exponents — (X^a)^b = X^(ab) — while multiplying same-base terms adds them — X^a · X^b = X^(a+b). Mixing these up is one of the most common exponent errors.

  • Treating log(A/B) as log(A)/log(B). Division inside a logarithm becomes subtraction outside it: log(A/B) = log(A) − log(B), not a fraction of the two logs.

  • Confusing common and natural logarithms. log(X) with no subscript written means base 10; ln(X) means base e. Forgetting the log₁₀(X) ≈ ln(X)/2.303 conversion factor when switching between the two leads to answers off by a factor of roughly 2.3.

  • Assuming n in log(n × 10^m) can fall outside 0–1 after taking the log. Because n is always the scientific-notation coefficient (between 1 and 10), log(n) is always between 0 and 1 — never negative, never greater than 1.

MCAT-Style Concept Check

Question: Using the approximation log(n × 10^m) ≈ m + 0.n, what is the approximate value of log(4 × 10⁶)?

  • A) 4.6

  • B) 6.0

  • C) 6.4

  • D) 10.4

Answer: C

Explanation: Here m = 6 and n = 4. Applying log(n × 10^m) ≈ m + 0.n gives 6 + 0.4 = 6.4. Answer A reverses m and n, answer B ignores the log(n) contribution entirely, and answer D incorrectly adds m and n instead of treating 0.n as a decimal tenths place.

FAQ

What's the difference between a common logarithm and a natural logarithm?

A common logarithm, written log(X), uses base 10. A natural logarithm, written ln(X), uses base e (Euler's number, approximately 2.718). The two convert between each other using log₁₀(X) ≈ ln(X)/2.303.

Why does a negative exponent mean "reciprocal," not "negative number"?

By the Negative Exponents rule, X^(-a) = 1/X^a. The negative sign on the exponent flips the base into a fraction rather than making the result negative — X^(-a) is always positive when X is positive.

How do you use perfect-square factoring to simplify a square root?

Pull perfect-square factors out from under the radical one at a time — for example, √180 = √(4 · 45) = 2√45, and since 45 still contains the perfect square 9, √45 = 3√5, giving a final simplified answer of 6√5.

Why is log(n) always between 0 and 1 for a number written in scientific notation?

The coefficient n in scientific notation is always between 1 and 10 by definition. Since log(1) = 0 and log(10) = 1, and the logarithm function is increasing, log(n) must always fall somewhere between those two bounds.

Part of: