Study notes and chapter summaries
This leads us to portfolio selection: among all portfolios offering the same expected return, the dominant one is the one with the least variance.
SSD is a decision rule for risk-averse investors.
Let \( F_A(x) \) and \( F_B(x) \) be cumulative distribution functions (CDFs) of the returns of assets A and B.
We say A dominates B in the second degree if:
\[ \int_{-\infty}^{x} F_A(t)\, dt \leq \int_{-\infty}^{x} F_B(t)\, dt \quad \text{for all } x \]...and strictly less for at least one \( x \). This reflects preference under concave utility.
Suppose you have many portfolios, all yielding \( E[R] = 8\% \).
SSD says: pick the one with the lowest variance — that’s the efficient frontier logic in Markowitz’s framework.
Risk (Variance) →→→
Portfolio A (Low Variance)
|
| •
|
|
| • Portfolio B (Higher Variance)
|
----------------------------
Same Expected Return
This refers to the Modern Portfolio Theory (MPT) introduced by Harry Markowitz, which proposes that investors choose portfolios based on just two things:
Expected Return ↑
• A
•
• ← Efficient Frontier
•
•
•
----------------------------→ Risk (Standard Deviation)
The preferences assumed in MPT come naturally from standard utility theory:
Mathematically:
These properties justify:
\[ \text{Maximize } E[u(\tilde{W})] \approx u(E[\tilde{W}]) + \frac{1}{2}u''(E[\tilde{W}])\text{Var}(\tilde{W}) \]This is a critical caveat. The mean and variance only capture the first two moments of a distribution. But:
Consider two investments with the same mean and variance, but one has fat left tails (higher crash risk). MPT would treat them equally — but any real investor would prefer the safer one.
Return →
| *
Probability | * * *
| * * ← Fat right tail
| * *
|------------------------→
Mean
Return →
| * *
Probability | * *
|* * ← Fat left tail (crash risk)
|------------------------→
Mean
These two have the same \( E[\tilde{R}] \) and \( \text{Var}(\tilde{R}) \), but very different risks.
This section reminds us that the mean-variance model is a practical approximation, not a universal truth. It's powerful because it's simple and useful, not because it's always accurate. Recognizing both its utility and its limits is key to using it wisely in both theoretical and applied finance.
Investors care about their expected utility, not just expected wealth. But computing E[u(~W)] for an arbitrary utility function u and wealth distribution ~W is hard.
To make it tractable, we approximate u(~W) by expanding it around its mean E[~W] using a Taylor series.
Let ~W be the random end-of-period wealth. The utility function is expanded as:
u(~W) = u(E[~W]) + u'(E[~W])(~W - E[~W]) + (1/2)u''(E[~W])(~W - E[~W])² + R₃
u(E[~W]): Utility of the expected wealth — baselineu'(E[~W])(~W - E[~W]): Linear sensitivity — vanishes under expectation(1/2)u''(E[~W])(~W - E[~W])²: Penalty for risk (variance)R₃: Remainder term — captures skewness, kurtosis, etc.Now take the expectation:
E[u(~W)] = u(E[~W]) + (1/2)u''(E[~W])Var(~W) + E[R₃]
E[~W - E[~W]] = 0Intuition:
u'' < 0, more variance reduces utilityThe remainder term is:
R₃ = ∑ (from n=3 to ∞) [1/n!] × u⁽ⁿ⁾(E[~W]) × (~W - E[~W])ⁿ
E[R₃] = ∑ (from n=3 to ∞) [1/n!] × u⁽ⁿ⁾(E[~W]) × m⁽ⁿ⁾(~W)
E[u(~W)] ≈ u(E[~W]) + (1/2)u''(E[~W])Var(~W)
u'' < 0This justifies mean-variance analysis in portfolio theory.
Example:
Same mean and variance, but different investor preferences—mean-variance analysis fails to distinguish.
Utility ↑
•
• ← u(E[W])
•
•
---------------------→ Wealth
↑
E[W]
• •
• • • •
• • •
------------------------→ Return
Mean and variance are the same, but tail behavior differs.
The Taylor series remainder term E[R₃] from Section 3.3 vanishes if:
This holds when the utility function is quadratic:
u(W) = aW - (b/2)W², with b > 0
Then: u'(W) = a - bW, u''(W) = -b, and u⁽ⁿ⁾(W) = 0 for n ≥ 3
Since all higher-order derivatives are zero:
E[u(Ẇ)] = u(E[Ẇ]) + (1/2)u''(E[Ẇ])Var(Ẇ)
This expression is exact.
Given: u(Ẇ) = Ẇ - (b/2)Ẇ²
So: E[u(Ẇ)] = E[Ẇ] - (b/2)E[Ẇ²]
But E[Ẇ²] = (E[Ẇ])² + Var(Ẇ) = μ² + σ²
Therefore: E[u(Ẇ)] = μ - (b/2)(μ² + σ²)
Utility depends only on the mean and variance of wealth Ẇ. Mean-variance analysis is therefore exact under quadratic utility.
u(W)
│
│ *
│ * * ← Utility increases initially
│ * *
│ * * ← Peaks at satiation point
│
└──────────────────→ W
↑
Max utility point
Even with an arbitrary utility function, if returns are normally distributed, mean-variance analysis can still be valid.
If: Ṙ = (R₁, R₂, ..., Rₙ) ~ MVN(μ, Σ)
Then: Any linear combination Ẇ = wᵗṘ is also normally distributed
So utility maximization reduces to optimization over mean and variance
| Assumption | Utility Function | Distributional Assumption | Result |
|---|---|---|---|
| Quadratic utility | u(W) = aW - (b/2)W² | Any distribution | Mean-variance preference exact |
| Arbitrary utility | u smooth, concave | Multivariate Normal returns | Mean-variance preference sufficient |
| Arbitrary utility | Arbitrary | Arbitrary distribution | Mean-variance preference not valid |
| Strength | Limitation |
|---|---|
| Mean-variance models are powerful and tractable under quadratic utility or normality | But both are strong and unrealistic assumptions |
| Quadratic utility allows exact mean-variance optimization for any distribution | But leads to absurd economic implications like decreasing utility with wealth |
| Normality assumption avoids those issues | But assumes wealth can fall below zero, which violates limited liability |
| Use mean-variance as an approximation | Advanced models incorporate higher moments or bounded wealth, or use expected utility directly |
Last updated: August 04, 2025