3.3.6 · D1Sequences & Series

Foundations — Arithmetic-geometric progression — finding sum

1,803 words8 min readBack to topic

0. What a "sequence" and a "series" even are

Before any letters, look at what we are staring at.

Figure — Arithmetic-geometric progression — finding sum

Why the topic needs it: an AGP is a sequence, but the whole chapter is about its series — the running total. Keep the two words separate in your head or every formula below reads as noise.


1. The index (and its cousin ) — "which term?"

The letter does the exact same job. We use as the "moving" counter inside a sum and keep for the final term, so the two never collide.


2. Subscripts: , — "the value AT position "

Figure — Arithmetic-geometric progression — finding sum

Why the topic needs it: the parent's headline formula is a subscript. Without knowing = "total of first terms" the boxed result is unreadable.


3. The summation sign — "add these up"

Read it out loud as a recipe:

  • → bottom of the sign → your starting house number.
  • → top of the sign → your last house number.
  • the expression → what to compute at each house.

Why the topic needs it: it is pure shorthand. Writing forever is impossible; says it in one breath.


4. The AP part: and — the slow, straight-line counter

Figure — Arithmetic-geometric progression — finding sum

Why the topic needs it: is the "arithmetic coefficient" that rides on top of every AGP term. It grows in a straight line — this slowness is exactly why the series can still add up to a finite number.


5. The GP part: and powers — the shrinking (or exploding) part

Figure — Arithmetic-geometric progression — finding sum

Why the topic needs it: the geometric part supplies the shrinking that lets an infinite pile stay finite — but only when the shrinking actually happens, i.e. when (next section).


6. Absolute value — "size, ignore the sign"

Why the topic needs it: this single inequality is the gatekeeper for the whole "infinite sum" formula. Miss it and you'll happily write a finite answer for a series that actually blows up.


7. "Let " — the limit idea, without heavy machinery

Why the topic needs it: the parent gets its clean by taking exactly this limit and letting the terms vanish.


8. Putting the three ingredients together

This links straight to Power series and generating functions, where is the same object viewed as a function of .


Prerequisite map

Sequence vs Series

Index n and k

Subscripts Tn and Sn

Sigma sum notation

AP part a and d

GP part r and powers

Absolute value r size

Limit n to infinity

AGP term Tn

Finding the AGP sum


Equipment checklist