L
LLLOS.ai
Learn
L

Chapter 5 — Arithmetic Progressions

Class 10 · Mathematics

Overview

This chapter introduces Arithmetic Progressions (AP) — sequences in which each term after the first is obtained by adding a fixed number called the common difference. It explains how to write the general (n-th) term, how to find the common difference, and how to derive and use formulas for the sum of the first n terms. The chapter connects AP with real-life problems (age, money, seating, etc.), arithmetic means, and simple algebraic manipulation, building a foundation for sequences and series in higher classes. Mastery of AP improves problem-solving skills needed for board exams and competitive tests.

Learning Objectives

  • Define an arithmetic progression (AP), common difference and related terminology.
  • Identify whether a given sequence is an AP and state its first term and common difference.
  • Derive the formula for the nth term of an AP: a_n = a + (n−1)d.
  • Calculate any specific term of an AP using the nth-term formula.
  • Derive the formulas for the sum of first n terms: S_n = n/2(2a + (n−1)d) and S_n = n/2(a + l).
  • Apply the sum formulas to compute the sum of the first n terms or of a given block of terms.
  • Determine the number of terms in an AP given the first term, last term and common difference or given the sum.
  • Insert a specified number of arithmetic means between two given numbers and write the resulting AP.

Topics in this chapter

12 topics · tap a topic title to jump straight to it.

🔢1

Introduction to Sequences and Series

📐 MATHEMATICAL FORMULA / THEOREM

Introduction to Sequences and Series

Key Point: General term (nth term): a_n = a + (n − 1)d

Sequence: A sequence is an ordered list of numbers written as a1, a2, a3, ... Each number is called a term. A sequence can be finite (has a last term) or infinite.

Series: A series is the sum of terms of a sequence. For example, a1 + a2 + a3 + ... is a series.

Arithmetic Progression (AP): An AP is a sequence in which the difference between any two consecutive terms is constant. This constant is called the common difference and is denoted by d. If the first term is a, the AP is: a, a + d, a + 2d, a + 3d, ...

nth term of an AP (derivation): The first term is a (n = 1). The second is a + d (n = 2). Continuing, the nth term a_n equals a + (n − 1)d. So a_n = a + (n − 1)d. This gives a direct formula to find any term without listing all previous terms.

Arithmetic Series (sum of an AP): The sum of first n terms of an AP is denoted by S_n. Using the pairing method (first + last, second + second-last, ...), we get the formula:

S_n = n/2 [2a + (n − 1)d]

Equivalently, if l is the nth (last) term, S_n = n/2 (a + l).

Remarks:

  • If d = 0, the AP is constant: all terms equal a.
  • If d > 0 the AP is increasing; if d < 0 it is decreasing.
  • An AP plotted as points (index n on x-axis, term a_n on y-axis) lies on a straight line; the slope equals d.
📌 Examples
  • Example 1 (basic): Sequence 2, 5, 8, 11, ... Here a = 2, d = 3. 10th term: a10 = 2 + (10 − 1)×3 = 29. Sum of first 10 terms: S10 = 10/2 (2 + 29) = 155.
  • Example 2 (find d): An AP has first term 3 and 10th term 30. Find d. Use a_n = a + (n − 1)d → 30 = 3 + 9d → d = 3.
  • Example 3 (sum using formula): First term 7, common difference 4, find sum of first 12 terms. a12 = 7 + 11×4 = 51, so S12 = 12/2 (7 + 51) = 6×58 = 348.
  • Real-life example 1: Monthly salary increase by a fixed amount (e.g., starting pay 20,000 with a fixed monthly increment of 1,000) forms an AP: 20000, 21000, 22000, ... The total earnings over n months is an arithmetic series.
  • Real-life example 2: Seats in rows where each successive row has the same extra number of seats form an AP. Also: stair steps (equal rise per step), pattern of street numbers, bus stops placed at equal intervals along a line (if you number distances), and simple installment plans with equal increase per period.
🧮 Formulas
  1. \[General term (nth term): a_n = a + (n − 1)d\]
  2. \[Sum of first n terms: S_n = n/2 [2a + (n − 1)d]\]
  3. \[Sum of first n terms also: S_n = n/2 (a + l) where l = a_n is the nth (last) term\]
  4. \[Common difference from first and nth term: d = (a_n − a)/(n − 1)\]
🔢2

Definition of Arithmetic Progression (AP)

📐 MATHEMATICAL FORMULA / THEOREM

Definition of Arithmetic Progression (AP)

Key Point: Common difference: d = a_{k+1} − a_k

Arithmetic Progression (AP) is a sequence of numbers in which the difference between any two consecutive terms is constant. This constant difference is called the common difference and is denoted by d.

If the first term of an AP is a1 (often written simply as a) and the common difference is d, the sequence looks like:

a, a + d, a + 2d, a + 3d, ...

The general (nth) term of an AP is given by:

an = a1 + (n − 1)·d

Key points:

  • Common difference d = ak+1 − ak for any valid k. If d = 0, all terms are equal.
  • An AP can be finite (has a last term) or infinite.
  • To check whether a sequence is an AP, compute consecutive differences; if all equal, it is an AP.
  • For two terms am and an, an = am + (n − m)·d.
📌 Examples
  • Even numbers: 2, 4, 6, 8, ... (Here a = 2, d = 2).
  • Monthly savings if you increase saving by Rs 200 every month: 500, 700, 900, 1100, ... (a = 500, d = 200).
  • Temperatures falling by 1°C each hour: 20°C, 19°C, 18°C, 17°C, ... (a = 20, d = −1).
  • Worked example: Find the 10th term of the AP 5, 8, 11, 14, ... . Here a = 5 and d = 3. Use a_n = a + (n−1)d: a_10 = 5 + (10−1)·3 = 5 + 27 = 32.
🧮 Formulas
  1. \[Common difference: d = a_{k+1} − a_k\]
  2. \[n-th term: a_n = a_1 + (n − 1)·d\]
  3. \[n-th term from any term: a_n = a_m + (n − m)·d\]
  4. \[Sum of first n terms: S_n = n/2 · [2·a_1 + (n − 1)·d]\]
  5. \[Alternate sum formula: S_n = n/2 · (a_1 + a_n)\]
  6. \[If a_n (last term) is known: number of terms n = ((a_n − a_1) / d) + 1 (when d ≠ 0)\]
