Curriculum
Course: Mathematics Grade 10
Login

Curriculum

Mathematics Grade 10

Interactive Worksheets

0/0
Text lesson

Chapter 5: ARITHMETIC PROGRESSIONS

Grade 10  ·  Mathematics  ·  Chapter 5

Arithmetic Progressions

Understand patterns in sequences — find any term, compute any sum, and solve real-life problems using the power of APs.

What Is an AP? nth Term Formula Sum of n Terms Word Problems

What You Will Learn

✦ Patterns in nature and daily life ✦ Definition of an Arithmetic Progression
✦ Common difference — positive, negative, zero ✦ General form: a, a+d, a+2d, a+3d, …
✦ nth term formula: aₙ = a + (n−1)d ✦ Worked Examples 1–16 (fully solved)
✦ Sum of first n terms: Sₙ = n/2 [2a + (n−1)d] ✦ Real-life applications and word problems
✦ Practice Sets A–D with answers ✦ Chapter summary and exam quick-check

🌿

Section 1

Patterns Around Us — Introduction

In nature, many things follow a certain pattern — the petals of a sunflower, the holes of a honeycomb, the grains on a maize cob, the spirals on a pineapple. We also see patterns in daily life:

i
Reena’s Salary: Starting ₹8000/month with ₹500 annual increment. Salaries for years 1, 2, 3, …: 8000, 8500, 9000, … Each term is ₹500 more than the previous.
ii
Ladder Rungs: Decrease by 2 cm from bottom to top. Lengths (cm): 45, 43, 41, 39, 37, 35, 33, 31
iii
Shakila’s Savings: ₹100 on daughter’s 1st birthday, ₹50 more each year: 100, 150, 200, 250, …
iv
Savings Scheme (NOT an AP): Amount becomes 5/4 times every 3 years: 10000, 12500, 15625, 19531.25 — each term is multiplied, not added by a fixed number.
v
Fibonacci (NOT an AP): Rabbit pairs: 1, 1, 2, 3, 5, 8 — each term is the sum of the two before it, not a fixed addition.

Key Observation: In examples (i), (ii), (iii), each new term is obtained by adding a fixed number to the previous term. This is the defining property of an Arithmetic Progression.

📚

Section 2

Arithmetic Progressions — Definition

Definition

An Arithmetic Progression (AP) is a list of numbers in which each term is obtained by adding a fixed number to the preceding term, except the first term. This fixed number is the common difference (d) — it can be positive, negative, or zero.

Examples of APs:

Terms Common Difference d Notes
1, 2, 3, 4, … d = +1 Infinite AP
100, 70, 40, 10, … d = −30 Decreasing AP
−3, −2, −1, 0, … d = +1 Negative terms
3, 3, 3, 3, … d = 0 Constant AP
−1.0, −1.5, −2.0, −2.5, … d = −0.5 Decimal AP

General Form of an AP

a,   a + d,   a + 2d,   a + 3d,   …

where a = first term and d = common difference

Finding d:   d = a₂ − a₁ = a₃ − a₂ = … = aḱ₊₁ − aḱ   (always: later term minus earlier term)

WORKED EXAMPLE 1 — Find a and d

For the AP: 3/2, 1/2, −1/2, −3/2, …, write the first term a and common difference d.

First term: a = 3/2
Common difference: d = 1/2 − 3/2 = −2/2 = d = −1
We can use any two consecutive terms to find d, once we know the list is an AP.

WORKED EXAMPLE 2 — Identify APs

Which of these form an AP? If they do, write the next two terms.

(i) 4, 10, 16, 22, …
Differences: 6, 6, 6 — constant. Yes, AP with d = 6. Next: 28, 34

(ii) 1, −1, −3, −5, …
Differences: −2, −2, −2 — constant. Yes, AP with d = −2. Next: −7, −9

(iii) −2, 2, −2, 2, −2, …
Differences: +4, −4 — not equal. Not an AP. ✗

(iv) 1, 1, 1, 2, 2, 2, 3, 3, 3, …
a₂−a₁=0, a₃−a₂=0, a₄−a₃=1 — not equal. Not an AP. ✗

📐

Section 3

