Q. 3 A consumer consumes two goods, and the utility from consuming an amount \( x_{i} \) of commodity \( i=1,2 \) is given by \( u\left(x_{1}, x_{2}\right)=x_{1} x_{2}^{2} \). The consumer has an income \( I>0 \), and the price of commodity \( i \) is \( p_{i}>0 \). We maximize the utility \( u \) under the constraints \[ I-p_{1} x_{1}-p_{2} x_{2}=0, x_{1}>0, x_{2}>0 . \] (1) Find the Lagrangian of this maximization problem with constraints. (2) Find the critical points of the Lagrangian. (3) Solve the maximization problem.
Solución de tutoría real
Responder
Solución
Revisado y aprobado por el equipo de tutoría de UpStudy
Beyond the Answer
To tackle this optimization problem, we first need to construct the Lagrangian, find the critical points, and then solve for the maximum utility. ### (1) Lagrangian Construction The Lagrangian \( \mathcal{L} \) for the utility maximization problem can be defined as follows: \[ \mathcal{L}(x_{1}, x_{2}, \lambda) = u(x_{1}, x_{2}) + \lambda(I - p_{1}x_{1} - p_{2}x_{2}) \] Substituting the utility function, we get: \[ \mathcal{L}(x_{1}, x_{2}, \lambda) = x_{1} x_{2}^{2} + \lambda(I - p_{1}x_{1} - p_{2}x_{2}) \] ### (2) Finding the Critical Points To find the critical points, we take the first-order partial derivatives of the Lagrangian and set them to zero: 1. Partial derivative with respect to \( x_{1} \): \[ \frac{\partial \mathcal{L}}{\partial x_{1}} = x_{2}^{2} - \lambda p_{1} = 0 \quad \Rightarrow \quad x_{2}^{2} = \lambda p_{1} \quad (1) \] 2. Partial derivative with respect to \( x_{2} \): \[ \frac{\partial \mathcal{L}}{\partial x_{2}} = 2x_{1} x_{2} - \lambda p_{2} = 0 \quad \Rightarrow \quad 2x_{1}x_{2} = \lambda p_{2} \quad (2) \] 3. Partial derivative with respect to \( \lambda \) (the constraint): \[ \frac{\partial \mathcal{L}}{\partial \lambda} = I - p_{1}x_{1} - p_{2}x_{2} = 0 \quad (3) \] By solving equations (1) and (2) for \( \lambda \), we can express \( \lambda \) in terms of \( x_{1} \) and \( x_{2} \): From (1): \[ \lambda = \frac{x_{2}^{2}}{p_{1}} \quad (4) \] From (2): \[ \lambda = \frac{2x_{1}x_{2}}{p_{2}} \quad (5) \] Setting (4) equal to (5): \[ \frac{x_{2}^{2}}{p_{1}} = \frac{2x_{1}x_{2}}{p_{2}} \] Cross-multiplying and rearranging gives: \[ p_{2}x_{2}^{2} = 2p_{1}x_{1}x_{2} \] If \( x_{2} \neq 0 \), we can divide both sides by \( x_{2} \): \[ p_{2}x_{2} = 2p_{1}x_{1} \quad \Rightarrow \quad x_{2} = \frac{2p_{1}}{p_{2}} x_{1} \quad (6) \] ### (3) Solving the Maximization Problem Now, we substitute \( x_{2} \) from (6) into the budget constraint (3): \[ I = p_{1} x_{1} + p_{2} \left(\frac{2p_{1}}{p_{2}} x_{1}\right) \] Simplifying gives: \[ I = p_{1} x_{1} + 2p_{1} x_{1} = 3p_{1} x_{1} \] Thus, we can solve for \( x_{1} \): \[ x_{1} = \frac{I}{3p_{1}} \] Now, substituting \( x_{1} \) back into (6) to find \( x_{2} \): \[ x_{2} = \frac{2p_{1}}{p_{2}} \left(\frac{I}{3p_{1}}\right) = \frac{2I}{3p_{2}} \] ### Final Solution The solution to the utility maximization problem is: \[ x_{1} = \frac{I}{3p_{1}}, \quad x_{2} = \frac{2I}{3p_{2}} \] This allocation maximizes the utility given the consumer's budget constraint! Happy optimizing! 🎉📈