I have no clue how to work with min functions, and am struggling! I have a question that has the constraint of Total Income $=150=I_x+I_y$, thus getting $I_y= 150-I_x$. My function is $W = min (U_x, U_y)$.
My functions are $U_x = 50 \sqrt(I_x)$ and $U_y = 100\sqrt(I_y)$
Subbing in the constraint you get $W = min(50 \sqrt(I_x), 100\sqrt(150-I_x))$.
How do I solve for $I_x$ from here by differentiating and let $W=0$?
In a previous question, once subbing in the constraint into the welfare function, the lecturer differentiated the function and made it $=0$ in order to find the point where welfare is maximised.
Context: This is welfare economics using a Rawlsian social welfare function.