One question
Define: means exactly the same thing as .
That is the entire definition. The logarithm is exponentiation run in reverse. You have a base , ; you have a target output ; and is the exponent that gets you there.
Examples:
- because .
- because .
- because (any base to the power 0 is 1).
- because .
Practice this conversion until it's reflexive. Given any , write . Given , write .
Domain. is only defined for . You cannot take a log of zero or a negative number in , and trying to do so is not a grey area — it's simply undefined. Why? Because for all — the exponential is always positive. Since the log asks "what exponent does need," and never reaches or negative, those targets have no answer. None. Zero. Write it down.
Deriving the log laws from exponent laws
Every log law is an exponent law in disguise. I will prove each one.
Notation first. Write and . By definition, and .
Product law
Proof. (exponent law: multiply = add exponents). Translating back: . The product law for logs IS the exponent addition law, read backwards.
Quotient law
Proof. . So . Same move.
Power law
Proof. . So .
Summary. Log of a product = sum of logs. Log of a quotient = difference of logs. Log of a power = power times log. None of these are rules you received from the sky — they are the exponent laws (add, subtract, multiply exponents) expressed in log language, and every single one of them is derivable from scratch in under thirty seconds. If you find yourself memorizing them instead of deriving them, something has gone wrong in the lab.
Change of base
You want but your calculator only has or . Here's the formula:
Proof. Let . By definition, . Take the natural log of both sides: . Apply the power law: . Solve: .
The base you convert to is irrelevant; the ratio is the same in any base.
The natural log
, where is the natural base from the Exponential Functions lesson. The reason is called "natural" is that the rate-of-change formula for is exactly — unique among all exponential functions. The natural log inherits this naturality: and . These are just the inverse-function identities, which the next lesson will formalize.
Solving exponential equations
Method. To solve : take of both sides (or take if change-of-base is convenient).
Example: .
Solving log equations: domain checks are mandatory. The equation looks straightforward until you remember that logs require positive arguments.
Step 1: combine using the product law: . Step 2: convert to exponential: . Step 3: solve: . Candidates: or . Step 4: domain check. must satisfy AND , i.e. . Only survives. Answer: .
The is an extraneous solution — a phantom that algebra invented while you weren't watching, a lying bastard produced by squaring (hidden in ). Always check. Always. This is not optional. The domain check is mandatory every single time you solve a log equation and I will not tell you again.
Logarithms measure orders of magnitude
Richter scale, decibels, pH — all logarithmic. Why? Because logarithms compress enormous ranges into manageable numbers. An earthquake of magnitude 7 releases about times the energy of magnitude 6, and 100 times that of magnitude 5. The log scale turns the multiplicative structure (each step is ) into an additive structure (each step is ). This is the product law in action: the log of a product is a sum.
Every time you see "the scale spans many orders of magnitude," logarithms are the right measurement tool. Every time. Full stop. Reach for the damn log.