10. Related Rates of Change0%

Differentiation · Topic 10 of 10

10. Related Rates of Change

Video coming soon4 worked examples

Theory

In a related rates problem, two quantities are linked by an equation and both change with time. Differentiate the relationship with respect to time tt (using the chain rule) to connect their rates, then substitute the values at the instant asked.

The Golden Rule: write the equation relating the quantities, differentiate the whole equation with respect to tt, and only then substitute the given values.

⚠️ Common Examiner Traps

  • Differentiate with respect to time: the derivative is with respect to tt, so every variable picks up a rate (e.g. drdt\frac{dr}{dt}).
  • Substituting too early: keep quantities as variables until after differentiating.
  • Chain of rates: link them correctly, e.g. dAdt=dAdrdrdt\frac{dA}{dt} = \frac{dA}{dr}\cdot\frac{dr}{dt}.
  • Constant quantities differentiate to zero: when a question says an area or volume “remains constant”, that is the whole point — the derivative of the right-hand side is 00, which is what lets you link the two rates.
  • Reading the sign: a negative rate means the quantity is decreasing. Say so in words; the sign alone is not the answer.

Worked examples

Example 1

The radius of a circle increases at 22 cm/s. Find the rate at which the area is increasing when the radius is 55 cm.

Step 1: The area is A=πr2A = \pi r^2. Differentiate with respect to tt:

dAdt=2πrdrdt\frac{dA}{dt} = 2\pi r \frac{dr}{dt}

Step 2: Substitute r=5r = 5 and drdt=2\frac{dr}{dt} = 2:

dAdt=2π(5)(2)=20π cm2/s\frac{dA}{dt} = 2\pi(5)(2) = 20\pi \ \text{cm}^2/\text{s}

Example 2

A spherical balloon is inflated so that its volume increases at 100100 cm³/s. Find the rate at which the radius is increasing when the radius is 55 cm.

Step 1: The volume is V=43πr3V = \frac{4}{3}\pi r^3. Differentiate with respect to tt:

dVdt=4πr2drdt\frac{dV}{dt} = 4\pi r^2 \frac{dr}{dt}

Step 2: Substitute dVdt=100\frac{dV}{dt} = 100 and r=5r = 5:

100=4π(25)drdt=100πdrdt100 = 4\pi(25)\frac{dr}{dt} = 100\pi\frac{dr}{dt}

Step 3: Solve for the rate:

drdt=100100π=1π cm/s\frac{dr}{dt} = \frac{100}{100\pi} = \frac{1}{\pi} \ \text{cm/s}

Example 3

A rectangle has sides xx cm and yy cm. Both are changing, but in such a way that the area stays constant at 4848 cm². If xx is increasing at 0.250.25 cm/s, find the rate at which yy is changing when x=4x = 4.

Step 1: Write the relationship. The area is fixed, so the right-hand side is a constant:

xy=48xy = 48

Step 2: Differentiate with respect to tt, using the product rule on the left. A constant differentiates to zero:

ydxdt+xdydt=0y\frac{dx}{dt} + x\frac{dy}{dt} = 0

Step 3: Find the value of yy at the instant in question:

x=4    y=484=12x = 4 \implies y = \frac{48}{4} = 12

Step 4: Substitute x=4x=4, y=12y=12 and dxdt=0.25\frac{dx}{dt} = 0.25:

12(0.25)+4dydt=0    3+4dydt=012(0.25) + 4\frac{dy}{dt} = 0 \implies 3 + 4\frac{dy}{dt} = 0

Step 5: Solve for the rate:

dydt=34=0.75 cm/s\frac{dy}{dt} = -\frac{3}{4} = -0.75 \ \text{cm/s}

The negative sign means yy is decreasing, at 0.750.75 cm/s — which makes sense, since the area must stay fixed as xx grows.

Example 4

An open-topped cylindrical tank of radius rr and height hh has a fixed total surface area of 27π27\pi cm². Find an expression for drdh\dfrac{dr}{dh}.

Step 1: With no lid, the surface area is one circular base plus the curved surface:

πr2+2πrh=27π\pi r^2 + 2\pi rh = 27\pi

Step 2: Divide through by π\pi to simplify before differentiating:

r2+2rh=27r^2 + 2rh = 27

Step 3: Differentiate with respect to hh, treating rr as a function of hh. The 2rh2rh term needs the product rule:

2rdrdh+2(r+hdrdh)=02r\frac{dr}{dh} + 2\left(r + h\frac{dr}{dh}\right) = 0

Step 4: Gather the drdh\frac{dr}{dh} terms and factorise:

drdh(2r+2h)=2r\frac{dr}{dh}\bigl(2r + 2h\bigr) = -2r

Step 5: Divide, cancelling the factor of 22:

drdh=2r2r+2h=rr+h\frac{dr}{dh} = -\frac{2r}{2r + 2h} = -\frac{r}{r + h}