5.5.4Portfolio Theory

Learn about the efficient frontier

1,645 words7 min readdifficulty · medium6 backlinks

WHY does the efficient frontier exist?

WHAT it answers: "Given the assets I have, what is the best possible trade-off between risk and return?" HOW we find it: for every target return, solve for weights that minimize variance.


Building block: two-asset portfolio (derive from scratch)

Let weights wA,wBw_A, w_B with wA+wB=1w_A + w_B = 1. Returns RA,RBR_A, R_B with expected values μA,μB\mu_A, \mu_B, standard deviations σA,σB\sigma_A, \sigma_B, correlation ρ\rho.

Step 1 — Expected return. Expectation is linear: μp=E[wARA+wBRB]=wAμA+wBμB\mu_p = \mathbb{E}[w_A R_A + w_B R_B] = w_A\mu_A + w_B\mu_B Why this step? E[]\mathbb{E}[\cdot] passes through sums and constants, so nothing curves here — return is a straight weighted average.

Step 2 — Variance. Use Var(X+Y)=Var(X)+Var(Y)+2Cov(X,Y)\text{Var}(X+Y) = \text{Var}(X)+\text{Var}(Y)+2\,\text{Cov}(X,Y): σp2=wA2σA2+wB2σB2+2wAwBCov(RA,RB)\sigma_p^2 = w_A^2\sigma_A^2 + w_B^2\sigma_B^2 + 2w_Aw_B\,\text{Cov}(R_A,R_B) Since Cov=ρσAσB\text{Cov} = \rho\,\sigma_A\sigma_B: σp2=wA2σA2+wB2σB2+2wAwBρσAσB\boxed{\sigma_p^2 = w_A^2\sigma_A^2 + w_B^2\sigma_B^2 + 2w_Aw_B\rho\,\sigma_A\sigma_B} Why this step? The cross term 2wAwBρσAσB2w_Aw_B\rho\sigma_A\sigma_B is where the magic lives. If ρ<1\rho<1, this term is smaller than the value that would make risk a straight line — so risk drops.


The Minimum-Variance Portfolio (MVP)

HOW to find the leftmost tip of the bullet: minimize σp2\sigma_p^2 over wAw_A.

Set wB=1wAw_B = 1-w_A, take derivative, set to zero: dσp2dwA=0    wA=σB2ρσAσBσA2+σB22ρσAσB\frac{d\sigma_p^2}{dw_A} = 0 \;\Rightarrow\; \boxed{w_A^* = \frac{\sigma_B^2 - \rho\sigma_A\sigma_B}{\sigma_A^2 + \sigma_B^2 - 2\rho\sigma_A\sigma_B}} Why this step? σp2\sigma_p^2 is a convex (upward) parabola in wAw_A, so the single stationary point is the global minimum — the tip of the frontier bullet.

Figure — Learn about the efficient frontier

From bullet to frontier


Worked Example 1 — two uncorrelated assets

μA=8%,σA=10%\mu_A = 8\%, \sigma_A = 10\%; μB=12%,σB=20%\mu_B = 12\%, \sigma_B = 20\%; ρ=0\rho = 0.

Try wA=0.5w_A = 0.5:

  • μp=0.5(8)+0.5(12)=10%\mu_p = 0.5(8) + 0.5(12) = 10\%Why? linear averaging.
  • σp2=0.25(100)+0.25(400)+0=125σp=11.18%\sigma_p^2 = 0.25(100) + 0.25(400) + 0 = 125 \Rightarrow \sigma_p = 11.18\%Why? cross term vanishes since ρ=0\rho=0; note 11.18%<15%11.18\% < 15\% (the naive average of 10 and 20)! Diversification worked.

Find the MVP: wA=4000100+4000=0.8w_A^* = \frac{400 - 0}{100 + 400 - 0} = 0.8 Why? Formula with ρ=0\rho=0. So 80% in the safer asset.

  • μp=0.8(8)+0.2(12)=8.8%\mu_p = 0.8(8)+0.2(12) = 8.8\%
  • σp2=0.64(100)+0.04(400)=80σp=8.94%\sigma_p^2 = 0.64(100)+0.04(400) = 80 \Rightarrow \sigma_p = 8.94\% — even lower risk than either single asset combination we tried.

Worked Example 2 — perfect negative correlation (ρ=1\rho=-1)

Same σA=10,σB=20\sigma_A=10, \sigma_B=20. Zero-risk weight solves wAσA=wBσBw_A\sigma_A = w_B\sigma_B: wA(10)=(1wA)(20)wA=2030=0.667w_A(10) = (1-w_A)(20) \Rightarrow w_A = \frac{20}{30} = 0.667 Why? At ρ=1\rho=-1, σp=wAσAwBσB\sigma_p = |w_A\sigma_A - w_B\sigma_B|; set it to zero. Risk fully cancels — a synthetic risk-free asset from two risky ones.



