MIN and MAX for funtions of two and three variables with constrainments

  • Thread starter Thread starter jimbo71
  • Start date Start date
  • Tags Tags
    Max Variables
jimbo71
Messages
80
Reaction score
0

Homework Statement


see problem 4 and 5 attachment


Homework Equations





The Attempt at a Solution


see problem 4 attachement
I found the gradient vectors of each and set fgrad=lamdbda*ggrad and used the constrainment equation to solve for all three variables. What is confusing me is I'm not sure what to do with the x,y,lambda values. How do they relate to the minimum and maximum values? I cannot attachemt my problem 5 attempt because it is too large of a file. but they are essential the same type of problem with different equations so if someone could please help me on number four i'll probably figure out number five. Also, can you check my that my algebra is correct in solving x,y,lambda for problem 4. Thank you!
 

Attachments

  • problem 4 and 5.jpg
    problem 4 and 5.jpg
    6.1 KB · Views: 395
  • 4 attempt.jpg
    4 attempt.jpg
    27.2 KB · Views: 452
Physics news on Phys.org
i need help asap
 
first, if 2xy^4=L*2x then either case#1 x=0 or case#2 x does not =0. if not, then you can solve L=y^4.
put this into the next equation to eliminate L. check both cases.

second, if 4x^2y^3=L*4y then AGAIN, case#3 y=0 or case#4 y does not =0.

eliminate L and put all these cases into the last equation which will probably give multiple solutions for each case. once you have a point x=? y=? put this into F(x,y)=? which one is smallest/largest?
 
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