Functional Modeling Math Example 4

Follow the full solution, then compare it with the other examples linked below.

Example 4

hard
A cylindrical can must hold 500500 cmยณ. Express the total surface area SS as a function of radius rr, and find the value of rr that minimizes material use.

Solution

  1. 1
    Volume constraint: ฯ€r2h=500โ‡’h=500ฯ€r2\pi r^2 h=500 \Rightarrow h=\frac{500}{\pi r^2}. Surface area: S=2ฯ€r2+2ฯ€rh=2ฯ€r2+2ฯ€rโ‹…500ฯ€r2=2ฯ€r2+1000rS=2\pi r^2+2\pi r h=2\pi r^2+2\pi r\cdot\frac{500}{\pi r^2}=2\pi r^2+\frac{1000}{r}.
  2. 2
    Minimize: Sโ€ฒ(r)=4ฯ€rโˆ’1000r2=0โ‡’4ฯ€r3=1000โ‡’r3=250ฯ€โ‡’r=(250ฯ€)1/3โ‰ˆ4.30S'(r)=4\pi r - \frac{1000}{r^2}=0 \Rightarrow 4\pi r^3=1000 \Rightarrow r^3=\frac{250}{\pi} \Rightarrow r=\left(\frac{250}{\pi}\right)^{1/3}\approx4.30 cm.

Answer

S(r)=2ฯ€r2+1000rS(r)=2\pi r^2+\dfrac{1000}{r}; optimal rโ‰ˆ4.30r\approx4.30 cm
Optimization problems require expressing a single-variable function from a geometric or physical constraint, then finding its critical point. The optimal can is one where height equals diameter โ€” a classic result.

About Functional Modeling

Functional modeling uses functions to represent relationships between real-world quantities โ€” choosing the right function family to capture the observed pattern.

Learn more about Functional Modeling โ†’

More Functional Modeling Examples