Skip to content

Exponentials and Logarithms

Board Coverage

BoardPaperNotes
AQAPaper 1, 2Exponentials in P1; modelling, natural logs in P2
EdexcelP1, P2Similar split
OCR (A)Paper 1, 2Includes exe^x and lnx\ln x graphs
CIE (9709)P1, P2, P3Exponentials/logarithms in P1; further in P3

:::info The formula booklet gives the laws of logarithms and the derivatives of exe^x and lnx\ln x. You must know how to use them and where they come from. :::


1. The Number ee

1.1 Definition of ee

Definition. The number ee is defined by the limit

e=limn(1+1n)ne = \lim_{n\to\infty}\left(1+\frac{1}{n}\right)^n

To see that this limit converges, consider a sequence of values:

nn(1+1n)n\left(1+\frac{1}{n}\right)^n
12
22.25
102.5937…
1002.7048…
10002.7169…
100002.7181…
10610^62.71828…

The sequence is increasing and bounded above (by 3, as can be shown via the binomial theorem), so by The Monotone Convergence Theorem it converges. Its value is

e2.718281828459045...e \approx 2.718281828459045...

1.2 Alternative characterisations

The number ee can equivalently be characterised as the unique positive real number such that

ddxexx=0=1\frac{d}{dx}e^x \bigg|_{x=0} = 1

That is, the exponential function with base ee is its own derivative — the only exponential Function with this property. We prove this rigorously in the next section.

:::tip Tip limn(1+1/n)n\lim_{n\to\infty}(1+1/n)^n”, substitute a large value of nn (e.g., n=106n=10^6) and round Appropriately. :::


2. The Derivative of exe^x

2.1 Proof from the limit definition

Theorem. ddxex=ex\dfrac{d}{dx}e^x = e^x.

Proof. By the limit definition of the derivative:

ddxex=limh0ex+hexh=limh0ex(eh1)h=exlimh0eh1h\frac{d}{dx}e^x = \lim_{h\to 0}\frac{e^{x+h}-e^x}{h} = \lim_{h\to 0}\frac{e^x(e^h - 1)}{h} = e^x \cdot \lim_{h\to 0}\frac{e^h - 1}{h}

So we need to show that limh0eh1h=1\displaystyle\lim_{h\to 0}\frac{e^h - 1}{h} = 1.

Let eh1=te^h - 1 = tSo that h=ln(1+t)h = \ln(1+t). As h0h \to 0We have t0t \to 0. Then:

limh0eh1h=limt0LBtRB◆◆LBln(1+t)RB=limt0LB1RB◆◆LBln(1+t)tRB\lim_{h\to 0}\frac{e^h - 1}{h} = \lim_{t\to 0}\frac◆LB◆t◆RB◆◆LB◆\ln(1+t)◆RB◆ = \lim_{t\to 0}\frac◆LB◆1◆RB◆◆LB◆\frac{\ln(1+t)}{t}◆RB◆

We use the fundamental limit limt0LBln(1+t)RB◆◆LBtRB=1\displaystyle\lim_{t\to 0}\frac◆LB◆\ln(1+t)◆RB◆◆LB◆t◆RB◆ = 1 (which follows from The definition of lnx\ln x as the area under 1/u1/u from 11 to 1+t1+tPlus the squeeze theorem on 1/(1+t)ln(1+t)/t11/(1+t) \leq \ln(1+t)/t \leq 1). Therefore:

limh0eh1h=11=1\lim_{h\to 0}\frac{e^h - 1}{h} = \frac{1}{1} = 1

Hence ddxex=ex1=ex\dfrac{d}{dx}e^x = e^x \cdot 1 = e^x. \blacksquare

2.2 Derivative of axa^x

For a general base a>0a \gt 0:

ddxax=ddxexlna=(lna)exlna=axlna\frac{d}{dx}a^x = \frac{d}{dx}e^{x\ln a} = (\ln a)\, e^{x\ln a} = a^x \ln a

This follows immediately from the chain rule applied to exlnae^{x\ln a}.

:::caution Warning ddxxn=nxn1\frac{d}{dx}x^n = nx^{n-1} applies when the variable is in the base, not the exponent. :::

