BrightPath
Back to Course
Year 11 Maths

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:

Product Law logb(MN) = logb(M) + logb(N)
Quotient Law logb(M/N) = logb(M) - logb(N)
Power Law logb(Mk) = k · logb(M)
Change of Base logb(x) = log(x)/log(b)

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:

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

1

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.

2

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.

3

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

Exponential Functions Introduction to Calculus