Find the maximum and minimum values of the function f(x,y)=2x^2+3y^2−4x−5 on the domain x2+y2≤225.
What is the maximum value of f(x,y)?
List the point(s) where the function attains its maximum as an ordered pair, such as (-6,3), or a list of ordered pairs if there is more than one point, such as (1,3), (-4,7).
What is the minimum value of f(x,y) ?
List points where the function attains its minimum as an ordered pair, such as (-6,3), or a list of ordered pairs if there is more than one point, such as (1,3), (-4,7).
1
Expert's answer
2020-04-08T16:28:28-0400
Given f(x,y)=2x2+3y2−4x−5.
We need to use Lagrange multipliers for the boundary and partial derivatives to determine critical points from the interior. Consider the interior first. Then we have to solve the equations,
∂x∂f=0 and ∂y∂f=0. From which we get,
4x−4=0 and 6y=0. Thus, (x,y)=(1,0).
This critical point lies in the region x2+y2<225 and the value of f at this point is f(1,0)=2−4−5=−7.
On the boundary, we find the extreme values of f(x,y)=2x2+3y2−4x−5 subject to the constraint g(x,y)=x2+y2−225 using Lagrange's multipliers.
Let
F=f+λg=2x2+3y2−4x−5+λ(x2+y2−225)
To find the critical points we have to solve the equations,
∂x∂F=0,∂y∂F=0,∂λ∂F=0.
4x−4+2xλ=06y+2yλ=0x2+y2=225
From the second equation we get, y=0 or λ=−3. If y=0 , then x=±15 , from the constraint.
When λ=−3 , we get x=−2 and from constraint we get, y=±221.
The critical points are (1,0),(−15,0),(15,0),(−2,−221),(−2,221).
Comments