Intuition. The function exe^x is the unique function whose rate of change at any point equals Its value at that point. If a population of bacteria doubles every hour, its growth rate is Proportional to its current size — this is precisely the behaviour of ekte^{kt}. This is why ee Appears everywhere in nature: compound interest, radioactive decay, population dynamics, and cooling Are all governed by exponential functions.


3. Logarithms as Inverses of Exponentials

3.1 Definition

Definition. For a>0a \gt 0, a1a \neq 1The logarithm logax\log_a x is the inverse function of axa^x:

y=logax    ay=xy = \log_a x \iff a^y = x

The natural logarithm is the logarithm with base eeWritten lnx=logex\ln x = \log_e x.

3.2 Proof that alogax=xa^{\log_a x} = x and loga(ax)=x\log_a(a^x) = x

Theorem. For all a>0a \gt 0, a1a \neq 1And all x>0x \gt 0:

(i)alogax=x(ii)loga(ax)=x(\mathrm i)\quad a^{\log_a x} = x \qquad (\mathrm{ii})\quad \log_a(a^x) = x

Proof of (i). Let y=logaxy = \log_a x. By definition, ay=xa^y = x. Substituting y=logaxy = \log_a x: alogax=xa^{\log_a x} = x. \blacksquare

Proof of (ii). Let y=axy = a^x. Then logay=loga(ax)\log_a y = \log_a(a^x). By definition of the logarithm as Inverse, loga(ax)=x\log_a(a^x) = x. \blacksquare


4. Laws of Logarithms

4.1 Product law

Theorem. loga(xy)=logax+logay\log_a(xy) = \log_a x + \log_a y

Proof. Let p=logaxp = \log_a x and q=logayq = \log_a ySo ap=xa^p = x and aq=ya^q = y.

xy=apaq=ap+qxy = a^p \cdot a^q = a^{p+q}

Therefore loga(xy)=p+q=logax+logay\log_a(xy) = p + q = \log_a x + \log_a y. \blacksquare

4.2 Quotient law

Theorem. loga ⁣(xy)=logaxlogay\log_a\!\left(\dfrac{x}{y}\right) = \log_a x - \log_a y

Proof. Similarly, with ap=xa^p = x and aq=ya^q = y:

xy=apaq=apq\frac{x}{y} = \frac{a^p}{a^q} = a^{p-q}

Therefore loga(x/y)=pq=logaxlogay\log_a(x/y) = p - q = \log_a x - \log_a y. \blacksquare

4.3 Power law

Theorem. loga(xn)=nlogax\log_a(x^n) = n\log_a x

Proof. Let p=logaxp = \log_a xSo ap=xa^p = x. Then:

xn=(ap)n=apnx^n = (a^p)^n = a^{pn}

Therefore loga(xn)=pn=nlogax\log_a(x^n) = pn = n\log_a x. \blacksquare

:::caution Common errors:

  • loga(x+y)logax+logay\log_a(x+y) \neq \log_a x + \log_a y (you cannot split a log of a sum)
  • logax+logayloga(x+y)\log_a x + \log_a y \neq \log_a(x+y) (same mistake, reversed)
  • (logax)nnlogax(\log_a x)^n \neq n\log_a x (the power law applies to the argument, not the log itself) :::

5. Change of Base Formula

Theorem. For all a,b>0a, b \gt 0 with a,b1a, b \neq 1:

logab=LBlnbRB◆◆LBlnaRB=LBlog10bRB◆◆LBlog10aRB\log_a b = \frac◆LB◆\ln b◆RB◆◆LB◆\ln a◆RB◆ = \frac◆LB◆\log_{10} b◆RB◆◆LB◆\log_{10} a◆RB◆

Proof. Let y=logaby = \log_a b. Then ay=ba^y = b. Taking natural logarithms of both sides:

ln(ay)=lnb\ln(a^y) = \ln b ylna=lnby \ln a = \ln b y=LBlnbRB◆◆LBlnaRBy = \frac◆LB◆\ln b◆RB◆◆LB◆\ln a◆RB◆

