Skip to content

9709 · 2.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

A curve has equation y=lnxx2y = \frac{\ln x}{x^2}. Find the exact coordinates of its stationary point and determine its nature.

Show solution outline

The function is a quotient, so we use the quotient rule with u=lnxu = \ln x and v=x2v = x^2. u=dudx=1xu' = \frac{du}{dx} = \frac{1}{x} and v=dvdx=2xv' = \frac{dv}{dx} = 2x.

dydx=vuuvv2=x2(1x)(lnx)(2x)(x2)2=x2xlnxx4=12lnxx3\frac{dy}{dx} = \frac{v u' - u v'}{v^2} = \frac{x^2(\frac{1}{x}) - (\ln x)(2x)}{(x^2)^2} = \frac{x - 2x \ln x}{x^4} = \frac{1 - 2 \ln x}{x^3}. [M1 for quotient rule]

For stationary points, set dydx=0\frac{dy}{dx} = 0. 12lnxx3=0    12lnx=0\frac{1 - 2 \ln x}{x^3} = 0 \implies 1 - 2 \ln x = 0. [M1 for setting numerator to 0] 2lnx=1    lnx=12    x=e1/2=e2 \ln x = 1 \implies \ln x = \frac{1}{2} \implies x = e^{1/2} = \sqrt{e}. [A1 for x-coordinate]

Now find the y-coordinate: y=ln(e1/2)(e1/2)2=1/2e=12ey = \frac{\ln(e^{1/2})}{(e^{1/2})^2} = \frac{1/2}{e} = \frac{1}{2e}. The stationary point is (e,12e)(\sqrt{e}, \frac{1}{2e}). [A1 for y-coordinate]

To determine the nature, we find the second derivative, d2ydx2\frac{d^2y}{dx^2}. We differentiate dydx=12lnxx3\frac{dy}{dx} = \frac{1 - 2 \ln x}{x^3}. Let u=12lnxu = 1 - 2 \ln x and v=x3v = x^3. Then u=2xu' = -\frac{2}{x} and v=3x2v' = 3x^2.

d2ydx2=x3(2x)(12lnx)(3x2)(x3)2=2x23x2+6x2lnxx6=5x2+6x2lnxx6=6lnx5x4\frac{d^2y}{dx^2} = \frac{x^3(-\frac{2}{x}) - (1 - 2 \ln x)(3x^2)}{(x^3)^2} = \frac{-2x^2 - 3x^2 + 6x^2 \ln x}{x^6} = \frac{-5x^2 + 6x^2 \ln x}{x^6} = \frac{6 \ln x - 5}{x^4}. [M1 for second derivative]

Substitute x=e1/2x = e^{1/2} into the second derivative: d2ydx2=6ln(e1/2)5(e1/2)4=6(12)5e2=35e2=2e2\frac{d^2y}{dx^2} = \frac{6 \ln(e^{1/2}) - 5}{(e^{1/2})^4} = \frac{6(\frac{1}{2}) - 5}{e^2} = \frac{3 - 5}{e^2} = -\frac{2}{e^2}.

Since d2ydx2<0\frac{d^2y}{dx^2} < 0, the stationary point is a local maximum. [A1 for correct conclusion from correct working]

Worked example 2

A water tank is in the shape of an inverted cone with base radius 2 m and height 6 m. Water is being pumped into the tank at a constant rate of 0.1 m3min10.1 \text{ m}^3\text{min}^{-1}. Find the rate at which the water level is rising when the depth of the water is 3 m. (The volume of a cone is V=13πr2hV = \frac{1}{3}\pi r^2 h).

Show solution outline

Let hh be the depth of the water and rr be the radius of the water surface at time tt. We are given dVdt=0.1\frac{dV}{dt} = 0.1. We want to find dhdt\frac{dh}{dt} when h=3h=3.

First, we need a relationship between VV and hh. The formula for VV involves both rr and hh. We can use similar triangles to relate rr and hh. The ratio of radius to height for the cone is constant: rh=26=13\frac{r}{h} = \frac{2}{6} = \frac{1}{3}. So, r=h3r = \frac{h}{3}. [M1 for relating r and h]

Substitute this into the volume formula: V=13π(h3)2h=13π(h29)h=127πh3V = \frac{1}{3}\pi (\frac{h}{3})^2 h = \frac{1}{3}\pi (\frac{h^2}{9}) h = \frac{1}{27}\pi h^3. [M1 for V in terms of h only]

Now, we can find dVdh\frac{dV}{dh} by differentiating this expression with respect to hh: dVdh=127π(3h2)=19πh2\frac{dV}{dh} = \frac{1}{27}\pi (3h^2) = \frac{1}{9}\pi h^2. [M1 for differentiating V]

We use the chain rule for connected rates: dVdt=dVdh×dhdt\frac{dV}{dt} = \frac{dV}{dh} \times \frac{dh}{dt}. We want to find dhdt\frac{dh}{dt}, so we rearrange: dhdt=dVdt÷dVdh\frac{dh}{dt} = \frac{dV}{dt} \div \frac{dV}{dh}.

When h=3h=3, dVdh=19π(32)=19π(9)=π\frac{dV}{dh} = \frac{1}{9}\pi (3^2) = \frac{1}{9}\pi (9) = \pi. [A1 for value of dV/dh]

Now substitute the known values: dhdt=0.1÷π=0.1π\frac{dh}{dt} = 0.1 \div \pi = \frac{0.1}{\pi}.

The rate at which the water level is rising is 0.1π m min1\frac{0.1}{\pi} \text{ m min}^{-1} (or approximately 0.0318 m min10.0318 \text{ m min}^{-1}). [A1 for final answer]