S_n Formula Explained: Mastering the $n$-th Term of an Arithmetic Sequence

When studying mathematics, especially algebra and sequences, one formula emerges as essential for finding the $n$-th term of an arithmetic sequence:

$$
S_n = \frac{n}{2} \left(2a + (n - 1)d\right)
$$

Understanding the Context

This elegant expression allows you to compute the sum of the first $n$ terms of any arithmetic sequence quickly — without having to add every term individually.


Understanding the Formula

The formula
$$
S_n = \frac{n}{2} \left(2a + (n - 1)d\right)
$$
is the standard formula for the sum of the first $n$ terms ($S_n$) of an arithmetic sequence, where:

Key Insights

  • $S_n$ = sum of the first $n$ terms
    - $a$ = the first term of the sequence
    - $d$ = common difference between consecutive terms
    - $n$ = number of terms to sum

It is derived from pairing terms in reverse order:
$ a + (a + d) + (a + 2d) + \cdots + [a + (n - 1)d) $

Pairing the first and last terms gives $a + [a + (n - 1)d] = 2a + (n - 1)d$, and with $n$ such pairs multiplied by $\frac{n}{2}$, we get the formula above.


Plugging in Sample Values

🔗 Related Articles You Might Like:

📰 But wait—each path is assigned to a layer, and layers are fixed categories but not labeled. So if we swap the labels of two layers, is it a different assignment? No—the problem says indistinguishable beyond type, so we treat them as unordered. 📰 But the problem says 3 unique geological layers, but indistinguishable beyond type—this suggests that although they are unique in nature, for grouping, only the count per type matters, and since they are indistinct, we identify assignments that are permutations of each other. 📰 But since the layers are unlabeled, the partition is determined by the multiset of sizes, including zeros, and non-decreasing order. 📰 Stock Market Today Charts 📰 What Is The Difference Between 4G And 5G 📰 Authorities Warn Which Coke Stock To Buy That Changed Everything 📰 Bank Of America Willimantic 📰 Assetto Corsa Steam Sale 📰 Calculate Payment On Home Equity Loan 📰 Fictional Maker Of The Little Giant Do It Yourself Rocket Sled Kit 📰 Trending Line 6189381 📰 United States National Dish 📰 Quickbooks Online Pricing 2799892 📰 Planet Coaster 2 Steam 📰 How Much Does A Front End Alignment Cost 📰 This Rare Anvil Recipe In Minecraft Is Have Looted Gold Dont Miss It 385022 📰 Anavex Stock Price Shock Investors Are Reckoning With A 300 Surge Dont Miss This Trend 2682894 📰 A Right Circular Cone Has A Base Radius Of 4 Units And A Slant Height Of 5 Units Find The Lateral Surface Area Of The Cone 2694553

Final Thoughts

Let’s analyze the specific case given in the formula:

$$
S_n = \frac{n}{2} \left(2(7) + (n - 1)(4)\right) = \frac{n}{2} (14 + 4n - 4) = \frac{n}{2} (4n + 10)
$$

Here:
- $a = 7$
- $d = 4$

So the sequence begins:
$7, 11, 15, 19, \ldots$
Each term increases by $4$. Using the sum formula gives a fast way to compute cumulative sums.

For example, find $S_5$:

$$
S_5 = \frac{5}{2} (4 \cdot 5 + 10) = \frac{5}{2} (20 + 10) = \frac{5}{2} \ imes 30 = 75
$$

Indeed, $7 + 11 + 15 + 19 + 23 = 75$, confirming the formula’s accuracy.


Why This Formula Matters

The $S_n = \frac{n}{2}(2a + (n - 1)d)$ formula is indispensable in: