I am getting some confusing results solving this problem:
$$\max_{c_0\geq 0, c_1\geq 0} \ R(1-c_0) [p t_1 + (1-p) c_1^{-\lambda} t_2] \\ s.t. \ c_0+c_1 \leq 1$$
where $\lambda>1$, $R>0$, $p$ is the probability of $t_1>0$ and $(1-p)$ is the probability of $t_2<0$. I need to derive what parameter values give an interior solution and which give a corner solution. Currently, I have been getting contradictions, so I am unsure if the problem itself has a solution.
Any help or pointers would be much appreciated. Thanks in advance
Suppose $c_1 = 0$, we have $R(1-c_0)pt_1$, then we obtain corner optimal point if $t_1>0$ w.p. 1. If $c_1 = 1$, we have $R(1-c_0)[pt_1+(1-p)t_2]$. We obtain a corner optimal point iff $pt_1 + (1-p)t_2 >0$. Maybe we can interpret the latter case as: if $t$ is random variable (taking some positive or negative value), then it takes a positive value with more probability than a negative value (hence a positive mean).
So I think $p$ is the only parameter where we can derive some condition. Did you try this way?