Skip to content

9709 · 3.4

Differentiation — practice questions

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

Worked example 1

Find the equation of the tangent to the curve y=e2xcosxy = e^{2x} \cos x at the point where x=0x=0.

Show solution outline

First, we need to find the gradient of the tangent, which is the value of dydx\frac{dy}{dx} at x=0x=0. The function is a product of u=e2xu = e^{2x} and v=cosxv = \cos x.

  1. Differentiate u and v: u=e2x    dudx=2e2xu = e^{2x} \implies \frac{du}{dx} = 2e^{2x} v=cosx    dvdx=sinxv = \cos x \implies \frac{dv}{dx} = -\sin x
  2. Apply the Product Rule: dydx=udvdx+vdudx\frac{dy}{dx} = u\frac{dv}{dx} + v\frac{du}{dx} dydx=(e2x)(sinx)+(cosx)(2e2x)\frac{dy}{dx} = (e^{2x})(-\sin x) + (\cos x)(2e^{2x}) dydx=e2x(2cosxsinx)\frac{dy}{dx} = e^{2x}(2\cos x - \sin x)
  3. Find the gradient at x=0: At x=0x=0, m=e2(0)(2cos(0)sin(0))=e0(2(1)0)=1×2=2m = e^{2(0)}(2\cos(0) - \sin(0)) = e^0(2(1) - 0) = 1 \times 2 = 2.
  4. Find the y-coordinate at x=0: At x=0x=0, y=e2(0)cos(0)=e0×1=1y = e^{2(0)}\cos(0) = e^0 \times 1 = 1. The point is (0,1)(0, 1).
  5. Find the equation of the tangent: Using yy1=m(xx1)y - y_1 = m(x - x_1): y1=2(x0)y - 1 = 2(x - 0) y=2x+1y = 2x + 1

Final Answer: The equation of the tangent is y=2x+1y = 2x + 1.

Worked example 2

Air is being pumped into a spherical balloon. The volume of the balloon is increasing at a constant rate of 50 cm3s150 \text{ cm}^3\text{s}^{-1}. Find the rate of increase of the radius when the radius is 1010 cm. (The volume of a sphere is V=43πr3V = \frac{4}{3}\pi r^3).

Show solution outline
  1. Identify variables and rates: Given: Rate of change of volume, dVdt=50 cm3s1\frac{dV}{dt} = 50 \text{ cm}^3\text{s}^{-1}. Required: Rate of change of radius, drdt\frac{dr}{dt}, when r=10r = 10 cm.
  2. Find the connecting equation: The equation connecting volume VV and radius rr is V=43πr3V = \frac{4}{3}\pi r^3.
  3. Differentiate with respect to time, t: We use the chain rule: dVdt=dVdr×drdt\frac{dV}{dt} = \frac{dV}{dr} \times \frac{dr}{dt}. First, find dVdr\frac{dV}{dr} from the volume formula: dVdr=ddr(43πr3)=4πr2\frac{dV}{dr} = \frac{d}{dr}(\frac{4}{3}\pi r^3) = 4\pi r^2. Now substitute this into the chain rule expression: dVdt=(4πr2)×drdt\frac{dV}{dt} = (4\pi r^2) \times \frac{dr}{dt}.
  4. Substitute known values and solve: We are given dVdt=50\frac{dV}{dt} = 50 and we want to find drdt\frac{dr}{dt} when r=10r=10. 50=(4π(10)2)×drdt50 = (4\pi (10)^2) \times \frac{dr}{dt} 50=400π×drdt50 = 400\pi \times \frac{dr}{dt} drdt=50400π=18π\frac{dr}{dt} = \frac{50}{400\pi} = \frac{1}{8\pi}
  5. Final Answer with units: The rate of increase of the radius is 18π cm s1\frac{1}{8\pi} \text{ cm s}^{-1}. Numerically, this is approximately 0.0398 cm s10.0398 \text{ cm s}^{-1} (3 s.f.).