Since y=logaby = \log_a bWe have logab=LBlnbRB◆◆LBlnaRB\log_a b = \dfrac◆LB◆\ln b◆RB◆◆LB◆\ln a◆RB◆. \blacksquare

:::tip Your calculator likely has log\log (base 10) and ln\ln (base ee) buttons, but not a general loga\log_a button. Use the change of base formula to compute logarithms in any base. :::

Intuition. The change of base formula tells us that logarithms in different bases are just Constant multiples of each other. If you think of logax\log_a x as “how many times do I need to use Base aa to reach xx?”, then logab/logac\log_a b / \log_a c tells you the ratio of the “number of steps” in Base aa to reach bb versus cc. The formula shows this ratio is independent of aa.


6. The Natural Logarithm as an Area

6.1 Integral definition

Definition. The natural logarithm function is defined by:

lnx=1x1tdt,x>0\ln x = \int_1^x \frac{1}{t}\, dt, \quad x > 0

This means lnx\ln x is the signed area under the curve y=1/ty = 1/t from t=1t = 1 to t=xt = x.

6.2 Properties from the definition

From this definition, several properties follow immediately:

  • ln1=0\ln 1 = 0 (the integral from 1 to 1 of any function is zero)
  • lnx<0\ln x \lt 0 for 0<x<10 \lt x \lt 1 (negative area when integrating backwards)
  • lnx>0\ln x \gt 0 for x>1x \gt 1 (positive area)
  • lnx\ln x is strictly increasing (the integrand 1/t>01/t \gt 0)

6.3 Derivative of lnx\ln x

ddxlnx=1x\frac{d}{dx}\ln x = \frac{1}{x}

This follows directly from the Fundamental Theorem of Calculus applied to the integral definition.

:::tip This integral definition is why lnx\ln x is called the “natural” logarithm — it arises from calculus, whereas log10\log_{10} is an artefact of our base-10 number system. :::

Intuition. Think of lnx\ln x as measuring “how much area does 1/t1/t sweep out from 1 to xx?”. Since 1/t1/t decreases as tt grows, each additional unit of xx contributes less area. This is why lnx\ln x grows so slowly — it takes e1022026e^{10} \approx 22026 to reach lnx=10\ln x = 10.


7. Solving Exponential Equations

7.1 Equations of the form ax=ba^x = b

Method. Take logarithms of both sides:

ax=b    xlna=lnb    x=LBlnbRB◆◆LBlnaRBa^x = b \implies x \ln a = \ln b \implies x = \frac◆LB◆\ln b◆RB◆◆LB◆\ln a◆RB◆

7.2 Equations of the form af(x)=bg(x)a^{f(x)} = b^{g(x)}

Take logarithms of both sides:

af(x)=bg(x)    f(x)lna=g(x)lnba^{f(x)} = b^{g(x)} \implies f(x)\ln a = g(x)\ln b

This gives an equation in xx that can often be solved algebraically.

Example. Solve 32x+1=5x23^{2x+1} = 5^{x-2}.

(2x+1)ln3=(x2)ln52xln3+ln3=xln52ln52xln3xln5=2ln5ln3X(2ln3ln5)=(2ln5+ln3)X=LB2ln5+ln3RB◆◆LBln52ln3RB\begin{aligned} (2x+1)\ln 3 &= (x-2)\ln 5 \\ 2x\ln 3 + \ln 3 &= x\ln 5 - 2\ln 5 \\ 2x\ln 3 - x\ln 5 &= -2\ln 5 - \ln 3 \\ X(2\ln 3 - \ln 5) &= -(2\ln 5 + \ln 3) \\ X &= \frac◆LB◆2\ln 5 + \ln 3◆RB◆◆LB◆\ln 5 - 2\ln 3◆RB◆ \end{aligned}

7.3 Equations reducible to quadratic form

Sometimes we can use a substitution. For example, e2x+3ex4=0e^{2x} + 3e^x - 4 = 0.

Let u=exu = e^x (note u>0u \gt 0). Then u2+3u4=0u^2 + 3u - 4 = 0Giving (u+4)(u1)=0(u+4)(u-1) = 0So u=1u = 1 (rejecting u=4u = -4). Hence ex=1e^x = 1Giving x=0x = 0.

