Sequences and Series
Arithmetic Series Sum
Sum the first n terms of an arithmetic sequence using S_n = n/2 · (a_1 + a_n), where a_n is the nth term.
Example
arithmetic-series-sum
The sum of the first n terms of an arithmetic sequence: S_n = n/2 · (a_1 + a_n) Steps: 1. Find a_n using a_n = a_1 + (n-1)d. 2. Apply the sum formula with the known a_1 and a_n. 3. Simplify: n/2 · (a_1 + a_n).