What is Deconstructing Exponentials?
Mathematical Foundation
Laws & Principles
- The Zero/One Restrictions: You mathematically cannot take the logarithm of a negative number or zero. The argument (x) must be strictly greater than 0. The Base (b) must also be positive, and it cannot equal 1 (because 1 to any power is always just 1).
- The Change of Base Theorem: Older calculators only have buttons for Base 10 and Base e. If you need to calculate Base 2, you must use this theorem: log₂(x) = ln(x) / ln(2). You divide the natural log of the argument by the natural log of the base. This calculator automates this theorem internally.
- The Product Rule: The logarithm of a multiplied value is equal to the added logarithms of its parts: log(xy) = log(x) + log(y). This allowed 17th-century astronomers to perform massive multiplication using simple addition via printed log tables.
Step-by-Step Example Walkthrough
" An audio engineer is studying the decibel (dB) output of a jet engine. Decibels operate on a Common Logarithm (Base 10) scale. The engineer needs to solve the basic logarithm log₁₀(100,000). "
- 1. Identify the Question: 'To what power do I need to raise 10, in order to get exactly 100,000?'
- 2. Test exponents: 10¹ = 10. 10² = 100. 10³ = 1,000.
- 3. Follow the zeroes: 100,000 has five zeroes.
- 4. Conclude the math: 10⁵ = 100,000.