🧬3

nth Term (General Term) of an AP

📐 MATHEMATICAL FORMULA / THEOREM

nth Term (General Term) of an AP

Key Point: General term: a_n = a + (n - 1)d

What is an AP? An arithmetic progression (AP) is a sequence of numbers in which the difference between any two successive terms is constant. This constant is called the common difference (d).

Definition of the nth term (general term): If a is the first term and d is the common difference of an AP, then the nth term (denoted by a_n) is

a_n = a + (n - 1)d

Derivation (brief): Terms: a, a + d, a + 2d, ... The 1st term is a, the 2nd term is a + d, so the nth term increases d each step from the first: a_n = a + (n - 1)d.

Other useful forms:

  • If you know two terms a_m and a_n (m & n are their positions), the common difference is d = (a_n - a_m) / (n - m). Then the general term can be written as a_k = a_m + (k - m)d for any k.
  • If l is the last (N-th) term, then a_N = l = a + (N - 1)d, and the nth term can also be written as a_n = l - (N - n)d.
  • To find the position n of a given term T: n = ((T - a) / d) + 1 (valid when d ≠ 0 and (T - a) is divisible by d in integer sequences).

Important remarks:

  • n is a positive integer (1, 2, 3, ...).
  • When d > 0 the sequence is increasing; when d < 0 it is decreasing; when d = 0 all terms are equal.
📌 Examples
  • Example 1: Find the 10th term of the AP 3, 8, 13, 18, ... Here a = 3, d = 5. a_10 = a + (10-1)d = 3 + 9*5 = 3 + 45 = 48.
  • Example 2: Which term of the AP 7, 13, 19, 25, ... is 100? Here a = 7, d = 6. Solve n: 100 = 7 + (n-1)*6 → (n-1) = (100-7)/6 = 93/6 = 15.5. Since n is not integer, 100 is not a term of this AP. (If it were integer, add 1 to get n.)
  • Example 3: Given that the 4th term of an AP is 10 and the 9th term is 25, find the general term. Let a_4 = 10 and a_9 = 25. d = (25 - 10)/(9 - 4) = 15/5 = 3. Then a_4 = a + 3d = 10 → a + 9 = 10 → a = 1. Thus a_n = 1 + (n-1)*3 = 3n - 2.
🧮 Formulas
  1. \[General term: a_n = a + (n - 1)d\]
  2. \[Given two terms a_m and a_n: d = (a_n - a_m)/(n - m)\]
  3. \[General term using a_m: a_k = a_m + (k - m)d\]
  4. \[Using last term l (N terms): a_n = l - (N - n)d\]
  5. \[Position of term T: n = ((T - a)/d) + 1 (d ≠ 0)\]
🔢4

Last Term of an AP

📐 MATHEMATICAL FORMULA / THEOREM

Last Term of an AP

Key Point: nth term (last term for n-term AP): a_n = a + (n - 1)d

What is an AP? An arithmetic progression (AP) is a sequence of numbers in which the difference between any two consecutive terms is constant. This constant is called the common difference and is denoted by d. If a is the first term, the sequence is: a, a + d, a + 2d, ...

Last term (general idea)
The last term of a finite AP with n terms is the n-th term. Using the standard nth-term formula, the last term (often denoted by l or a_n) is given by:

a_n = a + (n - 1)d

Derivation (brief)
Start from the sequence: a (1st), a + d (2nd), a + 2d (3rd), ... For the n-th term you add the common difference (n-1) times to the first term, so a_n = a + (n-1)d. For a finite AP with n terms, this a_n is the last term.

Using the sum to find the last term
If the sum S_n of the first n terms is known, the last term can be obtained from the sum formula:

S_n = n/2 (a + l) => l = (2 S_n)/n - a

Other useful forms
If the first term a, last term l and number of terms n are known, the common difference can be found: d = (l - a)/(n - 1). Special cases: if d = 0 the AP is constant and the last term equals the first term; if d > 0 the sequence increases and if d < 0 it decreases.

Important notes
- "Last term" only makes sense for a finite AP (one with a specified number of terms n).
- n must be a positive integer. If given a potential last term value, check whether it fits integer-index condition: (l - a) must be a multiple of d and (l - a)/d must equal n - 1 (an integer ≥ 0).

📌 Examples
  • Example 1 (direct use): Given a = 3, d = 5 and n = 10. Last term l = a + (n - 1)d = 3 + 9×5 = 3 + 45 = 48.
  • Example 2 (decreasing AP): Given a = 100, d = -8 and n = 6. Last term l = 100 + (6 - 1)(-8) = 100 - 40 = 60.
  • Example 3 (using sum): Given a = 10, n = 5 and S_n = 150. Last term l = (2 S_n)/n - a = (2×150)/5 - 10 = 60 - 10 = 50.
  • Real-life example (stairs): If the first step height is 10 cm and each subsequent step is 1 cm higher (d = 1), then the height of the 8th step (last step if there are 8) is l = 10 + (8 - 1)×1 = 17 cm.
  • Real-life example (savings): If you save Rs. 200 in the first month and increase the saving by Rs. 50 every month, after 12 months the amount saved in the 12th month (last term) is l = 200 + 11×50 = Rs. 750.
🧮 Formulas
  1. \[nth term (last term for n-term AP): a_n = a + (n - 1)d\]
  2. \[Sum of n terms (relates a and last term l): S_n = n/2 × (a + l)\]
  3. \[Last term from sum: l = (2 S_n)/n - a\]
  4. \[Common difference from first and last: d = (l - a)/(n - 1)\]
  5. \[Condition for an integer-position last term: (l - a) must be divisible by d and (l - a)/d = n - 1 (a non-negative integer)\]
🔢5

Sum of First n Terms of an AP

📐 MATHEMATICAL FORMULA / THEOREM

Sum of First n Terms of an AP

Key Point: General form: S_n = (n/2) [2a + (n-1)d]

