- #1
TranscendArcu
- 285
- 0
Homework Statement
Let g(x,y) = x2 + 4y2. What is the maximum value of F(x,y) = ln(x4y5) on the intersection of the level set g(x,y) = 9 with the quadrant {(x,y): x>0 and y>0}
The Attempt at a Solution
It seems I'm having a lot of difficulty with Lagrange multipliers, but here I go.
Fx = 4/x = gx = 2x * λ
Fy = 5/y = gy = 8y * λ
Then clearly, x2 = 2/λ
and, y2 = 5/(8λ)
Plugging these into the constraint gives,
g(2/λ,5/(8λ)) = 4/λ2 + 4 * (25/(64 * λ2)) = 9.
Attempting to solve for λ gives,
(4/λ2) (1 + 25/64) = 9
4 + 25/16 = 9λ2
λ = ± √(4/9 + 25/144). But I reject the negative because it will yield answers outside the boundary
x = sqrt(2/λ) = sqrt(2/(sqrt((4/9 + 25/144))) ≈ 1.594990568
y = sqrt(5/(8λ) = sqrt(5/(8sqrt((4/9 + 25/144))) ≈ 0.89162683338
So I get an extremum at F(1.594990568,0.89162683338), whatever that is...
Pretty sure this isn't right. Ideas?
Last edited: