You're staring at a calculator. The problem says log base 3 of 81. Your calculator only has "log" and "ln" buttons. Now what?
This exact moment has frozen more math students than I can count. But because nobody bothers to explain the workaround in plain English. Day to day, not because the concept is hard — it's not. They hand you a formula and expect you to reverse-engineer it during a timed test.
Let's fix that right now Small thing, real impact..
What Is Changing the Log Base
Here's the thing: most calculators only compute logarithms in two bases. Base 10 (the "log" button) and base e (the "ln" button). Think about it: that's it. Worth adding: no base 3. No base 7. No base whatever-your-homework-asks-for.
But logarithms follow rules. And one of those rules lets you rewrite any log in terms of logs your calculator can do Not complicated — just consistent..
The change of base formula looks like this:
logₐ(b) = log(b) / log(a)
Or with natural logs:
logₐ(b) = ln(b) / ln(a)
Both work. Both give the exact same answer. The base of the logs on the right side doesn't matter — as long as you use the same base for numerator and denominator No workaround needed..
So log₃(81) becomes log(81) ÷ log(3). Or ln(81) ÷ ln(3). Type either into your calculator and you get 4. Now, because 3⁴ = 81. The math checks out Simple, but easy to overlook..
Why This Formula Works
If you've never seen the derivation, it's worth thirty seconds. Let y = logₐ(b). That means aʸ = b. Take log of both sides: log(aʸ) = log(b). Power rule brings down the exponent: y · log(a) = log(b). Divide: y = log(b) / log(a). Done.
The official docs gloss over this. That's a mistake.
You don't need to memorize the derivation. But knowing it exists means you're not trusting magic — you're trusting algebra.
Why It Matters
You'll hit this in algebra II, precalculus, calculus, chemistry (pH calculations), biology (population growth models), computer science (algorithm analysis), and finance (compound interest with weird compounding periods) Not complicated — just consistent..
Standardized tests love it. Day to day, the SAT, ACT, AP exams, and GRE all assume you can evaluate log₅(125) without a base-5 button. If you're stuck converting by hand, you're burning time.
And here's what most people miss: the change of base formula isn't just a calculator trick. It's how you graph logarithmic functions with arbitrary bases. Desmos and GeoGebra handle it natively, but if you're sketching by hand or writing code, you're rewriting logₐ(x) as log(x)/log(a) every single time Small thing, real impact..
How to Do It on Different Calculators
This is where it gets practical. The formula is universal. On the flip side, the button presses? Not so much And that's really what it comes down to..
TI-84 Plus / TI-84 Plus CE
The TI-84 is the default high school calculator in the US. Here's the workflow:
- Press the LOG button (not LN, unless you prefer natural logs)
- Type the argument — the number you're taking the log of
- Press ÷ (divide)
- Press LOG again
- Type the base
- Press ENTER
Example: log₃(81) → LOG 81 ÷ LOG 3 ENTER → displays 4
Pro tip: The TI-84 OS 2.55MP and later (basically any calculator from the last decade) has a hidden shortcut. Press MATH, scroll down to logBASE(, select it. You'll get a template: logBASE( , ). Fill in the base first, then the argument. Way cleaner. But — and this matters — some standardized tests restrict this function. The ACT allows it. The SAT does too. But some state exams don't. Know your test rules Worth keeping that in mind..
TI-Nspire (CX / CX II / CAS)
Nspire handles this differently. You have two options:
Option A — Template: Press the log template key (looks like log with a subscript box). It's usually on the main keypad or under the trig menu. Fill in base, tab to argument, enter Small thing, real impact..
Option B — Manual: Same division method: log(81) / log(3) works fine. The CAS version will even simplify symbolically if you type log(81, 3) — but that syntax varies by OS version Worth keeping that in mind..
Casio fx-9750GII / fx-9860GII / fx-CG50
Casio buried the log base function in a menu. Here's the path:
- Press SHIFT then MATH (or just MATH on newer models)
- Select logab — sometimes labeled logₐb
- Enter base, press EXE, enter argument, press EXE
On the fx-CG50 (color screen), it's under MATH → logab. Even so, the template appears on screen. Clean, visual, hard to mess up Most people skip this — try not to. Less friction, more output..
If your Casio doesn't have logab (older models), fall back to division: log 81 ÷ log 3 EXE.
Sharp EL-W516 / EL-W535 / WriteView Series
Sharp puts it under 2ndF → log (the key with logₐ printed above it). You'll see a template: base in the lower box, argument in the main box. Type, press =, done.
Scientific Calculators (Non-Graphing) — TI-30XS, Casio fx-300ES, etc.
Most modern scientific calculators have a logₐ or logBASE function. Look for a key with a subscript box. On the TI-30XS MultiView, it's 2nd → log (the key says logₐ above it). Template appears. Fill it in.
On the Casio fx-300ES PLUS: SHIFT → log (logₐ printed above). Same deal And that's really what it comes down to..
Older scientific calculators (like the classic TI-30Xa or Casio fx-260) — you're doing division. No template. log 81 ÷ log 3 = is your only path.
Phone Calculators
iOS (iPhone): Rotate to landscape. You get a scientific view. Tap log₁₀ (it toggles to ln and logᵧ — that's your change of base). Tap logᵧ, enter base, tap =, enter argument, tap =. It's clunky but works No workaround needed..
Android (Google Calculator): Swipe left for scientific. Tap log — long-press or tap the arrow next to it — select log base. Enter base, then argument.
Pro tip: Don't trust phone calculators for exams. They're fine for homework, but you can't use them on the SAT, ACT, or AP tests. Practice on the device you'll actually have on test day Turns out it matters..
Online Calculators (Desmos, WolframAlpha, GeoGebra)
Desmos: type log_3(81) — the underscore creates the subscript. This leads to press enter. Done.
WolframAlpha: type `log base
WolframAlpha
WolframAlpha is a powerful, web‑based computational engine that can evaluate logarithms with any base in a single step. The syntax is intuitive: simply type something like
log base 3 of 81
or the more compact
log_3(81)
and press Enter. Because the engine understands natural language, you can even ask “What is the logarithm of 81 with base 3?WolframAlpha will return the exact value (in this case 4) and, if you like, a decimal approximation. ” and receive a clear, step‑by‑step explanation Easy to understand, harder to ignore. Turns out it matters..
Other web‑based tools
- Symbolab – Type
log_{3}(81)in the search bar. Symbolab shows the work, including the change‑of‑base conversion, and offers a numeric result. - QuickMath – Enter
log(81,3)(the second argument is the base) and the site returns the answer instantly. - GeoGebra – While primarily a geometry tool, GeoGebra’s input line also handles logarithms. Use
log(81,3)orlog_3(81); the result appears in the algebra pane.
These online calculators are excellent for quick checks, especially when you’re learning the change‑of‑base technique. They also let you experiment with different bases and arguments without needing a physical device.
Tips for reliable online use
- Copy the exact syntax from the calculator you’ll use on the test. To give you an idea, if the exam requires
log(81)/log(3), practice typing that format in the online tool to avoid syntax surprises. - Check for step‑by‑step views. Many sites (Symbolab, WolframAlpha) let you expand the solution, which is great for reinforcing the underlying algebra.
- Save results for reference. Bookmark the page or take a screenshot so you can revisit the worked example later.
Conclusion
Whether you’re working on a classroom assignment, a homework problem, or a timed exam, the ability to compute logarithms with non‑standard bases is a fundamental skill. So modern calculators—graphing, scientific, phone, or web‑based—each provide a pathway to the answer, but the underlying principle remains the same: the change‑of‑base formula. By mastering the key sequences on your specific device (template entry, division method, or built‑in logₐ function) and verifying results with an online calculator, you build both confidence and accuracy.
Remember to practice with the exact tool you’ll have on test day. The more familiar you are with its interface, the less time you’ll spend wrestling with menus and the more focus you can devote to solving the problem itself. With a solid grasp of the change‑of‑base technique and a reliable method for checking your work, you’ll be ready to tackle any logarithm challenge that comes your way.