Logarithmic Functions
Understand the definition of logarithms, master the log laws, and learn to solve logarithmic equations.
What is a Logarithm?
A logarithm is the inverse of an exponential function. It answers the question: "What power must I raise the base to in order to get this number?"
If by = x, then logb(x) = y
Read: "log base b of x equals y"
The exponential and logarithmic forms are equivalent statements. You can convert between them freely:
Exponential Form
23 = 8
Logarithmic Form
log2(8) = 3
Common bases: log10(x) is written as log(x) (common log) and loge(x) is written as ln(x) (natural log), where e ≈ 2.718.
Logarithm Laws
These laws are essential for simplifying and solving logarithmic expressions:
Special Values
logb(1) = 0
because b0 = 1
logb(b) = 1
because b1 = b
blogb(x) = x
log and exponential undo each other
Solving Logarithmic Equations
Common strategies for solving equations involving logarithms:
- Convert to exponential form: If logb(x) = k, then x = bk.
- Use log laws to combine or simplify multiple log terms into one.
- If logb(A) = logb(B), then A = B (one-to-one property).
- Always check that your answer gives a positive argument for the log (since log of a non-positive number is undefined).
Domain restriction: logb(x) is only defined for x > 0. Always verify your solutions satisfy this condition.
Key Vocabulary
Logarithm
The inverse of exponentiation. logb(x) = y means by = x.
Common Logarithm
A logarithm with base 10, written as log(x) without a subscript.
Natural Logarithm
A logarithm with base e ≈ 2.718, written as ln(x).
Change of Base
A formula to convert between bases: logb(x) = log(x) / log(b). Useful for calculator evaluation.
Worked Examples
Evaluate log3(81).
Step 1: We need to find y such that 3y = 81.
Step 2: Since 34 = 81, we have y = 4.
Answer: log3(81) = 4.
Simplify log2(8) + log2(4).
Method 1 (Product Law): log2(8) + log2(4) = log2(8 × 4) = log2(32) = 5 (since 25 = 32).
Method 2 (Direct): log2(8) = 3 and log2(4) = 2, so 3 + 2 = 5.
Solve log5(2x - 1) = 2.
Step 1: Convert to exponential form: 5² = 2x - 1.
Step 2: 25 = 2x - 1, so 2x = 26, thus x = 13.
Step 3: Check: 2(13) - 1 = 25 > 0. ✓ (valid argument)
Answer: x = 13.
Knowledge Check
Select the correct answer for each question. Click "Check Answer" to see if you are right.
Question 1
What is log2(32)?
Question 2
Using log laws, simplify log(x³) - log(x).
Question 3
What is the value of log10(1)?
Question 4
Solve: log3(x) = 4.
Question 5
Which expression equals log2(5) using the change of base formula?
Key Concepts Summary
- ●A logarithm is the inverse of an exponential: if by = x, then logb(x) = y.
- ●The three key log laws are: product (log of a product = sum of logs), quotient (log of a quotient = difference of logs), and power (log of a power = power times log).
- ●logb(1) = 0 and logb(b) = 1 are fundamental identities.
- ●The change of base formula logb(x) = log(x)/log(b) allows calculator evaluation of any base.
- ●Logarithms are only defined for positive arguments — always check solutions.