Understanding logarithms: a friendly guide for HL AA students
For many of my IB HL AA students, logarithms often feel like a sudden detour into an abstract world. We spend so much time building foundational skills in algebra, functions, and calculus, and then logarithms appear, seemingly out of nowhere, demanding a new way of thinking about numbers. I've found that the initial hurdle isn't the mechanics of logarithms themselves, but rather understanding *what they are* and *why they exist*. In my classroom, I emphasize that logarithms are not some exotic mathematical concept, but simply another way to express exponential relationships.
My goal with this guide is to demystify logarithms for you. We'll explore their fundamental definition, delve into the essential rules, and look at how they apply specifically to the IB HL AA curriculum. If you’ve ever stared at an equation involving $\log$ and felt a blank, this guide is for you. We'll approach this topic from the ground up, just like I do with my own students, focusing on clarity and practical application.
What is a Logarithm, Really?
Let's strip away the intimidation. In my classroom, I start by asking students, "What is an exponent?" They usually respond with something like "$x^n$" or "repeated multiplication." Then I present a simple exponential equation: $2^x = 8$. Most students can quickly tell me that $x=3$. I then ask, "How did you find that $x$?" The answer is usually, "I just knew it," or "I thought about what power of $2$ gives $8$." That "what power" question is the very essence of a logarithm.
A logarithm is simply the inverse operation of exponentiation. If we have an equation $b^y = x$, then the logarithm tells us the exponent $y$. We write this as $\log_b(x) = y$. So, in our example, $2^3 = 8$ can be rewritten as $\log_2(8) = 3$. The base of the logarithm, $b$, is the same base as the exponent. The argument of the logarithm, $x$, is the result of the exponentiation. The value of the logarithm, $y$, is the exponent itself.
Think of it like this: If $x+5=10$, we use subtraction to find $x$. If $5x=10$, we use division. If $x^2=10$, we use a square root. If $2^x=10$, we use a logarithm. Each is an inverse operation designed to "undo" another operation and find an unknown value.
Common Logarithm Bases in IB HL AA
In IB HL AA, you'll primarily encounter two special bases:
- Base 10: The Common Logarithm. When you see $\log(x)$ without a specified base, it's usually implied to be base 10. That is, $\log(x) \equiv \log_{10}(x)$. This is often used in science and engineering (e.g., pH scales, Richter scale).
- Base $e$: The Natural Logarithm. This is incredibly important in calculus and appears frequently in HL AA. It's denoted as $\ln(x)$. That is, $\ln(x) \equiv \log_e(x)$. The number $e$ (Euler's number) is an irrational constant approximately equal to $2.71828$. Just like $\pi$, it’s a fundamental mathematical constant.
Understanding these two bases is critical. When solving problems, I often see students get confused about when to use $\log$ versus $\ln$. The rule of thumb is: use the base that makes the problem simplest. If you're dealing with powers of $10$, use base $10$. If you're dealing with $e^x$ or problems involving continuous growth/decay, $\ln$ is your go-to.
The Essential Logarithm Rules (Log Laws)
Just like exponents have rules for multiplication, division, and powers, so do logarithms. These "log laws" are absolutely essential for manipulating and solving logarithmic equations. I tell my students to memorize these laws and be able to apply them forwards and backwards, without hesitation.
Let $b > 0$, $b \neq 1$, and $x, y > 0$. Also, let $k$ be any real number.
- Product Rule: $\log_b(xy) = \log_b(x) + \log_b(y)$
In my classroom, I explain this as "multiplication inside the log becomes addition outside the log." - Quotient Rule: $\log_b\left(\frac{x}{y}\right) = \log_b(x) - \log_b(y)$
Similarly, "division inside the log becomes subtraction outside the log." - Power Rule: $\log_b(x^k) = k \log_b(x)$
This is perhaps the most powerful rule for solving equations, allowing us to bring an exponent down as a coefficient. - Change of Base Formula: $\log_b(x) = \frac{\log_c(x)}{\log_c(b)}$
This rule is invaluable when you need to convert a logarithm of an unfamiliar base to a base your calculator can handle (usually base 10 or base $e$). For example, $\log_2(7)$ can be found as $\frac{\ln(7)}{\ln(2)}$.
There are also a few specific properties that derive directly from the definition:
- $\log_b(b) = 1$ (because $b^1 = b$)
- $\log_b(1) = 0$ (because $b^0 = 1$)
- $b^{\log_b(x)} = x$ (because exponentiation and logarithms are inverse operations)
Working through practice problems is key here. I highly recommend checking out some of the exercises in our IB Maths Notes, especially those covering algebraic manipulation of logarithms. The more you apply these laws, the more intuitive they become.
Solving Logarithmic and Exponential Equations
The ability to solve equations involving logarithms and exponents is central to many HL AA topics, from functions to calculus applications. Here's my approach to guiding students through these types of problems:
Solving Exponential Equations
When you have an equation where the variable is in the exponent (e.g., $3^{2x-1} = 50$), the goal is to isolate the exponential term and then "undo" the exponentiation using logarithms. My students often forget that you can take the logarithm of both sides of an equation, just like you can add or multiply on both sides.
Here's the general process:
- Isolate the exponential term.
- Take the logarithm of both sides. You can choose any base, but usually $\ln$ or $\log_{10}$ are most convenient because your calculator has these buttons. If the base of your exponential is $e$, then taking $\ln$ on both sides is the most efficient.
- Use the power rule to bring the exponent down.
- Solve for the variable using basic algebra.
Example: Solve $5^{x+2} = 17$
$\ln(5^{x+2}) = \ln(17)$
$(x+2)\ln(5) = \ln(17)$
$x+2 = \frac{\ln(17)}{\ln(5)}$
$x = \frac{\ln(17)}{\ln(5)} - 2$
This is a precise answer. If the question asks for a decimal approximation, then you'd use your calculator at the final step.
Solving Logarithmic Equations
When the variable is inside a logarithm (e.g., $\log_2(x-3) = 4$), the goal is to isolate the logarithm and then "undo" it using exponentiation. Again, remembering the fundamental definition is key.
General process:
- Combine any logarithmic terms using the log laws (e.g., product or quotient rule) so you have a single logarithm on one side of the equation.
- Isolate the single logarithmic term.
- Convert the logarithmic equation to its equivalent exponential form using the definition $\log_b(x) = y \iff b^y = x$.
- Solve for the variable using basic algebra.
- Crucially: Check your solutions! The argument of a logarithm must always be positive. If your solution makes the argument negative or zero, it's an extraneous solution and must be discarded.
Example: Solve $\log(x) + \log(x-3) = 1$
This is assumed to be base 10.
$\log(x(x-3)) = 1$
$x(x-3) = 10^1$
$x^2 - 3x = 10$
$x^2 - 3x - 10 = 0$
$(x-5)(x+2) = 0$
$x=5$ or $x=-2$
Now, check the solutions: For $x=5$: $\log(5) + \log(5-3) = \log(5) + \log(2)$. Both arguments are positive, so $x=5$ is a valid solution. For $x=-2$: $\log(-2) + \log(-2-3) = \log(-2) + \log(-5)$. Both arguments are negative, which is undefined for real logarithms. So $x=-2$ is an extraneous solution.
Therefore, the only valid solution is $x=5$. This step of checking solutions is a common pitfall for my students in exams, so make it a habit!
Graphical Interpretations and Transformations
In HL AA, understanding functions graphically is just as important as algebraically manipulating them. Logarithmic functions are reflections of exponential functions across the line $y=x$.
Consider the exponential function $y = b^x$ and its inverse, the logarithmic function $y = \log_b(x)$.
- The domain of $y = b^x$ is all real numbers, and its range is $y > 0$.
- The domain of $y = \log_b(x)$ is $x > 0$, and its range is all real numbers. This is why we must always check that the argument of a logarithm is positive when solving equations.
- Exponential functions have a horizontal asymptote (e.g., $y=0$ for $y=b^x$). Logarithmic functions have a vertical asymptote (e.g., $x=0$ for $y=\log_b(x)$).
- Both functions pass through specific points: $y=b^x$ passes through $(0,1)$ and $(1,b)$. $y=\log_b(x)$ passes through $(1,0)$ and $(b,1)$.
You'll also need to be comfortable with transformations of logarithmic functions, just like any other function. If you have $y = a \log_b(x-h) + k$, remember:
- $a$ causes a vertical stretch/compression and reflection across the x-axis.
- $h$ causes a horizontal shift (left if $h>0$, right if $h<0$ in the form $(x-h)$). This directly impacts the vertical asymptote, moving it from $x=0$ to $x=h$.
- $k$ causes a vertical shift (up if $k>0$, down if $k<0$).
Practice sketching these transformations. It's a key skill for Paper 1 (non-calculator) questions in HL AA. For more help on functions and transformations, you might find our Complete Guide to the TI-Nspire CG50 useful for graphing and visualising.
Next Steps for Mastering Logarithms
Mastering logarithms for IB HL AA isn't about rote memorization; it's about deep understanding and consistent practice. Remember the fundamental definition, internalize the log laws, and practice solving both exponential and logarithmic equations. Pay close attention to domain restrictions and the process of checking your solutions.
My advice to all my students is to work through a variety of problems. Don't just do the easy ones; challenge yourself with more complex equations that require combining multiple log laws or dealing with multiple exponential terms. If you're looking for more practice, our Paper 1 SL AA resources and Paper 2 SL AI resources contain problems that, while aimed at SL, will provide a solid foundation for HL too, particularly for calculator-based questions. Consistent revision, perhaps with some dedicated flashcards, will solidify these concepts. Good luck, and remember, you've got this!
Want to actually drill this?
Every IB Maths topic on this page has a full practice engine at ibmathrevision.com — with AI grading trained on real IB mark schemes.
Get access →