The iteration method is the most naive, brute-force method for solving recurrences. This is done by rewriting the right hand side until we see a pattern forming

Examples

The reason it becomes lg(n) is because we usually have an inital condition, for example . Our recurrence stops at this point, and we can find it by