← Back to blog
May 25, 2026 · 7 min read

Logarithms and Exponents: The Calculator Shortcuts Worth Memorizing

A student guide to logarithms and exponents on a scientific calculator: log vs ln, change-of-base, e^x, and common pitfalls.

Logarithm equations on a chalkboard

Logarithms feel intimidating until you realize a scientific calculator does most of the work for you. The only thing you have to bring is a clear idea of which base you need and how to type it. Once those click, log and exponent problems become some of the fastest in a problem set.

log vs ln — pick the right key

The log key is base 10. You'll see it in pH calculations, decibel formulas, the Richter scale, and most introductory chemistry. The ln key is base e (about 2.718) and shows up in calculus, continuous compounding and half-life problems. Reach for log when the problem mentions "common log" or shows no base; reach for ln when you see "natural log" or any expression involving e.

Notebook with handwritten exponent rules

The change-of-base formula

Need log base 2 of 64? Most calculators don't have a dedicated "log base n" key — but you don't need one. Type log(64)/log(2) and you'll get 6. The pattern is general: log_b(x) = log(x)/log(b). Memorize that one formula and any arbitrary base is a single expression away. The natural log works equally well: ln(64)/ln(2) returns the same 6.

Exponents and e^x

For powers of e, look for an e^x key (sometimes labeled exp). To compute e³, press e^x then type 3 — you should get about 20.086. For arbitrary powers, the xʸ key handles everything: 2^10 = 1024, 5^0.5 ≈ 2.236. Fractional exponents double as roots: 27^(1/3) = 3 is the cube root of 27.

The negative-base trap

Typing -2^4 gives −16 on most calculators, not 16. That's because the minus sign binds looser than the exponent, so the calculator computes 2⁴ first and then negates. If you want (−2)⁴ = 16, wrap the base in parentheses: (-2)^4. This catches students out constantly on physics and chemistry problems involving negative bases.

Practice: pH, decibels, doubling time

Try these three on the Scientificalc scientific calculator. The pH of a solution with [H⁺] = 4.5 × 10⁻⁵ is -log(4.5*10^-5) ≈ 4.35. A sound 1000× more intense than the reference is 10*log(1000) = 30 dB louder. Doubling time at 7% interest is ln(2)/ln(1.07) ≈ 10.24 years. Three real-world problems, one calculator, under a minute total.

The takeaway

Logs are just exponents in disguise. Pick the right base key, remember change-of-base for everything else, and wrap negative bases in parentheses. With those three habits you'll handle 95% of log and exponent questions without breaking stride.

Solving exponential equations

When you see something like 3^x = 81, the calculator trick is to take the log of both sides: x = log(81)/log(3) = 4. The same pattern handles harder problems like 2^x = 17: type log(17)/log(2) and you get about 4.087. Whether you use log or ln doesn't matter — they cancel — so pick whichever feels faster to type on the Scientificalc scientific calculator.

Compound interest in one line

The formula A = P(1 + r/n)^(nt) looks intimidating, but a calculator collapses it into a single keystroke run. For $1000 invested at 5% compounded monthly for 10 years, type 1000*(1+0.05/12)^(12*10) and read 1647.01 off the display. The same expression works for any P, r, n and t — just change the four numbers and re-press equals.

Continuous compounding and e

The continuous version uses A = Pe^(rt). On a calculator that's 1000*e^(0.05*10) ≈ 1648.72. Comparing the two answers shows why the jump from monthly to continuous compounding is small in practice — the gap shrinks as n grows.

Half-life and decay

Radioactive decay follows N = N₀ · e^(−kt). To find how long until a sample drops to 10% of its original mass, set N/N₀ = 0.1 and solve: t = −ln(0.1)/k. With k = 0.001 per year, type -ln(0.1)/0.001 for about 2302 years. The chain works the same for medication dosing, cooling and almost any natural-decay problem.

Log laws still matter

A calculator doesn't replace the rules log(ab) = log(a) + log(b) and log(a^n) = n log(a). On algebra papers the marker often wants to see the simplification before the numeric answer. Use the calculator to check, not to skip the algebra.

One last tip

If a log answer comes back as a decimal that looks "almost" round, suspect the calculator's display precision. log(1000) = 3 exactly. If yours shows 2.99999999, it's a display rounding issue, not a calculation error. The Scientificalc scientific calculator stores the full-precision result internally even when it shortens what's drawn on screen.

Try it yourself

Open the Scientificalc scientific calculator and work through the examples above — no install, no sign-up.