nth Term of an AP

Instead of adding d step by step, we can jump directly to any term using one formula.

How the Formula is Derived

a₁ = a + (1−1)d = a
a₂ = a + (2−1)d = a + d
a₃ = a + (3−1)d = a + 2d
a₄ = a + (4−1)d = a + 3d
aₙ = a + (n−1)d ← General Formula

nth Term Formula

aₙ = a + (n − 1) × d

a = first term    d = common difference    n = position of term

Important:   aₙ is also called the general term. The last term l = aᵐ.   Also: aₙ = Sₙ − Sₙ₋₁

WORKED EXAMPLE 3 — Find a specific term

Find the 10th term of the AP: 2, 7, 12, …

a = 2,   d = 7−2 = 5,   n = 10
aₙ = a + (n−1)d  →  a₁₀ = 2 + (10−1)×5 = 2 + 45 = 47

WORKED EXAMPLE 4 — Which term equals a value?

Which term of the AP: 21, 18, 15, … is −81? Is any term 0?

a = 21, d = −3, aₙ = −81
−81 = 21 + (n−1)(−3) → −81 = 24 − 3n → 3n = 105 → n = 35
For aₙ = 0: 0 = 21 + (n−1)(−3) → 3(n−1) = 21 → n = 8. The 8th term is 0.
35th term = −81
8th term = 0

WORKED EXAMPLE 5 — Build AP from two terms

The 3rd term of an AP is 5 and the 7th term is 9. Find the AP.

a₃ = a + 2d = 5 …(1)    a₇ = a + 6d = 9 …(2)
Subtract (1) from (2): 4d = 4 → d = 1. From (1): a = 3
AP: 3, 4, 5, 6, 7, …

WORKED EXAMPLE 6 — Is a number in the AP?

Check whether 301 is a term of the AP: 5, 11, 17, 23, …

a = 5, d = 6. If 301 = aₙ:   301 = 5 + (n−1)×6 → 296 = 6(n−1) → n = 302/6 = 151/3
n is not a whole number. 301 is NOT a term. ✗

WORKED EXAMPLE 7 — Count terms meeting a condition

How many two-digit numbers are divisible by 3?

AP: 12, 15, 18, …, 99    a = 12, d = 3, aₙ = 99
99 = 12 + (n−1)×3 → 87 = 3(n−1) → n−1 = 29 → n = 30
30 two-digit numbers are divisible by 3

WORKED EXAMPLE 8 — Term counting from the last

Find the 11th term from the last of the AP: 10, 7, 4, …, −62.

a = 10, d = −3, l = −62
Total terms: −62 = 10 + (n−1)(−3) → n = 25
11th from last = (25−11+1)th = 15th term
a₁₅ = 10 + 14×(−3) = 10 − 42 = −32
Alternate method: Reverse AP (a = −62, d = +3) → a₁₁ = −62 + 10×3 = −32 ✓
11th term from the last = −32

WORKED EXAMPLE 9 — Simple Interest as AP

₹1000 at 8% per year simple interest. Find the interest at the end of 30 years.

Year 1: ₹80, Year 2: ₹160, Year 3: ₹240, … — AP with a = 80, d = 80
a₃₀ = 80 + 29×80 = 80 + 2320 = ₹2400

WORKED EXAMPLE 10 — Rose Garden Rows

Rose plants per row: 23, 21, 19, …, 5. How many rows?

a = 23, d = −2, aₙ = 5
5 = 23 + (n−1)(−2) → −18 = −2(n−1) → n = 10 rows

Section 4

Sum of First n Terms of an AP

Adding terms one by one is slow. Gauss, at age 10, solved 1+2+…+100 instantly by pairing first and last terms. The same trick works for any AP.

Derivation (Gauss Method)

Write forward: S = a + (a+d) + … + [a+(n−1)d] …(1)
Write backward: S = [a+(n−1)d] + … + (a+d) + a …(2)
Add (1)+(2): 2S = n × [2a+(n−1)d]
                 S = n/2 × [2a + (n−1)d]

Formula 1 — d is known

Sₙ = n/2 × [2a + (n−1)d]

Formula 2 — last term l is known

