Arithmetic progressions (sequences where each term increases by a constant amount) appear everywhere in nature and life.
Feynman Lens
Start with the simplest version: this lesson is about Arithmetic Progressions. If you can explain the core idea to a friend using everyday language, examples, and one clear reason why it matters, you have moved from memorising to understanding.
Arithmetic progressions (sequences where each term increases by a constant amount) appear everywhere in nature and life. From salary increases to the rungs of a ladder to timing in music, understanding how patterns grow uniformly is essential. This chapter teaches you to identify arithmetic progressions, find any term in the sequence, and calculate sums. Arithmetic progressions are the gateway to understanding more complex sequences and series, and they model countless real-world scenarios involving linear growth.
What Is an Arithmetic Progression?
An arithmetic progression (AP) is a sequence where the difference between consecutive terms is always the same constant value.
Examples:
Reena's salary: 8000, 8500, 9000, 8500, ... (increases by 500 each year)
Ladder rungs: 45, 43, 41, 39, ... (decrease by 2 cm each rung)
Simple sequence: 2, 5, 8, 11, 14, ... (increases by 3 each term)
Key term: Common difference (d)
In 8000, 8500, 9000, ...: d = 500
In 45, 43, 41, ...: d = −2
In 2, 5, 8, 11, ...: d = 3
The common difference can be positive (increasing sequence), negative (decreasing sequence), or zero (constant sequence).
Finding the nth Term: General Formula
If the first term is 'a' and the common difference is 'd', the nth term is:
aₙ = a + (n − 1)d
Why this formula? To reach the nth term, you start at 'a' and add the common difference (n − 1) times.
Example: In the sequence 2, 5, 8, 11, 14, ...
a = 2 (first term)
d = 3 (common difference)
10th term: a₁₀ = 2 + (10 − 1)(3) = 2 + 27 = 29
Real-world application: If Reena's starting salary is 8000 with a 500-rupee annual increase, her salary in the 6th year is: a₆ = 8000 + (6 − 1)(500) = 10500 rupees.
Finding the Sum: Efficient Calculation
Calculating the sum of an AP by adding terms one-by-one is tedious. The formula is:
Sₙ = (n/2)[2a + (n − 1)d]
Or equivalently:
Sₙ = (n/2)[a + l]
where 'l' is the last (nth) term.
Intuition: Pair up terms from the beginning and end. The first + last = constant. The second + second-last = same constant. This pattern halves the work needed.
Example: Sum of first 10 terms of 2, 5, 8, 11, ...
S₁₀ = (10/2)[2(2) + (10 − 1)(3)]
S₁₀ = 5[4 + 27] = 5(31) = 155
Identifying Arithmetic Progressions
Given a sequence, check if the common difference is constant:
Sequence: 3, 7, 11, 15, 19, ...
Differences: 4, 4, 4, 4, ... (constant!)
This is an AP with d = 4
If differences are not constant, it's not an AP. This distinguishes APs from other sequences like geometric progressions or random sequences.
Applications: When Patterns Matter
Salary growth: With fixed annual raises, your cumulative earnings follow AP sums.
Construction: Ladder rungs, stacked materials, or seating arrangements often form APs.
Distance and motion: Objects moving at constant acceleration (like a car speeding up steadily) cover distances that form APs.
Compound problems: Many chapter-04-quadratic-equations problems arise from AP scenarios.
Connecting to Related Topics
Arithmetic progressions connect naturally to:
chapter-01-real-numbers: APs use divisibility and ordering of integers
chapter-02-polynomials: Finding general terms sometimes involves polynomial expressions
chapter-04-quadratic-equations: Some AP problems lead to quadratic equations
chapter-06-triangles: Geometric progressions (similar but multiplicative) relate to scaling shapes
Key Formulas and Theorems
nth term: aₙ = a + (n − 1)d
Common difference: d = aₙ − aₙ₋₁
Sum of n terms: Sₙ = (n/2)[2a + (n − 1)d] or Sₙ = (n/2)[a + l]
Arithmetic mean: For three terms in AP (a, b, c), b = (a + c)/2
Socratic Questions
If you know the first term and the common difference of an AP, can you find any term without calculating all previous terms? How?
Why is the formula Sₙ = (n/2)[a + l] more intuitive than Sₙ = (n/2)[2a + (n − 1)d]? What does pairing tell you?
In a salary scenario with raises of 500 rupees yearly, why is the total earnings an AP problem rather than a simple multiplication?
If three consecutive terms of an AP are x − d, x, and x + d, what can you say about their average? Why is this relationship important?
How would finding the sum change if you needed to calculate every 3rd term of an AP instead of every term? What pattern emerges?
🃏 Flashcards — Quick Recall
Term / Concept
What is Arithmetic Progressions?
tap to flip
Arithmetic Progressions is the central idea of this lesson. Use the chapter examples to explain what it means and why it matters.
Term / Concept
What is Examples?
tap to flip
- Reena's salary: 8000, 8500, 9000, 8500, ... (increases by 500 each year)
Term / Concept
What is Why this formula??
tap to flip
To reach the nth term, you start at 'a' and add the common difference (n − 1) times.
Term / Concept
What is Example?
tap to flip
In the sequence 2, 5, 8, 11, 14, ...
Term / Concept
What is Real-world application?
tap to flip
If Reena's starting salary is 8000 with a 500-rupee annual increase, her salary in the 6th year is: a₆ = 8000 + (6 − 1)(500) = 10500 rupees.
Term / Concept
What is Intuition?
tap to flip
Pair up terms from the beginning and end. The first + last = constant. The second + second-last = same constant. This pattern halves the work needed.
Term / Concept
What is Salary growth?
tap to flip
With fixed annual raises, your cumulative earnings follow AP sums.
Term / Concept
What is Construction?
tap to flip
Ladder rungs, stacked materials, or seating arrangements often form APs.
Term / Concept
What is Distance and motion?
tap to flip
Objects moving at constant acceleration (like a car speeding up steadily) cover distances that form APs.
Term / Concept
What is Compound problems?
tap to flip
Many chapter-04-quadratic-equations problems arise from AP scenarios.
Term / Concept
What is Sum of n terms?
tap to flip
Sₙ = (n/2)[2a + (n − 1)d] or Sₙ = (n/2)[a + l]
Term / Concept
What is Arithmetic mean?
tap to flip
For three terms in AP (a, b, c), b = (a + c)/2
Term / Concept
What is the core idea of What Is an Arithmetic Progression??
tap to flip
An arithmetic progression (AP) is a sequence where the difference between consecutive terms is always the same constant value. Examples: - Reena's salary: 8000, 8500, 9000, 8500, ...
Term / Concept
What is the core idea of Finding the nth Term: General Formula?
tap to flip
If the first term is 'a' and the common difference is 'd', the nth term is: aₙ = a + (n − 1)d Why this formula? To reach the nth term, you start at 'a' and add the common difference (n − 1) times.
Term / Concept
What is the core idea of Finding the Sum: Efficient Calculation?
tap to flip
Calculating the sum of an AP by adding terms one-by-one is tedious. The formula is: Sₙ = (n/2)[2a + (n − 1)d] Or equivalently: Sₙ = (n/2)[a + l] where 'l' is the last (nth) term.
Term / Concept
What is the core idea of Identifying Arithmetic Progressions?
tap to flip
Given a sequence, check if the common difference is constant: - Sequence: 3, 7, 11, 15, 19, ... - Differences: 4, 4, 4, 4, ... (constant!) - This is an AP with d = 4 If differences are not constant, it's not an AP.
Term / Concept
What is the core idea of Applications: When Patterns Matter?
tap to flip
Salary growth: With fixed annual raises, your cumulative earnings follow AP sums. Construction: Ladder rungs, stacked materials, or seating arrangements often form APs.
Term / Concept
What is the core idea of Connecting to Related Topics?
tap to flip
Arithmetic progressions connect naturally to: - chapter-01-real-numbers: APs use divisibility and ordering of integers - chapter-02-polynomials: Finding general terms sometimes involves polynomial expressions -…
Term / Concept
What is the core idea of Key Formulas and Theorems?
tap to flip
- nth term: aₙ = a + (n − 1)d - Common difference: d = aₙ − aₙ₋₁ - Sum of n terms: Sₙ = (n/2)[2a + (n − 1)d] or Sₙ = (n/2)[a + l] - Arithmetic mean: For three terms in AP (a, b, c), b = (a + c)/2
Term / Concept
What is Reena's salary?
tap to flip
8000, 8500, 9000, 8500, ... (increases by 500 each year)
Term / Concept
What is Ladder rungs?
tap to flip
45, 43, 41, 39, ... (decrease by 2 cm each rung)
Term / Concept
What is Simple sequence?
tap to flip
2, 5, 8, 11, 14, ... (increases by 3 each term)
Term / Concept
What is a = 2 (first term)?
tap to flip
a = 2 (first term)
Term / Concept
What is d = 3 (common difference)?
tap to flip
d = 3 (common difference)
Term / Concept
What is 10th term?
tap to flip
a₁₀ = 2 + (10 − 1)(3) = 2 + 27 = 29
Term / Concept
What is S₁₀ = (10/2)[2(2) + (10 − 1)(3)]?
tap to flip
S₁₀ = (10/2)[2(2) + (10 − 1)(3)]
Term / Concept
What is S₁₀ = 5[4 + 27] = 5(31)?
tap to flip
S₁₀ = 5[4 + 27] = 5(31) = 155
Term / Concept
What is Sequence?
tap to flip
3, 7, 11, 15, 19, ...
Term / Concept
What is Differences?
tap to flip
4, 4, 4, 4, ... (constant!)
Term / Concept
What is This is an AP with d =?
tap to flip
This is an AP with d = 4
Term / Concept
What is chapter-01-real-numbers?
tap to flip
APs use divisibility and ordering of integers
Term / Concept
What is chapter-02-polynomials?
tap to flip
Finding general terms sometimes involves polynomial expressions
Term / Concept
What is chapter-04-quadratic-equations?
tap to flip
Some AP problems lead to quadratic equations
Term / Concept
What is chapter-06-triangles?
tap to flip
Geometric progressions (similar but multiplicative) relate to scaling shapes
Term / Concept
What is nth term?
tap to flip
aₙ = a + (n − 1)d
Term / Concept
What is Common difference?
tap to flip
d = aₙ − aₙ₋₁
Term / Concept
What does this formula or relation mean: aₙ = a + (n − 1)d?
tap to flip
This formula or symbolic relation appears in the chapter. Explain what each part represents before using it.
Term / Concept
What does this formula or relation mean: Sₙ = (n/2)[2a + (n − 1)d]?
tap to flip
This formula or symbolic relation appears in the chapter. Explain what each part represents before using it.
Term / Concept
What does this formula or relation mean: Sₙ = (n/2)[a + l]?
tap to flip
This formula or symbolic relation appears in the chapter. Explain what each part represents before using it.
Term / Concept
Why What Is an Arithmetic Progression? matters?
tap to flip
What Is an Arithmetic Progression? matters because it connects the chapter idea to a reason, pattern, or method you can apply in problems.
40 cards — click any card to flip
📝 Quick Quiz — Test Yourself
If you know the first term and the common difference of an AP, can you find any term without calculating all previous terms? How?
A Memorize the exact line without checking the reasoning.
B Use the chapter's formula or relation and explain the reasoning step by step.
C Ignore the examples and rely only on a keyword.
D Treat the idea as unrelated to the rest of the lesson.
Why is the formula Sₙ = (n/2)[a + l] more intuitive than Sₙ = (n/2)[2a + (n − 1)d]? What does pairing tell you?
A Memorize the exact line without checking the reasoning.
B Use the chapter's formula or relation and explain the reasoning step by step.
C Ignore the examples and rely only on a keyword.
D Treat the idea as unrelated to the rest of the lesson.
In a salary scenario with raises of 500 rupees yearly, why is the total earnings an AP problem rather than a simple multiplication?
A Memorize the exact line without checking the reasoning.
B Use the chapter's formula or relation and explain the reasoning step by step.
C Ignore the examples and rely only on a keyword.
D Treat the idea as unrelated to the rest of the lesson.
If three consecutive terms of an AP are x − d, x, and x + d, what can you say about their average? Why is this relationship important?
A Memorize the exact line without checking the reasoning.
B Use the chapter's formula or relation and explain the reasoning step by step.
C Ignore the examples and rely only on a keyword.
D Treat the idea as unrelated to the rest of the lesson.
How would finding the sum change if you needed to calculate every 3rd term of an AP instead of every term? What pattern emerges?
A Memorize the exact line without checking the reasoning.
B Use the chapter's formula or relation and explain the reasoning step by step.
C Ignore the examples and rely only on a keyword.
D Treat the idea as unrelated to the rest of the lesson.
Which approach best shows that you understand Arithmetic Progressions?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Examples?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Why this formula??
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Example?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Real-world application?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Intuition?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Salary growth?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Construction?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Distance and motion?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Compound problems?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Sum of n terms?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Arithmetic mean?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand What Is an Arithmetic Progression??
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Finding the nth Term: General Formula?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Finding the Sum: Efficient Calculation?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Identifying Arithmetic Progressions?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Applications: When Patterns Matter?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Connecting to Related Topics?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Key Formulas and Theorems?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Reena's salary?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Ladder rungs?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Simple sequence?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand a = 2 (first term)?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand d = 3 (common difference)?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand 10th term?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand S₁₀ = (10/2)[2(2) + (10 − 1)(3)]?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand S₁₀ = 5[4 + 27] = 5(31)?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Sequence?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand Differences?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand This is an AP with d =?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand chapter-01-real-numbers?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand chapter-02-polynomials?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand chapter-04-quadratic-equations?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand chapter-06-triangles?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.
Which approach best shows that you understand nth term?
A Repeat its name from memory.
B Explain it using a simple example and the reason it works.
C Skip the conditions where it applies.
D Use it only when the textbook wording is identical.