How To Do Logarithms On A Ti 89

8 min read

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

  1. Turn on the calculator (press ON).
  2. manage to the Home screen – this is where you’ll type most commands.
  3. Locate the log key – it sits just above the 7 key. Pressing it inserts log(.
  4. Locate the ln key – it is directly above the log key, above the 6. Pressing it inserts ln(.

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..

  1. Press the log key. The screen shows log(.
  2. Type 1000.
  3. Close the parenthesis ) and press ENTER.

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..

  1. Press the ln key (above the 6).
  2. Type 20.
  3. 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

  1. Press MATH → scroll down to logBase( (or press ALPHA F1 to open the Math menu).
  2. Inside the parentheses, type the argument, a comma, then the base.
    • Example: logBase(81,3) computes log₃(81).
  3. 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:

  1. Type log(81)/log(3) (or ln(81)/ln(3)).
  2. 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..

  1. Press F2 (the Algebra menu) and select solve(.
  2. Inside the parentheses type the equation: 2*log(x)+3=7.
  3. Add a comma and the variable you’re solving for: ,x.
  4. 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..

  1. Press the Y= button to open the function editor.
  2. In Y1, type log(x) (or ln(x) for the natural log).
  3. Adjust the window settings (WINDOW) if needed—for a standard view, try Xmin=0.1, Xmax=10, Ymin=-2, Ymax=2.
  4. 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 F2solve( 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) or log(aⁿ) by hand, then verify with the calculator. This builds the algebraic intuition that exams often test.
  • Inverse functions. Graph y = log(x) and y = 10^x on the same screen (Y2=10^X) to see how they reflect across the line y = x. The TI‑89 makes this comparison effortless.
  • Solving systems. Use F2solve( 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 like Y1=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.

Brand New Today

Just Wrapped Up

Parallel Topics

Keep Exploring

Thank you for reading about How To Do Logarithms On A Ti 89. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home