:::caution When substituting u=axu = a^x or u=lnxu = \ln xAlways check the domain. For u=axu = a^x we Have u>0u \gt 0; for u=lnxu = \ln x we have x>0x \gt 0. Always reject invalid solutions. :::


8. Exponential Modelling

8.1 Exponential growth

A quantity NN grows exponentially when

N=N0ekt,k>0N = N_0 e^{kt}, \quad k > 0

Where N0N_0 is the initial quantity and kk is the growth constant.

The doubling time TdT_d satisfies N0ekTd=2N0N_0 e^{kT_d} = 2N_0So:

ekTd=2    Td=LBln2RB◆◆LBkRBe^{kT_d} = 2 \implies T_d = \frac◆LB◆\ln 2◆RB◆◆LB◆k◆RB◆

8.2 Exponential decay

N=N0ekt,k>0N = N_0 e^{-kt}, \quad k > 0

The half-life t1/2t_{1/2} satisfies N0ekt1/2=N02N_0 e^{-kt_{1/2}} = \frac{N_0}{2}So:

ekt1/2=12    t1/2=LBln2RB◆◆LBkRBe^{-kt_{1/2}} = \frac{1}{2} \implies t_{1/2} = \frac◆LB◆\ln 2◆RB◆◆LB◆k◆RB◆

8.3 General exponential model

In many applications, the model N=AbktN = A \cdot b^{kt} or N=AektN = A \cdot e^{kt} appears. Given two data Points, we can determine the parameters.

Example. A population is 500 at t=0t=0 and 2000 at t=6t=6 (hours). Assuming exponential growth N=N0ektN = N_0 e^{kt}:

N0=5002000=500e6k4=e6k6k=ln4=2ln2K=LBln2RB◆◆LB3RB\begin{aligned} N_0 &= 500 \\ 2000 &= 500 e^{6k} \\ 4 &= e^{6k} \\ 6k &= \ln 4 = 2\ln 2 \\ K &= \frac◆LB◆\ln 2◆RB◆◆LB◆3◆RB◆ \end{aligned}

Doubling time: Td=LBln2RB◆◆LBkRB=LBln2RB◆◆LBln2/3RB=3T_d = \dfrac◆LB◆\ln 2◆RB◆◆LB◆k◆RB◆ = \dfrac◆LB◆\ln 2◆RB◆◆LB◆\ln 2 / 3◆RB◆ = 3 hours.

:::tip In modelling questions, always:

  1. Identify the model (growth or decay)
  2. Use the initial condition to find one parameter
  3. Use a second data point to find the remaining parameter
  4. State the complete model before answering the question :::

9. Graphs of Exponential and Logarithmic Functions

9.1 Key features of y=exy = e^x

  • Domain: (,)(-\infty, \infty)Range: (0,)(0, \infty)
  • yy-intercept: (0,1)(0, 1)
  • Horizontal asymptote: y=0y = 0 (as xx \to -\infty)
  • Strictly increasing
  • Passes through (1,e)(1, e), (ln2,2)(\ln 2, 2)

9.2 Key features of y=lnxy = \ln x

  • Domain: (0,)(0, \infty)Range: (,)(-\infty, \infty)
  • xx-intercept: (1,0)(1, 0)
  • Vertical asymptote: x=0x = 0
  • Strictly increasing
  • Passes through (e,1)(e, 1), (2,ln2)(2, \ln 2)

9.3 Transformations

The graphs of y=exy = e^{-x} (reflection in yy-axis), y=ex+cy = e^{x} + c (vertical translation), and y=ln(xa)y = \ln(x-a) (horizontal translation) follow from standard transformation rules.

Intuition. The graphs of y=exy = e^x and y=lnxy = \ln x are reflections of each other in the line y=xy = xSince they are inverse functions.

e^x and ln(x) Graphs

Explore the relationship between y=exy = e^x and y=lnxy = \ln x as inverse functions Reflected in y=xy = x. Add transformations such as y=ex+cy = e^{x+c} and y=ln(xa)y = \ln(x - a) to see how they Shift the curves.

