This page assumes you have seen nothing. Before you touch the parent note, every squiggle it uses is unpacked below, in the order they must be learned.
Picture a row of stepping-stones across a river. You cross them left to right, in order. That row is a sequence.
Read the figure. Each blue stone holds one number of the list 2,5,8,11,14; the yellow tag under each stone is its position (1st, 2nd, …); the white arrows show the fixed left-to-right reading order. That ordered row is exactly what "sequence" means.
Why the topic needs it. An AP is a special kind of sequence, so we must first agree on what an ordinary list of ordered numbers even is.
(Those three dots "…" just mean "keep listing in the same obvious pattern"; they get their own proper definition in §5.)
Now the star of the show: the letter n.
Read the figure. The four yellow stones are actual terms with their address labels a1,a2,a3,a4 in blue above them. The pink stone on the right holds a "?" — it is an, the general term: hand it any position n and it becomes one specific stone.
Why the topic needs it. The whole point of a formula is to describe every term at once. We cannot write out an infinite list, so we say "give me any position n, and I'll hand you an." Without a symbol for "any position", no formula is possible.
To findd, you subtract a term from the one after it. Every gap gives the same value:
d=a2−a1andd=a3−a2and so on for every gap.
Read the figure. The blue bars are the terms of 2,5,8,11,14 drawn as heights; the pink arrow at the start marks a=2; the double-headed pink arrow between two bars measures one stepd=3. Because every bar is exactly d taller than the one before, the staircase is perfectly even.
Why the topic needs it. The parent note's ONE idea is: everything about an AP is rebuilt from just two numbers, a and d. These two symbols are those two numbers. Master them and the rest is bookkeeping.
The tiny expression an+1 means "the term one position afteran" — because n+1 is one address higher than n. So an+1−an = "(next term) minus (this term)" = "the size of one step".
Why the topic needs it. The formal definition of an AP is the single equation an+1−an=d. If the minus sign is fuzzy, the definition is fuzzy.
This is the trap the parent note warns about, so we build it slowly.
Count on your fingers:
Reach term...
Jumps taken
d's added
Value
a1
0
0d
a
a2
1
1d
a+d
a3
2
2d
a+2d
an
n−1
(n−1)d
a+(n−1)d
Read the last row straight off the table: start at a, add the step d a total of (n−1) times. That is the nth-term formula.
Why the topic needs it. This single "off-by-one" is the most common error in the whole topic. Getting the gap between position number and number of jumps straight now saves every later formula.
Why the topic needs it. Half the topic is about adding an AP quickly. Sn is the name of that total, and ∑ is the shorthand you will meet again and again.
Read the figure. The blue dots are the terms of an AP climbing in a straight line; the pink dashed line is their average value. The two yellow double-arrows show the key fact: the first term sits below that line by exactly the same gap that the last term sits above it. That balance is why "average = 2first+last" works.
Why the topic needs it. The prettiest sum formula, Sn=n×2a+an, reads "how many terms × their average". That only works because AP terms are evenly spaced — this figure is why.
The nth-term formula an=a+(n−1)d=d⋅n+(a−d)is of this shape: slope d, intercept (a−d). So plotting term-value against position gives evenly-climbing dots on a straight line — see Linear Functions. This is why "an linear in n" is a dead giveaway that a sequence is an AP.
Recall Why quadratic
Sn also signals an AP
Adding up a straight line gives an n2 shape (a quadratic) with no constant term. That is why Sn=3n2+2n in the parent's Example 3 turned out to be an AP.
What kind of expression in n is an for an AP? ::: Linear (straight line, slope =d).