An arithmetic progression (AP) is a sequence in which each term after the first is obtained by adding a constant difference (d) to the previous term. If a is the first term, the terms are: a, a + d, a + 2d, ..., a + (n-1)d.

We often need the sum of the first n terms, denoted S_n. There are two common and useful forms of the formula for S_n. One uses the last term (l) and the other uses the common difference (d).

  1. Derivation by pairing:

    Write the sum forwards and backwards and add term-wise:

    S_n = a + (a+d) + (a+2d) + ... + [a+(n-1)d]

    Also, S_n = [a+(n-1)d] + [a+(n-2)d] + ... + a

    Add both expressions term by term. Each pair (first + last), (second + second last), ... equals 2a + (n-1)d. There are n such pairs, so 2S_n = n[2a + (n-1)d].

    Therefore S_n = (n/2) [2a + (n-1)d].

  2. Using the last term:

    If the nth term is l = a + (n-1)d, then the sum can be written as S_n = (n/2)(a + l). This follows because each pair adds to (a + l).

  3. Remarks and special cases:
    • If d = 0 (all terms equal a), S_n = n·a.
    • For the sequence of natural numbers 1, 2, 3, ..., we have a = 1, d = 1, so S_n = n(n+1)/2.
    • If d is negative, the same formula applies (sum may decrease as n grows).

These formulas let you compute sums quickly without adding every term individually.

📌 Examples
  • Example 1: Sum of first 20 natural numbers. Here a = 1, d = 1, n = 20. Use S_n = n/2 [2a + (n-1)d] => S_20 = 20/2 [2·1 + 19·1] = 10 [2 + 19] = 10·21 = 210.
  • Example 2: Find sum of first 15 terms of the AP 5, 8, 11, ... . Here a = 5, d = 3, n = 15. S_15 = (15/2)[2·5 + (15-1)·3] = (15/2)[10 + 42] = (15/2)·52 = 15·26 = 390.
  • Example 3 (real-life): A student saves money each month, starting with Rs. 500 in the first month and increases saving by Rs. 100 every month. For 12 months: a = 500, d = 100, n = 12. S_12 = (12/2)[2·500 + 11·100] = 6[1000 + 1100] = 6·2100 = Rs. 12,600.
🧮 Formulas
  1. \[General form: S_n = (n/2) [2a + (n-1)d]\]
  2. \[Using last term l: S_n = (n/2)(a + l)\]
    \[where l = a + (n-1)d\]
  3. \[Special case (natural numbers): 1 + 2 + ... + n = n(n+1)/2\]
  4. \[If d = 0: S_n = n·a\]
🔢6

Properties and Useful Results of AP

📐 MATHEMATICAL FORMULA / THEOREM

Properties and Useful Results of AP

Key Point: nth term: a_n = a + (n - 1)d

Definition: An arithmetic progression (AP) is a sequence of numbers in which the difference between any two successive terms is constant. If a is the first term and d is the common difference, the nth term is a_n = a + (n-1)d.

Basic Observations:

  • The common difference d = a_{n+1} - a_n is constant for all n.
  • If d > 0 the AP is increasing; if d < 0 it is decreasing; if d = 0 all terms are equal.
  • Linear transformation: adding a constant to every term or multiplying every term by a fixed nonzero constant results in another AP (with adjusted a and d).

Key Properties and Useful Results:

  • nth term formula: a_n = a + (n-1)d.
  • Sum of first n terms: S_n = n/2(2a + (n-1)d) = n(a_1 + a_n)/2. This is often written as S_n = n/2( a + l ), where l = a_n is the last term.
  • Equidistant (symmetric) terms: In an AP, terms equidistant from the beginning and end have the same sum: a_k + a_{n-k+1} = a_1 + a_n (for 1 ≤ k ≤ n). This is why S_n can be computed by pairing first and last terms.
  • Arithmetic mean (three-term condition): Three numbers p, q, r are in AP iff 2q = p + r. More generally, any term of an AP equals the average of the two terms equally distant from it: a_n = (a_{n-k} + a_{n+k})/2.
  • Finding d from two terms: If a_m = x and a_n = y (m < n), then d = (y - x)/(n - m) and a = x - (m-1)d.
  • Number of terms when last term known: If last term l is given, n = ((l - a)/d) + 1 (provided d ≠ 0 and the result is a positive integer).
  • Inserting k arithmetic means: To insert k arithmetic means between numbers A and B, treat the whole sequence as an AP with (k+2) terms. Common difference d = (B - A)/(k+1). The inserted means are A + d, A + 2d, …, A + kd.
  • Consecutive-difference property: Differences of consecutive terms are constant; differences of order higher than 1 are zero (i.e., second differences = 0). This is why plotting a_n vs n gives a straight line.

Tips for Problem Solving: Use the nth term formula to translate between indices and values; use the symmetric-sum property to compute sums quickly by pairing; use the arithmetic-mean condition when checking whether numbers are in AP or when inserting means; express unknowns (a and d) and solve linear equations when two terms or a term and sum are given.

📌 Examples
  • Example 1 — nth term: If a_1 = 5 and d = 3, find a_10. Solution: a_10 = 5 + (10-1)×3 = 5 + 27 = 32.
  • Example 2 — sum of n terms: Find the sum of first 20 terms of the AP 2, 5, 8, ... . Here a = 2, d = 3, n = 20. S_20 = 20/2[2×2 + (20-1)×3] = 10[4 + 57] = 610.
  • Example 3 — find d from two terms: If a_4 = 11 and a_10 = 29, then d = (29 - 11)/(10 - 4) = 18/6 = 3; a = a_4 - 3×(4-1) = 11 - 9 = 2.
  • Example 4 — insert arithmetic means: Insert 3 arithmetic means between 4 and 16. Here k = 3, d = (16-4)/(3+1) = 12/4 = 3. Inserted means: 7, 10, 13.
  • Example 5 — symmetric sum property: For AP 7, 4, 1, -2, -5, sum of first and last = 7 + (-5) = 2; second and second-last: 4 + (-2) = 2; so S_5 = (number of pairs)×(pair sum) = 5×(2)/2 = 5.
