How to Compute Logarithms on a TI‑89
The TI‑89 graphing calculator is a powerful tool for handling a wide range of mathematical operations, and logarithms are no exception. Because of that, whether you need the common log (base 10), the natural log (base e), or a logarithm with an arbitrary base, the TI‑89 can give you the answer in just a few keystrokes. Below is a step‑by‑step guide that covers every common scenario, plus a quick look at the underlying mathematics so you understand why the calculator works the way it does Easy to understand, harder to ignore..
1. Understanding Logarithmic Functions on the TI‑89
Before diving into the keystrokes, it helps to recall the three basic logarithmic forms you’ll encounter:
| Type | Notation | Base | Typical Use |
|---|---|---|---|
| Common logarithm | log(x) |
10 | Engineering, pH, decibels |
| Natural logarithm | ln(x) |
e (≈ 2.71828) | Calculus, growth/decay models |
| Logarithm with arbitrary base | logBase(x, b) or log(x)/log(b) |
Any positive b ≠ 1 | Solving exponential equations, computer science |
The TI‑89 stores these functions in its Math menu and also allows you to type them directly from the home screen.
2. Accessing the Logarithm Keys
- Turn on the calculator (press
ON). - manage to the Home screen – this is where you’ll type most commands.
- Locate the
logkey – it sits just above the7key. Pressing it insertslog(. - Locate the
lnkey – it is directly above thelogkey, above the6. Pressing it insertsln(.
Tip: If you need a logarithm with a base other than 10 or e, you’ll use the
logBase(function found under the Math menu (see Section 3) And that's really what it comes down to. Simple as that..
3. Computing a Common Logarithm (Base 10)
Example: Find log₁₀(1000) Small thing, real impact..
- Press the
logkey. The screen showslog(. - Type
1000. - Close the parenthesis
)and pressENTER.
The calculator returns 3, because 10³ = 1000.
Shortcut: You can also type log(1000) directly without using the menu.
4. Computing a Natural Logarithm (Base e)
Example: Evaluate ln(20) Small thing, real impact..
- Press the
lnkey (above the6). - Type
20. - Close the parenthesis and hit
ENTER.
The result, about 2.995732274, tells you that e²·⁹⁹⁶ ≈ 20 Most people skip this — try not to..
5. Logarithms with an Arbitrary Base
The TI‑89 does not have a dedicated “log base b” key, but you have two reliable methods:
Method A – Using the logBase( Function
- Press
MATH→ scroll down tologBase((or pressALPHAF1to open the Math menu). - Inside the parentheses, type the argument, a comma, then the base.
- Example:
logBase(81,3)computes log₃(81).
- Example:
- Close the parenthesis and press
ENTER.
The calculator returns 4 because 3⁴ = 81.
Method B – Change‑of‑Base Formula
If you prefer to type the formula manually:
[ \log_b(x)=\frac{\log(x)}{\log(b)}=\frac{\ln(x)}{\ln(b)} ]
Steps:
- Type
log(81)/log(3)(orln(81)/ln(3)). - Press
ENTER.
You’ll again see 4.
Why it works: The change‑of‑base identity follows directly from the definition of logarithms and the properties of exponents. It lets you convert any base to the calculator’s built‑in base‑10 or base‑e logs Nothing fancy..
6. Solving Equations that Involve Logarithms
The TI‑89 can also solve equations where the unknown appears inside a logarithm That's the part that actually makes a difference..
Example: Solve 2·log(x) + 3 = 7 for x Practical, not theoretical..
- Press
F2(the Algebra menu) and selectsolve(. - Inside the parentheses type the equation:
2*log(x)+3=7. - Add a comma and the variable you’re solving for:
,x. - Close the parenthesis and press
ENTER.
The calculator returns x = 100. (Check: 2·log₁₀(100)+3 = 2·2+3 = 7.)
7. Graphing Logarithmic Functions
Visualizing a log curve can reinforce your understanding Still holds up..
- Press the
Y=button to open the function editor. - In
Y1, typelog(x)(orln(x)for the natural log). - Adjust the window settings (
WINDOW) if needed—for a standard view, tryXmin=0.1,Xmax=10,Ymin=-2,Ymax=2. - Press
GRAPH.
You’ll see the classic slowly‑increasing curve that passes through (1,0) and (10,1) for the common log.
8. Common Pitfalls and How to Avoid Them
| Mistake | Why it Happens | Fix |
|---|---|---|
Entering log(0) |
Logarithm of zero is undefined. | |
| Using the wrong base | Forgetting that log( is base 10, not base e. |
|
| Missing parentheses | The calculator interprets log 100 as log * 100. |
Always type log(100) with parentheses. Day to day, |
| Negative arguments | Logarithms of negative numbers are not real. Still, | Ensure the argument is > 0. But |
9. Quick Reference Cheat‑Sheet
| Operation | Keystrokes | Example |
|---|---|---|
| Common log | log( value ) |
log(1000) → 3 |
| Natural log | ln( value ) |
ln(20) → 2. |
| Log with arbitrary base | logBase( value , base ) |
logBase(64,4) → 3 |
|---|---|---|
| Change of base (manual) | log( value )/log( base ) |
log(125)/log(5) → 3 |
| Solve log equation | F2 → solve( eq , var ) |
solve(2*log(x)+3=7,x) → 100 |
| Graph a log function | Y= → type function → GRAPH |
Y1=log(x) |
10. Going Further
Once you are comfortable with the basics above, a few next steps can deepen your fluency with the TI‑89:
- Log properties as tools. Practice simplifying expressions such as
log(a·b)orlog(aⁿ)by hand, then verify with the calculator. This builds the algebraic intuition that exams often test. - Inverse functions. Graph
y = log(x)andy = 10^xon the same screen (Y2=10^X) to see how they reflect across the liney = x. The TI‑89 makes this comparison effortless. - Solving systems. Use
F2→solve(with two equations separated by a comma to handle problems where logarithmic and exponential equations intersect. - Parametric exploration. Set
Y1=log(x)and adjust constants likeY1=log(a·x)while watching the graph shift. This visual feedback cements the role of each parameter.
Conclusion
The TI‑89 is a remarkably capable tool for working with logarithms—whether you need a quick numerical value, a symbolic simplification, or a graphical picture of how a log function behaves. In practice, by mastering the log(, ln(, and logBase( commands, along with the algebra and graphing menus, you can move through calculations with confidence and spend less time wrestling with syntax. Keep the cheat‑sheet handy, watch for the common pitfalls, and let the calculator handle the arithmetic so you can focus on the reasoning behind each problem.
Quick note before moving on.
11. Advanced Applications
While the TI-89 excels at basic logarithmic computations, its true power emerges when tackling complex, real-world problems. In practice, consider modeling population growth with the equation P(t) = P₀e^(rt), where you might use the calculator to solve for time t when the population doubles. And 5e-7)for a hydrogen ion concentration of 1. Because of that, similarly, in chemistry, the pH scale relies on negative base-10 logarithms:pH = -log[H⁺]. The TI-89 can handle these calculations effortlessly, even when dealing with scientific notation like log(1.That's why by taking the natural log of both sides—ln(P(t)/P₀) = rt—you can isolate t and compute it directly. 5 × 10⁻⁷ M.
And yeah — that's actually more nuanced than it sounds.
For calculus students, the TI-89 can numerically approximate derivatives of logarithmic functions or evaluate definite integrals like ∫₁¹⁰ (1/x) dx, which equals ln(10). These operations bridge the gap between theoretical math and practical problem-solving, making abstract concepts tangible.
Conclusion
The TI-89 is a remarkably capable tool for working with logarithms—whether you need a quick numerical value, a symbolic simplification, or a graphical picture of how a log function behaves. By mastering the log(, ln(, and logBase( commands, along with the algebra and graphing menus, you can move through calculations with confidence and spend less time wrestling with syntax. Keep the cheat‑sheet handy, watch for the common pitfalls, and let the calculator handle the arithmetic so you can focus on the reasoning behind each problem Simple, but easy to overlook..
But mastery doesn’t stop here. As you explore advanced applications in science, engineering, or calculus, the TI-89’s ability to naturally integrate symbolic manipulation, numerical computation, and visualization will become an indispensable ally. Embrace its full potential, and you’ll find that even the most complex logarithmic challenges become manageable—and perhaps even elegant.