马歇尔对科布-道格拉斯的需求


10

当尝试最大化具有cobb-douglas实用函数且实用程序时,我发现以下公式(Wikipedia:马歇尔需求):u=x1ax2ba+b=1

x1=amp1x2=bmp2

In one of my books I also find these formulas for the same purpose:

x1=aa+bmp1x2=ba+bmp2

With pi: prices of the goods; m: budget

I tested all of them and they produced the same results.
So are there any differences?


does a relate to x1 exclusively? b to x2
Jamzy

Can you straighten out some notation? In the second example, are a and b the exponents in the utility function x1 and x2? Do they sum to 1? Is y in the first problem the same as m in the second?
BKay

@Jamzy: Yes, it does.
user1170330

@BKay: Please see my updated notations.
user1170330

Answers:


12

Since a+b=1 the equations are exactly the same. Substituting in for a+b with 1 in the third and fourth equations gives the first and second equations.


Can these formulas also be edited to work with a utility function like u=5x10.52x20.5? So with an additional number before xi?
user1170330

I suggest asking this as a new question.
BKay

What if a+b1? Should I use formula 3 and 4 in this case?
user1170330

@user1170330 if a+b1 it still works
Jamzy

5

This is how you get from your first equation to your second. your utility function is u(x1,x2)=x1ax2b since a+b=1 I'll change it slightly to a and (1-a) In order to optimise these two choices, you need to maximise utility, wrt your choice variables.

subject to p1x1+p2x2=w using Walras Law. Basically, in order to optimise utility, all money will be spent.

Cobb-Douglas functions are typically difficult for optimisation problems. A monotonic transformation which preserves the ordinal properties of the function can be used.

aln(x1)+(1a)ln(x2)

This will be used instead. The same budget constraint will be applied.

The Lagrange and First Order Conditions are Below

L=aln(x1)+(1a)ln(x2)λ(wp1x1p2x2)

δLδx1=ax1λp1=0

δLδx2=1ax2λp2=0

manipulating the First order conditions result in

λ=ax1p1

λ=(1a)x2p2

ax1p1=(1a)x2p2

substituting in the budget constraint p2x2=wp1x1

ax1p1=(1a)wp1x1

x1=wap1

and

p1x1=wp2x2

awp2x2=(1a)p2x2

w=a(1α)p2x2+p2x2

w(1a)=p2x2

x2=w(1a)p2

Using these results, we can work out the optimal consumption bundles of x1 and x2 for a given price, wealth combination.

x1=wap1

x2=w(1a)p2

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.