## Internal Rate of Return (IRR)
IRR is the discount rate at which NPV of the project equals zero—the break-even cost of capital.
> Solve for r in:
> Σ [CFt ÷ (1+r)^t] = Initial Outflow
Decision Rule:
- IRR > WACC (Cost of Capital) → Accept
- IRR < WACC → Reject
---
### Advantages
| # | Advantage |
|---|---|
| 1 | Incorporates Time Value of Money |
| 2 | Considers all cash flows throughout the project's life |
| 3 | Intuitively comparable to cost of capital—managers immediately understand 'project earns 18% vs. 12% cost' |
| 4 | Aligned with shareholder wealth maximisation objective |
---
### Limitations
| # | Limitation | Detail |
|---|---|---|
| 1 | Tedious calculation | Requires trial and error (interpolation) to find the rate; no closed-form solution for multi-period cases |
| 2 | Misleading for unconventional cash flow patterns | Multiple sign changes in cash flows can produce multiple IRRs |
| 3 | Reinvestment rate assumption is unrealistic | IRR assumes interim cash flows are reinvested at the IRR itself, which is usually not achievable |
| 4 | Can conflict with NPV for mutually exclusive projects | IRR may rank a smaller-but-efficient project above a larger wealth-creating project |
---
> IRR vs. NPV for mutually exclusive projects: When IRR and NPV rankings conflict, always follow NPV—it directly measures wealth addition. IRR is best used as a supplementary communication tool.