67 total
By the end of these notes, you will be able to:
Before we dive into the laws, make sure you remember what a logarithm actually means.
log_a(x) = y means the same thing as a^y = x
Example: log₂(8) = 3 because 2³ = 8
Two bases are used so often that they have their own shorthand:
| Notation | Meaning | Called |
|---|---|---|
| lg x | log₁₀(x) — logarithm with base 10 | Common logarithm |
| ln x | logₑ(x) — logarithm with base e (≈ 2.718) | Natural logarithm |
These two results are true for any base a (where a > 0 and a ≠ 1):
Why? Because a¹ = a. You raise the base to the power 1 to get the base itself.
Examples:
Why? Because a⁰ = 1. Any number raised to the power 0 equals 1.
Examples:
These are the most important rules. Learn them, understand what they mean, and practise using them.
loga(xy)=loga(x)+loga(y)
In plain English: The log of a product (two things multiplied) equals the sum of their individual logs.
Example: lg(100×5)=lg(100)+lg(5)=2+lg(5)
Another example: log2(4×8)=log2(4)+log2(8)=2+3=5 Check: log₂(32) = 5 ✓ (because 2⁵ = 32)
Tip: This law also works in reverse — if you see two logs being added, you can combine them into one log by multiplying the arguments.
loga(x)+loga(y)=loga(xy)
Sign in to view full notes