Maths Formulae Algebra Logarithm

Logarithm Formulas – Properties and Simplification

Learn key logarithm formulas including log addition, subtraction, base change, and exponent rules. Critical for algebra...
🔑

Definition of a Logarithm

A logarithm is the inverse operation to exponentiation. The logarithm of a given number x is the exponent to which another fixed number, the base b, must be raised to produce that number x. It answers the question, "To what power must the base be raised to get the number?"

\[ \log_b(x) = y \iff b^y = x \]
Fundamental Definition

Where b is the base, y is the exponent, and x is the argument. The following conditions must be met:

  • The base b must be positive and not equal to 1 (b > 0, b ≠ 1).
  • The argument x must be positive (x > 0).
📋

Key Logarithm Formulas

\[ \log_b(xy) = \log_b(x) + \log_b(y) \]
Product Rule
\[ \log_b\left(\frac{x}{y}\right) = \log_b(x) - \log_b(y) \]
Quotient Rule
\[ \log_b(x^n) = n \log_b(x) \]
Power Rule
\[ \log_b(x) = \frac{\log_a(x)}{\log_a(b)} \]
Change of Base Formula
\[ b^{\log_b(x)} = x \text{ and } \log_b(b^x) = x \]
Inverse Properties
📈

Logarithmic Function Graph

x y logₐx (1,0) x=0 asymptote Log Laws logₐ(xy) = logₐx + logₐy logₐ(x/y) = logₐx − logₐy logₐ(xⁿ) = n·logₐx logₐa = 1, logₐ1 = 0
Logarithm logₐx is the inverse of aˣ. Passes through (1,0) with vertical asymptote at x=0. Laws: product→sum, quotient→difference, power→coefficient.

The graph of a logarithmic function y = log_b(x) has a characteristic shape. For a base b > 1, the graph increases slowly from negative infinity, passes through the point (1, 0), and continues to increase. For a base 0 < b < 1, the graph is a reflection across the x-axis and is decreasing. Key features include:

  • Domain: All positive real numbers (x > 0)
  • Range: All real numbers
  • X-intercept: Always at the point (1, 0)
  • Vertical Asymptote: The y-axis (the line x = 0)
⚙️

Properties of Logarithms

PropertyFormulaExplanation
Product Rule\( \log_b(N_1 N_2) = \log_b(N_1) + \log_b(N_2) \)The logarithm of a product is the sum of the logarithms of its factors.
Quotient Rule\( \log_b \left(\frac{N_1}{N_2}\right) = \log_b(N_1) - \log_b(N_2) \)The logarithm of a quotient is the difference of the logarithms.
Power Rule\( \log_b(N^{\alpha}) = \alpha \log_b N \)The logarithm of a number raised to an exponent is the exponent times the logarithm of the number.
Change of Base\( \log_a N = \frac{\log_b N}{\log_b a} \)Allows conversion from one logarithmic base to another.
Reciprocal Rule\( \log_b a = \frac{1}{\log_a b} \)Swapping the base and argument of a logarithm results in its reciprocal.
Log of 1\( \log_b 1 = 0 \)The logarithm of 1 to any valid base is always zero, since b⁰ = 1.
Log of Base\( \log_b b = 1 \)The logarithm of a number to the same base is always one, since b¹ = b.
🔍

Proof of the Product Rule

We can derive the product rule, \( \log_b(xy) = \log_b(x) + \log_b(y) \), from the laws of exponents.

Step 1: Let \( m = \log_b(x) \) and \( n = \log_b(y) \). Convert these logarithmic expressions into their equivalent exponential forms.

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

Step 2: Multiply x and y together.

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

Step 3: Apply the exponent rule for multiplication, which states that \( b^m \cdot b^n = b^{m+n} \).

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

Step 4: Convert this exponential equation back into logarithmic form.

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

Step 5: Substitute the original expressions for m and n back into the equation to arrive at the product rule.

\[ \log_b(xy) = \log_b(x) + \log_b(y) \]
🧮

Worked Example

