lecture 25: Optimization Problems and Related Rates

Optimization Review

Recall the strategy:

  1. Identify the function to optimize.
  2. Write it in terms of one variable.
  3. Find the derivative, solve for critical points.
  4. Test points to find max/min.
  5. 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:

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 time tt, using the chain rule.

Steps for Solving Related Rates Problems

  1. Identify all changing quantities.
  2. Write an equation that relates them.
  3. Differentiate with respect to time tt.
  4. Plug in known values and solve for the unknown rate.
  5. 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:

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:

Find yy: 62+y2=100y=86^2 + y^2 = 100 \Rightarrow y = 8

Plug in:

2(6)(2)+2(8)dydt=024+16dydt=02(6)(2) + 2(8)\frac{dy}{dt} = 0 \Rightarrow 24 + 16\frac{dy}{dt} = 0

dydt=32=1.5 ft/s\frac{dy}{dt} = -\frac{3}{2} = -1.5 \text{ ft/s}

Top of ladder descending at 1.5 ft/s


Exercises

1. Expanding Circle

A circle’s area increases at 10 cm2^2/s. How fast is the radius changing when the area is 100π100\pi cm2^2?

2. Draining Tank

Water drains from a cylindrical tank at t2t^2 m3^3/min (= t2t^2 cubic meters per minute). What’s the rate of change of the water depth at t=3t=3 if the radius is 1 m? (Volume of a cylinder is πr2h\pi r^2 h)

3. Cone Volume

A conical water tank is being filled at 3 m3^3/min. The tank’s radius is always half its height. If the total height h=10h=10 m, how fast is the water level rising when the tank is 4 m deep? (Volume of a cone is 13πr2h\frac{1}{3}\pi r^2 h)

Cone problem

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?

Ladder problem
Answer key
  1. dAdt=10\frac{dA}{dt} = 10 cm2^2/s, A=πr2    dAdt=2πrdrdt    drdt=102π10=12πA=\pi r^2 \implies \frac{dA}{dt} = 2\pi r \frac{dr}{dt} \implies \frac{dr}{dt} = \frac{10}{2\pi \cdot 10} = \frac{1}{2\pi} when A=100πA=100\pi cm2^2 or r=10r=10 cm.
  2. dVdt=πr2dhdt    dhdt=t2π=9π\frac{dV}{dt} = \pi r^2 \frac{dh}{dt} \implies \frac{dh}{dt} = \frac{t^2}{\pi} = \frac{9}{\pi} when t=3t=3 and r=1r=1 m.
  3. V=π35210π3r2(10h)=π3250π3(10h2)2(10h)V = \frac{\pi}{3} \cdot 5^2 \cdot 10 - \frac{\pi}{3} r^2 (10 - h) = \frac{\pi}{3} \cdot 250 - \frac{\pi}{3} (\frac{10-h}{2})^2 (10 - h) and given dVdt=3\frac{dV}{dt} = 3 m3^3/min     dVdt=3=π3ddt[(10h)34]    9×4π=ddt[(10h)3]=3(10h)2×(1)×dhdt    dhdt=12π(10h)2=12π×36=13π\implies \frac{dV}{dt} = 3 = - \frac{\pi}{3} \frac{d}{dt} [\frac{(10-h)^3}{4}] \implies -\frac{9 \times 4}{\pi} = \frac{d}{dt} [(10-h)^3] = 3(10-h)^2 \times (-1) \times \frac{dh}{dt} \implies \frac{dh}{dt} = \frac{12}{\pi (10-h)^2} = \frac{12}{\pi \times 36} = \frac{1}{3\pi} when h=4h=4 m.
  4. x2+y2=169    2xdxdt+2ydydt=0    dxdt=yxdydt=169255×(1.5)=125×32=185=3.6x^2 + y^2 = 169 \implies 2x \frac{dx}{dt} + 2y \frac{dy}{dt} = 0 \implies \frac{dx}{dt} = - \frac{y}{x} \frac{dy}{dt} = - \frac{\sqrt{169-25}}{5} \times (-1.5) = \frac{12}{5} \times \frac{3}{2} = \frac{18}{5} = 3.6 ft/s when y=12y=12 ft.