Sₙ = n/2 × (a + l)

Key Remark:   aₙ = Sₙ − Sₙ₋₁  |  The four quantities S, a, d, n are linked — know any three to find the fourth.

WORKED EXAMPLE 11 — Sum of AP

Find the sum of first 22 terms of the AP: 8, 3, −2, …

a = 8, d = −5, n = 22
S = 22/2 × [2(8) + 21(−5)] = 11 × [16 − 105] = 11 × (−89) = −979

WORKED EXAMPLE 12 — Find 20th term from sum

S₁₄ = 1050, first term = 10. Find the 20th term.

1050 = 14/2 × [20 + 13d] = 7(20+13d) = 140 + 91d
910 = 91d → d = 10
a₂₀ = 10 + 19×10 = 200

WORKED EXAMPLE 13 — How many terms for a given sum?

How many terms of AP: 24, 21, 18, … must be taken so their sum is 78?

a = 24, d = −3, Sₙ = 78
78 = n/2 [48 + (n−1)(−3)] = n/2 [51 − 3n]
156 = 51n − 3n² → 3n² − 51n + 156 = 0 → n² − 17n + 52 = 0
(n−4)(n−13) = 0 → n = 4 or n = 13 (both valid)
Both answers are correct because terms 5 to 13 sum to zero (d < 0, so some terms are negative).

WORKED EXAMPLE 14 — Classic sums

Find (i) sum of first 1000 positive integers   (ii) sum of first n positive integers

(i) S₁₀₀₀ = 1000/2 × (1 + 1000) = 500 × 1001 = 500500
(ii) Sₙ = n/2 × (1 + n) = n(n+1)/2

WORKED EXAMPLE 15 — Sum from nth term formula

Find the sum of first 24 terms where aₙ = 3 + 2n.

a₁ = 5, a₂ = 7, a₃ = 9 → AP with a = 5, d = 2
S₂₄ = 24/2 × [2(5) + 23(2)] = 12 × [10+46] = 12 × 56 = 672

WORKED EXAMPLE 16 — TV Set Manufacturing

Year 3 output: 600 sets. Year 7: 700 sets. Find (i) Year 1, (ii) Year 10, (iii) 7-year total.

a + 2d = 600 …(1)    a + 6d = 700 …(2)
Subtract: 4d = 100 → d = 25. From (1): a = 550
(i) Year 1: 550 sets
(ii) a₁₀ = 550 + 9×25 = 775 sets
(iii) S₇ = 7/2 [2(550) + 6(25)] = 7/2 [1250] = 4375 sets
Year 1 = 550
Year 10 = 775
7-Year Total = 4375

🏋

Section 5

Practice Exercises with Answers

Set A — Identify and Build APs

State if it is an AP. If yes, find a, d and the next two terms.

(1) 4, 10, 16, 22, …
(2) 2, 4, 8, 16, …
(3) −1.2, −3.2, −5.2, −7.2, …
(4) 0.2, 0.22, 0.222, 0.2222, …
(5) 0, −4, −8, −12, …
(6) a, 2a, 3a, 4a, …
Reveal Answers ▼
(1) AP, d=6 → next: 28, 34  |  (2) Not AP (doubling, not adding)  |  (3) AP, d=−2 → next: −9.2, −11.2
(4) Not AP (differences: 0.02, 0.002, …)  |  (5) AP, d=−4 → next: −16, −20  |  (6) AP, d=a → next: 5a, 6a

Set B — Finding Specific Terms

Use aₙ = a + (n−1)d. Show all working.

(1) Find the 31st term of an AP whose 11th term is 38 and 16th term is 73.
(2) Which term of AP: 3, 8, 13, 18, … is 78?
(3) Determine the AP whose 3rd term is 16 and 7th term exceeds 5th term by 12.
(4) How many three-digit numbers are divisible by 7?
(5) The 17th term of an AP exceeds the 10th term by 7. Find d.
(6) Check whether −150 is a term of AP: 11, 8, 5, 2, …
Reveal Answers ▼
(1) d=7, a=−32; 31st term = 178  |  (2) 16th term  |  (3) d=6, a=4; AP: 4, 10, 16, 22, …
(4) AP: 105 to 994; n = 128  |  (5) d = 1  |  (6) n = 54.33 — not whole; −150 is NOT a term

