## Optimal Capital Structure: Minimising Composite Cost of Capital
A firm's optimal capital structure is the debt-equity mix that minimises the Weighted Average Cost of Capital (WACC). As debt increases:
- Initially, WACC falls (cheap debt replacing expensive equity)
- Beyond a point, WACC rises (rising cost of both debt and equity due to financial risk)
- The optimal point is the debt level where WACC is lowest
### Procedure
1. For each debt-equity mix, compute: WACC = (Debt% × Kd) + (Equity% × Ke)
2. Identify the mix with the minimum WACC
3. This is the optimal capital structure
### Why both Kd and Ke rise with debt
- Kd rises: More debt → higher financial risk → lenders demand higher interest
- Ke rises: Higher debt → higher variability in EPS → equity investors demand higher return (financial leverage risk)
### Reverse WACC problems
If WACC and Kd are known, find Ke:
```
WACC = (Wd × Kd) + (We × Ke)
Ke = (WACC − Wd × Kd) / We
```
If debt-equity ratio = 2:1 → Wd = 2/3, We = 1/3