10. Logarithmic Differentiation

For functions of the form y=f(x)g(x)y = f(x)^{g(x)}Take logarithms first:

lny=g(x)lnf(x)\ln y = g(x) \ln f(x)

Then differentiate implicitly:

1ydydx=g(x)lnf(x)+g(x)f(x)f(x)\frac{1}{y}\frac{dy}{dx} = g'(x)\ln f(x) + \frac{g(x) f'(x)}{f(x)}

dydx=f(x)g(x)[g(x)lnf(x)+g(x)f(x)f(x)]\frac{dy}{dx} = f(x)^{g(x)}\left[g'(x)\ln f(x) + \frac{g(x) f'(x)}{f(x)}\right]

:::caution Warning Rule alone — it requires logarithmic differentiation or rewriting as eg(x)lnf(x)e^{g(x)\ln f(x)}. :::


Problem Set

Problem 1 Evaluate limn(1+3n)n\displaystyle\lim_{n\to\infty}\left(1+\frac{3}{n}\right)^n.

Solution 1 Let m=n/3m = n/3So n=3mn = 3m. As nn \to \infty, mm \to \infty.

(1+3n)n=(1+1m)3m=[(1+1m)m]3e3\left(1+\frac{3}{n}\right)^n = \left(1+\frac{1}{m}\right)^{3m} = \left[\left(1+\frac{1}{m}\right)^m\right]^3 \to e^3

If you get this wrong, revise: The Number ee — Section 1.1.

Problem 2 Prove that ddx(e3x2)=6xe3x2\dfrac{d}{dx}(e^{3x^2}) = 6x\, e^{3x^2} using the chain rule.

Solution 2 Let u=3x2u = 3x^2So y=euy = e^u and dydu=eu\dfrac{dy}{du} = e^u, dudx=6x\dfrac{du}{dx} = 6x.

By the chain rule: dydx=dydududx=eu6x=6xe3x2\dfrac{dy}{dx} = \dfrac{dy}{du} \cdot \dfrac{du}{dx} = e^u \cdot 6x = 6x\, e^{3x^2}. \blacksquare

If you get this wrong, revise: The Derivative of exe^x — Section 2.

Problem 3 Solve log2(x+3)+log2(x1)=4\log_2(x+3) + \log_2(x-1) = 4.

Solution 3 log2[(x+3)(x1)]=4    (x+3)(x1)=16\log_2[(x+3)(x-1)] = 4 \implies (x+3)(x-1) = 16 x2+2x3=16    x2+2x19=0x^2 + 2x - 3 = 16 \implies x^2 + 2x - 19 = 0 x=LB2±4+76RB◆◆LB2RB=LB2±80RB◆◆LB2RB=1±25x = \frac◆LB◆-2 \pm \sqrt{4+76}◆RB◆◆LB◆2◆RB◆ = \frac◆LB◆-2 \pm \sqrt{80}◆RB◆◆LB◆2◆RB◆ = -1 \pm 2\sqrt{5}

Domain: x>1x \gt 1So x=1+25x = -1 + 2\sqrt{5}.

If you get this wrong, revise: Laws of Logarithms — Section 4.

Problem 4 Given loga2=0.301\log_a 2 = 0.301 and loga5=0.699\log_a 5 = 0.699Find loga200\log_a 200.

Solution 4 loga200=loga(2×100)=loga2+loga100=loga2+loga(4×25)\log_a 200 = \log_a(2 \times 100) = \log_a 2 + \log_a 100 = \log_a 2 + \log_a(4 \times 25) =loga2+2loga2+2loga5=3(0.301)+2(0.699)=0.903+1.398=2.301= \log_a 2 + 2\log_a 2 + 2\log_a 5 = 3(0.301) + 2(0.699) = 0.903 + 1.398 = 2.301

If you get this wrong, revise: Laws of Logarithms — Section 4.

Problem 5 Solve 52x65x+5=05^{2x} - 6 \cdot 5^x + 5 = 0.

