Sign In
When a series has many terms, it can be tedious to calculate its sum. However, there are formulas for special series that simplify calculations. The table shows the formulas for some special series.
| Special Series | Formula |
|---|---|
| Sum of n terms of 1. | ∑_(i=1)^n 1 = n |
| Sum of first n positive integers. | ∑_(i=1)^n i = n(n+1)/2 |
| Sum of squares of first n positive integers. | ∑_(i=1)^n i^2 = n(n+1)(2n+1)/6 |
| Sum of cubes of first n positive integers. | ∑_(i=1)^n i^3 = [ n(n+1)/2 ]^2 |
n= 1
Rewrite ∑_(i=1)^1 i as 1
Add terms
Identity Property of Multiplication
a/a=1
The statement is true for n=1. Now, assume that the statement is true for some positive integer k. ∑_(i=1)^k i = k(k+1)2 ✓ In the final step, the aim is to show that the statement is true for n=k+1. To do so, the above equation will be manipulated using the Properties of Equality.
LHS+( k+1)=RHS+( k+1)
Rewrite ∑_(i=1)^k i + (k+1) as ∑_(i=1)^(k+1) i
a = 2* a/2
Add fractions
Factor out (k+1)
Write as a sum
The left-hand side of the above equation is the sum of the first k+1 positive integers. The right-hand side is the expression obtained when substituting k+1 for n. Therefore, the statement holds true for all positive integers.
n= 1
Identity Property of Multiplication
Add terms
Multiply
a/a=1
The statement is true for n=1. Now, assume that the statement is true for some positive integer k. ∑_(i=1)^k i^2 = k(k+1)(2k+1)/6 ✓ Next, show that the statement is true for n=k+1. To do so, start by adding (k+1)^2 to both sides of the above equation.
LHS+ (k+1)^2=RHS+ (k+1)^2
Rewrite ∑_(i=1)^k i^2 + (k+1)^2 as ∑_(i=1)^(k+1) i^2
Add the terms on the right-hand side, then factor the numerator of the fraction.
a = 6* a/6
Add fractions
Factor out (k+1)
Distribute k & 6
Write as a sum
Add terms
Factor out 2k
Factor out 3
Factor out (k+2)
Write as a sum
Factor out 2
The left-hand side is the sum of the squares of the first n positive integers. The right-hand side is the expression obtained when substituting k+1 for n. Therefore, the statement holds for all positive integers n.
n= 1
Add terms
Identity Property of Multiplication
a/a=1
1^a=1
The statement is true for n=1. Now, assume that the statement is true for some positive integer k. ∑_(i=1)^k i^3 = [ k(k+1)/2 ]^2 ✓ Finally, to show that the statement is true for k+1, the above equation will be manipulated.
LHS+ (k+1)^3=RHS+ (k+1)^3
Rewrite ∑_(i=1)^k i^3 + (k+1)^3 as ∑_(i=1)^(k+1) i^3
a = 4* a/4
Add fractions
Factor out (k+1)^2
Distribute 4
a^2+2ab+b^2=(a+b)^2
a^m b^m = (a b)^m
Write as a power
a^m/b^m=(a/b)^m
Write as a sum
This final equation shows that the statement is true for n=k+1. Therefore, the statement holds for all positive integers n.