Maximizing u(x, y) = x^α * y^β subject to Ax + By = m

  • Thread starter Thread starter Gekkoo
  • Start date Start date
  • Tags Tags
    Function
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Gekkoo
Messages
4
Reaction score
0

Homework Statement



I need help to maximize the below function:

Homework Equations



Maximize u(x, y) = x^α * y^β subject to Ax + By = m

Any help is greatly appreciated!

/ Gekkoo
 
Last edited:
Physics news on Phys.org
I'm a big fan of "Lagrange Multipliers" but if you don't know that method, you could just write y= (m- Ax)/B so that [itex]x^\alpha*y^\beta= x^\alpha*(m-Ax)^\beta/B^\beta[/itex]. Now, do you know how to find maxima and minima for that?
 
Thanks for your answers.

1 Solve constraint for y:

y=(m-Ax)/B

2 Plug into objective function:

u=x^α*[(m-Ax)/B]^β

3 Diff w.r.t. x & equate to zero to get critical point:

FOC: x^α*ln(x)*?=0

4 Solve FOC for x:

x=?

5 Plug that into constraint to get value for y:

y = (m-A[?])/B

6 Than I have a candidate solution & need to check SOC of objective function w.r.t x!

But I fail to successfully derive FOC. Can anyone please help me out?