Solution 5 Let u=5xu = 5^x (u>0u \gt 0). Then u26u+5=0u^2 - 6u + 5 = 0So (u1)(u5)=0(u-1)(u-5) = 0.

u=1u = 1: 5x=1    x=05^x = 1 \implies x = 0. u=5u = 5: 5x=5    x=15^x = 5 \implies x = 1.

If you get this wrong, revise: Solving Exponential Equations — Section 7.3.

Problem 6 A radioactive substance decays with half-life 8 days. If initially there are 200g, find the mass after 25 days.

Solution 6 Model: N=N0ektN = N_0 e^{-kt} where N0=200N_0 = 200.

Half-life: t1/2=LBln2RB◆◆LBkRB=8    k=LBln2RB◆◆LB8RBt_{1/2} = \dfrac◆LB◆\ln 2◆RB◆◆LB◆k◆RB◆ = 8 \implies k = \dfrac◆LB◆\ln 2◆RB◆◆LB◆8◆RB◆.

N=200e25ln2/8=200225/82000.114622.9gN = 200 \cdot e^{-25\ln 2/8} = 200 \cdot 2^{-25/8} \approx 200 \cdot 0.1146 \approx 22.9 \mathrm{ g}

If you get this wrong, revise: Exponential Modelling — Section 8.2.

Problem 7 Differentiate y=xxy = x^x using logarithmic differentiation.

Solution 7 lny=xlnx\ln y = x \ln x. Differentiating: 1ydydx=lnx+x1x=lnx+1\dfrac{1}{y}\dfrac{dy}{dx} = \ln x + x \cdot \dfrac{1}{x} = \ln x + 1.

dydx=xx(lnx+1)\frac{dy}{dx} = x^x(\ln x + 1)

If you get this wrong, revise: Logarithmic Differentiation — Section 10.

Problem 8 Solve ln(3x1)=ln(x+2)+ln4\ln(3x-1) = \ln(x+2) + \ln 4.

Solution 8 ln(3x1)=ln[4(x+2)]    3x1=4x+8    x=9\ln(3x-1) = \ln[4(x+2)] \implies 3x - 1 = 4x + 8 \implies x = -9

Check domain: 3(9)1=28<03(-9)-1 = -28 \lt 0 and 9+2=7<0-9+2 = -7 \lt 0. Both logarithms undefined. No Solution.

If you get this wrong, revise: Solving Exponential Equations — Section 7.1, and always check the domain.

Problem 9 Prove that logablogba=1\log_a b \cdot \log_b a = 1 for all a,b>0a, b \gt 0, a,b1a, b \neq 1.

Solution 9 By the change of base formula:

logab=LBlnbRB◆◆LBlnaRB,logba=LBlnaRB◆◆LBlnbRB\log_a b = \frac◆LB◆\ln b◆RB◆◆LB◆\ln a◆RB◆, \qquad \log_b a = \frac◆LB◆\ln a◆RB◆◆LB◆\ln b◆RB◆

logablogba=LBlnbRB◆◆LBlnaRBLBlnaRB◆◆LBlnbRB=1\log_a b \cdot \log_b a = \frac◆LB◆\ln b◆RB◆◆LB◆\ln a◆RB◆ \cdot \frac◆LB◆\ln a◆RB◆◆LB◆\ln b◆RB◆ = 1 \quad \blacksquare

If you get this wrong, revise: Change of Base Formula — Section 5.

Problem 10 The temperature TT of a cooling object follows T=Ts+(T0Ts)ektT = T_s + (T_0 - T_s)e^{-kt}. A cup of tea at 90C90^\circ\mathrm C is placed in a room at 20C20^\circ\mathrm C. After 10 minutes it is 60C60^\circ\mathrm C. Find kk and determine when the tea reaches 35C35^\circ\mathrm C.

Solution 10 Ts=20T_s = 20, T0=90T_0 = 90. Model: T=20+70ektT = 20 + 70e^{-kt}.

At t=10t = 10: 60=20+70e10k    40=70e10k    e10k=4/760 = 20 + 70e^{-10k} \implies 40 = 70e^{-10k} \implies e^{-10k} = 4/7.

