Posted by rohan on Thursday, June 9, 2011 at 8:58am.
Intuitively, we can locate the maximum by the following reasoning:
Given
a+2b+c=4.....(1)
as a constraint, we look for the maximum of
f(a,b,c)=ab+bc+ca...(2)
First solve for b in terms of a and b from 1 to get:
b=(4-a-c)/2
Substitute in (2) to get
(4c+4a-a²-c²)/2
which is perfectly symmetrical in a and c.
So set a and c each equal to x and find the maximum of
f(x)=8x-2x²
by setting f'(x)=8-4x=0,
we find the maximum of f(x)=f(2)=4 when a=c=2, and b=0.
Alternately, we can find it formally using the Lagrange multiplier method.
Let the objective function
P(a,b,c)=ab+bc+ca+L(a+2b+c-4)
where L is an undetermined constant, and a+2b+c-4=0 is the given constraint.
Differentiating partially with respect to a, b, and c yields the following set of linear equations:
a+2b+c=4 ....(1) given constraint
b+c+L=0 ....(2) ∂P/∂a=0
a+c+2L=0 ...(3) ∂P/∂b=0
b+a+L=0 ...(4) ∂P/∂c=0
By solving the linear system (1) to (4), we get
a=2,b=0,c=2,L=-2 as before.
Related Questions
Algebra 2 - Find the specified term of each geometric sequence ab^2, a^2b^5, a^...
Math - B is between A and C. If AB=x squared, BC=9x and AC=36, find the value(s...
Geometry - How do I solve for these?On a line,If M is the midpoint of segment ...
geometry - Isosceles trapezoid ABCD has legs AB and CD and base BC If AB = 7y...
geometry - If B is between A and C, AB=5y+4, BC=7y-3, and AC=20y-7. Find the ...
math - prove that a^2+b^2+c^2-ab-bc-ca is always non negative for all the value ...
geometry - What is the value of the variable and bc if b is between a and c. Ab...
Geomatry - What is the value of the variable and BC if B is between A and C. AB=...
geometry - if b is between a and c find the value of x and the measure of bc (ab...
geometry - If b is between A and C, find the value of "x" and BC. AB=3...
For Further Reading