Salick Academy

Try each one on paper first, then check a single step. That is worth far more than reading a finished solution.

Example 1 — using a recurrence relation

Given u1=3u_1 = 3 and un+1=2un+1u_{n+1} = 2u_n + 1, find the first four terms.

Example 2 — the limit of a sequence

Find limn3n+1n+2\displaystyle\lim_{n\to\infty}\frac{3n+1}{n+2}.

Example 3 — proving a formula by induction

Given u1=3u_1 = 3 and un+1=2un1u_{n+1} = 2u_n - 1, prove that un=2n+1u_n = 2^n + 1.