Solve for x: `log₂(x) + log₂(x - 4) = 5`
  1. Apply the Product Rule to combine the logarithms on the left side: `log₂(x(x - 4)) = 5`.
  2. Convert the logarithmic equation to its equivalent exponential form: `x(x - 4) = 2⁵`.
  3. Simplify and expand the equation: `x² - 4x = 32`.
  4. Rearrange the terms to form a standard quadratic equation: `x² - 4x - 32 = 0`.
  5. Factor the quadratic equation: `(x - 8)(x + 4) = 0`.
  6. Identify the possible solutions for x: `x = 8` or `x = -4`.
  7. Check the solutions against the domain of the original logarithms. The argument of a logarithm must be positive. For `log₂(x)`, x must be > 0. For `log₂(x - 4)`, x must be > 4.
  8. The solution `x = -4` is invalid because it violates the domain constraints. The solution `x = 8` is valid.
The solution is x = 8.
🧮

Try It

🔬

Scientific and Technical Applications

Science & Research: Logarithms are fundamental to scales that measure wide-ranging quantities. Examples include the pH scale for acidity, the Richter scale for earthquake magnitude, and the stellar magnitude scale for brightness. They linearize exponential data, making trends easier to analyze.

Engineering & Signal Processing: The decibel (dB) scale, used to measure sound intensity and signal power, is logarithmic. This allows for a manageable representation of the vast range of human hearing and signal strengths. Logarithmic plots (Bode plots) are essential for analyzing the frequency response of electronic circuits and control systems.

Computer Science & Information Theory: The complexity of many algorithms, such as binary search, is expressed using logarithms (e.g., O(log n)). In information theory, entropy, which measures the uncertainty or information content, is calculated using logarithms, forming the basis for data compression algorithms.

Finance & Economics: Logarithms are used to model and analyze phenomena with exponential growth, such as compound interest and population growth. Logarithmic returns are often used in financial analysis because they are time-additive.

🌍

Real-World Examples

The hydrogen ion concentration [H⁺] of lemon juice is approximately 1 x 10⁻² moles per liter. Calculate its pH using the formula `pH = -log₁₀[H⁺]`.
  1. Substitute the given concentration into the formula: `pH = -log₁₀(1 × 10⁻²)`.
  2. Use the logarithm power rule `log(a^b) = b * log(a)`: `pH = -(-2 * log₁₀(10))`.
  3. Since `log₁₀(10) = 1`, the equation simplifies to `pH = -(-2 * 1)`.
The pH of lemon juice is 2.
A sound's measured power (P) is 100,000 times the reference power (P₀). Calculate the sound level in decibels (dB) using the formula `dB = 10 * log₁₀(P/P₀)`.
  1. Find the ratio P/P₀: `100,000 / 1 = 10⁵`.
  2. Substitute the ratio into the formula: `dB = 10 * log₁₀(10⁵)`.
  3. Apply the power rule: `dB = 10 * 5 * log₁₀(10)`.
  4. Since `log₁₀(10) = 1`, simplify the expression: `dB = 10 * 5`.
The sound level is 50 dB.
An initial investment of $1000 grows to $2000. If the growth is modeled by `A = P * e^(rt)`, where P is the principal and A is the final amount, how many 'doubling times' have passed in terms of `rt`? Solve for `rt`.
  1. Set up the equation: `2000 = 1000 * e^(rt)`.
  2. Divide both sides by 1000: `2 = e^(rt)`.
  3. Take the natural logarithm (ln) of both sides to solve for the exponent: `ln(2) = ln(e^(rt))`.
  4. Using the inverse property `ln(e^x) = x`, we get `ln(2) = rt`.
The value of `rt` is `ln(2)`, which is approximately 0.693.
🏙️

Logarithms in the Real World

M = log₁₀(A/A₀) Richter scale
Richter Scale (Earthquake)
The Richter magnitude M=log₁₀(A/A₀) compresses a trillion-fold range of wave amplitudes into a 0–10 scale. Each unit increase means 10× more amplitude and ~31× more energy. Seismologists use log laws (log product→sum) to compare earthquakes across different measuring stations.
0 1 2 3 4 5 6 7 8 9 10 11 12 13 acid neutral base pH = −log₁₀[H⁺] pH scale (chemistry)
pH Scale (Chemistry)
pH = −log₁₀[H⁺] maps hydrogen ion concentration over 14 orders of magnitude onto a 0–14 scale. The log product law explains why mixing equal volumes of pH 3 and pH 5 acids doesn't give pH 4 — chemists must work in concentration, not pH, before applying logs.
50 25 75 log₂n comparisons binary search tree
Binary Search (O log n)
Binary search finds a target in a sorted list of n items in at most log₂(n) comparisons. The log change-of-base formula (logₐn = log₂n / log₂a) lets algorithm designers compare search efficiency across different branching factors (B-trees, hash tables, balanced BSTs).

