How to Put Log Base in Calculator Ti-84 Plus
When solving math problems, you often need to calculate logarithms with different bases. The TI-84 Plus calculator can handle this, but the process isn't immediately obvious. This guide explains how to input and calculate logarithms with custom bases on your TI-84 Plus.
Introduction
The TI-84 Plus is a powerful scientific calculator that can perform logarithmic calculations. By default, it calculates base-10 logarithms (log₁₀), but you can also calculate logarithms with other bases using the change of base formula.
This guide will walk you through:
- Using the basic logarithm function
- Changing the logarithm base
- A practical example
Basic Logarithm Function
To calculate a base-10 logarithm on your TI-84 Plus:
- Press the 2ND key
- Press the LOG key (this is the log₁₀ function)
- Enter your number
- Press the = key to get the result
Formula: log₁₀(x) = log(x) / log(10)
For example, to calculate log₁₀(100):
- Press 2ND LOG 100 =
- The calculator will display 2
Changing the Logarithm Base
To calculate logarithms with other bases, use the change of base formula:
Change of base formula: logₐ(b) = logₐ(b) = log(b) / log(a)
On your TI-84 Plus, you can implement this formula by:
- Calculating the numerator: Press 2ND LOG and enter the number (b)
- Calculating the denominator: Press 2ND LOG and enter the base (a)
- Divide the numerator by the denominator
Tip: Remember that logₐ(b) is only defined when a > 0, a ≠ 1, and b > 0.
Worked Example
Let's calculate log₂(8):
- Press 2ND LOG 8 = to get the numerator (approximately 0.9031)
- Press 2ND LOG 2 = to get the denominator (approximately 0.3010)
- Divide the numerator by the denominator: 0.9031 / 0.3010 ≈ 3
The result is 3, which makes sense because 2³ = 8.