Note 3: Sums
In the last post, we talked about proof by induction, and showed an example proof that made heavy use of summation notation. In this quick post, we’re going to list a few important sums that you should study. They’re mostly important because they show up in actual analyses of algorithms. They’re also important because they may show up on quizzes and exams. In no particular order:
. You can prove this one by induction.
, when
. You can prove this one using a “telescoping sums” argument.
, when
. You can prove this one by taking limits.
. You can work this out with an integral approximation.
. You can work this out with an integral approximation.
, where
is a constant. Integrals again.
In class, you’ll be expected to be able to use these sums, but (unless directed otherwise) you won’t be expected to prove that they’re correct.