TheoremComplete

Applications of Derivatives - Applications

Related rates problems involve finding the rate at which one quantity changes with respect to time, given information about the rate of change of related quantities. These problems model dynamic situations where multiple variables are changing simultaneously.

DefinitionRelated Rates Strategy

To solve a related rates problem:

  1. Draw a diagram and identify all variables
  2. Write down the given rates (derivatives with respect to time)
  3. Find an equation relating the variables
  4. Differentiate both sides with respect to time using the chain rule
  5. Substitute known values and solve for the unknown rate
ExampleExpanding Circle

The radius of a circle is increasing at a rate of 2 cm/s. How fast is the area increasing when the radius is 5 cm?

Let rr = radius, AA = area, tt = time.

Given: drdt=2\frac{dr}{dt} = 2 cm/s. Find: dAdt\frac{dA}{dt} when r=5r = 5.

Relationship: A=πr2A = \pi r^2

Differentiate with respect to time: dAdt=2πrdrdt\frac{dA}{dt} = 2\pi r \frac{dr}{dt}

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}

ExampleLadder Problem

A 10-meter ladder rests against a vertical wall. If the bottom of the ladder slides away from the wall at 0.5 m/s, how fast is the top of the ladder sliding down the wall when the bottom is 6 meters from the wall?

Let xx = horizontal distance from wall, yy = vertical height on wall.

Given: dxdt=0.5\frac{dx}{dt} = 0.5 m/s. Find: dydt\frac{dy}{dt} when x=6x = 6.

By the Pythagorean theorem: x2+y2=100x^2 + y^2 = 100

When x=6x = 6: 36+y2=10036 + y^2 = 100, so y=8y = 8.

Differentiate with respect to time: 2xdxdt+2ydydt=02x\frac{dx}{dt} + 2y\frac{dy}{dt} = 0

Substitute known values: 2(6)(0.5)+2(8)dydt=02(6)(0.5) + 2(8)\frac{dy}{dt} = 0 6+16dydt=06 + 16\frac{dy}{dt} = 0 dydt=38 m/s\frac{dy}{dt} = -\frac{3}{8} \text{ m/s}

The top is sliding down at 38\frac{3}{8} m/s (negative indicates downward motion).

TheoremChain Rule for Related Rates

If several quantities are related by an equation, and each quantity is a function of time tt, then differentiating the equation with respect to tt gives a relationship among the rates of change.

This is simply the multivariable chain rule: if F(x(t),y(t))=0F(x(t), y(t)) = 0, then Fxdxdt+Fydydt=0\frac{\partial F}{\partial x}\frac{dx}{dt} + \frac{\partial F}{\partial y}\frac{dy}{dt} = 0

ExampleConical Tank

Water is draining from a conical tank at 2 cubic meters per minute. The tank has height 10 m and radius 4 m at the top. How fast is the water level dropping when the water is 5 m deep?

Let hh = water height, rr = radius at water surface, VV = volume.

Given: dVdt=2\frac{dV}{dt} = -2 m³/min (negative for draining). Find: dhdt\frac{dh}{dt} when h=5h = 5.

By similar triangles: rh=410\frac{r}{h} = \frac{4}{10}, so r=2h5r = \frac{2h}{5}.

Volume of cone: V=13πr2h=13π(2h5)2h=4πh375V = \frac{1}{3}\pi r^2 h = \frac{1}{3}\pi\left(\frac{2h}{5}\right)^2 h = \frac{4\pi h^3}{75}

Differentiate: dVdt=4π753h2dhdt=4πh225dhdt\frac{dV}{dt} = \frac{4\pi}{75} \cdot 3h^2 \frac{dh}{dt} = \frac{4\pi h^2}{25}\frac{dh}{dt}

When h=5h = 5: 2=4π(25)25dhdt=4πdhdt-2 = \frac{4\pi(25)}{25}\frac{dh}{dt} = 4\pi\frac{dh}{dt} dhdt=12π0.159 m/min\frac{dh}{dt} = -\frac{1}{2\pi} \approx -0.159 \text{ m/min}

Remark

Common related rates scenarios include:

  • Geometric shapes changing size (spheres, cylinders, cones)
  • Motion along paths (ladders, shadows, vehicles)
  • Filling/draining containers
  • Economic rates (cost, revenue, profit changing over time)

The key is to identify the relationship between variables before differentiating with respect to time.