Find Absolute Max/Min of f in Triangular Region

  • Thread starter Thread starter fk378
  • Start date Start date
  • Tags Tags
    Absolute
fk378
Messages
366
Reaction score
0

Homework Statement


Find the absolute max and min values of f on the set D.

f(x,y)=4xy^3 - (x^2)(y^2) - xy^3
D is the closed triangular region in the xy-plane with vertices (0,0) (0,6) and (6,0).


The Attempt at a Solution


I found my two critical points to be (1,2) and (2,0). Then I tried to evaluate the boundary points:
1) 0<x<6, y=0
2) 0<y<6, x=0
3) (6-y, y) because the third boundary line is y= -x+6

I don't know how to solve for the last boundary line though. I plugged in x=6-y in the original equation, got the expression (2y^3)-(12y^2). Do I just plug in numbers now?

My book gets (2,4) for the absolute min, which is a point on this 3rd boundary line. I just don't see how to come up with the point, though.
 
Physics news on Phys.org
fk378 said:

Homework Statement


Find the absolute max and min values of f on the set D.

f(x,y)=4xy^3 - (x^2)(y^2) - xy^3
Did you write this correctly? Why not just 3xy3- x2y2?

D is the closed triangular region in the xy-plane with vertices (0,0) (0,6) and (6,0).


The Attempt at a Solution


I found my two critical points to be (1,2) and (2,0). Then I tried to evaluate the boundary points:
1) 0<x<6, y=0
f(x, 0)= 0 so that's easy.

2) 0<y<6, x=0
f(0,y)= 0 so that's easy.

3) (6-y, y) because the third boundary line is y= -x+6

I don't know how to solve for the last boundary line though. I plugged in x=6-y in the original equation, got the expression (2y^3)-(12y^2). Do I just plug in numbers now?
If what you wrote before is correct, f(6-y,y) will be a fourth degree polynomial, not a cubic. In any case, what every you get as a function of y alone, with y between 0 and 6, you differentiate and set equal to 0 to find the max or min.

My book gets (2,4) for the absolute min, which is a point on this 3rd boundary line. I just don't see how to come up with the point, though.
 
Last edited by a moderator:
Sorry! It is a typo. It should read:
Find the absolute max and min values of f on the set D.

f(x,y)=4xy^2 - (x^2)(y^2) - xy^3

So, if the other values of f(0,y) and f(x,0) did not give values of 0, would I also need to differentiate their functions and find the critical points there as well?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top