How Do You Solve a Lagrangian Utility Maximization Problem?

  • Thread starter Thread starter Trizz
  • Start date Start date
  • Tags Tags
    Lagrangian
Trizz
Messages
41
Reaction score
0

Homework Statement


Find the equations for the utility maximizing values for x and y

U(x,y) = x^2 + y^2

Homework Equations



Budget constraint: I = PxX +Pyy

L(x,y,\lambda ) x^2 + y^2 + \lambda (I - PxX - PyY)

The Attempt at a Solution



I got the three partial derivatives and set equal to zero:

dL/dx = 2x - \lambda Px = 0
dL/dy = 2y - \lambda Py = 0
dL/d\lambda = I-PxX-PyY = 0

Then i set the first two equal to each other to try and find x in terms of y

2x = \lambda Px
2y \lambda Py

This results in x = PxY/PyBut here's the problem...

When I plug that into the last equation, i get stuck

I get:

I - PxX - Py(PyX/Px) = 0

I don't know how to proceed from here algebraically. Normally I'd be able to cancel on some of the simpler problems. But I can't cancel the Px out from the denominatorAny help would be greatly appreciated!
 
Last edited:
Physics news on Phys.org
Remember that ##p_x## and ##p_y## are just constants, so you have an equation of the form ##I - a x - b x = 0## where ##a = p_x## and ##b = p_y^2/p_x##. The simplest thing to do would be to multiply through by ##p_x##.
 
Trizz said:

Homework Statement


Find the equations for the utility maximizing values for x and y

U(x,y) = x^2 + y^2

Homework Equations



Budget constraint: I = PxX +Pyy

L(x,y,\lambda ) x^2 + y^2 + \lambda (I - PxX - PyY)

The Attempt at a Solution



I got the three partial derivatives and set equal to zero:

dL/dx = 2x - \lambda Px = 0
dL/dy = 2y - \lambda Py = 0
dL/d\lambda = I-PxX-PyY = 0

Then i set the first two equal to each other to try and find x in terms of y

2x = \lambda Px
2y \lambda Py

This results in x = PxY/PyBut here's the problem...

When I plug that into the last equation, i get stuck

I get:

I - PxX - Py(PyX/Px) = 0

I don't know how to proceed from here algebraically. Normally I'd be able to cancel on some of the simpler problems. But I can't cancel the Px out from the denominatorAny help would be greatly appreciated!

The Lagrangian conditions give you x = (λ/2) a and y = (λ/2) b, where I use a and b in place of px and py. Using these in your constraint gives you everything you need.

That is essentially the way in which most Lagrange multiplier problems are solved, although on rare occasions it is easier to use another method.

RGV
 
Last edited:
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