Earthquake Measurement: The Richter scale uses a base-10 logarithm to measure the magnitude of earthquakes. This means a magnitude 6 earthquake has 10 times the shaking amplitude of a magnitude 5, and 100 times that of a magnitude 4. The logarithmic scale makes it possible to represent a vast range of energies on a simple numerical scale.

Music and Pitch: The perception of musical pitch is logarithmic. Each octave on a piano represents a doubling of frequency. The distance between notes (semitones) corresponds to a constant *ratio* of frequencies, not a constant difference. This logarithmic relationship is why musical scales sound harmonious to our ears.

Photography: The f-stop scale on a camera lens is logarithmic. Each 'stop' up (e.g., from f/2.8 to f/4) halves the amount of light entering the camera. This allows photographers to make consistent, predictable adjustments to exposure across a wide range of lighting conditions.

📚

Types of Logarithms

NotationNameBasePrimary Use
`log(x)`Common Logarithm10Scientific scales (pH, Richter), engineering, general computation
`ln(x)`Natural Logarithme ≈ 2.718Calculus, continuous growth models, physics, advanced mathematics
`log₂(x)`Binary Logarithm2Computer science, information theory, algorithm analysis
⚠️

Common Mistakes

⚠️ Incorrectly distributing a logarithm over a sum or difference. Remember that `log_b(x + y)` is NOT equal to `log_b(x) + log_b(y)`. The product rule applies to the logarithm of a product, not a sum.
⚠️ Forgetting domain restrictions. The argument of a logarithm must always be positive (`x > 0`). When solving equations, always check your final answers to ensure they don't result in taking the logarithm of zero or a negative number.
💡 Mixing up the change of base formula. The correct formula is `log_b(x) = log_a(x) / log_a(b)`. A common error is to flip the numerator and denominator.
🚀

Study Strategy

1 🤔 Grasp the Core Concept
  • Relate the definition `log_b(x) = y` to its exponential form `b^y = x` until you can switch between them instantly.
  • Study the Logarithmic Function Graph to visualize the relationship between the base and the curve's shape.
  • Clarify the distinction between common logarithms (base 10) and natural logarithms (base e).
  • Review the 'Common Mistakes' section to proactively avoid errors like misapplying the product rule to a sum.
2 🧠 Commit Formulas to Memory
  • Use flashcards to memorize the Product, Quotient, and Power rules from the 'Properties of Logarithms' section.
  • Practice writing the Change of Base formula from memory, as it is crucial for calculator use.
  • Internalize the identity rules: `log_b(1) = 0` and `log_b(b) = 1`.
  • Walk through the 'Proof of the Product Rule' to understand the logic behind the formula, which aids memorization.
3 ✍️ Solve and Simplify
  • Replicate the 'Worked Example' without looking at the solution, then compare your steps.
  • Practice expanding expressions like `log(x^2 * y / z)` into multiple terms.
  • Practice condensing multiple terms like `2log(a) - log(b)` back into a single logarithm.
  • Solve logarithmic equations for a variable, focusing on isolating the logarithm and converting to exponential form.
4 🌍 Connect to the Real World
  • Explain how the Richter scale or pH scale, from the 'Real-World Examples', uses a logarithmic base to manage large-scale numbers.
  • Solve a word problem involving decibel levels to see the power rule in a practical context.
  • Analyze a compound interest problem from the 'Scientific and Technical Applications' to see how logarithms solve for time.
  • Find and solve one application problem involving logarithms in finance, chemistry, or physics not listed on the formula page.
By systematically understanding, memorizing, practicing, and applying, you can master logarithms and unlock their power in diverse fields.

Frequently Asked Questions

×

×