Skip to content

9709 · 3.2

Logarithmic and exponential functions — practice questions

Practice and worked examples for 9709 Logarithmic and exponential functions. Short previews only — attempt the full question in MarkScheme against the official scheme.

Worked example 1

Solve the equation e2x7ex+10=0e^{2x} - 7e^x + 10 = 0, giving your answers in an exact form.

Show solution outline

This equation is a quadratic in disguise. Let y=exy = e^x. Then the equation becomes:

y27y+10=0y^2 - 7y + 10 = 0 [M1 for substitution or recognising quadratic form]

Factorising the quadratic: (y5)(y2)=0(y-5)(y-2) = 0

So, y=5y=5 or y=2y=2. [A1 for correct values of y]

Now substitute back exe^x for yy: Case 1: ex=5e^x = 5 Taking natural logarithms of both sides: ln(ex)=ln5\ln(e^x) = \ln 5 x=ln5x = \ln 5 [A1]

Case 2: ex=2e^x = 2 Taking natural logarithms of both sides: ln(ex)=ln2\ln(e^x) = \ln 2 x=ln2x = \ln 2 [A1]

The solutions are x=ln2x = \ln 2 and x=ln5x = \ln 5.

Worked example 2

A curve has the equation y=ln(x2+4)y = \ln(x^2 + 4). (i) Find the gradient of the curve at the point where x=2x=2. (ii) Find the exact coordinates of the stationary point.

Show solution outline

(i) First, we need to find the derivative, dydx\frac{dy}{dx}. Using the chain rule for ln(f(x))\ln(f(x)) with f(x)=x2+4f(x) = x^2+4, we have f(x)=2xf'(x) = 2x. So, dydx=f(x)f(x)=2xx2+4\frac{dy}{dx} = \frac{f'(x)}{f(x)} = \frac{2x}{x^2+4}. [M1 for correct application of chain rule]

At x=2x=2, the gradient is: dydx=2(2)22+4=44+4=48=12\frac{dy}{dx} = \frac{2(2)}{2^2+4} = \frac{4}{4+4} = \frac{4}{8} = \frac{1}{2}. [A1]

(ii) Stationary points occur when dydx=0\frac{dy}{dx} = 0. 2xx2+4=0\frac{2x}{x^2+4} = 0 [M1 for setting derivative to 0] For a fraction to be zero, the numerator must be zero. 2x=0    x=02x = 0 \implies x = 0.

To find the y-coordinate, substitute x=0x=0 back into the original equation: y=ln(02+4)=ln4y = \ln(0^2 + 4) = \ln 4.

The exact coordinates of the stationary point are (0,ln4)(0, \ln 4). [A1 for both coordinates]

Worked example 3

The mass, MM grams, of a radioactive substance decreases with time tt years according to the model M=200e0.05tM = 200e^{-0.05t}. (i) What is the initial mass of the substance? (ii) Find the mass of the substance after 10 years, correct to 3 significant figures. (iii) Find the time taken for the mass to halve (the half-life).

Show solution outline

(i) The initial mass occurs at t=0t=0. M=200e0.05(0)=200e0=200×1=200M = 200e^{-0.05(0)} = 200e^0 = 200 \times 1 = 200 grams. [B1]

(ii) After 10 years, t=10t=10. M=200e0.05(10)=200e0.5M = 200e^{-0.05(10)} = 200e^{-0.5}. M200×0.60653...121.306...M \approx 200 \times 0.60653... \approx 121.306... The mass is 121 grams (to 3 s.f.). [M1 for substitution, A1 for correct answer]

(iii) The initial mass is 200g, so half the mass is 100g. We need to find tt when M=100M=100. 100=200e0.05t100 = 200e^{-0.05t} [M1 for setting up the equation] Divide by 200: 0.5=e0.05t0.5 = e^{-0.05t}. Take natural logarithms of both sides: ln(0.5)=ln(e0.05t)\ln(0.5) = \ln(e^{-0.05t}) ln(0.5)=0.05t\ln(0.5) = -0.05t [M1 for taking logs correctly] Now, solve for tt: t=ln(0.5)0.05=0.6931...0.0513.862...t = \frac{\ln(0.5)}{-0.05} = \frac{-0.6931...}{-0.05} \approx 13.862... The time taken is approximately 13.9 years. [A1]