We introduce summation notation in detail, a method for providing a compact description of a summation. Summations start somewhere specific and either terminate definitively (finite) or continue without bounds (infinite). Summations often have terms called “variables,” and may also have constants. Summations that only compute part of a sequence are called “partial sums.” For example:
If we limit n to 5, then we have
We already saw that the inverse factorial yields an approximation to e.
Although we have a summation formula, e will be valid to only the fourth decimal place, even with n = 100,000.
Instructions
The number at the top of the summation symbol is the end (terminus) of the summation. Do you agree?
Set checkpoint_1
to "yes"
or "no"
.
What is the approximate sum of
Assign your answer to checkpoint_2
in the code editor.