🧮 Formulas
  1. \[nth term: a_n = a + (n - 1)d\]
  2. \[sum of first n terms: S_n = n/2 [2a + (n - 1)d] = n/2 (a_1 + a_n)\]
  3. \[common difference from two terms: d = (a_n - a_m)/(n - m)\]
  4. \[number of terms when last term l given: n = ((l - a)/d) + 1\]
  5. \[k arithmetic means between A and B: d = (B - A)/(k + 1)\]
    \[means = A + d\]
    \[A + 2d, …\]
    \[A + kd\]
  6. \[three-term condition: p\]
    \[q\]
    \[r are in AP iff 2q = p + r\]
🔢7

Arithmetic Mean and Insertion of Arithmetic Means

📐 MATHEMATICAL FORMULA / THEOREM

Arithmetic Mean and Insertion of Arithmetic Means

Key Point: AM of two numbers a and b: (a + b) / 2

Definition (Arithmetic Mean, AM): For two numbers a and b, the arithmetic mean is the number (a + b) / 2. More generally, numbers that form an arithmetic progression (AP) have constant differences; any term that lies exactly midway between two terms of an AP is their arithmetic mean.

Insertion of Arithmetic Means: Given two numbers a and b, to insert n arithmetic means between them means to find n numbers so that the sequence a, (n means...), b forms an AP. In other words the entire list of n+2 terms must have a common difference d.

Derivation and key result:

  • Let the AP have first term a and last term b, and let n terms be inserted. Total number of terms = n + 2.
  • Common difference d = (b - a) / (n + 1). This ensures equal spacing from a to b in (n+1) intervals.
  • The k-th inserted mean (k = 1,2,...,n) is: a + k·d = a + k·(b - a)/(n + 1).

Useful properties:

  • For three numbers x, y, z to be in AP, y = (x + z) / 2.
  • Sum of the n inserted arithmetic means = n·(a + b) / 2. (Quick derivation: sum of inserted = n·a + [n(n+1)/2]·d with d=(b-a)/(n+1) simplifies to n·(a+b)/2.)
  • If terms of an AP are written as a1, a2, ..., then general term: a_r = a1 + (r - 1)·d.

How to solve insertion problems (step-by-step):

  1. Identify a (first term), b (last term) and n (number of means to insert).
  2. Compute d = (b - a) / (n + 1).
  3. Write the inserted terms as a + d, a + 2d, ..., a + n·d.
  4. Optionally, check by verifying each consecutive difference equals d and the final term equals b.

Why this matters (intuition): Inserting arithmetic means is equivalent to dividing the interval from a to b into (n + 1) equal steps. On a number line or on a straight line graph of index vs value, these inserted points are evenly spaced.

📌 Examples
  • Insert 3 arithmetic means between 4 and 10. Here a = 4, b = 10, n = 3. d = (10 - 4)/(3 + 1) = 6/4 = 1.5. Inserted numbers: 4 + 1.5 = 5.5, 4 + 3.0 = 7.0, 4 + 4.5 = 8.5. AP: 4, 5.5, 7.0, 8.5, 10.
  • Insert 2 arithmetic means between 12 and 30. a = 12, b = 30, n = 2. d = (30 - 12)/(2 + 1) = 18/3 = 6. Inserted numbers: 18 and 24. AP: 12, 18, 24, 30.
  • Check property for three numbers: Are 7, 11, 15 in AP? Yes, because middle term 11 = (7 + 15)/2.
  • Sum check: For the first example (a=4, b=10, n=3) the sum of inserted means = 3*(4 + 10)/2 = 3*7 = 21. Indeed 5.5 + 7 + 8.5 = 21.
🧮 Formulas
  1. \[AM of two numbers a and b: (a + b) / 2\]
  2. \[To insert n arithmetic means between a and b: common difference d = (b - a) / (n + 1)\]
  3. \[k-th inserted mean (k = 1..n): a + k·d = a + k·(b - a)/(n + 1)\]
  4. \[Sum of n inserted arithmetic means: n·(a + b) / 2\]
  5. \[General term of AP: a_r = a_1 + (r - 1)·d\]
  6. \[For three numbers x\]
    \[y\]
    \[z in AP: y = (x + z) / 2\]
🔢8

Determining Number of Terms and Common Difference

📐 MATHEMATICAL FORMULA / THEOREM

Determining Number of Terms and Common Difference

Key Point: nth term: a_n = a + (n - 1) d

What is an arithmetic progression (AP)?
An AP is a sequence of numbers in which each term after the first is obtained by adding a fixed number called the common difference (d). If the first term is a, the nth term is written as a_n.

Key relations

  • nth term: a_n = a + (n - 1)d
  • sum of first n terms: S_n = (n/2) [2a + (n - 1)d]

How to determine the common difference (d)

  • From two known terms: if you know a_m and a_n (m <> n), then
    d = (a_m - a_n) / (m - n).
  • From first term, last term and number of terms: if last term (l) is known, then
    d = (l - a) / (n - 1).

How to determine the number of terms (n)

  • When first term a, common difference d, and last term l are known:
    use a_n = l = a + (n - 1)d → n = ((l - a) / d) + 1. (n must be a positive integer.)
  • When first term a, common difference d, and sum S_n are known:
    use S_n = (n/2)[2a + (n - 1)d]. This gives a quadratic in n:
    n(2a + (n - 1)d) = 2S_n → rearrange to standard quadratic and solve with the quadratic formula.
    Keep only the positive integer solution(s) because n must be a positive integer.

Practical tips and checks

  • Always check that the computed n is a positive integer; if not, re-check given data or sign of d.
  • The sign of d indicates direction: d > 0 means increasing sequence, d < 0 means decreasing.
  • When solving the quadratic for n, discard negative and non-integer roots.