Set C — Sum of Terms

Use Sₙ = n/2 [2a + (n−1)d] or Sₙ = n/2 (a+l). Show all working.

(1) Sum of first 10 terms of 2, 7, 12, …
(2) Sum of first 12 terms of −37, −33, −29, …
(3) Sum: 34 + 32 + 30 + … + 10
(4) First term = 5, last term = 45, sum = 400. Find n and d.
(5) Sum of first 40 positive integers divisible by 6.
(6) Sum of odd numbers between 0 and 50.
Reveal Answers ▼
(1) 245  |  (2) −180  |  (3) a=34, d=−2, l=10, n=13; S = 286  |  (4) n=16, d = 8/3 ≈ 2.67
(5) AP: 6, 12, …, 240; S = 4920  |  (6) AP: 1, 3, …, 49; n=25; S = 625

Set D — Real-Life Word Problems

Identify the AP, write a and d, solve and verify.

(1) Subba Rao joined in 1995 with annual salary ₹5000 and ₹200 increment each year. In which year did his income reach ₹7000?
(2) A contractor pays ₹200 on day 1, ₹250 on day 2, ₹300 on day 3 (₹50 extra each day) for delay. He delayed by 30 days. Total penalty?
(3) 200 logs stacked: 20 in bottom row, 19 next, 18 above, and so on. How many rows? How many logs in the top row?
(4) In a school, each section of Class n plants n trees. There are 3 sections per class (Class I to XII). Total trees planted?
(5) Ramkali saved ₹5 in week 1 and increased by ₹1.75 per week. In which week do her savings become ₹20.75?
(6) ₹700 to be split into 7 prizes, each ₹20 less than the previous. Find the value of each prize.
Reveal Answers ▼
(1) aₙ=7000 → n=11 → year 2005  |  (2) a=200, d=50, n=30; S = ₹27750
(3) n²−39n+400=0 → 16 rows; top row has 20−15 = 5 logs  |  (4) 3(1+2+…+12) = 3×78 = 234 trees
(5) n = 10th week  |  (6) 7a−420=700 → a=160; Prizes: 160, 140, 120, 100, 80, 60, 40

📌

Section 6

Chapter Summary

Everything on One Page

Definition

Each term = previous + fixed d. Form: a, a+d, a+2d, a+3d, …

Common Difference

d = aḱ₊₁ − aḱ   Can be +ve, −ve or 0. Finite AP has a last term.

nth Term Formula

aₙ = a + (n−1)d    Last term = l.   aₙ = Sₙ − Sₙ₋₁

Sum Formula 1

Sₙ = n/2 × [2a + (n−1)d]   Use when a and d known.

Sum Formula 2

Sₙ = n/2 × (a + l)   Use when first and last terms known.

Arithmetic Mean

If a, b, c in AP then b = (a+c)/2.   b is the arithmetic mean of a and c.

8-Point Quick-Check Before Your Exam

1d must be constant throughout — check at least two consecutive differences.
2You need both a and d to fully describe an AP — neither alone is enough.
3If n from aₙ formula is not a positive integer, that value is NOT in the AP.
4kth term from the last: reverse the AP (new a = l, new d = −d), then apply the formula.
5Use Sₙ = n/2 (a+l) only when the last term is known; otherwise use the d-formula.
6When Sₙ quadratic gives two values of n, both may be valid — always check each.
7In word problems: state clearly what a and d represent physically before writing equations.
8Use aₙ = Sₙ − Sₙ₋₁ whenever only the sum formula is given instead of individual terms.

Grade 10 Maths Chapter 5 — Arithmetic Progressions
Topics covered: definition of AP, common difference, general form of AP, finite and infinite arithmetic progressions, nth term formula aₙ = a+(n−1)d, sum of first n terms Sₙ = n/2[2a+(n−1)d], sum using first and last term, arithmetic mean, worked examples 1–16, real-life word problems including salary, simple interest, logs, trees. CBSE Class 10 Maths board exam revision.

Layer 1
Login Categories