Welcome to the World of Exponentials and Logarithms!

In this chapter, we are going to explore two of the most powerful tools in mathematics. Exponentials and Logarithms help us describe things that change very quickly—like the spread of a viral video, the growth of bacteria, or even how interest builds up in a bank account. Don't worry if these symbols look a bit strange at first; by the end of these notes, you’ll see that they are just two sides of the same coin!

1. Exponential Functions and the Number \(e\)

An exponential function is any function where the variable \(x\) is in the "attic" (the exponent). It looks like this: \(y = a^x\).

The Shape of the Graphs

The value of \(a\) (the base) determines what the graph looks like:

  • Exponential Growth (\(a > 1\)): The graph starts flat on the left and shoots up rapidly to the right. Think of it like a plane taking off.
  • Exponential Decay (\(0 < a < 1\)): The graph starts high on the left and flattens out to the right. Think of it like a cup of tea cooling down.

Quick Review: All graphs of the form \(y = a^x\) pass through the point (0, 1) because any number to the power of 0 is 1. They also have a horizontal asymptote at \(y = 0\) (the x-axis), meaning the curve gets closer and closer to the axis but never actually touches it.

The Special Number \(e\)

In A-Level maths, we use a special number called \(e\) (Euler's number), which is approximately \(2.718\). It is unique because the gradient (steepness) of the curve \(y = e^x\) is exactly equal to its \(y\)-value at any point!

Key Rule: If \(y = e^{kx}\), then the gradient is \(ke^{kx}\).
Example: If you have \(y = e^{3x}\), the gradient function is \(3e^{3x}\).

Key Takeaway: Exponential functions grow or decay at a rate proportional to their size. The bigger they get, the faster they grow!

2. Introduction to Logarithms

If exponentials are about "growing," logarithms are about "finding the power." A logarithm is simply the inverse (the opposite) of an exponential.

If \(a^x = n\), then \(\log_a n = x\).

Analogy: Think of the base as a "multiplying machine." The logarithm tells you how many times you had to use the machine to get your result.
Example: Since \(2^3 = 8\), we say \(\log_2 8 = 3\).

The Natural Logarithm (\(\ln\))

Just like \(e\) is our favorite exponential base, we have a favorite logarithm base: \(e\). We write \(\log_e x\) as \(\ln x\) (the natural log).

  • \(\ln x\) is the inverse of \(e^x\).
  • If \(e^x = 5\), then \(x = \ln 5\).
  • The graph of \(y = \ln x\) is a reflection of \(y = e^x\) across the line \(y = x\). It passes through (1, 0).

Did you know? Logarithms were originally invented by John Napier in the 17th century to help sailors and astronomers perform huge calculations by turning multiplication into simple addition!

3. The Laws of Logarithms

To solve tricky equations, you need to master the three main laws. Think of these as the "rules of the game":

  1. The Multiplication Law: \(\log_a x + \log_a y = \log_a (xy)\)
  2. The Division Law: \(\log_a x - \log_a y = \log_a (\frac{x}{y})\)
  3. The Power Law: \(\log_a (x^k) = k \log_a x\) (The "Drop the Power" rule!)

Important Note: \(\log_a a = 1\) because \(a^1 = a\). Also, \(\log_a 1 = 0\) because \(a^0 = 1\).

Common Mistake to Avoid: \(\log (x+y)\) is NOT the same as \(\log x + \log y\). The laws only work when you are adding/subtracting separate log terms!

4. Solving Equations

When the unknown variable \(x\) is stuck in the exponent, we "take logs" of both sides to bring it down.

Example: Solve \(3^x = 20\)

  1. Take \(\log\) of both sides: \(\log (3^x) = \log 20\)
  2. Use the Power Law to bring \(x\) down: \(x \log 3 = \log 20\)
  3. Divide to find \(x\): \(x = \frac{\log 20}{\log 3}\)
  4. Calculate: \(x \approx 2.73\)

Key Takeaway: Whenever \(x\) is in the exponent, logs are the "ladder" that helps you climb up and get it down.

5. Exponential Modelling

In the real world, we use the formula \(V = Ae^{kt}\) to model growth or decay.

  • \(A\) is the initial value (the value when time \(t = 0\)).
  • \(k\) is the growth constant. If \(k\) is positive, it’s growth; if \(k\) is negative, it’s decay.
  • \(t\) is usually time.

Example: A population of 500 rabbits triples every year.
At \(t=0\), \(P = 500\). This is your starting point!

Limitations of Models: Don't forget that real-world models have limits. A population of rabbits cannot grow forever because they will eventually run out of food or space. Always check if your answer makes "common sense."

6. Using Logarithms for Non-Linear Data

Sometimes we have data that follows a curve, but we want to turn it into a straight line so it's easier to analyze. We call this linearising the data.

Case 1: \(y = ax^n\)

If you take logs of both sides, you get:
\(\log y = \log (ax^n)\)
\(\log y = n \log x + \log a\)

This looks like the straight-line equation \(Y = mX + c\), where:

  • The vertical axis is \(\log y\)
  • The horizontal axis is \(\log x\)
  • The gradient is \(n\)
  • The y-intercept is \(\log a\)

Case 2: \(y = kb^x\)

Taking logs gives:
\(\log y = (\log b)x + \log k\)

In this case:

  • The vertical axis is \(\log y\)
  • The horizontal axis is just \(x\)
  • The gradient is \(\log b\)
  • The y-intercept is \(\log k\)

Quick Tip: Look at the axes of the graph provided in the exam. If both axes are logs, it's Case 1. If only the y-axis is a log, it's Case 2!

Summary Takeaway: By plotting logs, we can turn a complex curve into a simple straight line, allowing us to find missing constants easily.