# Exponentials and Logarithms (Edexcel IAL P3)

> Edexcel International A-Level Mathematics · IAL P3
> Source: https://www.owlsprep.com/study/edexcel-ial-math-p3-exponentials-and-logarithms/

This guide covers all Edexcel IAL P3 exponential and logarithm content, including transformed exponential graphs, natural log inverse relationships, solving base-e equations, and log-linear parameter estimation, aligned to the 2018 specification.

**Prerequisites:** [Knowledge of P2 log laws and inverse functions](https://www.owlsprep.com/study/edexcel-ial-math-p2-logarithms/); [Ability to plot and interpret straight line graphs $y=mx+c$](https://www.owlsprep.com/study/edexcel-ial-math-p1-straight-line-graphs/)

## Learning objectives

- Sketch and interpret graphs of $y=e^{ax+b}+c$ and $y=\ln  x$
- Solve equations of the form $e^{ax+b}=p$ and $\ln (ax+b)=q$
- Construct and interpret log-linear graphs for $y=ax^n$ and $y=kb^x$ models
- Estimate parameters a, n, k, b from log-linear plots

## The Natural Exponential Function $e^x$

**Natural Exponential Function** — Exponential function with base $e \approx 2.718$, where the gradient of the graph at any point equals the value of the function at that point. It is strictly increasing for all real $x$.

*Notation:* $e^x$ or $\exp(x)$

*Example:* $e^0 = 1$, $e^1 \approx 2.718$

You will need to sketch and interpret transformed exponential functions of the form $y = e^{ax+b} + c$, where $a, b, c$ are constants. Key features to identify include: the y-intercept (set $x=0$), horizontal asymptote (as $x \to \pm\infty$, $e^{ax+b}$ tends to 0, so $y \to c$), and monotonicity (increasing if $a>0$, decreasing if $a<0$).

**Worked example:** Sketch the graph of $y = 2e^{3x-1} - 4$, labelling all intercepts and asymptotes.

1. 1. Find the horizontal asymptote: as $x \to -\infty$, $e^{3x-1} \to 0$, so $y \to -4$. Asymptote: $y=-4$
2. 2. Find y-intercept (set $x=0$):

   $$y=2e^{-1} -4 \approx 2(0.3679) -4 = -3.26 \text{ (3 sf)}$$
3. 3. Find x-intercept (set $y=0$):

   $$2e^{3x-1} -4 = 0 \implies e^{3x-1}=2 \implies 3x-1 = \ln  2 \implies x = \frac{\ln  2 + 1}{3} \approx 0.564 \text{ (3 sf)}$$
4. 4. Since $a=3>0$, the graph is strictly increasing, starting close to $y=-4$ for negative $x$, rising through the intercepts, and increasing without bound as $x$ increases.

> **Exam tip:** Always label asymptotes with their full equation, not just a dashed line, and give intercept values to 3 significant figures unless told otherwise.

*Calculator:* allowed

## The Natural Logarithm Function $\ln  x$

**Natural Logarithm** — Inverse function of the natural exponential $e^x$, so $\ln (e^x) = x$ for all real $x$, and $e^{\ln  x} = x$ for $x>0$. It is only defined for positive $x$, with a vertical asymptote at $x=0$.

*Notation:* $\ln  x$

*Example:* $\ln  1 = 0$, $\ln  e = 1$

You are required to solve equations of the form $e^{ax+b}=p$ and $\ln (ax+b)=q$, using the inverse relationship between $e^x$ and $\ln  x$. Always check your solutions are valid: for $\ln (ax+b)=q$, the argument $ax+b$ must be positive.

**Worked example:** Solve (a) $5e^{2x-3} = 12$, (b) $3\ln (4x+1) = 9$, giving your answers to 3 significant figures.

1. Part (a): Isolate the exponential term:

   $$e^{2x-3} = \frac{12}{5} = 2.4$$
2. Take natural log of both sides:

   $$2x - 3 = \ln (2.4)$$
3. Rearrange for x:

   $$x = \frac{\ln (2.4) + 3}{2} \approx \frac{0.8755 + 3}{2} = 1.94 \text{ (3 sf)}$$
4. Part (b): Isolate the log term:

   $$\ln (4x+1) = 3$$
5. Exponentiate both sides using base e:

   $$4x + 1 = e^3$$
6. Check validity: $e^3 \approx 20.085 > 0$, so solution is valid. Rearrange for x:

   $$x = \frac{e^3 - 1}{4} \approx \frac{20.085 -1}{4} = 4.77 \text{ (3 sf)}$$

> **Exam tip:** Always substitute your solution back into the original log expression to confirm the argument is positive, as invalid solutions will lose marks.

*Calculator:* allowed

## Log-Linear Graphs for Parameter Estimation

Many real-world non-linear relationships can be linearised using logarithms, allowing you to estimate unknown parameters using a straight line graph of form $Y = mX + c$, where $m$ is the gradient and $c$ is the y-intercept. Two common models are tested in P3: $y=ax^n$ and $y=kb^x$.

| Model | Log Transformation | Y Axis | X Axis | Gradient ($m$) | Y-Intercept ($c$) |
| --- | --- | --- | --- | --- | --- |
| $y = ax^n$ | $\log_{10} y = \log_{10} a + n \log_{10} x$ | $\log_{10} y$ | $\log_{10} x$ | $n$ | $\log_{10} a$ |
| $y = kb^x$ | $\log_{10} y = \log_{10} k + x \log_{10} b$ | $\log_{10} y$ | $x$ | $\log_{10} b$ | $\log_{10} k$ |

**Worked example:** The relationship between variables $x$ and $y$ is modelled by $y = kb^x$. Experimental data gives: $x=1, y=12$; $x=3, y=43.2$. Estimate $k$ and $b$ to 2 significant figures.

1. 1. Calculate base-10 log y values for each data point:

   $$x=1: \log_{10} 12 \approx 1.079; x=3: \log_{10} 43.2 \approx 1.635$$
2. 2. Calculate gradient of the line between $(1, 1.079)$ and $(3, 1.635)$:

   $$m = \frac{1.635 - 1.079}{3 - 1} = 0.278 = \log_{10} b$$
3. 3. Solve for $b$:

   $$b = 10^{0.278} \approx 1.9 \text{ (2 sf)}$$
4. 4. Find intercept $c = \log_{10} k$ using the point $(1, 1.079)$:

   $$1.079 = 0.278(1) + c \implies c = 0.801 = \log_{10} k$$
5. 5. Solve for $k$:

   $$k = 10^{0.801} \approx 6.3 \text{ (2 sf)}$$
6. 6. Verify: $y = 6.3 \times 1.9^x$ gives $y \approx 12$ for $x=1$ and $y \approx 43.2$ for $x=3$, matching the experimental data.

> **Exam tip:** You can use either base 10 or natural logarithm for log-linear plots, but you must use the same base consistently for all calculations in a question. Edexcel accepts both bases as valid.

*Calculator:* allowed

## Common pitfalls

- **Wrong:** Forgetting the horizontal asymptote of $y=e^{ax+b}+c$ is $y=c$, not $y=0$
  - Why it fails: Students assume all exponential functions asymptote to 0, but vertical shifts change the asymptote value
  - Correct: For transformed exponentials, take the limit as $x \to -\infty$ (if $a>0$) to find the correct asymptote value $c$
- **Wrong:** Giving a solution for $\ln (ax+b)=q$ where $ax+b \leq 0$
  - Why it fails: Logarithms are only defined for positive arguments, so invalid solutions are not accepted
  - Correct: After solving, substitute back into the log argument to confirm it is positive, discard any invalid solutions
- **Wrong:** Mixing up axes for log-linear plots for $y=ax^n$ and $y=kb^x$
  - Why it fails: Swapping axes leads to incorrect gradient and intercept values, and thus wrong parameter estimates
  - Correct: Check the model: if $x$ is in the exponent, X-axis is $x$; if $x$ is raised to a power, X-axis is $\ln  x$
- **Wrong:** Forgetting to convert intercept/gradient from log form to original parameter values
  - Why it fails: The intercept of the log-linear plot is $\ln  a$ or $\ln  k$, not the parameter itself
  - Correct: After finding intercept $c$, calculate $a = 10^c$ (base 10) or $a = e^c$ (natural log) to get the actual parameter value
- **Wrong:** Using different log bases for gradient and intercept calculations in the same question
  - Why it fails: Inconsistent bases lead to incorrect parameter estimates that do not match the original model
  - Correct: Choose either base 10 or natural log at the start of the question, and use it for all log calculations

## Cheatsheet

| Concept | Key Rule / Formula | Exam Check |
| --- | --- | --- |
| $y=e^{ax+b}+c$ | Asymptote at $y=c$, y-intercept = $e^b + c$ | Label asymptote equation, give intercepts to 3 sf |
| Solve $e^{ax+b}=p$ | Take ln both sides: $ax+b = \ln  p$ | No real solution if $p \leq 0$ |
| Solve $\ln (ax+b)=q$ | Exponentiate both sides: $ax+b = e^q$ | Check $ax+b > 0$ to confirm valid solution |
| $y=ax^n$ log-linear plot | Plot $\ln  y$ vs $\ln  x$, gradient = $n$, intercept = $\ln  a$ | Convert intercept from log to get $a$ |
| $y=kb^x$ log-linear plot | Plot $\ln  y$ vs $x$, gradient = $\ln  b$, intercept = $\ln  k$ | Convert gradient and intercept from log to get $b$ and $k$ |

## What's next

Now that you have mastered P3 exponentials and logarithms, you can apply these skills to upcoming P3 topics including differentiation of exponential and log functions, and integration involving $e^x$ and $1/x$. Log-linear modelling is also frequently tested in Statistics 1 and 2 units for real-world data analysis. Make sure you practice past paper questions on this topic to familiarize yourself with exam phrasing and mark scheme expectations, as these questions are often worth 5+ marks each and are high-yield for scoring well in P3.

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/edexcel-ial-math-p3-exponentials-and-logarithms/
