Related Rates
Understanding Related Rates
In calculus, related rates problems involve finding the rate at which a quantity changes by relating that quantity to other quantities whose rates of change are known. Because these quantities usually change over time, we differentiate their relating equations with respect to time, t.
The General Strategy
To solve any related rates problem, follow these standard steps:
- Draw a picture and label all changing quantities with variables (like x, y, V) and all constant quantities with their given numerical values.
- Identify what you know and what you need to find, expressing rates as derivatives with respect to time (e.g., dtdxâ, dtdVâ).
- Write an equation that relates the variables in the problem.
- Differentiate both sides of the equation with respect to time t using the Chain Rule.
- Substitute all known values and known rates into your derivative equation.
- Solve for the unknown rate.
Note: Never substitute changing values into your equation before differentiating! Only constants can be plugged in at the beginning.
Example 1: The Sliding Ladder
Problem: A ladder 10Â ft long rests against a vertical wall. The bottom of the ladder slides away from the wall at a rate of 2Â ft/s. How fast is the top of the ladder sliding down the wall when the bottom is 6Â ft from the wall?
Solution:
- Let x be the distance from the bottom of the ladder to the wall, and y be the height of the top of the ladder on the wall. The length of the ladder is a constant 10.
- We know dtdxâ=2Â ft/s. We want to find dtdyâ when x=6.
- The Pythagorean theorem relates the variables: x2+y2=102=100
- Differentiate both sides with respect to t: 2xdtdxâ+2ydtdyâ=0
- Before substituting, we need the value of y when x=6. Using the original equation: 62+y2=100â¹36+y2=100â¹y=8.
- Substitute the knowns into the derivative equation: 2(6)(2)+2(8)dtdyâ=0 24+16dtdyâ=0 dtdyâ=â1624â=â1.5Â ft/s
The top of the ladder is sliding down the wall at a rate of 1.5Â ft/s.
Example 2: The Conical Tank
Problem: Water is pouring into a conical tank (radius r=3Â ft, height h=6Â ft) at a rate of 2Â ft3/min. How fast is the water level rising when the water is 4Â ft deep?
Solution:
- Let V be the volume of the water, r be the radius of the water's surface, and h be the depth of the water.
- We know dtdVâ=2. We want to find dtdhâ when h=4.
- The volume of a cone is: V=31âÏr2h Because we only want to deal with h, we can eliminate r using similar triangles formed by the cross-section of the cone: hrâ=63ââ¹r=21âh. Substitute this into the volume equation: V=31âÏ(21âh)2h=12Ïâh3
- Differentiate with respect to t: dtdVâ=12Ïââ 3h2dtdhâ=4Ïâh2dtdhâ
- Substitute the knowns (h=4, dtdVâ=2): 2=4Ïâ(4)2dtdhâ 2=4Ïdtdhâ
- Solve for dtdhâ: dtdhâ=4Ï2â=2Ï1â ft/min
The water level is rising at a rate of 2Ï1â ft/min.