The document discusses recurrences and the master theorem for finding asymptotic bounds of recursive equations. It covers the substitution method, recursive tree method, and master theorem. The master theorem provides bounds for recurrences of the form T(n) = aT(n/b) + f(n) based on comparing f(n) to nlogba. It also discusses exceptions, gaps in the theorem, and proofs of the main results.