📌 Examples
  • Example 1 — Find d from two terms: Given a_5 = 20 and a_12 = 48. d = (a_12 - a_5) / (12 - 5) = (48 - 20) / 7 = 28/7 = 4.
  • Example 2 — Find number of terms when first term, d and last term are known: Given a = 3, d = 4 and last term l = 39. n = ((l - a) / d) + 1 = ((39 - 3) / 4) + 1 = 9 + 1 = 10.
  • Example 3 — Find n from sum: Given a = 2, d = 3 and S_n = 155. Use S_n = n/2 (2a + (n - 1)d) → n/2 (4 + 3(n - 1)) = 155 → n/2(3n + 1) = 155 → 3n^2 + n - 310 = 0. Discriminant = 3721 = 61^2, so n = (-1 + 61)/6 = 10 (positive integer).
  • Example 4 — Find d from first, last and number of terms: Given a = 5, last term l = 50 and n = 10, d = (l - a)/(n - 1) = (50 - 5)/9 = 45/9 = 5.
🧮 Formulas
  1. \[nth term: a_n = a + (n - 1) d\]
  2. \[Common difference from two terms: d = (a_m - a_n) / (m - n)\]
  3. \[Common difference from first & last: d = (l - a) / (n - 1)\]
  4. \[Sum of first n terms: S_n = (n/2) [2a + (n - 1)d]\]
  5. \[To find n from last term: n = ((l - a) / d) + 1\]
  6. \[To find n from sum: solve (n/2)[2a + (n - 1)d] = S_n (a quadratic in n).\]
🔢9

Problem Types and Applications

📐 MATHEMATICAL FORMULA / THEOREM

Problem Types and Applications

Key Point: nth term: a_n = a + (n - 1)d, where a = first term, d = common difference

Arithmetic Progression (AP) problems and applications focus on sequences where each term after the first is obtained by adding a fixed number (common difference) to the previous term. The chapter "Problem Types and Applications" trains students to recognize AP patterns, form equations, and solve practical problems using AP formulas.

  • Basic identification: Recognise an AP from a list of terms and find the first term a and common difference d.
  • Find n-th term: Use the nth-term formula to compute any term.
  • Sum of terms: Compute the sum of first n terms; use different forms of the sum formula depending on whether the last term is known.
  • Reverse problems: Given two terms, or a term and a sum, determine a, d, or n by setting up linear equations.
  • Word problems / applications: Model real-life situations (seating arrangements, savings with equal increase, arithmetic mean tasks, arrangement of objects) as APs, translate text to equations, then solve.

Strategy for solving AP problems:

  1. Translate the words to symbols: denote first term by a, common difference by d, term number by n, nth term by a_n, sum of first n terms by S_n.
  2. Write down the appropriate formula(s) (nth term, sum) that relate the given quantities.
  3. Substitute given values and solve the resulting algebraic equation(s) for the unknown(s).
  4. Check the answer fits the context (integer n, positive seats/money etc.).

Common problem patterns:

  • Find a and d when two non-consecutive terms are given: form two linear equations using the nth-term formula.
  • Find n when a term or sum is given: rearrange the nth-term or sum formula to solve for n (watch for arithmetic progressions leading to quadratic equations in n when using the sum formula).
  • Find sum when only a and d are given: either compute last term a_n first or use the sum formula directly.
  • Word problems (rows of chairs, stair steps, installments increasing by fixed amount): translate counts into an AP and sum if total is required.

Understanding these patterns and practicing translation from words to equations makes solving AP applications systematic and reliable.

📌 Examples
  • Example 1 — nth term and sum: AP: 3, 7, 11, ... Here a = 3, d = 4. Find the 20th term and the sum of the first 20 terms. Solution: a_n = a + (n-1)d = 3 + 19*4 = 79. Sum S_n = n/2(2a + (n-1)d) = 20/2(6 + 76) = 10*82 = 820.
  • Example 2 — find a and d from two terms: Given a_5 = 12 and a_12 = 33. Let a be first term and d common difference. Then a + 4d = 12 and a + 11d = 33. Subtract: 7d = 21 => d = 3. Then a = 12 - 4*3 = 0.
  • Example 3 — find n from sum: First term a = 4, common difference d = 3. If S_n = 240, find n. Use S_n = n/2(2a + (n-1)d) => n/2(8 + 3(n-1)) = 240 => n(5 + 3n/2) but better expand: n/2(5 + 3n)?? (compute correctly) Solve: n/2(8 + 3n - 3) = n/2(5 + 3n) = 240 => n(5 + 3n) = 480 => 3n^2 + 5n - 480 = 0. Solve quadratic: n = 12 (positive root).
  • Example 4 — real-life seating: A theater has 15 rows. First row has 12 seats; each subsequent row has 2 more seats than the previous. How many total seats? Model as AP with a = 12, d = 2, n = 15. Total seats = S_15 = 15/2(2*12 + 14*2) = 15/2(24 + 28) = 15/2*52 = 15*26 = 390.
🧮 Formulas
  1. \[nth term: a_n = a + (n - 1)d\]
    \[where a = first term\]
    \[d = common difference\]
  2. \[common difference: d = a_{k+1} - a_k (constant for all k)\]
  3. \[sum of first n terms (form 1): S_n = n/2 [2a + (n - 1)d]\]
  4. \[sum of first n terms (form 2\]
    \[if last term known): S_n = n/2 (a + a_n)\]
  5. \[find n from nth term: n = ((a_n - a)/d) + 1\]
  6. \[find a when a_p and a_q known: solve a + (p-1)d = a_p and a + (q-1)d = a_q simultaneously\]
📈10

Graphical Representation of an AP

📐 MATHEMATICAL FORMULA / THEOREM

Graphical Representation of an AP

Key Point: nth term: a_n = a + (n - 1)d

Definition: An arithmetic progression (AP) is a sequence of numbers in which the difference between any two successive terms is constant. If a is the first term and d is the common difference, the nth term is a_n = a + (n - 1)d.

Graphical idea: To graphically represent an AP, take the term number n on the x-axis (domain: positive integers 1, 2, 3, ...) and the corresponding term a_n on the y-axis. Because a_n = d·n + (a - d), the points (n, a_n) lie on a straight line with slope d and y-intercept (value at n = 0) equal to a - d. Thus the graph of the terms of an AP is a set of equally spaced points that fall on a straight line. (Note: the sequence gives discrete points; joining them gives the underlying linear function.)

