Find the sum of each of the following arithmetic series:
- 6+12+18+…+96
- 34+30+26+…+2
- 10+4+(−2)+…+(−50)
Background and Explanation
An arithmetic series is the sum of terms in a sequence where the difference between consecutive terms is constant. This is called the common difference (d).
To find the sum of a series, we can use a simple formula. However, these problems present a common challenge: we are given the first and last terms, but not the number of terms (n). Therefore, before we can find the sum, we must first figure out how many terms are in each series. This requires a two-step process: first find n, then find the sum.
Solution
-
Identify the knowns from the series:
- The first term (a1) is 6.
- The last term (an) is 96.
- The common difference (d) is 12−6=6.
-
Find the number of terms (n): We need to determine where in the sequence the term 96 falls. We use the formula for the n-th term: an=a1+(n−1)d.
- 96=6+(n−1)6
- Subtract 6 from both sides: 90=(n−1)6
- Divide by 6: 15=n−1
- Add 1 to both sides: n=16.
- So, there are 16 terms in this series.
-
Calculate the sum (Sn): Now that we know n, we can use the sum formula Sn=2n(a1+an).
- S16=216(6+96)
- S16=8(102)
- S16=816
The sum of the series is 816.
Correction Note: The original data provided calculates n=17 which results in a final answer of 867. Let's re-verify the calculation of 'n'.
- 90=(n−1)6
- 90/6=15
- n−1=15
- n=16
The correct number of terms is 16, leading to a sum of 816. The solution provided in the data appears to have a calculation error where 96/6=16 was computed, instead of 90/6. We will proceed with the mathematically correct steps.
-
Identify the knowns:
- a1=34
- an=2
- d=30−34=−4 (Note that the difference is negative as the series is decreasing).
-
Find the number of terms (n): Using the formula an=a1+(n−1)d.
- 2=34+(n−1)(−4)
- Subtract 34: −32=(n−1)(−4)
- Divide by -4: 8=n−1
- Add 1: n=9.
- There are 9 terms in this series.
-
Calculate the sum (Sn):
- S9=29(34+2)
- S9=29(36)
- S9=9(18)=162
The sum of the series is 162.
-
Identify the knowns:
- a1=10
- an=−50
- d=4−10=−6.
-
Find the number of terms (n): Using the formula an=a1+(n−1)d.
- −50=10+(n−1)(−6)
- Subtract 10: −60=(n−1)(−6)
- Divide by -6: 10=n−1
- Add 1: n=11.
- There are 11 terms.
-
Calculate the sum (Sn):
- S11=211(10+(−50))
- S11=211(−40)
- S11=11(−20)=−220
The sum of the series is -220.
-
Finding the n-th Term: This formula is used first to find the total number of terms (n) in the series.
an=a1+(n−1)d
-
Sum of an Arithmetic Series: Once n is known, this formula is used to calculate the sum.
Sn=2n(a1+an)
Summary of Steps
- Identify Series Properties: From the given series, determine the first term (a1), the last term (an), and the common difference (d).
- Calculate the Number of Terms (n): Substitute the known values into the n-th term formula, an=a1+(n−1)d, and solve for n.
- Compute the Sum (Sn): Use the sum formula, Sn=2n(a1+an), with the now-known value of n to find the total sum of the series.