View Full Version : Minimizing Volume
circa415
Oct20-04, 06:09 PM
I'm supposed to find the linear plane which cuts through first octant and results in the minimum volume underneath the plane. The plane must pass under (2,3,4). I think I need to use Lagrangian multipliers and minimize V=(1/2)xyz.. I'm not sure what the constraint would be though
circa415
Oct24-04, 10:44 PM
ok, after thinking about this some more...
x/a+y/b+z/c=1 will give me a plane where the x, y, z intercepts will be a, b, and c respectively. Therefore if the point passes through 2, 3, 4, then the constraint will have to be 2/a+3/b+4/c = 1
and then V will just be (1/2)abc
and then just apply the lagrangian method
Does that sound like a good way to approach this problem?
Spectre5
Oct25-04, 03:07 AM
sounds good to me
HallsofIvy
Oct25-04, 07:57 AM
I'm supposed to find the linear plane which cuts through first octant and results in the minimum volume underneath the plane. The plane must pass under (2,3,4). I think I need to use Lagrangian multipliers and minimize V=(1/2)xyz.. I'm not sure what the constraint would be though
I don't see how this can HAVE a solution. If your purpose is to get minimum volume and your only requirement is that the plane must "pass under (2,3,4), can't you make the volume arbitrarily small by making the intercepts, x, y, z, arbitrarily close to 0?
Spectre5
Oct25-04, 01:54 PM
I'm sure he meant that it goes THROUGH the point :)
circa415
Oct25-04, 09:40 PM
yeah thats what I meant lol my mistake
HallsofIvy
Oct26-04, 07:51 AM
Then the way you suggested orginally is the way to go. The volume you want to maximize would be abc, of course, and the constraint is 2/a+ 3/b+ 4/c= 1.
Taking the grad of abc give <bc, ac, ab> while taking the grad of (2/a+ 3/b+ 4/c) gives <-2/a2[/sub], -3/b[sup]2, -4/c2>.
At the values of a,b,c that maximize the volume while satisfying the constraint, we must have <bc, ac, ab>= λ<-2/a2[/sub], -3/b[sup]2, -4/c2> for some λ
That is, bc= -2λ/a[sup]2[/sub], ac= -3λ/b[sup]2[/sub], ab= -4λ/c[sup]2[/sub].
Divide the first equation by the second to get
\frac{bc}{ac}= \frac{-2\lambda}{a^2}\frac{b^2}{3\lambda}
or
\frac{b}{a}= \frac{2b^2}{3a^2}
which is the same as 3a= 2b.
Similarly, dividing the second equation by the third gives
\frac{c}{b}= \frac{3c^2}{4b^2}
which is the same as 4b= 3c.
That is, b= (3/2)a and c= (4/3)b= 2a.
Now put that into 2/a+ 3/b+ 4/c= 1 to solve for a, b, c.
circa415
Oct26-04, 05:45 PM
This is what I did, I got -2λ/(a^2) = bc, -3λ/(b^2) = ac, -4λ/(c^2)=ab. Mutiply each by a, b, and c respectively and so: -2/a = -3/b = -4/c (take out negative and plug into constraint)
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.