lecture 25: Optimization Problems and Related Rates
Optimization Review
Recall the strategy:
Identify the function to optimize.
Write it in terms of one variable.
Find the derivative, solve for critical points.
Test points to find max/min.
Interpret in context.
Application: Minimizing Cost
Problem:
You’re building a box with a square base and open top. It must have a volume of 32,000 cm³. What dimensions minimize the surface area?
Steps:
Let the base side = x, height = h
Volume: x2h=32,000⇒h=x232,000
Surface Area (no top):
A(x)=x2+4xh=x2+4x(x232,000)=x2+x128,000
Derivative:
A′(x)=2x−x2128,000
Set A′(x)=0:
2x=x2128,000⇒2x3=128,000⇒x=40
Then h=40232,000=20
Min surface area when base is 40 cm × 40 cm and height is 20 cm.
Introduction to Related Rates
Related rates describe how two or more quantities change together over time.
Key Idea:
Take the derivative with respect to timet, using the chain rule.
Steps for Solving Related Rates Problems
Identify all changing quantities.
Write an equation that relates them.
Differentiate with respect to time t.
Plug in known values and solve for the unknown rate.
Include units and interpret your result.
Application: Balloon Inflation
Problem:
Air is being pumped into a spherical balloon at a rate of 100 cm³/s. How fast is the radius increasing when the radius is 5 cm?
Steps:
Volume of a sphere: V=34πr3
Differentiate:
dtdV=drdV⋅dtdr=4πr2dtdr
Given: dtdV=100, r=5
Plug in:
100=4π(25)dtdr⇒dtdr=100π100=π1≈0.318 cm/s
Radius increasing at ~0.318 cm/s
Application: Sliding Ladder
Problem:
A 10 ft ladder is leaning against a wall. The bottom slides away at 2 ft/s. How fast is the top sliding down when the bottom is 6 ft from the wall?
Setup:
Use Pythagorean Theorem: x2+y2=100
Differentiate:
2xdtdx+2ydtdy=0
Given: x=6, dtdx=2
Find y: 62+y2=100⇒y=8
Plug in:
2(6)(2)+2(8)dtdy=0⇒24+16dtdy=0
dtdy=−23=−1.5 ft/s
Top of ladder descending at 1.5 ft/s
Exercises
1. Expanding Circle
A circle’s area increases at 10 cm2/s. How fast is the radius changing when the area is 100π cm2?
2. Draining Tank
Water drains from a cylindrical tank at t2 m3/min (= t2 cubic meters per minute). What’s the rate of change of the water depth at t=3 if the radius is 1 m? (Volume of a cylinder is πr2h)
3. Cone Volume
A conical water tank is being filled at 3 m3/min. The tank’s radius is always half its height. If the total height h=10 m, how fast is the water level rising when the tank is 4 m deep? (Volume of a cone is 31πr2h)
4. Sliding Ladder
A 13-foot ladder is leaning against a vertical wall. The top of the ladder is sliding down the wall at a rate of 1.5 ft/s. How fast is the bottom of the ladder sliding away from the wall when the top is 5 feet above the ground?
Answer key
dtdA=10 cm2/s, A=πr2⟹dtdA=2πrdtdr⟹dtdr=2π⋅1010=2π1 when A=100π cm2 or r=10 cm.
dtdV=πr2dtdh⟹dtdh=πt2=π9 when t=3 and r=1 m.
V=3π⋅52⋅10−3πr2(10−h)=3π⋅250−3π(210−h)2(10−h) and given dtdV=3 m3/min ⟹dtdV=3=−3πdtd[4(10−h)3]⟹−π9×4=dtd[(10−h)3]=3(10−h)2×(−1)×dtdh⟹dtdh=π(10−h)212=π×3612=3π1 when h=4 m.
x2+y2=169⟹2xdtdx+2ydtdy=0⟹dtdx=−xydtdy=−5169−25×(−1.5)=512×23=518=3.6 ft/s when y=12 ft.