Recall Feynman: explain to a 12-year-old

Imagine choosing snacks. Some snacks are cheap but boring, some expensive but tasty. If you always eat them together, one being boring is balanced by the other being tasty — so the "bad days" get smoother. The efficient frontier is a chart of the best snack mixes: for how bumpy you're willing to let it be (risk), it shows the tastiest average outcome (return). Any mix that's bumpy and boring gets thrown away — you'd never pick it.


Flashcards

What is the efficient frontier?
The set of portfolios giving max expected return for each risk level (upper half of the minimum-variance frontier, above the MVP).
Why does the risk–return curve bend leftward?
Because when ρ<1\rho<1 the covariance cross-term reduces portfolio variance below the weighted average — diversification cancels volatility.
Formula for two-asset portfolio variance?
σp2=wA2σA2+wB2σB2+2wAwBρσAσB\sigma_p^2 = w_A^2\sigma_A^2 + w_B^2\sigma_B^2 + 2w_Aw_B\rho\sigma_A\sigma_B.
Is portfolio expected return a weighted average?
Yes, always: μp=wAμA+wBμB\mu_p = w_A\mu_A + w_B\mu_B (expectation is linear).
At what correlation does diversification vanish?
ρ=+1\rho = +1 (risk becomes a straight weighted average).
At what correlation can risk hit exactly zero?
ρ=1\rho = -1, with weights wAσA=wBσBw_A\sigma_A = w_B\sigma_B.
What is the Minimum-Variance Portfolio?
The leftmost point of the frontier; wA=σB2ρσAσBσA2+σB22ρσAσBw_A^* = \frac{\sigma_B^2-\rho\sigma_A\sigma_B}{\sigma_A^2+\sigma_B^2-2\rho\sigma_A\sigma_B}.
What is the Capital Market Line?
The tangent line from RfR_f to the frontier; its tangency point is the market portfolio; slope = Sharpe ratio.
Why is the lower half of the bullet inefficient?
For the same risk you can move straight up to a higher return, so those portfolios are dominated.

Connections

Concept Map

straight line

contains

shrinks

curves risk left

minimize over weights

leftmost tip of

upper half above MVP

dominates

max return per risk

Diversification with rho less than 1

Cross term 2 wA wB rho sigmaA sigmaB

Portfolio return linear average

Portfolio variance

Bullet-shaped risk-return set

Minimum-Variance Portfolio

Efficient Frontier

Inefficient portfolios below

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, efficient frontier ka core idea simple hai. Jab tum do ya zyada stocks ko mix karte ho, toh return toh simple weighted average nikalta hai — par risk (volatility) weighted average se kam ho jaata hai, agar stocks fully saath-saath nahi chalte (yani correlation ρ<1\rho < 1). Kyunki jab ek stock neeche jaata hai, doosra upar jaake usko balance kar deta hai. Isi cancellation ki wajah se risk-return ka graph ek seedhi line na banke, left ki taraf mud jaata hai — ek "bullet" jaisa shape.

Us bullet ke sabse left wale point ko Minimum-Variance Portfolio (MVP) kehte hain — yani sabse kam risk wala mix. MVP ke upar wala poora upper edge hi efficient frontier hai. Neeche wala hissa bekaar (dominated) hai, kyunki utne hi risk pe tum seedha upar jaake zyada return le sakte ho — toh koi bewakoof hi neeche wala portfolio choose karega.

Formula yaad rakho: σp2=wA2σA2+wB2σB2+2wAwBρσAσB\sigma_p^2 = w_A^2\sigma_A^2 + w_B^2\sigma_B^2 + 2w_Aw_B\rho\sigma_A\sigma_B. Wo aakhri cross-term hi asli jaadu hai — yahi risk ko kam karta hai. Agar ρ=+1\rho=+1 ho, toh koi fayda nahi, risk seedha average ban jaata hai. Agar ρ=1\rho=-1 ho, toh risk bilkul zero tak ja sakta hai (perfect hedge). Real markets mein ρ\rho beech mein hota hai, isliye diversification kaam toh karta hai par risk kabhi poora zero nahi hota — market ka systematic risk bacha rehta hai.

Exam aur investing dono mein yeh important hai kyunki yeh batata hai ki tumhare paas jitne assets hain, unse best possible risk-return trade-off kya hai. Aur agar risk-free asset (jaise FD/T-bill) add karo, toh us frontier pe ek tangent line kheencho — wahi Capital Market Line hai, aur uska slope Sharpe ratio hota hai jise hum maximize karte hain.

Test yourself — Portfolio Theory

Connections