Interpretation of slope and intercept:

  • Slope = d: rise/run between consecutive plotted points equals the common difference.
  • y-intercept = a - d: if you extend the line to n = 0, the y-value equals a - d. The first term a is at n = 1, so a = (y-intercept) + d.

How to read an AP from its graph:

  • Pick any two plotted points (n1, a_{n1}) and (n2, a_{n2}). The common difference d = (a_{n2} - a_{n1})/(n2 - n1).
  • Find a by reading the value at n = 1, or compute a = a_n - (n - 1)d for any plotted point.

Discrete vs continuous view: The sequence is discrete (points at integer n). For visualization or modelling you may draw the straight line that extends those points; that line corresponds to the linear function f(n) = d·n + (a - d).

📌 Examples
  • Example 1 — Increasing AP: a = 3, d = 2. Terms: 3, 5, 7, 9, ... Plot points (1,3), (2,5), (3,7), (4,9). These lie on the line y = 2x + 1 (since a - d = 3 - 2 = 1). d = slope = 2; y-intercept = 1.
  • Example 2 — Decreasing AP: a = 10, d = -2. Terms: 10, 8, 6, 4, ... Plot points (1,10), (2,8), (3,6), (4,4). These lie on the line y = -2x + 12 (a - d = 10 - (-2) = 12). d = -2 (downward slope).
  • Example 3 — Constant sequence (d = 0): a = 5. Terms: 5, 5, 5, 5, ... Points (1,5), (2,5), (3,5) lie on the horizontal line y = 5. d = 0.
  • Real-life example — Monthly savings increasing by fixed amount: If you save ₹500 in month 1 and then increase the saving by ₹200 each month, the sequence of monthly savings forms an AP with a = 500, d = 200. Plot month number vs amount saved; points lie on a straight line with slope 200.
🧮 Formulas
  1. \[nth term: a_n = a + (n - 1)d\]
  2. \[linear form (as function of n): a_n = d·n + (a - d)\]
  3. \[y-intercept (value at n = 0): a_0 = a - d\]
  4. \[common difference from graph (two points): d = (a_{n2} - a_{n1}) / (n2 - n1)\]
  5. \[sum of first n terms (related formula): S_n = n/2 [2a + (n - 1)d]\]
🔢11

Special Cases and Examples

📐 MATHEMATICAL FORMULA / THEOREM

Special Cases and Examples

Key Point: n-th term: t_n = a + (n - 1)d

Overview: An arithmetic progression (AP) is a sequence of numbers in which the difference between consecutive terms is constant. Let the first term be a, common difference d, and the nth term be t_n. The basic formulas are t_n = a + (n-1)d and S_n = n/2 [2a + (n-1)d] (sum of first n terms). This topic covers commonly encountered special cases and helpful properties that simplify working with APs.

Key special cases and properties

  1. d = 0 (constant sequence): Every term equals a. So t_n = a for all n and S_n = n·a.
  2. d > 0 or d < 0: If d > 0 the AP is increasing; if d < 0 it is decreasing. The plot of t_n versus n is a straight line with slope d.
  3. Last term given (l): If the last term l is known, use l = a + (n-1)d to find n or d. Sum becomes S_n = n/2 (a + l).
  4. Pairing property: In any AP, terms equidistant from the ends add to the same value: t_k + t_{n-k+1} = a + l = 2·(arithmetic mean). This is the reason S_n = n/2 (a + l) works.
  5. Middle term and average: If n is odd, the middle term (t_{(n+1)/2}) equals the arithmetic mean of the sequence: t_{(n+1)/2} = S_n / n = (a + l)/2. For any n, the average of the sequence equals (first + last)/2.
  6. a = 0: Terms are 0, d, 2d, ...; then t_n = (n-1)d and S_n = n/2 [(n-1)d] = (d/2) n(n-1), a quadratic in n.
  7. Sum as a quadratic function: With d ≠ 0, S_n = n/2 [2a + (n-1)d] is a quadratic polynomial in n. So the graph of S_n vs n is a parabola (discrete points lie on a parabola).
  8. When a term or sum becomes zero: To find n for which t_n = 0, solve a + (n-1)d = 0. To solve S_n = 0, solve the quadratic n[2a + (n-1)d] = 0 (gives n = 0 or a relation for n).

Derivation (pairing method) for S_n: Write S_n = a + (a + d) + ... + (a + (n-1)d). Write it forwards and backwards and add pairwise; each pair sums to (2a + (n-1)d). There are n pairs in the combined sum, so 2S_n = n[2a + (n-1)d], hence S_n = n/2 [2a + (n-1)d].

Usefulness in problems: These special cases let you quickly compute terms and sums, check for arithmetic means, solve for n or d when sums/terms are given, and identify when sequences are constant or symmetric about 0. Visualizing t_n as a straight line and S_n as a parabola helps understand growth patterns.

📌 Examples
  • 1) Constant AP (d = 0): Let a = 5, d = 0. Terms: 5, 5, 5, ...; t_10 = 5; S_10 = 10 × 5 = 50.
  • 2) Decreasing AP: a = 20, d = -3. Find t_7 and S_7. t_7 = 20 + (7-1)(-3) = 20 - 18 = 2. S_7 = 7/2 [2·20 + 6(−3)] = 7/2 [40 - 18] = 7/2 ·22 = 77.
  • 3) Last term given: a = 2, l = 32, d = 5. Find n. Use l = a + (n-1)d → 32 = 2 + (n-1)5 → (n-1)5 = 30 → n - 1 = 6 → n = 7. Then S_7 = 7/2 (2 + 32) = 7/2 ·34 = 119.
  • 4) Middle term as average: AP with 7 terms, first term 10 and last term 22. The middle term (4th) = (10 + 22)/2 = 16. (Also t_4 = a + 3d; here d = (22-10)/6 = 2 → t_4 = 10 + 3·2 = 16.)
  • 5) Sum zero example: a = 5, d = -2. Find n such that S_n = 0 (n > 0). S_n = n/2 [2·5 + (n-1)(-2)] = n/2 [10 - 2n + 2] = n/2 [12 - 2n] = n(6 - n). Solve n(6 - n) = 0 → n = 0 or n = 6. So S_6 = 0 (first six terms sum to zero).
  • 6) a = 0 special form: AP 0, 3, 6, 9,... with d = 3. t_n = (n-1)3, S_n = (3/2) n(n-1). For n = 5, terms sum = (3/2)·5·4 = 30.
