Of course. Here is the step-by-step solution to the Markowitz portfolio problem. Let the portfolio weights be denoted by the vector $w = [w_1, w_2, w_3]^T$. The constraints are $w_1+w_2+w_3=1$, which can be written as $w^T 1 = 1$, where $1 = [1, 1, 1]^T$. The given covariance matrix and expected returns vector are: $$\Sigma = \begin{bmatrix} 1 & 1 & 0 \\ 1 & 2 & 1 \\ 0 & 1 & 2 \end{bmatrix}, \quad \bar{r} = \begin{bmatrix} 0.4 \\ 0.8 \\ 0.8 \end{bmatrix}$$ ### (a) Find the minimum-variance portfolio. What is $\mu$ in this case? To find the minimum-variance portfolio, we need to solve the following optimization problem: Minimize: $\sigma_p^2 = w^T \Sigma w$ Subject to: $w^T 1 = 1$ The Lagrangian for this problem is $L = \frac{1}{2} w^T \Sigma w - \lambda(w^T 1 - 1)$. The first-order condition is $\nabla_w L = 0$, which gives: $$\Sigma w - \lambda 1 = 0 \implies \Sigma w = \lambda 1$$ This yields the following system of linear equations: 1. $w_1 + w_2 = \lambda$ 2. $w_1 + 2w_2 + w_3 = \lambda$ 3. $w_2 + 2w_3 = \lambda$ And the constraint: 4. $w_1 + w_2 + w_3 = 1$ From (1) and (2), we get $(w_1 + 2w_2 + w_3) - (w_1 + w_2) = \lambda - \lambda$, which simplifies to $w_2 + w_3 = 0$, or $w_3 = -w_2$. Substitute $w_3 = -w_2$ into (3): $w_2 + 2(-w_2) = \lambda \implies -w_2 = \lambda \implies w_2 = -\lambda$. This also means $w_3 = -(-\lambda) = \lambda$. Substitute $w_2 = -\lambda$ into (1): $w_1 - \lambda = \lambda \implies w_1 = 2\lambda$. Now, use the constraint (4) to solve for $\lambda$: $w_1 + w_2 + w_3 = 2\lambda - \lambda + \lambda = 1 \implies 2\lambda = 1 \implies \lambda = 0.5$. We can now find the weights of the minimum-variance portfolio ($w_{mvp}$): $w_1 = 2\lambda = 2(0.5) = 1$ $w_2 = -\lambda = -0.5$ $w_3 = \lambda = 0.5$ So, the minimum-variance portfolio is $w_{mvp} = \begin{bmatrix} 1 \\ -0.5 \\ 0.5 \end{bmatrix}$. The expected return of this portfolio, denoted by $\mu$, is: $$\mu = w_{mvp}^T \bar{r} = \begin{bmatrix} 1 & -0.5 & 0.5 \end{bmatrix} \begin{bmatrix} 0.4 \\ 0.8 \\ 0.8 \end{bmatrix} = 1(0.4) - 0.5(0.8) + 0.5(0.8) = 0.4 - 0.4 + 0.4 = 0.4$$ **Answer for (a):** The minimum-variance portfolio is $w_{mvp} = [1, -0.5, 0.5]^T$. The expected return in this case is $\mu = 0.4$. --- ### (b) Find the optimal portfolio with $\bar{r} = 0.7$ directly. We need to minimize the portfolio variance subject to two constraints: the weights summing to one and the portfolio having an expected return of 0.7. Minimize: $\sigma_p^2 = w^T \Sigma w$ Subject to: 1. $w^T 1 = 1$ 2. $w^T \bar{r} = 0.7$ The Lagrangian is $L = \frac{1}{2} w^T \Sigma w - \lambda_1(w^T \bar{r} - 0.7) - \lambda_2(w^T 1 - 1)$. The first-order condition is $\Sigma w = \lambda_1 \bar{r} + \lambda_2 1$. Written out, this is: $$\begin{bmatrix} 1 & 1 & 0 \\ 1 & 2 & 1 \\ 0 & 1 & 2 \end{bmatrix} \begin{bmatrix} w_1 \\ w_2 \\ w_3 \end{bmatrix} = \lambda_1 \begin{bmatrix} 0.4 \\ 0.8 \\ 0.8 \end{bmatrix} + \lambda_2 \begin{bmatrix} 1 \\ 1 \\ 1 \end{bmatrix}$$ This gives: 1. $w_1 + w_2 = 0.4\lambda_1 + \lambda_2$ 2. $w_1 + 2w_2 + w_3 = 0.8\lambda_1 + \lambda_2$ 3. $w_2 + 2w_3 = 0.8\lambda_1 + \lambda_2$ From (2) and (3), we see that $w_1 + 2w_2 + w_3 = w_2 + 2w_3$, which simplifies to $w_1 + w_2 = w_3$. Now we use this relationship along with the two constraints: (A) $w_3 = w_1 + w_2$ (B) $w_1 + w_2 + w_3 = 1$ (C) $0.4w_1 + 0.8w_2 + 0.8w_3 = 0.7$ Substitute (A) into (B): $(w_1 + w_2) + (w_1 + w_2) = 1 \implies 2w_1 + 2w_2 = 1 \implies w_1 + w_2 = 0.5$. From (A), this means $w_3 = 0.5$. Substitute $w_3 = 0.5$ and $w_1 = 0.5 - w_2$ into (C): $0.4(0.5 - w_2) + 0.8w_2 + 0.8(0.5) = 0.7$ $0.2 - 0.4w_2 + 0.8w_2 + 0.4 = 0.7$ $0.6 + 0.4w_2 = 0.7$ $0.4w_2 = 0.1 \implies w_2 = 0.25$. Finally, find $w_1$: $w_1 = 0.5 - w_2 = 0.5 - 0.25 = 0.25$. **Answer for (b):** The optimal portfolio is $w = [0.25, 0.25, 0.5]^T$. --- ### (c) Find another efficient portfolio by setting $\lambda=1, \mu=0$, and thus the optimal portfolio with an expected rate of return 1 by the Two Fund Theorem. Assuming the standard Lagrangian form $L = \frac{1}{2} w^T \Sigma w - \lambda(w^T\bar{r} - \bar{r}_p) - \mu(w^T 1 - 1)$, the first-order condition is $\Sigma w = \lambda \bar{r} + \mu 1$. Setting $\lambda=1$ and $\mu=0$ gives $\Sigma w = \bar{r}$, which means $w = \Sigma^{-1} \bar{r}$. This gives us our first portfolio, let's call it $w_A$. First, we find the inverse of $\Sigma$: $$\Sigma^{-1} = \begin{bmatrix} 3 & -2 & 1 \\ -2 & 2 & -1 \\ 1 & -1 & 1 \end{bmatrix}$$ Now, we calculate $w_A$: $$w_A = \Sigma^{-1} \bar{r} = \begin{bmatrix} 3 & -2 & 1 \\ -2 & 2 & -1 \\ 1 & -1 & 1 \end{bmatrix} \begin{bmatrix} 0.4 \\ 0.8 \\ 0.8 \end{bmatrix} = \begin{bmatrix} 1.2 - 1.6 + 0.8 \\ -0.8 + 1.6 - 0.8 \\ 0.4 - 0.8 + 0.8 \end{bmatrix} = \begin{bmatrix} 0.4 \\ 0 \\ 0.4 \end{bmatrix}$$ This is the "other efficient portfolio". Note that its weights sum to $0.4 + 0 + 0.4 = 0.8$, not 1. For the Two Fund Theorem, we can use any two distinct efficient portfolios. Let's use $w_A$ and the minimum-variance portfolio from part (a), $w_B = w_{mvp} = [1, -0.5, 0.5]^T$. Any efficient portfolio $w_p$ can be formed as a linear combination $w_p = a \cdot w_A + b \cdot w_B$. The weights must satisfy two conditions for a target expected return $\bar{r}_p=1$: 1. Sum of weights is 1: $w_p^T 1 = a(w_A^T 1) + b(w_B^T 1) = 1$ 2. Expected return is 1: $w_p^T \bar{r} = a(w_A^T \bar{r}) + b(w_B^T \bar{r}) = 1$ Let's compute the necessary values: $w_A^T 1 = 0.4 + 0 + 0.4 = 0.8$ $w_B^T 1 = 1 - 0.5 + 0.5 = 1$ $w_A^T \bar{r} = \bar{r}^T w_A = \bar{r}^T \Sigma^{-1} \bar{r} = \begin{bmatrix} 0.4 & 0.8 & 0.8 \end{bmatrix} \begin{bmatrix} 0.4 \\ 0 \\ 0.4 \end{bmatrix} = 0.16 + 0 + 0.32 = 0.48$ $w_B^T \bar{r} = \mu_{mvp} = 0.4$ (from part a) Our system of equations for $a$ and $b$ is: 1. $0.8a + 1b = 1 \implies b = 1 - 0.8a$ 2. $0.48a + 0.4b = 1$ Substitute (1) into (2): $0.48a + 0.4(1 - 0.8a) = 1$ $0.48a + 0.4 - 0.32a = 1$ $0.16a = 0.6 \implies a = 0.6 / 0.16 = 3.75$ $b = 1 - 0.8(3.75) = 1 - 3 = -2$. Now we find the weights of the portfolio $w_p$: $$w_p = 3.75 w_A - 2 w_B = 3.75 \begin{bmatrix} 0.4 \\ 0 \\ 0.4 \end{bmatrix} - 2 \begin{bmatrix} 1 \\ -0.5 \\ 0.5 \end{bmatrix} = \begin{bmatrix} 1.5 \\ 0 \\ 1.5 \end{bmatrix} - \begin{bmatrix} 2 \\ -1 \\ 1 \end{bmatrix} = \begin{bmatrix} -0.5 \\ 1 \\ 0.5 \end{bmatrix}$$ **Answer for (c):** The other efficient portfolio is $w_A = [0.4, 0, 0.4]^T$. The optimal portfolio with an expected return of 1 is $w_p = [-0.5, 1, 0.5]^T$. --- ### (d) If the risk-free rate is $r_f = 0.1$, then find the efficient portfolio of risky assets that is required by One-Fund Theorem. The One-Fund Theorem states that all investors will hold a combination of the risk-free asset and a unique tangency portfolio of risky assets. This tangency portfolio is the one that maximizes the Sharpe Ratio. Its weights $w^*$ are given by the formula: $$w^* = \frac{\Sigma^{-1} \bar{r}_e}{1^T \Sigma^{-1} \bar{r}_e}$$ where $\bar{r}_e = \bar{r} - r_f 1$ is the vector of excess expected returns. First, calculate the excess returns vector: $$\bar{r}_e = \begin{bmatrix} 0.4 \\ 0.8 \\ 0.8 \end{bmatrix} - 0.1 \begin{bmatrix} 1 \\ 1 \\ 1 \end{bmatrix} = \begin{bmatrix} 0.3 \\ 0.7 \\ 0.7 \end{bmatrix}$$ Next, calculate the numerator term, $z = \Sigma^{-1} \bar{r}_e$: $$z = \begin{bmatrix} 3 & -2 & 1 \\ -2 & 2 & -1 \\ 1 & -1 & 1 \end{bmatrix} \begin{bmatrix} 0.3 \\ 0.7 \\ 0.7 \end{bmatrix} = \begin{bmatrix} 3(0.3) - 2(0.7) + 1(0.7) \\ -2(0.3) + 2(0.7) - 1(0.7) \\ 1(0.3) - 1(0.7) + 1(0.7) \end{bmatrix} = \begin{bmatrix} 0.9 - 1.4 + 0.7 \\ -0.6 + 1.4 - 0.7 \\ 0.3 - 0.7 + 0.7 \end{bmatrix} = \begin{bmatrix} 0.2 \\ 0.1 \\ 0.3 \end{bmatrix}$$ The denominator is the sum of the elements of $z$: $$1^T z = 0.2 + 0.1 + 0.3 = 0.6$$ Finally, we find the weights of the tangency portfolio: $$w^* = \frac{z}{1^T z} = \frac{1}{0.6} \begin{bmatrix} 0.2 \\ 0.1 \\ 0.3 \end{bmatrix} = \begin{bmatrix} 0.2/0.6 \\ 0.1/0.6 \\ 0.3/0.6 \end{bmatrix} = \begin{bmatrix} 1/3 \\ 1/6 \\ 1/2 \end{bmatrix}$$ **Answer for (d):** The efficient portfolio of risky assets required by the One-Fund Theorem is $w^* = [1/3, 1/6, 1/2]^T$. can you rewrite this again as it is
Question:
Of course. Here is the step-by-step solution to the Markowitz portfolio problem. Let the portfolio weights be denoted by the vector $w = [w_1, w_2, w_3]^T$. The constraints are $w_1+w_2+w_3=1$, which can be written as $w^T 1 = 1$, where $1 = [1, 1, 1]^T$. The given covariance matrix and expected returns vector are: $$\Sigma = \begin{bmatrix} 1 & 1 & 0 \\ 1 & 2 & 1 \\ 0 & 1 & 2 \end{bmatrix}, \quad \bar{r} = \begin{bmatrix} 0.4 \\ 0.8 \\ 0.8 \end{bmatrix}$$ ### (a) Find the minimum-variance portfolio. What is $\mu$ in this case? To find the minimum-variance portfolio, we need to solve the following optimization problem: Minimize: $\sigma_p^2 = w^T \Sigma w$ Subject to: $w^T 1 = 1$ The Lagrangian for this problem is $L = \frac{1}{2} w^T \Sigma w - \lambda(w^T 1 - 1)$. The first-order condition is $\nabla_w L = 0$, which gives: $$\Sigma w - \lambda 1 = 0 \implies \Sigma w = \lambda 1$$ This yields the following system of linear equations: 1. $w_1 + w_2 = \lambda$ 2. $w_1 + 2w_2 + w_3 = \lambda$ 3. $w_2 + 2w_3 = \lambda$ And the constraint: 4. $w_1 + w_2 + w_3 = 1$ From (1) and (2), we get $(w_1 + 2w_2 + w_3) - (w_1 + w_2) = \lambda - \lambda$, which simplifies to $w_2 + w_3 = 0$, or $w_3 = -w_2$. Substitute $w_3 = -w_2$ into (3): $w_2 + 2(-w_2) = \lambda \implies -w_2 = \lambda \implies w_2 = -\lambda$. This also means $w_3 = -(-\lambda) = \lambda$. Substitute $w_2 = -\lambda$ into (1): $w_1 - \lambda = \lambda \implies w_1 = 2\lambda$. Now, use the constraint (4) to solve for $\lambda$: $w_1 + w_2 + w_3 = 2\lambda - \lambda + \lambda = 1 \implies 2\lambda = 1 \implies \lambda = 0.5$. We can now find the weights of the minimum-variance portfolio ($w_{mvp}$): $w_1 = 2\lambda = 2(0.5) = 1$ $w_2 = -\lambda = -0.5$ $w_3 = \lambda = 0.5$ So, the minimum-variance portfolio is $w_{mvp} = \begin{bmatrix} 1 \\ -0.5 \\ 0.5 \end{bmatrix}$. The expected return of this portfolio, denoted by $\mu$, is: $$\mu = w_{mvp}^T \bar{r} = \begin{bmatrix} 1 & -0.5 & 0.5 \end{bmatrix} \begin{bmatrix} 0.4 \\ 0.8 \\ 0.8 \end{bmatrix} = 1(0.4) - 0.5(0.8) + 0.5(0.8) = 0.4 - 0.4 + 0.4 = 0.4$$ **Answer for (a):** The minimum-variance portfolio is $w_{mvp} = [1, -0.5, 0.5]^T$. The expected return in this case is $\mu = 0.4$. --- ### (b) Find the optimal portfolio with $\bar{r} = 0.7$ directly. We need to minimize the portfolio variance subject to two constraints: the weights summing to one and the portfolio having an expected return of 0.7. Minimize: $\sigma_p^2 = w^T \Sigma w$ Subject to: 1. $w^T 1 = 1$ 2. $w^T \bar{r} = 0.7$ The Lagrangian is $L = \frac{1}{2} w^T \Sigma w - \lambda_1(w^T \bar{r} - 0.7) - \lambda_2(w^T 1 - 1)$. The first-order condition is $\Sigma w = \lambda_1 \bar{r} + \lambda_2 1$. Written out, this is: $$\begin{bmatrix} 1 & 1 & 0 \\ 1 & 2 & 1 \\ 0 & 1 & 2 \end{bmatrix} \begin{bmatrix} w_1 \\ w_2 \\ w_3 \end{bmatrix} = \lambda_1 \begin{bmatrix} 0.4 \\ 0.8 \\ 0.8 \end{bmatrix} + \lambda_2 \begin{bmatrix} 1 \\ 1 \\ 1 \end{bmatrix}$$ This gives: 1. $w_1 + w_2 = 0.4\lambda_1 + \lambda_2$ 2. $w_1 + 2w_2 + w_3 = 0.8\lambda_1 + \lambda_2$ 3. $w_2 + 2w_3 = 0.8\lambda_1 + \lambda_2$ From (2) and (3), we see that $w_1 + 2w_2 + w_3 = w_2 + 2w_3$, which simplifies to $w_1 + w_2 = w_3$. Now we use this relationship along with the two constraints: (A) $w_3 = w_1 + w_2$ (B) $w_1 + w_2 + w_3 = 1$ (C) $0.4w_1 + 0.8w_2 + 0.8w_3 = 0.7$ Substitute (A) into (B): $(w_1 + w_2) + (w_1 + w_2) = 1 \implies 2w_1 + 2w_2 = 1 \implies w_1 + w_2 = 0.5$. From (A), this means $w_3 = 0.5$. Substitute $w_3 = 0.5$ and $w_1 = 0.5 - w_2$ into (C): $0.4(0.5 - w_2) + 0.8w_2 + 0.8(0.5) = 0.7$ $0.2 - 0.4w_2 + 0.8w_2 + 0.4 = 0.7$ $0.6 + 0.4w_2 = 0.7$ $0.4w_2 = 0.1 \implies w_2 = 0.25$. Finally, find $w_1$: $w_1 = 0.5 - w_2 = 0.5 - 0.25 = 0.25$. **Answer for (b):** The optimal portfolio is $w = [0.25, 0.25, 0.5]^T$. --- ### (c) Find another efficient portfolio by setting $\lambda=1, \mu=0$, and thus the optimal portfolio with an expected rate of return 1 by the Two Fund Theorem. Assuming the standard Lagrangian form $L = \frac{1}{2} w^T \Sigma w - \lambda(w^T\bar{r} - \bar{r}_p) - \mu(w^T 1 - 1)$, the first-order condition is $\Sigma w = \lambda \bar{r} + \mu 1$. Setting $\lambda=1$ and $\mu=0$ gives $\Sigma w = \bar{r}$, which means $w = \Sigma^{-1} \bar{r}$. This gives us our first portfolio, let's call it $w_A$. First, we find the inverse of $\Sigma$: $$\Sigma^{-1} = \begin{bmatrix} 3 & -2 & 1 \\ -2 & 2 & -1 \\ 1 & -1 & 1 \end{bmatrix}$$ Now, we calculate $w_A$: $$w_A = \Sigma^{-1} \bar{r} = \begin{bmatrix} 3 & -2 & 1 \\ -2 & 2 & -1 \\ 1 & -1 & 1 \end{bmatrix} \begin{bmatrix} 0.4 \\ 0.8 \\ 0.8 \end{bmatrix} = \begin{bmatrix} 1.2 - 1.6 + 0.8 \\ -0.8 + 1.6 - 0.8 \\ 0.4 - 0.8 + 0.8 \end{bmatrix} = \begin{bmatrix} 0.4 \\ 0 \\ 0.4 \end{bmatrix}$$ This is the "other efficient portfolio". Note that its weights sum to $0.4 + 0 + 0.4 = 0.8$, not 1. For the Two Fund Theorem, we can use any two distinct efficient portfolios. Let's use $w_A$ and the minimum-variance portfolio from part (a), $w_B = w_{mvp} = [1, -0.5, 0.5]^T$. Any efficient portfolio $w_p$ can be formed as a linear combination $w_p = a \cdot w_A + b \cdot w_B$. The weights must satisfy two conditions for a target expected return $\bar{r}_p=1$: 1. Sum of weights is 1: $w_p^T 1 = a(w_A^T 1) + b(w_B^T 1) = 1$ 2. Expected return is 1: $w_p^T \bar{r} = a(w_A^T \bar{r}) + b(w_B^T \bar{r}) = 1$ Let's compute the necessary values: $w_A^T 1 = 0.4 + 0 + 0.4 = 0.8$ $w_B^T 1 = 1 - 0.5 + 0.5 = 1$ $w_A^T \bar{r} = \bar{r}^T w_A = \bar{r}^T \Sigma^{-1} \bar{r} = \begin{bmatrix} 0.4 & 0.8 & 0.8 \end{bmatrix} \begin{bmatrix} 0.4 \\ 0 \\ 0.4 \end{bmatrix} = 0.16 + 0 + 0.32 = 0.48$ $w_B^T \bar{r} = \mu_{mvp} = 0.4$ (from part a) Our system of equations for $a$ and $b$ is: 1. $0.8a + 1b = 1 \implies b = 1 - 0.8a$ 2. $0.48a + 0.4b = 1$ Substitute (1) into (2): $0.48a + 0.4(1 - 0.8a) = 1$ $0.48a + 0.4 - 0.32a = 1$ $0.16a = 0.6 \implies a = 0.6 / 0.16 = 3.75$ $b = 1 - 0.8(3.75) = 1 - 3 = -2$. Now we find the weights of the portfolio $w_p$: $$w_p = 3.75 w_A - 2 w_B = 3.75 \begin{bmatrix} 0.4 \\ 0 \\ 0.4 \end{bmatrix} - 2 \begin{bmatrix} 1 \\ -0.5 \\ 0.5 \end{bmatrix} = \begin{bmatrix} 1.5 \\ 0 \\ 1.5 \end{bmatrix} - \begin{bmatrix} 2 \\ -1 \\ 1 \end{bmatrix} = \begin{bmatrix} -0.5 \\ 1 \\ 0.5 \end{bmatrix}$$ **Answer for (c):** The other efficient portfolio is $w_A = [0.4, 0, 0.4]^T$. The optimal portfolio with an expected return of 1 is $w_p = [-0.5, 1, 0.5]^T$. --- ### (d) If the risk-free rate is $r_f = 0.1$, then find the efficient portfolio of risky assets that is required by One-Fund Theorem. The One-Fund Theorem states that all investors will hold a combination of the risk-free asset and a unique tangency portfolio of risky assets. This tangency portfolio is the one that maximizes the Sharpe Ratio. Its weights $w^*$ are given by the formula: $$w^* = \frac{\Sigma^{-1} \bar{r}_e}{1^T \Sigma^{-1} \bar{r}_e}$$ where $\bar{r}_e = \bar{r} - r_f 1$ is the vector of excess expected returns. First, calculate the excess returns vector: $$\bar{r}_e = \begin{bmatrix} 0.4 \\ 0.8 \\ 0.8 \end{bmatrix} - 0.1 \begin{bmatrix} 1 \\ 1 \\ 1 \end{bmatrix} = \begin{bmatrix} 0.3 \\ 0.7 \\ 0.7 \end{bmatrix}$$ Next, calculate the numerator term, $z = \Sigma^{-1} \bar{r}_e$: $$z = \begin{bmatrix} 3 & -2 & 1 \\ -2 & 2 & -1 \\ 1 & -1 & 1 \end{bmatrix} \begin{bmatrix} 0.3 \\ 0.7 \\ 0.7 \end{bmatrix} = \begin{bmatrix} 3(0.3) - 2(0.7) + 1(0.7) \\ -2(0.3) + 2(0.7) - 1(0.7) \\ 1(0.3) - 1(0.7) + 1(0.7) \end{bmatrix} = \begin{bmatrix} 0.9 - 1.4 + 0.7 \\ -0.6 + 1.4 - 0.7 \\ 0.3 - 0.7 + 0.7 \end{bmatrix} = \begin{bmatrix} 0.2 \\ 0.1 \\ 0.3 \end{bmatrix}$$ The denominator is the sum of the elements of $z$: $$1^T z = 0.2 + 0.1 + 0.3 = 0.6$$ Finally, we find the weights of the tangency portfolio: $$w^* = \frac{z}{1^T z} = \frac{1}{0.6} \begin{bmatrix} 0.2 \\ 0.1 \\ 0.3 \end{bmatrix} = \begin{bmatrix} 0.2/0.6 \\ 0.1/0.6 \\ 0.3/0.6 \end{bmatrix} = \begin{bmatrix} 1/3 \\ 1/6 \\ 1/2 \end{bmatrix}$$ **Answer for (d):** The efficient portfolio of risky assets required by the One-Fund Theorem is $w^* = [1/3, 1/6, 1/2]^T$. can you rewrite this again as it is
Asked by: Umesh
Created at: 2025-08-05 22:27:26
Final Answer:
Question:
The minimum-variance portfolio is found by minimizing the portfolio variance, $w^T \Sigma w$, subject to the constraint that the weights sum to one, $w^T 1 = 1$, using the method of Lagrange multipliers. Solving the resulting system of linear equations gives the optimal weights, which are then used to calculate the portfolio's expected return, $\mu = w^T \bar{r}$. rewrite it same as it is
Asked by: Umesh
Created at: 2025-08-05 22:34:57
Final Answer:
Question:
(b) Find the optimal portfolio with \(\ce{\bar{r}_p = 0.7}\)\bar{r}_p = 0.7 directly. We want to minimize variance subject to \(\ce{w^T 1 = 1 }\)w^T 1 = 1 and \(\ce{w^T \bar{r} = 0.7 }\)w^T \bar{r} = 0.7 . Lagrangian: \(\ce{L = \frac{1}{2} w^T \Sigma w - \lambda_1 (w^T \bar{r} - 0.7) - \lambda_2 (w^T 1 - 1)}\)L = \frac{1}{2} w^T \Sigma w - \lambda_1 (w^T \bar{r} - 0.7) - \lambda_2 (w^T 1 - 1) First-order condition: \(\ce{\Sigma w = \lambda_1 \bar{r} + \lambda_2 1}\)\Sigma w = \lambda_1 \bar{r} + \lambda_2 1 Write out: \(\ce{\begin{cases} w_1 + w_2 = 0.4 \lambda_1 + \lambda_2 \\ w_1 + 2 w_2 + w_3 = 0.8 \lambda_1 + \lambda_2 \\ w_2 + 2 w_3 = 0.8 \lambda_1 + \lambda_2 \end{cases}}\)\begin{cases} w_1 + w_2 = 0.4 \lambda_1 + \lambda_2 \\ w_1 + 2 w_2 + w_3 = 0.8 \lambda_1 + \lambda_2 \\ w_2 + 2 w_3 = 0.8 \lambda_1 + \lambda_2 \end{cases} From equations 2 and 3: \(\ce{w_1 + 2w_2 + w_3 = w_2 + 2w_3 \implies w_1 + w_2 = w_3}\)w_1 + 2w_2 + w_3 = w_2 + 2w_3 \implies w_1 + w_2 = w_3 Let’s use this and the constraints: \(\ce{\begin{align*} w_3 &= w_1 + w_2 \\ w_1 + w_2 + w_3 &= 1 \\ 0.4 w_1 + 0.8 w_2 + 0.8 w_3 &= 0.7 \end{align*}}\)\begin{align*} w_3 &= w_1 + w_2 \\ w_1 + w_2 + w_3 &= 1 \\ 0.4 w_1 + 0.8 w_2 + 0.8 w_3 &= 0.7 \end{align*} From the first two: \(\ce{(w_1 + w_2) + (w_1 + w_2) = 1 \implies 2(w_1 + w_2) = 1 \implies w_1 + w_2 = 0.5 \implies w_3 = 0.5 }\)(w_1 + w_2) + (w_1 + w_2) = 1 \implies 2(w_1 + w_2) = 1 \implies w_1 + w_2 = 0.5 \implies w_3 = 0.5 . Let \(\ce{w_2 = x }\)w_2 = x , then \(\ce{w_1 = 0.5 - x }\)w_1 = 0.5 - x , \(\ce{w_3 = 0.5 }\)w_3 = 0.5 . Plug into expected return constraint: \(\ce{0.4(0.5 - x) + 0.8x + 0.8 \times 0.5 = 0.7 \\ 0.2 - 0.4x + 0.8x + 0.4 = 0.7 \\ 0.6 + 0.4x = 0.7 \implies 0.4x = 0.1 \implies x = 0.25}\)0.4(0.5 - x) + 0.8x + 0.8 \times 0.5 = 0.7 \\ 0.2 - 0.4x + 0.8x + 0.4 = 0.7 \\ 0.6 + 0.4x = 0.7 \implies 0.4x = 0.1 \implies x = 0.25 So, \(\ce{w_2 = 0.25, \quad w_1 = 0.25, \quad w_3 = 0.5}\)w_2 = 0.25, \quad w_1 = 0.25, \quad w_3 = 0.5 So, The optimal portfolio is \(\ce{w = [0.25, 0.25, 0.5]^T }\)w = [0.25, 0.25, 0.5]^T . explanation in 2 lines
Asked by: Umesh
Created at: 2025-08-05 22:35:47
Final Answer:
Question:
(c) Find another efficient portfolio by setting \(\ce{\lambda = 1, \mu = 0}\)\lambda = 1, \mu = 0 , and thus the optimal portfolio with expected return 1 by the Two Fund Theorem. The FOC is \(\ce{\Sigma w = \lambda \bar{r} + \mu 1 }\)\Sigma w = \lambda \bar{r} + \mu 1 . Setting \(\ce{\lambda = 1}\)\lambda = 1 , \(\ce{\mu = 0}\)\mu = 0 : \(\ce{\Sigma w = \bar{r} \implies w = \Sigma^{-1} \bar{r}}\)\Sigma w = \bar{r} \implies w = \Sigma^{-1} \bar{r} Given \(\ce{\Sigma^{-1} = \begin{bmatrix} 3 & -2 & 1 \\ -2 & 2 & -1 \\ 1 & -1 & 1 \end{bmatrix}}\)\Sigma^{-1} = \begin{bmatrix} 3 & -2 & 1 \\ -2 & 2 & -1 \\ 1 & -1 & 1 \end{bmatrix} So, \(\ce{w_A = \Sigma^{-1} \bar{r} = \begin{bmatrix} 3 & -2 & 1 \\ -2 & 2 & -1 \\ 1 & -1 & 1 \end{bmatrix} \begin{bmatrix} 0.4 \\ 0.8 \\ 0.8 \end{bmatrix} = \begin{bmatrix} 1.2 - 1.6 + 0.8 \\ -0.8 + 1.6 - 0.8 \\ 0.4 - 0.8 + 0.8 \end{bmatrix} = \begin{bmatrix} 0.4 \\ 0 \\ 0.4 \end{bmatrix}}\)w_A = \Sigma^{-1} \bar{r} = \begin{bmatrix} 3 & -2 & 1 \\ -2 & 2 & -1 \\ 1 & -1 & 1 \end{bmatrix} \begin{bmatrix} 0.4 \\ 0.8 \\ 0.8 \end{bmatrix} = \begin{bmatrix} 1.2 - 1.6 + 0.8 \\ -0.8 + 1.6 - 0.8 \\ 0.4 - 0.8 + 0.8 \end{bmatrix} = \begin{bmatrix} 0.4 \\ 0 \\ 0.4 \end{bmatrix} Note \(\ce{w_A^T 1 = 0.8 }\)w_A^T 1 = 0.8 , not 1. Now, let \(\ce{w_B = w_{mvp} = [1, -0.5, 0.5]^T }\)w_B = w_{mvp} = [1, -0.5, 0.5]^T . Any efficient portfolio is a linear combination: \(\ce{w_p = a w_A + b w_B }\)w_p = a w_A + b w_B . We want \(\ce{w_p^T 1 = 1 }\)w_p^T 1 = 1 and \(\ce{w_p^T \bar{r} = 1 }\)w_p^T \bar{r} = 1 . Compute: \(\ce{\begin{align*} w_A^T 1 &= 0.4 + 0 + 0.4 = 0.8 \\ w_B^T 1 &= 1 - 0.5 + 0.5 = 1 \\ w_A^T \bar{r} &= 0.4 \times 0.4 + 0 \times 0.8 + 0.4 \times 0.8 = 0.16 + 0 + 0.32 = 0.48 \\ w_B^T \bar{r} &= 0.4 \text{ (from part a)} \end{align*}}\)\begin{align*} w_A^T 1 &= 0.4 + 0 + 0.4 = 0.8 \\ w_B^T 1 &= 1 - 0.5 + 0.5 = 1 \\ w_A^T \bar{r} &= 0.4 \times 0.4 + 0 \times 0.8 + 0.4 \times 0.8 = 0.16 + 0 + 0.32 = 0.48 \\ w_B^T \bar{r} &= 0.4 \text{ (from part a)} \end{align*} So, \(\ce{\begin{cases} 0.8a + 1b = 1 \\ 0.48a + 0.4b = 1 \end{cases}}\)\begin{cases} 0.8a + 1b = 1 \\ 0.48a + 0.4b = 1 \end{cases} From the first: \(\ce{b = 1 - 0.8a }\)b = 1 - 0.8a . Substitute into the second: \(\ce{0.48a + 0.4(1 - 0.8a) = 1 \\ 0.48a + 0.4 - 0.32a = 1 \\ 0.16a = 0.6 \implies a = 3.75 \\ b = 1 - 0.8(3.75) = 1 - 3 = -2}\)0.48a + 0.4(1 - 0.8a) = 1 \\ 0.48a + 0.4 - 0.32a = 1 \\ 0.16a = 0.6 \implies a = 3.75 \\ b = 1 - 0.8(3.75) = 1 - 3 = -2 So, \(\ce{w_p = 3.75 w_A - 2 w_B = 3.75 \begin{bmatrix} 0.4 \\ 0 \\ 0.4 \end{bmatrix} - 2 \begin{bmatrix} 1 \\ -0.5 \\ 0.5 \end{bmatrix} = \begin{bmatrix} 1.5 \\ 0 \\ 1.5 \end{bmatrix} - \begin{bmatrix} 2 \\ -1 \\ 1 \end{bmatrix} = \begin{bmatrix} -0.5 \\ 1 \\ 0.5 \end{bmatrix}}\)w_p = 3.75 w_A - 2 w_B = 3.75 \begin{bmatrix} 0.4 \\ 0 \\ 0.4 \end{bmatrix} - 2 \begin{bmatrix} 1 \\ -0.5 \\ 0.5 \end{bmatrix} = \begin{bmatrix} 1.5 \\ 0 \\ 1.5 \end{bmatrix} - \begin{bmatrix} 2 \\ -1 \\ 1 \end{bmatrix} = \begin{bmatrix} -0.5 \\ 1 \\ 0.5 \end{bmatrix} SO, The other efficient portfolio is \(\ce{w_A = [0.4, 0, 0.4]^T }\)w_A = [0.4, 0, 0.4]^T . The optimal portfolio with expected return 1 is \(\ce{w_p = [-0.5, 1, 0.5]^T }\)w_p = [-0.5, 1, 0.5]^T . explanation in 2 lines
Asked by: Umesh
Created at: 2025-08-05 22:36:37
Final Answer:
Question:
(d) If the risk-free rate is \(\ce{r_f = 0.1 }\)r_f = 0.1 , find the efficient portfolio of risky assets required by the One-Fund Theorem. The tangency portfolio maximizing the Sharpe ratio is: \(\ce{w^* = \frac{\Sigma^{-1} \bar{r}_e}{1^T \Sigma^{-1} \bar{r}_e}}\)w^* = \frac{\Sigma^{-1} \bar{r}_e}{1^T \Sigma^{-1} \bar{r}_e} where \(\ce{\bar{r}_e = \bar{r} - r_f 1 }\)\bar{r}_e = \bar{r} - r_f 1 . Compute: \(\ce{\bar{r}_e = \begin{bmatrix} 0.4 \\ 0.8 \\ 0.8 \end{bmatrix} - 0.1 \begin{bmatrix} 1 \\ 1 \\ 1 \end{bmatrix} = \begin{bmatrix} 0.3 \\ 0.7 \\ 0.7 \end{bmatrix}}\)\bar{r}_e = \begin{bmatrix} 0.4 \\ 0.8 \\ 0.8 \end{bmatrix} - 0.1 \begin{bmatrix} 1 \\ 1 \\ 1 \end{bmatrix} = \begin{bmatrix} 0.3 \\ 0.7 \\ 0.7 \end{bmatrix} Now, \(\ce{z = \Sigma^{-1} \bar{r}_e = \begin{bmatrix} 3 & -2 & 1 \\ -2 & 2 & -1 \\ 1 & -1 & 1 \end{bmatrix} \begin{bmatrix} 0.3 \\ 0.7 \\ 0.7 \end{bmatrix} = \begin{bmatrix} 0.9 - 1.4 + 0.7 \\ -0.6 + 1.4 - 0.7 \\ 0.3 - 0.7 + 0.7 \end{bmatrix} = \begin{bmatrix} 0.2 \\ 0.1 \\ 0.3 \end{bmatrix}}\)z = \Sigma^{-1} \bar{r}_e = \begin{bmatrix} 3 & -2 & 1 \\ -2 & 2 & -1 \\ 1 & -1 & 1 \end{bmatrix} \begin{bmatrix} 0.3 \\ 0.7 \\ 0.7 \end{bmatrix} = \begin{bmatrix} 0.9 - 1.4 + 0.7 \\ -0.6 + 1.4 - 0.7 \\ 0.3 - 0.7 + 0.7 \end{bmatrix} = \begin{bmatrix} 0.2 \\ 0.1 \\ 0.3 \end{bmatrix} Sum: \(\ce{1^T z = 0.2 + 0.1 + 0.3 = 0.6}\)1^T z = 0.2 + 0.1 + 0.3 = 0.6 So, \(\ce{w^* = \frac{1}{0.6} \begin{bmatrix} 0.2 \\ 0.1 \\ 0.3 \end{bmatrix} = \begin{bmatrix} 1/3 \\ 1/6 \\ 1/2 \end{bmatrix}}\)w^* = \frac{1}{0.6} \begin{bmatrix} 0.2 \\ 0.1 \\ 0.3 \end{bmatrix} = \begin{bmatrix} 1/3 \\ 1/6 \\ 1/2 \end{bmatrix} So, The efficient portfolio of risky assets required by the One-Fund Theorem is \(\ce{w^* = \frac{1}{0.6} \begin{bmatrix} 0.2 \\ 0.1 \\ 0.3 \end{bmatrix} = \begin{bmatrix} 1/3 \\ 1/6 \\ 1/2 \end{bmatrix}}\)w^* = \frac{1}{0.6} \begin{bmatrix} 0.2 \\ 0.1 \\ 0.3 \end{bmatrix} = \begin{bmatrix} 1/3 \\ 1/6 \\ 1/2 \end{bmatrix} explantions in 2 lines
Asked by: Umesh
Created at: 2025-08-05 22:37:39
Final Answer:
Question:
(d) If the risk-free rate is \(\ce{r_f = 0.1 }\)r_f = 0.1 , find the efficient portfolio of risky assets required by the One-Fund Theorem. The tangency portfolio maximizing the Sharpe ratio is: \(\ce{w^* = \frac{\Sigma^{-1} \bar{r}_e}{1^T \Sigma^{-1} \bar{r}_e}}\)w^* = \frac{\Sigma^{-1} \bar{r}_e}{1^T \Sigma^{-1} \bar{r}_e} where \(\ce{\bar{r}_e = \bar{r} - r_f 1 }\)\bar{r}_e = \bar{r} - r_f 1 . Compute: \(\ce{\bar{r}_e = \begin{bmatrix} 0.4 \\ 0.8 \\ 0.8 \end{bmatrix} - 0.1 \begin{bmatrix} 1 \\ 1 \\ 1 \end{bmatrix} = \begin{bmatrix} 0.3 \\ 0.7 \\ 0.7 \end{bmatrix}}\)\bar{r}_e = \begin{bmatrix} 0.4 \\ 0.8 \\ 0.8 \end{bmatrix} - 0.1 \begin{bmatrix} 1 \\ 1 \\ 1 \end{bmatrix} = \begin{bmatrix} 0.3 \\ 0.7 \\ 0.7 \end{bmatrix} Now, \(\ce{z = \Sigma^{-1} \bar{r}_e = \begin{bmatrix} 3 & -2 & 1 \\ -2 & 2 & -1 \\ 1 & -1 & 1 \end{bmatrix} \begin{bmatrix} 0.3 \\ 0.7 \\ 0.7 \end{bmatrix} = \begin{bmatrix} 0.9 - 1.4 + 0.7 \\ -0.6 + 1.4 - 0.7 \\ 0.3 - 0.7 + 0.7 \end{bmatrix} = \begin{bmatrix} 0.2 \\ 0.1 \\ 0.3 \end{bmatrix}}\)z = \Sigma^{-1} \bar{r}_e = \begin{bmatrix} 3 & -2 & 1 \\ -2 & 2 & -1 \\ 1 & -1 & 1 \end{bmatrix} \begin{bmatrix} 0.3 \\ 0.7 \\ 0.7 \end{bmatrix} = \begin{bmatrix} 0.9 - 1.4 + 0.7 \\ -0.6 + 1.4 - 0.7 \\ 0.3 - 0.7 + 0.7 \end{bmatrix} = \begin{bmatrix} 0.2 \\ 0.1 \\ 0.3 \end{bmatrix} Sum: \(\ce{1^T z = 0.2 + 0.1 + 0.3 = 0.6}\)1^T z = 0.2 + 0.1 + 0.3 = 0.6 So, \(\ce{w^* = \frac{1}{0.6} \begin{bmatrix} 0.2 \\ 0.1 \\ 0.3 \end{bmatrix} = \begin{bmatrix} 1/3 \\ 1/6 \\ 1/2 \end{bmatrix}}\)w^* = \frac{1}{0.6} \begin{bmatrix} 0.2 \\ 0.1 \\ 0.3 \end{bmatrix} = \begin{bmatrix} 1/3 \\ 1/6 \\ 1/2 \end{bmatrix} So, The efficient portfolio of risky assets required by the One-Fund Theorem is \(\ce{w^* = \frac{1}{0.6} \begin{bmatrix} 0.2 \\ 0.1 \\ 0.3 \end{bmatrix} = \begin{bmatrix} 1/3 \\ 1/6 \\ 1/2 \end{bmatrix}}\)w^* = \frac{1}{0.6} \begin{bmatrix} 0.2 \\ 0.1 \\ 0.3 \end{bmatrix} = \begin{bmatrix} 1/3 \\ 1/6 \\ 1/2 \end{bmatrix} explanation in 2 lines
Asked by: Umesh
Created at: 2025-08-05 22:38:33
Final Answer:
📢 Instructions:
- Ask anything relatd to above question only.
- For new Question goto :
VIPSolutions