Sunday, May 06, 2007

Minimizing Volume

Pretend as a company, we need to construct a container with no top that has a surface area of 4π ft² What height and base radius r will minimize the volume of the cylinder? For some reason.

Solution:
First we should draw a picture, The picture below should work!

We want to construct the container such that the Area (which we will call A) = 4π
We have two pieces to this container, the bottom which is a circle, and therefore has an area of πr² and the upper portion of a container which is a rectangle when laid out, so its area is 2πrh, so the total area of the container is A = πr² + 2πrh
Since we were given that we want the A = to 4π then we have: 4π = πr² + 2πrh
4π = πr² + 2πrh
Therefore h = (4π - πr²)/2πr = (2/r – r/2) = (4-r²)/2r
So now that we have h = (4-r²)/2r
We want to find the volume, because for some reason we want to minimize the volume.
We have that the V (Volume) = (The Area of the base)*(The height) so we have
V = πr²h
Substituting h = (4-r²)/2r into V we get V = πr²[(4-r²)/2r] = (4πr²-πr³)/2r
Simplifying we get V = πr – πr²/2
Now we can differentiate V finding dV/dr = π – (πr)
Now we want to find a value of r such that π – (πr) = 0
We have r = -π/-π = 1
So we have h = 1.5
And the minimum Volume = about 4.712 or exactly π*(1.5)


Maximizing Area

Say we want to build a rectangular pen with three parallel partitions using 1000 feet of fencing. And we want to know what dimensions to make it so we can maximize the total area of the pen. How would we do this?
Solution:
First we will draw a picture, let the picture below represent our pen:



Now we assign variables: Let the right side and the left side and the three partitions in the middle equal (x) and let the top and bottom = y

Now we will let P = the parameter and A = Area
We are given that the P = 1000
We also know that P = 5x + 2y
So we have 1000 = 5x+2y
So (1000-5x)/2 = y
We know that the Area = A and A = x*y
So by substituting (1000-5x/)2 = y we get
A = x*(1000-5x/)2 = (1000x -5x²)/2 = 500x – 5x²/2
Since we want to maximize the A we want to find the derivative (dA/dx) and find out what values of x make it = 0
So we have dA/dx = 500-5/2*(2x) = 500-5x
Now we want to know what value of x makes 500-5x = 0
We can see that when x = -500/-5 = 100 then 500-5x = 0
So our five sides of our pen should be 100 ft
And our 2 y sides should = (1000-5x/)2 = (1000-5(100))/2 =(1000-500)/2 = 250 ft
So our maximum Area = 100*250 = 25,000 ft²

Maximizing Volume

Suppose that we want to make a box with a square base from 54 ft² of material. What would be the dimensions that will result in a box with the largest possible volume?

First let us draw a picture of this box:


Now Lets assign variables, Let the sides of the base = x and the height = y
We are give that the A = (Area of the base)+(The Area of all of the sides)
And the Area of a square = x*x, therefore we have A = of the box = x² + (Area of the four sides) = x² + 4(x*y)
So we have A = x² + 4(x*y)
We are given that the Area = 54 ft²
Therefore, we have 54 = x² + 4(x*y)
So y = (54-x²)/4x
We are asked to maximize the Volume, so we will let V = Volume
We know that the Volume = side*side*height so we get V = x²*(y)
We can substitute y = (54-x²)/4x into V to get x²[(54-x²)/4x]
Simplifying we get (54x²-x^4)/4x = (54x/4-x^3/4) = (54x-x³)*1/4

Now we can find dV/dx of ¼(54 -x³) = ¼(54-3x²)
Now we want to find a x value such that 54-3x² = 0
We get x = √(54/3) or about 4.24 ft
So y = about 2.12 ft
This means that the maximum Volume can be about 38.18 ft³

So build the Box…

No comments: