Derivative ApplicationsTopic #12 of 32

Related Rates

Solving problems where multiple quantities change with respect to time.

Overview

Related rates problems involve finding the rate of change of one quantity in terms of the rate of change of another quantity. Both quantities change with respect to time.

Problem-Solving Strategy

  1. Draw a diagram and label all quantities
  2. Identify known rates (given) and unknown rates (to find)
  3. Write an equation relating the quantities
  4. Differentiate implicitly with respect to time tt
  5. Substitute known values and solve for the unknown rate
  6. Include units in your answer

Common Formulas

Geometry

  • Circle: A=πr2A = \pi r^2, C=2πrC = 2\pi r
  • Sphere: V=43πr3V = \frac{4}{3}\pi r^3, S=4πr2S = 4\pi r^2
  • Cylinder: V=πr2hV = \pi r^2 h
  • Cone: V=13πr2hV = \frac{1}{3}\pi r^2 h
  • Pythagorean: a2+b2=c2a^2 + b^2 = c^2

Trigonometry

  • tan(θ)=oppositeadjacent\tan(\theta) = \frac{\text{opposite}}{\text{adjacent}}
  • sin(θ)=oppositehypotenuse\sin(\theta) = \frac{\text{opposite}}{\text{hypotenuse}}
  • cos(θ)=adjacenthypotenuse\cos(\theta) = \frac{\text{adjacent}}{\text{hypotenuse}}

Examples

Example 1: Expanding Circle

A stone dropped in water creates circular ripples. If the radius increases at 2 m/s, how fast is the area increasing when r=5r = 5 m?

Given: drdt=2\frac{dr}{dt} = 2 m/s, r=5r = 5 m Find: dAdt\frac{dA}{dt}

A=πr2A = \pi r^2

dAdt=2πrdrdt=2π(5)(2)=20π m2/s\frac{dA}{dt} = 2\pi r \cdot \frac{dr}{dt} = 2\pi(5)(2) = 20\pi \text{ m}^2/\text{s}

Example 2: Ladder Problem

A 10 ft ladder leans against a wall. The bottom slides away at 1 ft/s. How fast is the top sliding down when the bottom is 6 ft from the wall?

Given: dxdt=1\frac{dx}{dt} = 1 ft/s, x=6x = 6 ft, ladder = 10 ft Find: dydt\frac{dy}{dt}

x2+y2=100x^2 + y^2 = 100

When x=6x = 6: y=10036=8y = \sqrt{100 - 36} = 8 ft

Differentiating:

2xdxdt+2ydydt=02x\frac{dx}{dt} + 2y\frac{dy}{dt} = 0

2(6)(1)+2(8)dydt=02(6)(1) + 2(8)\frac{dy}{dt} = 0

dydt=1216=34 ft/s\frac{dy}{dt} = -\frac{12}{16} = -\frac{3}{4} \text{ ft/s}

The top slides down at 34\frac{3}{4} ft/s.

Example 3: Filling a Cone

Water pours into a conical tank at 10 ft³/min. The tank has radius 5 ft and height 10 ft. How fast is the water level rising when h=6h = 6 ft?

Given: dVdt=10\frac{dV}{dt} = 10 ft³/min Find: dhdt\frac{dh}{dt} when h=6h = 6

Similar triangles: rh=510\frac{r}{h} = \frac{5}{10}, so r=h2r = \frac{h}{2}

V=13πr2h=13π(h2)2h=πh312V = \frac{1}{3}\pi r^2 h = \frac{1}{3}\pi \left(\frac{h}{2}\right)^2 h = \frac{\pi h^3}{12}

dVdt=3πh212dhdt=πh24dhdt\frac{dV}{dt} = \frac{3\pi h^2}{12} \cdot \frac{dh}{dt} = \frac{\pi h^2}{4} \cdot \frac{dh}{dt}

10=π(6)24dhdt10 = \frac{\pi(6)^2}{4} \cdot \frac{dh}{dt}

dhdt=4036π=109π ft/min0.354 ft/min\frac{dh}{dt} = \frac{40}{36\pi} = \frac{10}{9\pi} \text{ ft/min} \approx 0.354 \text{ ft/min}

Example 4: Moving Shadow

A 6 ft person walks away from a 15 ft lamppost at 4 ft/s. How fast is the tip of their shadow moving?

Let xx = distance from lamppost, ss = shadow length

Similar triangles:

15x+s=6s\frac{15}{x + s} = \frac{6}{s}

15s=6x+6s15s = 6x + 6s

9s=6x9s = 6x

s=23xs = \frac{2}{3}x

The tip of shadow is at distance x+s=x+23x=53xx + s = x + \frac{2}{3}x = \frac{5}{3}x from post.

d(x+s)dt=53dxdt=53(4)=203 ft/s\frac{d(x + s)}{dt} = \frac{5}{3} \cdot \frac{dx}{dt} = \frac{5}{3}(4) = \frac{20}{3} \text{ ft/s}

Example 5: Angle of Elevation

A balloon rises at 3 m/s. An observer 100 m away watches it rise. How fast is the angle of elevation changing when the balloon is 100 m high?

Let hh = height, θ\theta = angle

tan(θ)=h100\tan(\theta) = \frac{h}{100}

sec2(θ)dθdt=1100dhdt\sec^2(\theta) \cdot \frac{d\theta}{dt} = \frac{1}{100} \cdot \frac{dh}{dt}

When h=100h = 100: tan(θ)=1\tan(\theta) = 1, so θ=π4\theta = \frac{\pi}{4} and sec2(θ)=2\sec^2(\theta) = 2

2dθdt=1100(3)2 \cdot \frac{d\theta}{dt} = \frac{1}{100}(3)

dθdt=3200=0.015 rad/s\frac{d\theta}{dt} = \frac{3}{200} = 0.015 \text{ rad/s}