Optimization using Lagrange multipliers

tinkus
Messages
13
Reaction score
0
1. Homework Statement [/b]

f\left(x,y\right) = x^2 +y^2
g\left(x,y\right) = x^4+y^4 = 2
Find the maximum and minimum using Lagrange multiplier

Homework Equations





The Attempt at a Solution



grad f = 2xi +2yj
grad g= 4x^3i + 4y^3j

grad f= λ grad g
2x=4x^3λ and 2y= 4y^3λ
2x^2 = 2y^2
x^2=y^2
x= \pmy
x^4+x^4=2
x=y= \pm1
max= 1+1=2 @ \left(1,1\right) and \left(-1,-1\right)

I don't know how to find the min and not sure about the max above



 
Last edited:
Physics news on Phys.org


tinkus said:
1. Homework Statement [/b]

f\left(x,y\right) = x^2 +y^2
g\left(x,y\right) = x^4+y^4
Find the maximum and minimum using Lagrange multiplier
My recomendation is that you go back and read the problem carefully! What you have written here makes no sense. Usually you use Lagrange multiplier method maximize or minimize a function subject to some constraint. You have two functions with no constraint. Is one of those, either f or g, supposed to be equal to a number?

Homework Equations





The Attempt at a Solution



grad f = 2xi +2yj
grad g= 4x^3i + 4y^3j

grad f= λ grad g
2x=4x^3λ and 2y= 4y^3λ
2x^2 = 2y^2
x^2=y^2
x= \pmy
x^4+x^4=2
x=y= \pm1
max= 1+1=2 @ \left(1,1\right) and \left(-1,-1\right)

I don't know how to find the min and not sure about the max above
 


yes the constraint function is incorrect, i ommitted =2
 


You have found that y2= x2 and you know that x^4+ y^4= 2. That tells you that x= \pm 1 and x= \pm 1. That gives you four possible points: (1, 1), (-1, -1), (1, -1), and (-1, 1). You might want to consider whether there are both maximum and mimimum values.
 


the points all equal 2(max). i still need to find the min which according to the answer key is sqrt2, I don't know how to get that.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top