Logarithm

Functions
definition

Also known as: log, logarithms

Grade 9-12

View on concept map

The logarithm \log_b(x) answers: "to what power must b be raised to produce x? Undoes exponentials, measures orders of magnitude, appears in complexity analysis.

This concept is covered in depth in our understanding logarithms step by step, with worked examples, practice problems, and common mistakes.

Definition

The logarithm \log_b(x) answers: "to what power must b be raised to produce x?" It is the inverse function of f(x) = b^x.

๐Ÿ’ก Intuition

The exponent that produces a number. \log_2(8) = 3 because 2^3 = 8.

๐ŸŽฏ Core Idea

Logarithms turn multiplication into addition: \log(ab) = \log(a) + \log(b).

Example

\log_{10}(1000) = 3 (because 10^3 = 1000).
\log_2(16) = 4 (because 2^4 = 16).

Formula

b^y = x \implies \log_b(x) = y

Notation

\log_b(x) denotes the logarithm base b of x. \log usually means \log_{10}; \ln means \log_e.

๐ŸŒŸ Why It Matters

Undoes exponentials, measures orders of magnitude, appears in complexity analysis.

๐Ÿ’ญ Hint When Stuck

Rewrite the log as a question: log base b of x means 'b to what power equals x?' Then guess and check.

Formal View

\log_b\colon (0,\infty) \to \mathbb{R} defined by \log_b(x) = y \iff b^y = x, where b > 0,\; b \neq 1

๐Ÿšง Common Stuck Point

\log without a base usually means \log_{10} (common) or \log_e (natural).

โš ๏ธ Common Mistakes

  • Thinking \log(a + b) = \log(a) + \log(b) โ€” the log of a sum is NOT the sum of logs; only \log(ab) = \log(a) + \log(b)
  • Confusing \ln and \log โ€” \ln is always base e; \log is usually base 10 (or context-dependent)
  • Forgetting that \log(0) and \log(\text{negative}) are undefined for real numbers

Frequently Asked Questions

What is Logarithm in Math?

The logarithm \log_b(x) answers: "to what power must b be raised to produce x?" It is the inverse function of f(x) = b^x.

Why is Logarithm important?

Undoes exponentials, measures orders of magnitude, appears in complexity analysis.

What do students usually get wrong about Logarithm?

\log without a base usually means \log_{10} (common) or \log_e (natural).

What should I learn before Logarithm?

Before studying Logarithm, you should understand: exponential function, inverse function.

How Logarithm Connects to Other Ideas

To understand logarithm, you should first be comfortable with exponential function and inverse function. Once you have a solid grasp of logarithm, you can move on to natural logarithm.

Want the Full Guide?

This concept is explained step by step in our complete guide:

Exponents and Logarithms: Rules, Proofs, and Applications โ†’

Visualization

Static

Visual representation of Logarithm