What is the formula for the sum of an arithmetic sequence?
+
The sum of an arithmetic sequence is given by the formula S_n = (n/2) * (a_1 + a_n), where n is the number of terms, a_1 is the first term, and a_n is the last term.
How do you find the sum of the first n terms of an arithmetic sequence when the last term is unknown?
+
You can use the formula S_n = (n/2) * [2a_1 + (n - 1)d], where a_1 is the first term, d is the common difference, and n is the number of terms.
Can the arithmetic sequence sum formula be used for any number of terms?
+
Yes, the arithmetic sequence sum formula works for any positive integer number of terms n.
What is the difference between the two arithmetic sequence sum formulas?
+
One formula uses the last term: S_n = (n/2)(a_1 + a_n), while the other uses the common difference: S_n = (n/2)[2a_1 + (n-1)d]. Both calculate the same sum.
How do you derive the arithmetic sequence sum formula?
+
By pairing terms from the start and end of the sequence, each pair sums to the same value (a_1 + a_n), and there are n/2 such pairs, so S_n = (n/2)(a_1 + a_n).
Is the sum formula applicable for arithmetic sequences with negative common differences?
+
Yes, the sum formula works regardless of whether the common difference d is positive, negative, or zero.
How can you use the sum formula to find the average of the terms in an arithmetic sequence?
+
The average of the first n terms is (a_1 + a_n)/2, which is the same as the sum S_n divided by n.
What is the sum of the arithmetic sequence 3, 7, 11, ..., up to 10 terms?
+
Here, a_1 = 3, d = 4, n = 10. Using S_n = (n/2)[2a_1 + (n-1)d] = (10/2)[2*3 + (10-1)*4] = 5[6 + 36] = 5 * 42 = 210.