Summation Calculator
Evaluate sigma notation and series sums with step-by-step working
Reading Sigma Notation
Sigma notation compresses a sum into an index, a lower limit, an upper limit and a general term:
Two properties make almost every sum tractable — summation is linear:
So you may pull constants out and split a sum term by term, then apply a known closed form to each piece.
Number of terms: from to there are terms. Starting at is the usual source of an off-by-one error.
Closed Forms and How to Use Them
The standard power sums
Arithmetic series
With first term , common difference and terms:
Use the second form when the last term is unknown, and to recover the term count from the endpoints.
Telescoping sums
If , the partial sum collapses to . Partial fractions usually reveal this structure, and it is the standard route to an infinite sum that is not geometric.
Method
- Split the sum using linearity.
- Match each piece to a closed form.
- Substitute the limits, adjusting if the index does not start at .
- For an infinite sum, take of the partial sum — the sum is that limit, and exists only if the limit does.
Common Mistakes to Avoid
- Miscounting the terms: has terms, not . The constant rule then gives .
- Squaring the wrong thing: . The formulas are genuinely different.
- Applying an infinite formula to an arithmetic series: an infinite arithmetic series always diverges unless every term is zero, because the terms never approach zero.
- Forgetting to shift the index: to use a formula that starts at on a sum starting at , subtract the first four terms rather than guessing.
- Treating a partial sum as the sum: for an infinite series, the answer is the limit of , and you must show that limit exists.
示例题目
常见问题
The capital sigma means add up. The letter underneath is the index and its starting value, the number on top is the last value, and the expression to the right is the term. You substitute each index value in turn and total the results.
Use S = (n/2)(first term + last term), which works because pairing terms from the two ends always gives the same total. If the last term is not given, compute it with a_n = a_1 + (n-1)d first.
No, unless every term is zero. A non-zero common difference makes the terms grow without bound, so the partial sums diverge to plus or minus infinity. Only series whose terms shrink to zero fast enough can converge.
Try to write the general term as a difference b_k - b_(k+1) so the sum telescopes, which partial fractions often reveal. Failing that, split it with linearity into pieces you do recognise, or determine only whether it converges using a convergence test.
相关求解器
相关学习指南
免费试用 AI-Math
任何数学问题都能获得分步解答。拍照上传或输入问题即可。
开始解题