Log Op Rekenmachine Ti 85

TI-85 Logarithm Calculator

Logarithm Result
Mathematical Expression
Verification (b^y = x)

Complete Guide to Using Logarithms on the TI-85 Graphing Calculator

The TI-85 graphing calculator remains one of the most powerful tools for students and professionals working with logarithmic functions. This comprehensive guide will walk you through everything you need to know about calculating logarithms on your TI-85, from basic operations to advanced applications in mathematics and science.

Understanding Logarithmic Functions

Before diving into calculator operations, it’s essential to understand what logarithms represent mathematically. A logarithm answers the question: “To what power must a base number be raised to obtain another number?” The general form is:

logₐ(b) = c means that aᶜ = b

Where:

  • a is the base (must be positive and not equal to 1)
  • b is the argument (must be positive)
  • c is the exponent (the result of the logarithm)

Basic Logarithm Operations on TI-85

The TI-85 provides direct access to two primary logarithmic functions:

  1. Common Logarithm (log₁₀):
    • Accessed via the [LOG] key (typically the 4th key in the leftmost column)
    • Calculates log₁₀(x) – logarithm with base 10
    • Example: log₁₀(100) = 2 because 10² = 100
  2. Natural Logarithm (ln):
    • Accessed via the [LN] key (typically the 5th key in the leftmost column)
    • Calculates logₑ(x) where e ≈ 2.71828 (Euler’s number)
    • Example: ln(e) = 1 because e¹ = e
Mathematical Standards Reference:

The National Institute of Standards and Technology (NIST) provides comprehensive documentation on logarithmic functions and their applications in scientific calculations.

Visit NIST.gov →

Calculating Logarithms with Custom Bases

The TI-85 doesn’t have a dedicated key for logarithms with arbitrary bases, but you can calculate them using the change of base formula:

logₐ(b) = logₖ(b) / logₖ(a) where k is any positive number (commonly 10 or e)

To calculate log₂(8) on your TI-85:

  1. Press [LOG] [8] [÷] [LOG] [2] [ENTER]
  2. Result should be 3 (since 2³ = 8)

Alternatively using natural logarithms:

  1. Press [LN] [8] [÷] [LN] [2] [ENTER]
  2. Same result: 3

Advanced Logarithmic Functions

The TI-85 offers several advanced logarithmic capabilities:

Function TI-85 Access Example Result
Logarithm of sum LOG(A+B) LOG(100+1000) 3.1549
Logarithm of product LOG(A×B) LOG(10×100) 3
Logarithm of power LOG(A^B) LOG(10^3) 3
Logarithm of reciprocal LOG(1/A) LOG(1/10) -1
Logarithm of root LOG(√A) LOG(√100) 1

Graphing Logarithmic Functions

The TI-85 excels at graphing logarithmic functions, which is particularly useful for visualizing exponential growth and decay:

  1. Press [Y=] to access the equation editor
  2. Enter your logarithmic function (e.g., Y1=LOG(X))
  3. Press [GRAPH] to view the function
  4. Use [WINDOW] to adjust the viewing window as needed
  5. Press [TRACE] to evaluate specific points

For natural logarithms, use Y1=LN(X) instead.

Common Applications of Logarithms

Logarithms have numerous practical applications across various fields:

Field Application Example Calculation
Finance Compound interest calculations log(1.05) for 5% growth rate
Biology pH scale calculations pH = -log[H⁺]
Seismology Richter scale measurements M = log₁₀(A) + B
Computer Science Algorithm complexity (O(log n)) log₂(n) for binary search
Acoustics Decibel scale dB = 10×log₁₀(I/I₀)

Troubleshooting Common Issues

When working with logarithms on the TI-85, you might encounter these common problems:

  • Domain Errors:
    • Cause: Trying to take log of non-positive number
    • Solution: Ensure argument is positive (x > 0)
  • Base Errors:
    • Cause: Using base ≤ 0 or base = 1
    • Solution: Base must be positive and ≠ 1
  • Syntax Errors:
    • Cause: Missing parentheses in complex expressions
    • Solution: Use proper parentheses (e.g., LOG((A+B)/C))
  • Overflow Errors:
    • Cause: Result too large for calculator to display
    • Solution: Break calculation into smaller parts

Comparing TI-85 with Other Calculators

The TI-85 offers robust logarithmic capabilities compared to other calculators in its class:

Feature TI-85 TI-84 Plus Casio fx-9750GII
Direct LOG key
Direct LN key
Custom base logarithms Via formula Via formula Dedicated function
Graphing logarithmic functions ✓ (Advanced) ✓ (Basic) ✓ (Basic)
Complex number logarithms ×
Programmable logarithmic functions ✓ (Full BASIC) ✓ (TI-BASIC) ✓ (Limited)
Matrix logarithms × ×
Educational Resource:

The Massachusetts Institute of Technology (MIT) offers comprehensive course materials on logarithmic functions and their applications in engineering and science.

Visit MIT OpenCourseWare →

Advanced Techniques and Tips

For power users, these advanced techniques can enhance your logarithmic calculations:

  1. Storing Logarithmic Results:
    • Calculate a logarithm and store it to a variable
    • Example: LOG(100)→A stores 2 to variable A
  2. Using Logarithms in Programs:
    • Create custom programs that incorporate logarithmic calculations
    • Example: A simple interest rate calculator using logarithms
  3. Logarithmic Regression:
    • Use the calculator’s statistical functions to perform logarithmic regression
    • Access via [STAT] then [CALC] then [LOGREG]
  4. Complex Number Logarithms:
    • The TI-85 can calculate logarithms of complex numbers
    • Enter in form LOG(a+bi) where i is the imaginary unit
  5. Change of Base Formula Programming:
    • Create a program that implements the change of base formula automatically
    • Saves time for repeated custom-base calculations

Maintaining Your TI-85 for Optimal Performance

To ensure your TI-85 continues to provide accurate logarithmic calculations:

  • Battery Care:
    • Replace batteries when low (calculator will display “LOW BATTERY”)
    • Remove batteries if storing for extended periods
  • Screen Maintenance:
    • Clean display with slightly damp cloth (no harsh chemicals)
    • Avoid pressing too hard on the screen
  • Key Maintenance:
    • Clean keys with isopropyl alcohol on a cotton swab
    • Press all keys periodically to prevent sticking
  • Memory Management:
    • Clear memory periodically via [MEM] [7] [1] [2]
    • Backup important programs to your computer
  • Firmware Updates:
    • Check Texas Instruments website for available updates
    • Follow instructions carefully when updating

Frequently Asked Questions About TI-85 Logarithms

Why does my TI-85 give a domain error when calculating logarithms?

Domain errors occur when you try to calculate the logarithm of a non-positive number. Remember that logarithmic functions are only defined for positive real numbers. Always ensure your argument (the number you’re taking the log of) is greater than zero.

How can I calculate logarithms with bases other than 10 or e?

Use the change of base formula: logₐ(b) = logₖ(b)/logₖ(a) where k can be any positive number (typically 10 or e). On your TI-85, this would be entered as LOG(B)/LOG(A) or LN(B)/LN(A).

What’s the difference between LOG and LN on the TI-85?

LOG calculates base-10 logarithms (common logarithms), while LN calculates base-e logarithms (natural logarithms, where e ≈ 2.71828). The choice between them depends on your specific application and which base is more convenient for your calculations.

Can I graph logarithmic functions with different bases on the TI-85?

Yes, you can graph any logarithmic function by using the change of base formula in your equation. For example, to graph y = log₂(x), enter Y1=LOG(X)/LOG(2) in the equation editor.

How do I calculate the inverse of a logarithmic function?

The inverse of a logarithmic function is its corresponding exponential function. If y = logₐ(x), then its inverse is x = aʸ. On your TI-85, you can calculate this using the ^ (exponent) key.

Why are my logarithmic calculations giving unexpected results?

Several factors could cause unexpected results:

  • Ensure you’re using the correct base for your application
  • Check for proper parentheses in complex expressions
  • Verify your input values are within the domain of the function
  • Consider the calculator’s precision limitations (typically 14 digits)
Academic Reference:

The University of California, Davis provides excellent mathematical resources including detailed explanations of logarithmic functions and their properties.

Visit UC Davis Mathematics →

Conclusion

The TI-85 graphing calculator offers powerful tools for working with logarithmic functions, from basic calculations to advanced graphing and programming capabilities. By mastering the techniques outlined in this guide, you’ll be able to:

  • Perform common and natural logarithm calculations efficiently
  • Calculate logarithms with any custom base using the change of base formula
  • Graph logarithmic functions and analyze their properties
  • Apply logarithms to real-world problems in science, engineering, and finance
  • Troubleshoot common issues that arise when working with logarithmic functions

Remember that practice is key to becoming proficient with logarithmic calculations on your TI-85. The more you work with these functions, the more intuitive they will become. For complex applications, don’t hesitate to break problems down into smaller steps and verify your results at each stage.

Whether you’re a student tackling algebra problems, a scientist analyzing exponential data, or an engineer working with logarithmic scales, the TI-85 provides the computational power you need to work with logarithms effectively and accurately.

Leave a Reply

Your email address will not be published. Required fields are marked *