10k=ln(4/7)    k=LBln(7/4)RB◆◆LB10RB0.0560-10k = \ln(4/7) \implies k = \frac◆LB◆\ln(7/4)◆RB◆◆LB◆10◆RB◆ \approx 0.0560

For T=35T = 35: 35=20+70ekt    15=70ekt    ekt=3/1435 = 20 + 70e^{-kt} \implies 15 = 70e^{-kt} \implies e^{-kt} = 3/14.

kt=ln(3/14)    t=LBln(14/3)RB◆◆LBkRB=LB10ln(14/3)RB◆◆LBln(7/4)RB27.5minutes-kt = \ln(3/14) \implies t = \frac◆LB◆\ln(14/3)◆RB◆◆LB◆k◆RB◆ = \frac◆LB◆10\ln(14/3)◆RB◆◆LB◆\ln(7/4)◆RB◆ \approx 27.5 \mathrm{ minutes}

If you get this wrong, revise: Exponential Modelling — Section 8.

Problem 11 Express y=e2x+3e2xy = e^{2x} + 3e^{-2x} in the form y=2cosh(2x)+cosh(2x)y = 2\cosh(2x) + \cosh(2x) is not correct. Instead: Find the minimum value of y=e2x+3e2xy = e^{2x} + 3e^{-2x}.

Solution 11 dydx=2e2x6e2x=0    2e2x=6e2x    e4x=3    x=LBln3RB◆◆LB4RB\dfrac{dy}{dx} = 2e^{2x} - 6e^{-2x} = 0 \implies 2e^{2x} = 6e^{-2x} \implies e^{4x} = 3 \implies x = \dfrac◆LB◆\ln 3◆RB◆◆LB◆4◆RB◆.

At x=LBln3RB◆◆LB4RBx = \dfrac◆LB◆\ln 3◆RB◆◆LB◆4◆RB◆: e2x=eln3/2=3e^{2x} = e^{\ln 3 / 2} = \sqrt{3}, e2x=1/3e^{-2x} = 1/\sqrt{3}.

ymin=3+LB3RB◆◆LB3RB=3+3=23y_{\min} = \sqrt{3} + \frac◆LB◆3◆RB◆◆LB◆\sqrt{3}◆RB◆ = \sqrt{3} + \sqrt{3} = 2\sqrt{3}

If you get this wrong, revise: Solving Exponential Equations And Section 2.2.

Problem 12 Given ln(x2+1)=2lnx+ln5\ln(x^2 + 1) = 2\ln x + \ln 5Solve for xx.

Solution 12 ln(x2+1)=ln(x2)+ln5=ln(5x2)\ln(x^2+1) = \ln(x^2) + \ln 5 = \ln(5x^2) x2+1=5x2    4x2=1    x2=14    x=12x^2 + 1 = 5x^2 \implies 4x^2 = 1 \implies x^2 = \frac{1}{4} \implies x = \frac{1}{2}

Reject x=1/2x = -1/2 since lnx\ln x requires x>0x \gt 0.

If you get this wrong, revise: Laws of Logarithms — Section 4 and Domain restrictions.


:::tip Tip Ready to test your understanding of Exponentials and Logarithms? The contains the hardest questions within the A-Level specification for this topic, each with a full worked solution.

Unit tests probe edge cases and common misconceptions. Integration tests combine Exponentials and Logarithms with other pure mathematics topics to test synthesis under exam conditions.

See for instructions on self-marking and building a personal test matrix.

Common Pitfalls

  1. Forgetting to check that solutions satisfy the original equation (especially with squaring both sides or dividing by variables).

  2. Losing marks by not showing sufficient working — always write out each step, especially in proof questions.

  3. Misreading the question, particularly with ‘hence’ vs ‘hence or otherwise’ — the former requires using previous work.

  4. Incorrectly applying integration by parts by choosing uu and dvdx\frac{dv}{dx} the wrong way around.

Summary

The key principles covered in this topic are linked in the sub-pages above. Focus on understanding the definitions, applying the formulas or frameworks, and evaluating strengths and limitations of each approach.

Worked Examples

Worked examples demonstrating the application of key concepts are covered in the detailed sub-pages linked above.

:::