How to Put A Sub Log in A Calculator
Subscript logarithms (sub logs) are a fundamental concept in mathematics and science. This guide explains how to properly input and use them in calculators, with practical examples and a built-in calculator tool.
What is a Sub Log?
A subscript logarithm, written as logₐb, represents the logarithm of b with base a. It answers the question: "To what power must a be raised to obtain b?"
For example, log₂₈ means "2 to what power equals 8?" The answer is 3 because 2³ = 8.
General Form: logₐb = x means aˣ = b
Sub logs are essential in fields like engineering, finance, and physics where exponential relationships are common.
How to Enter Sub Logs in a Calculator
Most scientific calculators have a dedicated log function with a base selector. Here's how to enter them:
On Scientific Calculators
- Press the "LOG" button (often labeled "log" or "logₐ")
- Enter the base (a) using the number keys
- Press the comma or ")" key to separate the base from the argument
- Enter the argument (b) using the number keys
- Press "=" to get the result
On Graphing Calculators
- Use the "log(" function
- Enter the base as the first argument: log(base, number)
- For example: log(2,8) for log₂₈
On Computer Algebra Systems
- Use the log function with two arguments: log(base, number)
- For example: log(2,8) in Python, MATLAB, or Wolfram Alpha
Note: If your calculator doesn't support sub logs directly, you can use the change of base formula: logₐb = ln(b)/ln(a).
Common Uses of Sub Logs
Subscript logarithms appear in many practical applications:
- Engineering: Signal processing, antenna design, and circuit analysis
- Finance: Calculating interest rates and compound growth
- Physics: Decibel calculations, radioactive decay, and wave equations
- Computer Science: Algorithm complexity analysis and information theory
For example, in finance, log returns are used to calculate continuously compounded growth rates.
Calculator Examples
Let's look at some practical examples of sub logs in calculators:
Example 1: Basic Logarithm
Calculate log₂₈ (2 to what power equals 8?)
log₂₈ = x means 2ˣ = 8
Solution: x = 3 because 2³ = 8
Example 2: Engineering Application
Calculate the decibel level of a sound with intensity ratio 1000
Decibel formula: dB = 10 × log₁₀(1000)
Solution: dB = 10 × log₁₀(1000) = 30 dB
Example 3: Financial Calculation
Calculate the continuously compounded annual growth rate for an investment that grows from $1000 to $1500 in 2 years
Formula: r = ln(1500/1000)/2
Solution: r ≈ 0.1823 or 18.23% per year
FAQ
- Can I use sub logs on my phone calculator?
- Most phone calculators don't support sub logs directly, but you can use the change of base formula: logₐb = ln(b)/ln(a).
- What's the difference between log and ln?
- log typically means base 10 logarithm, while ln means natural logarithm (base e ≈ 2.71828).
- How do I calculate logₐb when my calculator only has log and ln?
- Use the change of base formula: logₐb = ln(b)/ln(a).
- Are sub logs only used in math?
- No, they're used in many scientific and engineering fields for calculations involving exponential relationships.
- What happens if I try to calculate logₐ₀ where a = 1?
- This is undefined because 1 raised to any power is 1, and there's no solution to 1ˣ = 0.