lovelylilyberry
New member
- Joined
- Jan 25, 2013
- Messages
- 1
I need to write my own optimization problem, and here's what I have so far:
I've already figured out the critical number for r and confirmed it's a minimum.
But my question is how do I find the endpoints of this problem, so I can test them too? I figure one endpoint is r = 0, but how do I find the other?
A contractor wants to build an aboveground, cylindrical swimming pool. The client wants the pool to hold 148 cubed feet of water. If he wants the swimming pool to use the least amount of material as possible, what should be the pool’s height?
The variables in this equation are the radius, r, and the height, h.
The equation for the volume of the pool is V = πr2h = 148. To make it so we are only working with one variable, solve this equation for height.
V = πr2h = 148
h = 148/πr2
The expression that needs to be minimized is for the surface area of the pool:
SA = πr2 + 2πrh.
I've already figured out the critical number for r and confirmed it's a minimum.
But my question is how do I find the endpoints of this problem, so I can test them too? I figure one endpoint is r = 0, but how do I find the other?