Have you ever wondered how scientists measure the strength of a massive earthquake, or how musicians understand sound levels? The secret weapon behind these real-world measurements is logarithms. While logarithms might look intimidating on a classroom whiteboard, they are simply the inverse of indices. In this guide, we will break down the core laws of logarithms and show you exactly how they apply to everyday life.
1. What Exactly is a Logarithm?
In simple terms, a logarithm asks a basic question: "To what power must i raise a base number to get another number?"
If you understand indices, you already understand logarithms. Look at this simple relationship:
- Index Form: 102 = 100
- Logarithm Form: log10(100) = 2
Here, 10 is the base, 2 is the power (or log), and 100 is the number.
2. The Important Laws of Logarithms)(simplemethd11)
To solve exam questions easily, you need to master three fundamental laws. Let's look at them with simple examples:
The Product Law (Addition)
Formula: loga(X × Y) = logaX + logaY
Example: log10(10 × 100) = log1010 + log10100 = 1 + 2 = 3
The Quotient Law (Subtraction)
Formula: loga(X ÷ Y) = logaX - logaY
Example: log2(16 ÷ 4) = log216 - log24 = 4 - 2 = 2
The Power Law
Formula: loga(Xk) = k × logaX
Example: log10(103) = 3 × log1010 = 3 × 1 = 3
3. Real Life Application: The Richter Scale
We use a logarithmic scale to measure earthquakes because seismic waves vary drastically in size. A magnitude 6 earthquake isn't just one level higher than a magnitude 5 it actually releases roughly 32 times more energy! Logarithms allow scientists to turn massive, unmanageable numbers into a simple 1-to-10 scale that anyone can understand.
4. Step by Step Worked Example
Let's solve a typical exam problem together using our laws.
Problem: Simplify the expression: log1050 + log102
Solution Steps:
- Identify the operational sign, which is addition (+).
- Apply the Product Law, which tells us to multiply the numbers: 50 × 2.
- Rewrite the expression: log10(50 × 2) = log10100.
- Solve the final log: Since 102 = 100, log10100 = 2.
5. Common mistake to Avoid
Many students lose marks by confusing the laws. Keep these errors on your radar:
- Mistake: Thinking that log(X + Y) equals logX + logY. (It does not exist)
- Mistake: Forgetting that a logarithm without a written base usually means base 10.
6. Solving Equations with Mixed Bases
Problem: Solve for x in the equation: log2x + log4x = 6
Step by Step Solution:
- Identify the issue: The bases are different (base 2 and base 4). We must change them to the same base using the change of base formula:
logab = logcb / logca. - Convert base 4 to base 2:
log4x = log2x / log24. - Simplify the denominator: Since 22 = 4, we know that
log24 = 2. Therefore,log4x = (log2x) / 2or0.5 log2x. - Rewrite the original equation:
log2x + 0.5 log2x = 6. - Combine like terms:
1.5 log2x = 6. - Isolate the logarithm: Divide both sides by 1.5:
log2x = 6 / 1.5, which simplifies tolog2x = 4. - Convert to index form to find x:
x = 24. - Final Answer: x = 16.
7. Combining Index Laws with the Logarithmic Power Law( Brainimatic Series page)
Problem: Simplify completely without a calculator: loga(x3y2) - 2 loga(xy)
Step by Step Solution:
- Apply the Power Law to the second term: Move the multiplier 2 to the exponent position:
2 loga(xy) = loga((xy)2). - Apply index laws to expand the power:
(xy)2 = x2y2. The expression is now:loga(x3y2) - loga(x2y2). - Apply the Quotient Law: Because of the subtraction sign, change this into a single fraction:
loga (x3y2 / x2y2). - Cancel out common indices terms: The
y2terms cancel out completely, andx3 / x2simplifies down to justx1orx. - Final Answer: logax.
8. Solving Quadratic Equations Hidden in Indices
Problem: Solve for y using logarithms: 32y - 4(3y) + 3 = 0
Step-by-Step Solution:
- Use substitution to make it simpler: Let a temporary variable
k = 3y. This means32y = (3y)2 = k2. - Rewrite the equation as a quadratic equation:
k2 - 4k + 3 = 0. - Factorise the quadratic expression: Find two numbers that multiply to 3 and add to -4. Those numbers are -3 and -1. So,
(k - 3)(k - 1) = 0. - Solve for k: Either
k = 3ork = 1. - Substitute 3y back into the equation:
- Case 1:
3y = 3→ Since 3 is 31, then y = 1. - Case 2:
3y = 1→ According to index laws, any non-zero number raised to power 0 equals 1 (30 = 1), so y = 0.
- Case 1:
- Final Answer: y = 1 or y = 0.
9. Evaluation Using Fractional and Negative Indices
Problem: Evaluate the exact numerical value of: log5(1 / √5)
Step-by-Step Solution:
- Convert the square root to a fractional index: A square root is the same as raising a number to the power of a half. So,
√5 = 51/2. - Convert the fraction using a negative index: To lift the base out of the denominator, make the power negative:
1 / 51/2 = 5-1/2. - Rewrite the logarithm problem:
log5(5-1/2). - Apply the Power Law: Bring the exponent to the absolute front of the expression:
(-1/2) × log55. - Simplify the identity log: We know that any logarithm where the base and the number match equals 1 (
log55 = 1). - Calculate the final value:
-1/2 × 1 = -1/2. - Final Answer: -0.5 (or -1/2).
10. Solving Hard Equations Where Bases Do Not Match
Problem: Solve for x to 3 significant figures: 5x - 1 = 2x
Step-by-Step Solution:
- Take the log of both sides: Since the bases (5 and 2) can never be made equal using simple indices, introduce base 10 logarithms to both sides:
log(5x - 1) = log(2x). - Apply the Power Law to drop the exponents:
(x - 1) log 5 = x log 2. - Expand the left bracket:
x log 5 - log 5 = x log 2. - Group all terms with x on one side: Move
x log 2to the left andlog 5to the right:x log 5 - x log 2 = log 5. - Factorise out the common variable x:
x (log 5 - log 2) = log 5. - Apply the Quotient Law inside the bracket:
log 5 - log 2 = log(5/2) = log 2.5. The equation becomes:x log 2.5 = log 5. - Isolate x:
x = log 5 / log 2.5. - Use a calculator to evaluate:
x ≈ 0.69897 / 0.39794 ≈ 1.756. - Final Answer: x = 1.76 (to 3 s.f.).
Conclusion & Interactive Quiz
These complex problems show how powerful understanding basic index and logarithm laws can be. Now, let us see if you can tackle this final challenge question on your own:
Your Turn: Evaluate log232 + log3(1/9) without using a calculator.
Hint: Turn 32 into a base 2 index and 1/9 into a base 3 index first!
Type out your working steps and final answers in the comment box down below, and let's see who gets the correct answer first. That is how to evaluate some logarithms. To be an expert, visit this post often. We are here to help you solve mathematical problems, if you have any question please let us know.


0 Comments