f(x,y) = x^2 + 2y^2 - x
bounded by R where R is the circular region x^2 + y^2 <= 4
Find the absolute maximum and minimum.
Well, I know you need to do three steps here:
a. Find interior critical points
b. Find exterior(boundary) critical points
c. Check all critical points by plugging into f(x,y) to determine min/max values. I think you also check the boundary itself but if you do I don't know how to do that here.
Here I will use notation Fx = partial derivative with respect to x
Fy = partial derivative with respect to y
so :
a. Fx = 2x - 1 and Fy = 4y
solving for the critical points by setting these equal to zero and solving simultenously yields the crit. point (1/2, 0)
b. This is where I don't know what to do. On a similar problem using a triangle as the boundary you found the line segments of the triangle and used the y=mx +b to check for critical points. Then if not you simply added the boundary points to the list of points to check. But here the region is circular so...am I suppose to use the "corners" of the circle? Or what? I'll try that and see what happens in a bit....
c. I get the minimum at -1/4 but not the maximum since it must be based on the boundary area which I'm not sure how to do.
Any help would be awesome. Thanks!!
bounded by R where R is the circular region x^2 + y^2 <= 4
Find the absolute maximum and minimum.
Well, I know you need to do three steps here:
a. Find interior critical points
b. Find exterior(boundary) critical points
c. Check all critical points by plugging into f(x,y) to determine min/max values. I think you also check the boundary itself but if you do I don't know how to do that here.
Here I will use notation Fx = partial derivative with respect to x
Fy = partial derivative with respect to y
so :
a. Fx = 2x - 1 and Fy = 4y
solving for the critical points by setting these equal to zero and solving simultenously yields the crit. point (1/2, 0)
b. This is where I don't know what to do. On a similar problem using a triangle as the boundary you found the line segments of the triangle and used the y=mx +b to check for critical points. Then if not you simply added the boundary points to the list of points to check. But here the region is circular so...am I suppose to use the "corners" of the circle? Or what? I'll try that and see what happens in a bit....
c. I get the minimum at -1/4 but not the maximum since it must be based on the boundary area which I'm not sure how to do.
Any help would be awesome. Thanks!!