Topic 1: Introduction to Sequences & Pattern Recognition
Foundational Definitions
Sequence: An ordered list of numbers arranged according to a definite rule or pattern.
Each number in the sequence is called a term.
Notation: Terms are denoted as $a_1, a_2, a_3, \dots, a_n$, where $a_n$ is the $n^{\text{th}}$ term (or general term).
Finite Sequence: A sequence containing a limited number of terms (e.g., $2, 4, 6, 8, 10$).
Infinite Sequence: A sequence that continues indefinitely without end (e.g., $1, 3, 5, 7, \dots$).
General Term Formula ($a_n$): Expresses any term in terms of its position index $n$.
Example: If $a_n = 2n + 1$, then $a_1 = 3, a_2 = 5, a_3 = 7, \dots$.
Fig 8.1: Step-ladder Progression showing constant increment $+4$ across terms
Teacher's Exam Secret — Sequence vs Progression
All progressions are sequences, but NOT all sequences are progressions! A progression is a sequence whose terms strictly obey a specific mathematical rule (such as constant difference in AP).
Example: Prime numbers $2, 3, 5, 7, 11, \dots$ form a sequence, but NOT an Arithmetic Progression.
Immediate Solved Exam Applications
Example 1.1: General Term Evaluation NCERT
Question: Find the first three terms of the sequence defined by $a_n = \frac{n-3}{4}$.
Arithmetic Progression (AP): A sequence in which each term after the first is obtained by adding a fixed constant $d$ to the preceding term.
First Term ($a$ or $a_1$): The starting value of the AP.
Common Difference ($d$): The constant difference between any two consecutive terms:
$$\mathbf{d = a_{k+1} - a_k = a_2 - a_1 = a_3 - a_2}$$
Nature of $d$: If $d > 0$, the AP is Increasing (e.g. $3, 7, 11, 15, \dots$).
If $d < 0$, the AP is Decreasing (e.g. $20, 15, 10, 5, \dots$).
If $d = 0$, the AP is Constant (e.g. $5, 5, 5, 5, \dots$).
Standard Form of an AP:
$$\mathbf{a, \; a+d, \; a+2d, \; a+3d, \; \dots, \; a+(n-1)d}$$
Fig 8.2: Linear Number Line Representation of AP with Uniform Step $+d$
Immediate Solved Exam Applications
Example 2.1: Identifying Common Difference NCERT
Question: For the AP: $\frac{3}{2}, \frac{1}{2}, -\frac{1}{2}, -\frac{3}{2}, \dots$, write the first term $a$ and common difference $d$.
Problem 2.1 (Testing if Sequence is AP) 2 MARKS / NCERT
Which of the following forms an AP? If they form an AP, find $d$ and write the next two terms:
(i) $2, 4, 8, 16, \dots$ (ii) $2, \frac{5}{2}, 3, \frac{7}{2}, \dots$
Step-by-Step Solution:
(i) $a_2 - a_1 = 4-2 = 2$; $a_3 - a_2 = 8-4 = 4$. Since $2 \neq 4$, Not an AP! (ii) $a_2 - a_1 = \frac{5}{2} - 2 = \frac{1}{2}$; $a_3 - a_2 = 3 - \frac{5}{2} = \frac{1}{2}$.
Since difference is constant $d = \mathbf{\frac{1}{2}}$, it Forms an AP! Next terms: $a_5 = \frac{7}{2} + \frac{1}{2} = \mathbf{4}$, $a_6 = 4 + \frac{1}{2} = \mathbf{\frac{9}{2}}$.
Fig 8.2A: AP Condition Test
Topic 3: The General Term ($n^{\text{th}}$ Term) of an AP
General Term Formulas
The $n^{\text{th}}$ term $a_n$ of an AP with first term $a$ and common difference $d$ is given by:
$$\mathbf{a_n = a + (n - 1)d}$$
If there are $m$ terms in an AP, then $a_m$ represents the last term, often denoted as $l$.
$n^{\text{th}}$ Term from the END of an AP: If an AP has last term $l$ and common difference $d$, the $n^{\text{th}}$ term from the end is:
$$\mathbf{a_n' = l - (n - 1)d}$$
Fig 8.3: Linear Relationship between Position Index $n$ and Term Value $a_n$
Immediate Solved Exam Applications
Example 3.1: Finding 10th Term NCERT
Question: Find the $10^{\text{th}}$ term of the AP: $2, 7, 12, \dots$.
Topic 4: Finding Number of Terms ($n$) & Term Verification
Core Rule — Integer Condition for Term Index $n$
When checking if a number $X$ belongs to an AP, set $a_n = X$ and solve for $n$.
The index $n$ MUST be a positive integer ($1, 2, 3, \dots$). If $n$ comes out to be a fraction or negative, then $X$ is NOT a term of the AP!
Topic 4: School Exam Practice Problem Kit
Problem 4.1 (Verification of Membership) 3 MARKS / NCERT
Check whether $-150$ is a term of the AP: $11, 8, 5, 2, \dots$.
Step-by-Step Solution:
$a = 11$, $d = 8-11 = -3$. Let $a_n = -150$.
$$11 + (n-1)(-3) = -150 \implies (n-1)(-3) = -161 \implies n-1 = \frac{161}{3} \implies n = \frac{164}{3} = \mathbf{54.66}$$
Since $n$ is NOT a positive integer, $-150$ is NOT a term of this AP!
Topic 5: Sum of First $n$ Terms of an AP ($S_n$)
Sum Formulas
The sum $S_n$ of the first $n$ terms of an AP with first term $a$ and common difference $d$ is:
Problem 5.1 (How Many Terms Needed for Sum) 4 MARKS / NCERT
How many terms of the AP: $24, 21, 18, \dots$ must be taken so that their sum is $78$?
Step-by-Step Solution:
$a = 24$, $d = -3$, $S_n = 78$.
$$\frac{n}{2} [ 2(24) + (n-1)(-3) ] = 78 \implies n [ 48 - 3n + 3 ] = 156 \implies n(51 - 3n) = 156$$
$$3n^2 - 51n + 156 = 0 \implies n^2 - 17n + 52 = 0 \implies (n-4)(n-13) = 0$$
$$n = \mathbf{4} \quad \text{or} \quad n = \mathbf{13}$$
Both values are valid! Sum of terms from $5^{\text{th}}$ to $13^{\text{th}}$ equals zero.
Topic 6: Arithmetic Mean (AM) & Three Numbers in AP
Arithmetic Mean Principles
Arithmetic Mean (AM) of two numbers $A$ and $B$:
$$\text{AM} = \frac{A + B}{2}$$
Three terms $a, b, c$ in AP Condition:
$$b - a = c - b \implies \mathbf{2b = a + c} \quad \text{or} \quad \mathbf{b = \frac{a + c}{2}}$$
Convenient Term Selections for Problem Solving: 3 terms in AP: $(a - d), \; a, \; (a + d)$ (Sum $= 3a$).
4 terms in AP: $(a - 3d), \; (a - d), \; (a + d), \; (a + 3d)$ (Sum $= 4a$, difference $= 2d$).
Topic 6: School Exam Practice Problem Kit
Problem 6.1 (Finding Variable in AP Terms) 2 MARKS
If $2k+1, 3k+3, 5k-1$ are three consecutive terms of an AP, find the value of $k$.
A manufacturer of TV sets produced 600 sets in the 3rd year and 700 sets in the 7th year. Assuming that the production increases uniformly by a fixed number every year, find: (i) Production in 1st year, (ii) Production in 10th year, (iii) Total production in first 7 years.
(i) Production in 1st year $= \mathbf{550\text{ sets}}$.
(ii) Production in 10th year $a_{10} = 550 + 9(25) = 550 + 225 = \mathbf{775\text{ sets}}$.
(iii) Total production in 7 years $S_7 = \frac{7}{2} [ 550 + 700 ] = \frac{7}{2} \times 1250 = 7 \times 625 = \mathbf{4375\text{ sets}}$.
Topic 8: Comprehensive Exam HOTS & Case Study Kit
Case Study 1: Wooden Rungs Tapering Ladder CASE STUDY
A ladder has rungs $25\text{ cm}$ apart. The rungs decrease uniformly in length from $45\text{ cm}$ at the bottom to $25\text{ cm}$ at the top. If the top and bottom rungs are $2.5\text{ m}$ apart, what is the total length of wood required for the rungs?
Solution:
1. Distance between top and bottom rungs $= 2.5\text{ m} = 250\text{ cm}$.
$$\text{Number of rungs } n = \frac{250}{25} + 1 = 10 + 1 = \mathbf{11\text{ rungs}}$$
2. First rung $a = 45\text{ cm}$, Last rung $l = 25\text{ cm}$.
Question: If the $m^{\text{th}}$ term of an AP is $\frac{1}{n}$ and the $n^{\text{th}}$ term is $\frac{1}{m}$, prove that its $(mn)^{\text{th}}$ term is $1$.