Production function is f(x1,x2,x3,x4)=min(2x1+x2,x3+2x4)
x1 and x2 are perfect substitutes, and x3 and x4 are also perfect substitutes.
If wi denotes the price per unit of input xi, then
x1 is used to produce the output when 2w1<w2 and x2=0
x2 is used to produce the output when 2w1<w2 and x1=0
x3 is used to produce the output when w3<2w4 and x4=0
x4 is used to produce the output when w3>2w4 and x3=0
So if one wants to produce one unit of output when the input prices satisfy 2w1<w2 and w3<2w4 then one must employ x1=21 and x3=1 so as to minimize cost, and the cost is given by 2w1+w3
When the input prices satisfy 2w1>w2 and w3<2w4 then one must employ x2=1 and x2=1 in order to minimize cost, and the cost is given by w2+w3
For other two combinations.
we can write the cost of producing one unit of output as
min(2w1,w2)+mim(w3,2w4)
More generally, if you want to produce q units, cost function is
C(w1,w2,w3,w4,q)=[min(2w1,w2)+min(w3,2w4)]q
Comments