Maths Formulae Equations Logarithmic Equation

Logarithmic Equation – Solving Logarithms

Learn how to solve logarithmic equations using logarithm laws and base conversions. Applicable in algebra and calculus.
🔑

Definition of a Logarithmic Equation

Logarithmic equations contain logarithms with the variable inside the logarithm argument. These equations are the inverse of exponential equations and model phenomena involving exponential decay, growth rates, and scale transformations. Solving logarithmic equations requires understanding domain restrictions, logarithm properties, and the relationship between logarithmic and exponential forms.

\[ \log_a(f(x)) = \log_a(g(x)) \text{ or } \log_a(f(x)) = k \]
General Form
SymbolDescription
aBase - positive constant (≠ 1) that determines the logarithm family and growth rate
f(x), g(x)Arguments - expressions inside logarithms that must always be positive
kConstant - target value in equations of the form log_a(x) = k
ln(x)Natural logarithm - logarithm with base e (Euler's number, ≈ 2.718)
log(x)Common logarithm - logarithm with base 10
📐

Key Formulas and Properties

\[ \log_a(xy) = \log_a(x) + \log_a(y) \]
Product Rule
\[ \log_a\left(\frac{x}{y}\right) = \log_a(x) - \log_a(y) \]
Quotient Rule
\[ \log_a(x^n) = n\log_a(x) \]
Power Rule
\[ a^{\log_a(x)} = x \]
Inverse Property 1
\[ \log_a(a^x) = x \]
Inverse Property 2
\[ \log_a(x) = \frac{\ln(x)}{\ln(a)} = \frac{\log(x)}{\log(a)} \]
Change of Base Formula
🎨

Conceptual Diagram

x y x=0 (asymptote) k x₀ log_a(x) = k x = aᵏ (domain: x > 0)
Logarithmic equation log_a(x) = k: the log curve rises slowly; the solution x = aᵏ is the point where the curve reaches height k. Domain requires x > 0.

A logarithmic equation relates points on a logarithmic curve, which is the reflection of an exponential curve across the line y = x. The key components are the base 'a' which dictates the curve's steepness, the argument 'x' which is the input (restricted to x > 0), and the output 'y' or 'k'. The curve always passes through the point (1, 0) and has a vertical asymptote at x = 0, meaning the function is undefined for x ≤ 0.

Mathematical Properties

Domain Restrictions

The argument of any logarithm must be a positive real number. This is the most critical property, as it can lead to extraneous solutions if not checked. The base must also be positive and not equal to 1.

One-to-One Property

If the bases are the same, then the arguments must be equal for the equation to hold true. This is the foundation for the solution method where if `log_a(f(x)) = log_a(g(x))`, then `f(x) = g(x)`.

Inverse Exponential Relationship

Logarithms 'undo' exponential operations and vice versa. This property is fundamental for converting between logarithmic form `log_a(x) = k` and exponential form `x = a^k` to solve equations.

💡

Proof of the Product Rule

We want to prove that `log_a(xy) = log_a(x) + log_a(y)`.

1. Let `m = log_a(x)` and `n = log_a(y)`.

2. Convert these logarithmic expressions into their equivalent exponential forms.

\[ x = a^m \quad \text{and} \quad y = a^n \]

3. Multiply x and y together.

\[ xy = a^m \cdot a^n \]

4. Using the rules of exponents, we add the powers.

\[ xy = a^{m+n} \]

5. Convert this exponential equation back into logarithmic form.

\[ \log_a(xy) = m+n \]

6. Finally, substitute the original definitions of m and n back into the equation.

\[ \log_a(xy) = \log_a(x) + \log_a(y) \]
Q.E.D.
🔢

Worked Example

Solve the equation `log₂(x) + log₂(x - 2) = 3`.
  1. First, state the domain restrictions. For `log₂(x)`, we need `x > 0`. For `log₂(x - 2)`, we need `x - 2 > 0`, which means `x > 2`. The combined restriction is `x > 2`.
  2. Use the product rule for logarithms to combine the terms on the left side: `log₂(x(x - 2)) = 3`.
  3. Convert the logarithmic equation into its equivalent exponential form: `x(x - 2) = 2³`.
  4. Simplify and solve the resulting quadratic equation: `x² - 2x = 8`.
  5. Rearrange into standard quadratic form: `x² - 2x - 8 = 0`.
  6. Factor the quadratic: `(x - 4)(x + 2) = 0`.
  7. The potential solutions are `x = 4` and `x = -2`.
  8. Check the solutions against the domain restriction `x > 2`. The solution `x = 4` is valid. The solution `x = -2` is extraneous because it is not greater than 2.
The only valid solution is `x = 4`.
🧮

Try It

🚀

Applications

Finance & Investment: Financial analysts use logarithmic equations to determine the time required for an investment to reach a certain value with compound interest, or to calculate doubling times.

Science & Physics: Scientists apply logarithmic equations to model radioactive decay and calculate the half-life of substances, a key component of carbon dating and nuclear physics.

Acoustics & Engineering: The decibel scale for sound intensity is logarithmic. Engineers use these equations to analyze sound levels, signal strength, and noise control.

Chemistry: The pH scale, which measures acidity and alkalinity, is a logarithmic scale. Logarithmic equations are used to calculate the concentration of hydrogen ions in a solution.

🌍

Real-World Examples

An investment of $5,000 grows at an annual interest rate of 7% compounded continuously. How many years will it take for the investment to double? The formula is A = Pe^(rt).
  1. Set up the equation where A (future value) is $10,000, P (principal) is $5,000, and r (rate) is 0.07: `10000 = 5000 * e^(0.07t)`.
  2. Divide both sides by 5000 to isolate the exponential term: `2 = e^(0.07t)`.
  3. Take the natural logarithm (ln) of both sides to bring the exponent down: `ln(2) = ln(e^(0.07t))`.
  4. Use the inverse property `ln(e^x) = x` to simplify: `ln(2) = 0.07t`.
  5. Solve for t: `t = ln(2) / 0.07`.
  6. Calculate the final value: `t ≈ 0.693 / 0.07 ≈ 9.9` years.
It will take approximately 9.9 years for the investment to double.
A seismograph measures the amplitude of an earthquake's seismic waves to be 10,000 times larger than the standard reference wave (S). What is the magnitude of this earthquake on the Richter scale? The formula is M = log(I/S), where I is the intensity (amplitude).
  1. Set up the equation. Since the intensity (I) is 10,000 times the standard (S), the ratio I/S is 10,000: `M = log(10000)`.
  2. The common logarithm `log(x)` asks, '10 to what power gives x?'. We need to find the power of 10 that equals 10,000.
  3. Recognize that 10,000 can be written as `10⁴`.
  4. Substitute this into the equation: `M = log(10⁴)`.
  5. Using the inverse property `log(10^x) = x`, we find `M = 4`.
The earthquake has a magnitude of 4.0 on the Richter scale.
🏞️

Real-World Scenarios

pH = −log[H⁺] pH=7 → [H⁺]=10⁻⁷ pH=4 → 1000× more acidic ← 7 → basic
pH and Chemical Concentration
The pH scale is defined by the logarithmic equation pH = −log₁₀[H⁺]. If a solution has pH = 4.5, then [H⁺] = 10^(−4.5) ≈ 3.16×10⁻⁵ mol/L. Chemists, pool technicians, and winemakers solve log equations to balance acid concentration — a pool at pH 6 has 10× more acid than pH 7, requiring precise chemical dosing to correct.
dB = 10·log(P₂/P₁)
Sound Decibel Level
Sound intensity in decibels: dB = 10·log₁₀(I/I₀). A concert at 110 dB means log(I/I₀) = 11, so I = 10¹¹ × I₀. Acoustic engineers solve log equations to design concert hall noise barriers, calibrate hearing protection, and comply with occupational safety limits (85 dB max for 8 hours) — a 3 dB increase doubles the acoustic power.
M = log(A/A₀) M=7 vs M=6 = 10× stronger 32× more energy Richter Scale
Earthquake Richter Scale
The Richter magnitude M = log₁₀(A/A₀) is a logarithmic equation. Given M = 6.5, the amplitude A = A₀ × 10^6.5 ≈ 3.16×10⁶ A₀. Seismologists solve log equations to compare earthquake energies: each unit increase on the Richter scale represents 10× more ground motion and about 31.6× more energy — critical for designing earthquake-resistant structures.

Earthquake Measurement: Seismologists use the Richter scale, a logarithmic scale, to measure the magnitude of earthquakes. An increase of one whole number on the scale represents a tenfold increase in the measured amplitude of the seismic waves, making logarithms essential for comparing the vast differences in energy released by small tremors and major quakes.

Sound Engineering: In acoustics and audio engineering, the decibel (dB) scale measures sound intensity. Because the human ear perceives sound loudness logarithmically, this scale provides a more intuitive way to represent sound levels, from a quiet whisper to a loud jet engine, compressing a huge range of physical intensities into a manageable numerical scale.

Star Brightness: Astronomers measure the brightness of stars using the apparent magnitude scale, which is logarithmic. A difference of 5 magnitudes corresponds to a factor of 100 in brightness. This system allows for a standardized way to classify and compare the luminosity of celestial objects across immense distances.

📚

Types and Classifications

TypeFormDescription
Simple Form`log_a(x) = k`The most basic type, solved by converting to exponential form `x = a^k`.
Same Base`log_a(f(x)) = log_a(g(x))`Solved by using the one-to-one property to equate the arguments: `f(x) = g(x)`.
Combined Terms`log_a(f(x)) ± log_a(g(x)) = k`Requires using the product or quotient rule to combine terms into a single logarithm before solving.
Quadratic in Form`A(log_a(x))² + B(log_a(x)) + C = 0`Solved by substituting `u = log_a(x)` to create a standard quadratic equation in `u`.
Natural Logarithm`ln(x) = k`A special case with base `e`. Solved by converting to `x = e^k`.
Common Logarithm`log(x) = k`A special case with base 10. Solved by converting to `x = 10^k`.
⚠️

Common Mistakes

⚠️ Forgetting to check for extraneous solutions. Always substitute your final answer back into the original equation to ensure all logarithm arguments are positive. A solution that is mathematically correct but violates the domain is invalid.
⚠️ Incorrectly applying properties, such as writing `log(x + y)` as `log(x) + log(y)`, which is incorrect. The product rule only applies to the logarithm of a product: `log(xy) = log(x) + log(y)`.
⚠️ Incorrectly simplifying quotients. A common error is treating `log(x)/log(y)` as `log(x - y)`. The correct quotient rule is `log(x/y) = log(x) - log(y)`. The expression `log(x)/log(y)` relates to the change of base formula.
🚀

Study Strategy

1 📖 Build Your Foundation
  • Review the 'Definition of a Logarithmic Equation' to distinguish it from its exponential counterpart.
  • Study the 'Conceptual Diagram' to visualize the inverse relationship between logarithms and exponents.
  • Understand the domain restrictions by reviewing the 'Mathematical Properties' section.
  • Examine the 'Types and Classifications' to recognize the different forms logarithmic equations can take.
2 🧠 Memorize Key Properties
  • Write down the Product, Quotient, and Power rules from the 'Key Formulas and Properties' section until you can do it from memory.
  • Actively recall the change of base formula and when it is necessary to use.
  • Understand the logic behind the 'Proof of the Product Rule' to deepen your memory of the formula.
  • Create flashcards for each property and the condition under which it applies.
3 ✏️ Practice with Examples
  • Cover the solution to the 'Worked Example', solve it yourself, and then compare your steps.
  • Actively check for extraneous solutions in your practice problems, a point highlighted in 'Common Mistakes'.
  • Solve equations that require combining multiple properties, such as using the product and power rules in the same problem.
  • Practice converting equations between logarithmic and exponential forms to solve for the variable.
4 🌍 Apply to Real-World Scenarios
  • Read the 'Applications' section and identify which property is used to solve problems like Richter scale or pH level calculations.
  • Analyze the 'Real-World Scenarios' to practice translating word problems into logarithmic equations.
  • Try to formulate your own problem based on the 'Real-World Examples', such as calculating sound intensity in decibels.
  • Explain to a peer how logarithms are used to model phenomena like population growth or radioactive decay.
Mastering logarithmic equations is achievable by building a strong foundation, practicing consistently, and connecting the math to the world around you.

Frequently Asked Questions

×

×