Minimum Variance Portfolio Assistance: derive an expression for the share of wealth allocated to a risky asset

doubleuson

New member
Joined
Oct 10, 2018
Messages
2
Howdy everyone,

I've been having a slight issue with one particular minimum variance portfolio question:

The task is to derive an expression for the share of wealth allocated to a risky asset (1) in a portfolio with the minimum possible variance:

This is what is known:
Two risky assets: 1 and 2
Returns: r1 and r2
Variances: σ12 and σ22
Covariance: σ12

------
So far, I have figured out the following:
The weighted share of asset 1 is {1}:
w2 = 1 - w1 {1}

Portfolio return is:
rp = w1r1 + w2r2 {2}
Hence, substituting {1} into {2}:
rp = w1r1 + (1 - w1)r2 {3}

Portfolio variance is:
σp2 = w12σ12 + w22σ22 + 2w1w2σ1σ2ρ12 {4}

Knowing that:
Corr12 = ρ12 = σ12/σ1σ2 {5}
Sub {5} into {4}
σp2 = w12σ12 + w22σ22 + 2w1w2σ1σ2*σ12/σ1σ2
σp2 = w12σ12 + w22σ22 + 2w1w2σ12
{6}

Then, I guess for the portfolio to have the minimum possible variance one needs to optimize {6} subject to the constraint of {1}, giving a Lagrangean function:
y = w12σ12 + w22σ22 + 2w1w2σ12 + λ(w1 +w2 - 1) {7}
Such that:
y/∂w1 = 0
y/∂w2 = 0
y/∂λ = 0


And from here I am stuck. How am I supposed to use the above calculations, especially {7}, to get an expression for w1 ensuring it has minimum portfolio variance?

Thanks in advance.
 
Last edited:
Howdy everyone,

I've been having a slight issue with one particular minimum variance portfolio question:

The task is to derive an expression for the share of wealth allocated to a risky asset (1) in a portfolio with the minimum possible variance:

This is what is known:
Two risky assets: 1 and 2
Returns: r1 and r2
Variances: σ12 and σ22
Covariance: σ12

------
So far, I have figured out the following:
The weighted share of asset 1 is {1}:
w2 = 1 - w1 {1}

Portfolio return is:
rp = w1r1 + w2r2 {2}
Hence, substituting {1} into {2}:
rp = w1r1 + (1 - w1)r2 {3}

Portfolio variance is:
σp2 = w12σ12 + w22σ22 + 2w1w2σ1σ2ρ12 {4}

Knowing that:
Corr12 = ρ12 = σ12/σ1σ2 {5}
Sub {5} into {4}
σp2 = w12σ12 + w22σ22 + 2w1w2σ1σ2*σ12/σ1σ2
σp2 = w12σ12 + w22σ22 + 2w1w2σ12
{6}

Then, I guess for the portfolio to have the minimum possible variance one needs to optimize {6} subject to the constraint of {1}, giving a Lagrangean function:
y = w12σ12 + w22σ22 + 2w1w2σ12 + λ(w1 +w2 - 1) {7}
Such that:
y/∂w1 = 0
y/∂w2 = 0
y/∂λ = 0


And from here I am stuck. How am I supposed to use the above calculations, especially {7}, to get an expression for w1 ensuring it has minimum portfolio variance?

Thanks in advance.
It has been decades since I worked with this stuff, but I think, once you simplify the horrible notation economists like to use, that this is a simple minimization problem. However, given my lack of practice with this stuff, let's view this as a joint project. Now assuming

[MATH]r_1,\ r_2,\ \sigma_1^2,\ \sigma_2^2, \text { and } \sigma_{1,2}[/MATH]
are all given, we can simplify our notation by replacing them with a, b, c, d, and e respectively.

[MATH]f = \sqrt{c} \sqrt{d} e.[/MATH]
Because [MATH]w_1 +w_2 = 1[/MATH]
we can further simplify our notation by replacing those two variables with w and ( 1 - w) respectively.

And, in a final simplification, we can say [MATH]\sigma_p^2 = v.[/MATH]
Now equation 6 becomes

[MATH]v = w^2c + (1 - w)^2d + 2w(1 - w)f \implies[/MATH]
[MATH]v = w^2c + (1 - 2w + w^2)d + 2(w - w^2)f \implies[/MATH]
[MATH]v = w^2c + w^2d - 2w^2f + 2w^2(f - d) + d.[/MATH]
[MATH]\therefore \dfrac{dv}{dw} = 2w(c + d - 2f) + 2(f - d).[/MATH]
[MATH]\therefore \dfrac{dv}{dw} = 0 \implies w = \dfrac{2(d - f)}{2(c + d - 2f)} = \dfrac{d - f}{c + d - 2f}.[/MATH]
[MATH]\therefore w = \dfrac{\sigma_2^2 - \sigma_1\sigma_2\sigma_{1,2}}{\sigma_1^2 + \sigma_2^2 - 2\sigma_1 \sigma_2 \sigma_{1,2}}[/MATH]
Please check the algebra. But I think that is all there is to it. If you have questions, please feel comfortable in challenging what I have done.
 
Top