Find restrictions on a>0 and b>0 that ensure that f(x_1,x_2) is concave.

  • Thread starter Thread starter Dostre
  • Start date Start date
  • Tags Tags
    Concave
Click For Summary

Homework Help Overview

The discussion revolves around the function $$f:\mathbb{R}_{+}^2 \rightarrow \mathbb{R}$$ defined as $$f(x_1,x_2)=x_1^a x_2^b$$ where $$a>0$$ and $$b>0$$. Participants are seeking to determine the restrictions on $$a$$ and $$b$$ that ensure the function is concave.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss using the Hessian matrix and its principal minors to establish concavity conditions. There is an exploration of the first and second principal minors, with some participants questioning their calculations and assumptions regarding the second principal minor.

Discussion Status

Some participants have provided insights into the conditions for concavity in terms of $$a$$ and $$b$$, noting that $$0 < a < 1$$ and $$0 < b < 1$$ are necessary for concavity in individual variables. The determinant of the Hessian has been computed, leading to further exploration of the necessary restrictions on $$a$$ and $$b$$.

Contextual Notes

Participants express uncertainty about the correctness of their computations regarding the second principal minor and the expansion of related expressions. There is a focus on ensuring that the function meets the criteria for joint concavity.

Dostre
Messages
25
Reaction score
0
Let $$f:\mathbb{R}_{+}^2 \rightarrow \mathbb{R}$$ be $$f(x_1,x_2)=x_1^a x_2^b$$ for $$a>0$$ and $$b>0$$ Find restrictions on a>0 and b>0 that ensure that f(x_1,x_2) is concave.

I tried solving this by finding the principal minors of the Hessian of this function and making first principal minor be less or equal to zero and second principal minor be greater or equal to zero(conditions for a function to be concave). It is easy with the first principal minor, but I cannot workout the second principal minor to have a strong inequality.

$$H(x)=\left| \begin{array}{cc} f_{xx} & f_{xy} \\ f_{yx} & f_{yy} \end{array} \right|$$
$$f_{xx}=\frac{\partial^2 f}{\partial x_1^2}=a(a-1)x_2^b x_1^{a-2}$$
$$f_{xy}=\frac{\partial^2f}{\partial x_1 \partial x_2}=ab x_1^{a-1} x_2^{b-1}$$
$$f_{yx}=\frac{\partial^2f}{\partial x_2 \partial x_1}=ab x_1^{a-1} x_2^{b-1}$$
$$f_{yy}=\frac{\partial^2f}{\partial x_2^2}=b(b-1)x_1^a x_2^{b-2}$$
First principal minor:
$$f_{xx}=a(a-1)x_2^b x_1^{a-2} \leq 0$$ restriction on a is $$a<1$$
Second principal minor:
$$f_{xx} f_{yy} - f_{xy} f_{yx} = ax_2^b (a-1) x_1^{a-2} bx_1^a (b-1)x_2^{b-2} - a^2 b^2 x_1^{2a-2} x_2^{2b-2} \geq 0$$ restriction on b?

I might have computed the second partial derivatives for the Hessian wrong, so if you can please try solving this problem from scratch.
 
Last edited:
Physics news on Phys.org
Dostre said:
Let $$f:\mathbb{R}_{+}^2 \rightarrow \mathbb{R}$$ be $$f(x_1,x_2)=x_1^a x_2^b$$ for $$a>0$$ and $$b>0$$ Find restrictions on a>0 and b>0 that ensure that f(x_1,x_2) is concave.

I tried solving this by finding the principal minors of the Hessian of this function and making first principal minor be less or equal to zero and second principal minor be greater or equal to zero(conditions for a function to be concave). It is easy with the first principal minor, but I cannot workout the second principal minor to have a strong inequality.

$$H(x)=\left| \begin{array}{cc} f_{xx} & f_{xy} \\ f_{yx} & f_{yy} \end{array} \right|$$
$$f_{xx}=\frac{\partial^2 f}{\partial x_1^2}=a(a-1)x_2^b x_1^{a-2}$$
$$f_{xy}=\frac{\partial^2f}{\partial x_1 \partial x_2}=ab x_1^{a-1} x_2^{b-1}$$
$$f_{yx}=\frac{\partial^2f}{\partial x_2 \partial x_1}=ab x_1^{a-1} x_2^{b-1}$$
$$f_{yy}=\frac{\partial^2f}{\partial x_2^2}=b(b-1)x_1^a x_2^{b-2}$$
First principal minor:
$$f_{xx}=a(a-1)x_2^b x_1^{a-2} \leq 0$$ restriction on a is $$a<1$$
Second principal minor:
$$f_{xx} f_{yy} - f_{xy} f_{yx} = ax_2^b (a-1) x_1^{a-2} bx_1^a (b-1)x_2^{b-2} - a^2 b^2 x_1^{2a-2} x_2^{2b-2} \geq 0$$ restriction on b?

I might have computed the second partial derivatives for the Hessian wrong, so if you can please try solving this problem from scratch.

f must be concave in x1 when x2 is held constant, so 0 < a < 1; f must be concave in x2 when x1 is held constant, so 0 < b < 1. To test whether f is jointly concave we need only look at the determinant of the Hessian, which you have computed already as
[tex]\det(H) = x_1^{2a-1} x_2^{2b-1}[a(a-1)b(b-1)-a^2b^2],[/tex] and [itex][\cdot] = ab(1-a-b).[/itex] From that you can find the required extra restriction or restrictions on a and b.

RGV
 
Ray Vickson said:
f must be concave in x1 when x2 is held constant, so 0 < a < 1; f must be concave in x2 when x1 is held constant, so 0 < b < 1. To test whether f is jointly concave we need only look at the determinant of the Hessian, which you have computed already as
[tex]\det(H) = x_1^{2a-1} x_2^{2b-1}[a(a-1)b(b-1)-a^2b^2],[/tex] and [itex][\cdot] = ab(1-a-b).[/itex] From that you can find the required extra restriction or restrictions on a and b.

RGV

Yeah the expression [itex][\cdot] = ab(1-a-b)[/itex] is exactly what I need, but when I expand [tex][a(a-1)b(b-1)-a^2b^2],[/tex] I get ab-a-b. I am making some kind of mistake. Can you show me how [tex][a(a-1)b(b-1)-a^2b^2]=ab(1-a-b)[/tex] .
 
Last edited:
Dostre said:
Yeah the expression [itex][\cdot] = ab(1-a-b)[/itex] is exactly what I need, but when I expand [tex][a(a-1)b(b-1)-a^2b^2],[/tex] I get ab-a-b. I am making some kind of mistake. Can you show me how [tex][a(a-1)b(b-1)-a^2b^2]=ab(1-a-b)[/tex] .

Here it is in Maple:
p:=a*(1-a)*b*(1-b)-a^2*b^2;
2 2
p := a (1 - a) b (1 - b) - a b
expand(p);
2 2
a b - a b - a b

Or, you can just do the algebra yourself.

RGV
 
Ray Vickson said:
Here it is in Maple:
p:=a*(1-a)*b*(1-b)-a^2*b^2;
2 2
p := a (1 - a) b (1 - b) - a b
expand(p);
2 2
a b - a b - a b

Or, you can just do the algebra yourself.

RGV

Ok I see now. Thank you. You was very helpful.
 

Similar threads

Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 2 ·
Replies
2
Views
1K
Replies
9
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 17 ·
Replies
17
Views
2K