🧮 Formulas
  1. \[n-th term: t_n = a + (n - 1)d\]
  2. \[last term: l = a + (n - 1)d\]
  3. \[sum (standard): S_n = n/2 [2a + (n - 1)d]\]
  4. \[sum using last term: S_n = n/2 (a + l)\]
  5. \[pair property: t_k + t_{n-k+1} = a + l = 2·(average)\]
  6. \[constant-d case: if d = 0\]
    \[then t_n = a and S_n = n·a\]
🔢12

Connections and Extensions

📐 MATHEMATICAL FORMULA / THEOREM

Connections and Extensions

Key Point: nth term: a_n = a + (n-1)d

What this topic means
"Connections and Extensions" in the study of Arithmetic Progressions (AP) highlights how AP links to other areas of mathematics and to everyday problems. It shows the algebraic, geometric and graphical viewpoints, and how AP formulas extend to solve practical situations.

Core ideas (brief)

  • An AP is a sequence with constant difference d: a, a+d, a+2d, ...
  • nth term: a_n = a + (n-1)d. This is a linear function of n (so plotting n vs a_n gives a straight line).
  • Sum of first n terms: S_n = n/2(2a + (n-1)d) = n/2(a_1 + a_n). This is a quadratic function of n (so plotting n vs S_n gives a parabola).
  • Arithmetic mean and midpoint property: for terms equidistant from ends, their average equals the middle value: (a_k + a_{n-k+1})/2 = (a_1 + a_n)/2.

Connections

  • Algebra: a_n is a first-degree expression in n. Solving for n or d reduces to linear equations.
  • Coordinate geometry: points (n, a_n) lie on a straight line with slope d; slope-intercept form gives geometric insight into difference and starting term.
  • Quadratic sequences and sums: S_n is quadratic, so cumulative totals (money saved, total seats filled) grow like a parabola; this links AP sums to quadratic functions.
  • Number line and geometry: equal spacing of terms models equal partitioning and is used in arranging seats, plants, steps etc.
  • Problem modelling: salary increments, installment plans, arithmetic packing/arrangement and many counting problems can be formulated as APs.

How to extend and use AP ideas

  • Translate real-life data into a_n = a + (n-1)d, then apply formulas for term or sum.
  • Use the linear nature to interpolate or extrapolate values (predict future terms).
  • Recognize when a sequence is not AP (non-constant differences) and then consider second differences—if constant, underlying rule is quadratic (related to sums of AP).

Important observations

  • If you know two terms a_i and a_j, d = (a_j - a_i)/(j-i).
  • For odd number of terms, the middle term equals the arithmetic mean of the sequence: a_{(n+1)/2} = S_n/n.
  • Summing pairwise terms from ends: a_1 + a_n = a_2 + a_{n-1} = constant; this simplifies many computations.
📌 Examples
  • Salary increment: Monthly salary starts at Rs. 20,000 and increases by Rs. 1,500 every month. Find salary in 12th month and total salary in first 12 months. Here a=20000, d=1500. a_12 = 20000 + 11×1500 = 20000 + 16500 = 36500. S_12 = (12/2)(2×20000 + 11×1500) = 6(40000 + 16500) = 6×56500 = Rs. 339000.
  • Plants in rows: A gardener plants 6 plants in 1st row and increases by 2 each subsequent row. How many in 8th row and total in 8 rows? a=6, d=2. a_8 = 6 + 7×2 = 20. S_8 = (8/2)(6 + 20) = 4×26 = 104 plants.
  • Find common difference: In an AP the 5th term is 18 and the 12th term is 46. Find a_1 and d. Use d = (a_12 - a_5)/(12-5) = (46-18)/7 = 28/7 = 4. Then a_1 = a_5 - 4×(5-1) = 18 - 16 = 2.
  • Arithmetic mean and middle term: An AP has 9 terms and sum 270. The middle term equals the average: a_5 = S_9/9 = 270/9 = 30. So the 5th term is 30.
  • Cumulative growth (savings): You save Rs. 100 in month 1 and increase saving by Rs. 50 each month. Monthly amounts form an AP (100,150,200,...). The total saved after n months is S_n = (n/2)(2×100 + (n-1)50), which is a quadratic in n and can be used to find when a savings target is reached.
🧮 Formulas
  1. \[nth term: a_n = a + (n-1)d\]
  2. \[Common difference from two terms: d = (a_j - a_i)/(j - i)\]
  3. \[Sum of first n terms: S_n = n/2(2a + (n-1)d)\]
  4. \[Alternate sum formula: S_n = n/2(a_1 + a_n)\]
  5. \[Middle term (odd n): a_{(n+1)/2} = S_n / n\]
  6. \[Write S_n as quadratic: S_n = (d/2) n^2 + (a - d/2) n\]

Key Concepts

