Application Problem: Ball Inflation
- Radius-based Volume Formula
- Volume of a sphere: V=34πr3
- Problem Setup: Ball Inflation
- Initial diameter = 6 cm, so initial radius = 3 cm
- Radius increases by 1.5 cm per second
- Let r be the radius and t be time in seconds
- Part A: Model radius as a function of time
- Radius grows linearly with time: r(t)=1.5t+3
- Why r is used: the volume depends on radius, not diameter
- Check some values:
- After 1 second: r(1)=1.5(1)+3=4.5 cm
- After 2 seconds: r(2)=1.5(2)+3=6 cm
- Part B: Find the volume after four seconds
- Step 1: Determine the radius at t = 4
- r(4)=1.5(4)+3=9 cm
- Step 2: Use the volume formula with this radius
- V=34πr3=34π(9)3
- Step 3: Compute the cube and constants
- 93=729
- 34⋅729=972
- Step 4: Include π for the final volume
- V=972π cm3≈3.05363×103 cm3
- Note on the transcript: The calculation shown there omitted the factor of π and stated the result as 972 cm3, which is missing the π factor. The correct result is V=972π cm3 (approximately 3053.63 cm3).
- Part C: Find f(g(t)) and interpret
- Define the functions:
- f(r)=34πr3 (volume as a function of radius)
- g(t)=1.5t+3 (radius as a function of time)
- Composition: (f∘g)(t)=f(g(t))=34π(1.5t+3)3
- Evaluation at t = 4:
- (f∘g)(4)=34π(9)3=972π cm3
- Connection to Part B: The composition gives the same result as computing radius first and then volume; numerically, it matches the corrected value above (972π cm^3).
- Discussion and insights
- The radius grows linearly with time, while volume grows as the cube of the radius, illustrating why small radius changes produce large volume changes
- Units: radius in cm, time in seconds, volume in cm^3
- Distinguishing diameter vs radius is crucial: starting diameter 6 cm implies starting radius 3 cm
- Common pitfall: forgetting the factor of π when calculating volume
- If expanding further, you could also express the time-to-volume mapping directly via the composite function as above
- Conceptual check and practical implications
- This is a straightforward application of function composition and the sphere volume formula to a real-world process (inflating a ball)
- The approach demonstrates how to model a physical process with two simple, separate rate laws and then combine them via composition
- Summary of key formulas
- Radius as a function of time: r(t)=1.5t+3
- Volume as a function of radius: V(r)=34πr3
- Composite volume as a function of time: (f∘g)(t)=34π(1.5t+3)3
- Volume after 4 seconds (correct): V=972π cm3≈3053.63 cm3
- Takeaways
- Always verify whether you’re using radius or diameter in formulas
- When computing with π, keep the π factor explicit to avoid missing terms
- Function composition provides a compact way to express “volume directly from time” without stepwise intermediate results