Arithmetic progression (AP)
A sequence in which the difference between any two successive terms is constant.
First term (a)
The initial term of an AP, denoted by a (or t1).
Common difference (d)
The constant difference between consecutive terms: d = t_{n+1} - t_n.
n-th term (t_n)
General formula for the n-th term: t_n = a + (n - 1)d.
Sum of first n terms (S_n)
Sum of first n terms of an AP: S_n = n/2 [2a + (n - 1)d].
Sum using last term (S_n)
Alternate sum formula using last term l: S_n = n/2 · (a + l), where l = t_n.
Finite AP
An AP that contains a finite (fixed) number of terms.
Infinite AP
An AP that continues indefinitely (no last term).
Increasing AP
An AP in which terms increase; occurs when d > 0.
Decreasing AP
An AP in which terms decrease; occurs when d < 0.
Constant AP (d = 0)
An AP with zero common difference; every term is the same.
Arithmetic mean (AM)
The average of two numbers: AM of x and y is (x + y)/2; it is the middle term of a 3-term AP x, AM, y.
Insertion of n arithmetic means
To insert n AMs between a and b, form an AP with common difference d = (b - a)/(n + 1).
Middle term
If an AP has odd number of terms, the middle term is the ((n+1)/2)-th term and equals (first + last)/2.
Recurrence relation
Relationship expressing each term from the previous: t_{n+1} = t_n + d.
Position of a term
Index n of a term T found by solving a + (n - 1)d = T (for d ≠ 0).
Number of terms (n) in a finite AP
If first term a and last term l are known, n = ((l - a)/d) + 1 (for d ≠ 0).
Difference between two terms
Difference of the m-th and n-th terms: t_m - t_n = (m - n)·d.
Partial sum (sum of first k terms)
Sum of the first k terms, S_k, is a partial sum of the AP and equals k/2[2a + (k - 1)d].
AP as a linear function of n
The n-th term t_n is a linear function of n (degree 1): t_n = a + (n - 1)d = dn + (a - d).

Practice Questions

  1. Define an arithmetic progression and its common difference. / समांतर श्रेढ़ी और इसके सार्व अंतर को परिभाषित कीजिए।
    Show answer

    An arithmetic progression (AP) is a sequence in which the difference between any two consecutive terms is constant; this constant, d = a_{k+1} − a_k, is called the common difference. / समांतर श्रेढ़ी (AP) एक अनुक्रम है जिसमें किन्हीं दो क्रमागत पदों का अंतर अचर होता है; यह अचर d = a_{k+1} − a_k सार्व अंतर कहलाता है।

  2. Find the 10th term of the AP 3, 8, 13, 18, … / समांतर श्रेढ़ी 3, 8, 13, 18, … का 10वाँ पद ज्ञात कीजिए।
    Show answer

    Here a = 3 and d = 5, so a_10 = a + (10 − 1)d = 3 + 9 × 5 = 48. / यहाँ a = 3 और d = 5, अतः a_10 = a + (10 − 1)d = 3 + 9 × 5 = 48।

  3. Check whether 100 is a term of the AP 7, 13, 19, 25, … / जाँचिए कि क्या 100 समांतर श्रेढ़ी 7, 13, 19, 25, … का एक पद है।
    Show answer

    With a = 7, d = 6, solving 100 = 7 + (n − 1)6 gives n − 1 = 93/6 = 15.5, which is not an integer, so 100 is not a term of this AP. / a = 7, d = 6 के साथ 100 = 7 + (n − 1)6 हल करने पर n − 1 = 93/6 = 15.5 आता है, जो पूर्णांक नहीं है, अतः 100 इस AP का पद नहीं है।

  4. Derive the formula for the sum of the first n terms of an AP. / समांतर श्रेढ़ी के प्रथम n पदों के योग का सूत्र व्युत्पन्न कीजिए।
    Show answer

    Writing S_n forwards and backwards and adding term-by-term, each of the n pairs sums to 2a + (n − 1)d, so 2S_n = n[2a + (n − 1)d], giving S_n = (n/2)[2a + (n − 1)d]. / S_n को आगे और पीछे से लिखकर पद-दर-पद जोड़ने पर, n युग्मों में से प्रत्येक का योग 2a + (n − 1)d होता है, अतः 2S_n = n[2a + (n − 1)d], जिससे S_n = (n/2)[2a + (n − 1)d]।

  5. Find the sum of the first 15 terms of the AP 5, 8, 11, … / समांतर श्रेढ़ी 5, 8, 11, … के प्रथम 15 पदों का योग ज्ञात कीजिए।
    Show answer

    With a = 5, d = 3, n = 15, S_15 = (15/2)[2 × 5 + 14 × 3] = (15/2)(10 + 42) = (15/2)(52) = 390. / a = 5, d = 3, n = 15 के साथ S_15 = (15/2)[2 × 5 + 14 × 3] = (15/2)(10 + 42) = (15/2)(52) = 390।

  6. Insert 3 arithmetic means between 4 and 16. / 4 और 16 के बीच 3 समांतर माध्य रखिए।
    Show answer

    Treating it as an AP with k + 2 = 5 terms, d = (16 − 4)/(3 + 1) = 3, so the inserted means are 7, 10 and 13. / इसे k + 2 = 5 पदों वाली AP मानते हुए d = (16 − 4)/(3 + 1) = 3, अतः रखे गए माध्य 7, 10 और 13 हैं।

  7. Why do the points (n, a_n) of an AP lie on a straight line? / समांतर श्रेढ़ी के बिंदु (n, a_n) एक सरल रेखा पर क्यों स्थित होते हैं?
    Show answer

    Because a_n = a + (n − 1)d = dn + (a − d) is a linear (first-degree) function of n with slope d, so plotting a_n against n gives equally spaced points lying on a straight line. / क्योंकि a_n = a + (n − 1)d = dn + (a − d), n का एक रैखिक (प्रथम घात) फलन है जिसका ढाल d है, इसलिए a_n को n के सापेक्ष आलेखित करने पर समान दूरी वाले बिंदु एक सरल रेखा पर स्थित होते हैं।

  8. A theatre has 15 rows; the first row has 12 seats and each next row has 2 more. Find the total number of seats. / एक थिएटर में 15 पंक्तियाँ हैं; पहली पंक्ति में 12 सीटें हैं और प्रत्येक अगली पंक्ति में 2 अधिक हैं। कुल सीटों की संख्या ज्ञात कीजिए।
    Show answer

    This is an AP with a = 12, d = 2, n = 15, so total seats = S_15 = (15/2)[2 × 12 + 14 × 2] = (15/2)(24 + 28) = (15/2)(52) = 390. / यह a = 12, d = 2, n = 15 वाली AP है, अतः कुल सीटें = S_15 = (15/2)[2 × 12 + 14 × 2] = (15/2)(24 + 28) = (15/2)(52) = 390।

Related Laws & Principles

Explore all

Foundational laws & principles connected to this chapter — tap to open in the Laws Explorer.

Loading related laws…
Sourced from 165 content files · LLOS Learn · browse all chapters