For an interactive study experience with progress tracking, bookmarks, and solutions, try our reader.
Open in Interactive ReaderChapter Overview
In mathematics, studying patterns leads to significant generalizations. A sequence is a succession of numbers arranged in a definite order according to a certain rule. When the terms of a sequence are added together, it forms a series. Sequences and series are not just abstract mathematical concepts—they appear everywhere in nature, finance, and engineering. Understanding how numbers progress and how to calculate their sums opens doors to solving real-world problems elegantly.
What this chapter covers
Sequences: Definition, Notation, and TypesSeries: Understanding the Sum of SequencesArithmetic Progression (A.P.): Finding terms and sumsGeometric Progression (G.P.): Exponential growth patternsHarmonic Progression (H.P.): Reciprocal relationshipsArithmetic Mean (A.M.), Geometric Mean (G.M.), and Harmonic Mean (H.M.)Relationship between A.M., G.M., and H.M.Insertion of Means: A.M., G.M., and H.M. between two numbersSum of infinite Geometric SeriesApplication problems: Financial mathematics, population growth, bouncing ball
Learning Objectives
1
Understand the concept of sequence as a function from positive integers to real numbers.
2
Distinguish between sequences, series, and progressions, and identify which type a given pattern represents.
3
Find the $n^{th}$ term of an Arithmetic Progression using the formula $t_n = a + (n-1)d$.
4
Calculate the sum of $n$ terms of an A.P. using $S_n = \frac{n}{2}[2a + (n-1)d]$ or $S_n = \frac{n}{2}(a + l)$.
5
Find the $n^{th}$ term of a Geometric Progression using the formula $t_n = ar^{n-1}$.
6
Calculate the sum of $n$ terms of a G.P. using $S_n = \frac{a(r^n - 1)}{r - 1}$ for $r \neq 1$.
7
Find the sum to infinity of a convergent Geometric Series using $S_{\infty} = \frac{a}{1-r}$ where $|r| < 1$.
8
Understand Harmonic Progressions and their relationship with Arithmetic Progressions.
9
Calculate and compare Arithmetic Mean (A.M.), Geometric Mean (G.M.), and Harmonic Mean (H.M.) for two numbers.
10
Prove and apply the relationship $A.M. \times H.M. = G.M.^2$ and the inequality $A.M. > G.M. > H.M.$.
11
Insert Arithmetic, Geometric, and Harmonic means between two given numbers.
12
Apply sequence and series concepts to solve real-world problems in finance, physics, and biology.
Why Sequences and Series Matter: From Banking to Biology
Key Insight
Sequences and series are the mathematical language of patterns and growth. Every time a bank calculates compound interest, every time a virus spreads exponentially, every time an engineer designs stadium seating in rows—sequences and series are at work.
Real-World Scenario: Imagine you deposit ₹1,000 in a bank account that earns 5% interest annually. After 1 year, you have ₹1,050. After 2 years, ₹1,102.50. After 3 years, ₹1,157.625. Notice the amounts form a sequence: $1000, 1050, 1102.50, 1157.625, \ldots$ This is a Geometric Progression with first term $a = 1000$ and common ratio $r = 1.05$. If you want to know how much you'll have after 20 years, you use the formula $t_n = ar^{n-1}$. If you want to know the total interest earned, you sum the series!
The Big Picture: Understanding A.P., G.P., and their sums equips you to model and predict patterns in the real world. This chapter builds your mathematical intuition and problem-solving power.
Real-World Scenario: Imagine you deposit ₹1,000 in a bank account that earns 5% interest annually. After 1 year, you have ₹1,050. After 2 years, ₹1,102.50. After 3 years, ₹1,157.625. Notice the amounts form a sequence: $1000, 1050, 1102.50, 1157.625, \ldots$ This is a Geometric Progression with first term $a = 1000$ and common ratio $r = 1.05$. If you want to know how much you'll have after 20 years, you use the formula $t_n = ar^{n-1}$. If you want to know the total interest earned, you sum the series!
The Big Picture: Understanding A.P., G.P., and their sums equips you to model and predict patterns in the real world. This chapter builds your mathematical intuition and problem-solving power.
Pay special attention to the condition $|r| < 1$ for infinite G.P. series convergence. This single concept appears in 90% of infinite series problems in NEB exams.
Key Definitions
Sequence
A sequence is a function whose domain is the set of positive integers $\mathbb{N} = \{1, 2, 3, \ldots\}$ and whose range is a set of real numbers. In other words, it is an ordered list of numbers where each number is called a term. The $n^{th}$ term is denoted $t_n$ or $a_n$. Example: $2, 4, 6, 8, 10, \ldots$ is a sequence where the first term $t_1 = 2$, the second term $t_2 = 4$, etc.
Series
A series is the expression formed by adding the terms of a sequence. If a sequence is $t_1, t_2, t_3, \ldots, t_n$, then the corresponding series is $t_1 + t_2 + t_3 + \cdots + t_n$. The sum of the first $n$ terms of a series is denoted $S_n$. Example: If the sequence is $2, 4, 6, 8$, the series is $2 + 4 + 6 + 8 = 20$, so $S_4 = 20$.
Progression
A progression is a special type of sequence that follows a specific, predictable pattern with a clear rule for its $n^{th}$ term. The three main progressions in this chapter are A.P. (Arithmetic Progression), G.P. (Geometric Progression), and H.P. (Harmonic Progression). Each has a defining characteristic that determines all its terms.
Arithmetic Progression (A.P.)
An Arithmetic Progression is a sequence where the difference between any term and its preceding term is a constant value called the common difference, denoted $d$. Formally, if $t_n$ and $t_{n+1}$ are consecutive terms, then $d = t_{n+1} - t_n$ for all $n \geq 1$. The general form is: $a, a+d, a+2d, a+3d, \ldots$ where $a$ is the first term. Example: $5, 8, 11, 14, \ldots$ is an A.P. with $a = 5$ and $d = 3$.
Geometric Progression (G.P.)
A Geometric Progression is a sequence where the ratio of any term to its preceding term is a constant value called the common ratio, denoted $r$. Formally, if $t_n$ and $t_{n+1}$ are consecutive terms, then $r = \frac{t_{n+1}}{t_n}$ for all $n \geq 1$ and $t_n \neq 0$. The general form is: $a, ar, ar^2, ar^3, \ldots$ where $a$ is the first term. Example: $2, 6, 18, 54, \ldots$ is a G.P. with $a = 2$ and $r = 3$.
Harmonic Progression (H.P.)
A Harmonic Progression is a sequence whose reciprocals form an Arithmetic Progression. If $t_1, t_2, t_3, \ldots$ form an H.P., then $\frac{1}{t_1}, \frac{1}{t_2}, \frac{1}{t_3}, \ldots$ form an A.P. Example: $1, \frac{1}{2}, \frac{1}{3}, \frac{1}{4}, \ldots$ is an H.P. because the reciprocals $1, 2, 3, 4, \ldots$ form an A.P.
Arithmetic Mean (A.M.)
The Arithmetic Mean of two numbers $a$ and $b$ is the average of the two numbers, given by: $$A = \frac{a + b}{2}$$ Graphically, it is the middle value if $a, A, b$ are arranged in order. Example: The A.M. of 10 and 20 is $\frac{10 + 20}{2} = 15$.
Geometric Mean (G.M.)
The Geometric Mean of two positive numbers $a$ and $b$ is given by: $$G = \sqrt{ab}$$ If $a, G, b$ are in G.P., then $G$ is the geometric mean of $a$ and $b$. Example: The G.M. of 4 and 16 is $\sqrt{4 \times 16} = \sqrt{64} = 8$.
Harmonic Mean (H.M.)
The Harmonic Mean of two non-zero numbers $a$ and $b$ is given by: $$H = \frac{2ab}{a + b}$$ This is the reciprocal of the arithmetic mean of the reciprocals. Example: The H.M. of 4 and 12 is $\frac{2 \times 4 \times 12}{4 + 12} = \frac{96}{16} = 6$.
A.P. vs G.P.: The Complete Comparison
Arithmetic and Geometric progressions are the two most important progressions in NEB syllabus. Understanding their differences and when to use each formula is crucial for solving problems quickly and accurately.
Arithmetic Progression (A.P.)
$$Constant Difference: $d = t_{n+1} - t_n$$$
General Term: $t_n = a + (n-1)d$ where $a$ is first term, $d$ is common difference
Sum of n terms: $S_n = \frac{n}{2}[2a + (n-1)d]$ or $S_n = \frac{n}{2}(a + l)$ where $l$ is the last term
Pattern: Growth is linear (constant increment). Example: $3, 5, 7, 9, 11$ (add 2 each time)
Characteristic: Differences between consecutive terms are always the same
When to use: Modeling uniform growth, stadium seating in rows, simple interest (but compound interest uses G.P.)
VS
Geometric Progression (G.P.)
$$Constant Ratio: $r = \frac{t_{n+1}}{t_n}$$$
General Term: $t_n = ar^{n-1}$ where $a$ is first term, $r$ is common ratio
Sum of n terms: $S_n = \frac{a(r^n - 1)}{r - 1}$ if $r \neq 1$, or $S_n = na$ if $r = 1$
Sum to infinity: $S_{\infty} = \frac{a}{1-r}$ only when $|r| < 1$ (convergent)
Pattern: Growth is exponential (constant multiplication). Example: $2, 4, 8, 16, 32$ (multiply by 2 each time)
Characteristic: Ratios between consecutive terms are always the same
When to use: Modeling exponential growth/decay, compound interest, viral spread, radioactive decay, bouncing ball problems
Quick Decision Rule: If you're adding a constant each time → Use A.P. formulas. If you're multiplying by a constant each time → Use G.P. formulas. If you can see repeated multiplication by the same factor, it's definitely G.P.
Complete Formula Sheet
Arithmetic Progression - General Term
$$t_n = a + (n-1)d$$
Find any term if you know the first term $a$, common difference $d$, and position $n$. This formula is used in 80% of A.P. problems.
Arithmetic Progression - Sum of n Terms (Form 1)
$$S_n = \frac{n}{2}[2a + (n-1)d]$$
Use this form when you know the first term and common difference. It expands to include all terms efficiently.
Arithmetic Progression - Sum of n Terms (Form 2)
$$S_n = \frac{n}{2}(a + l)$$
Use this form when you know the first term $a$ and the last term $l$. It's often simpler if the last term is already calculated.
Geometric Progression - General Term
$$t_n = ar^{n-1}$$
Find any term if you know the first term $a$, common ratio $r$, and position $n$. Remember: the exponent is $(n-1)$, not $n$.
Geometric Progression - Sum of n Terms
$$S_n = \frac{a(r^n - 1)}{r - 1} \text{ (if } r \neq 1\text{)}$$
Calculate the sum of the first $n$ terms. The formula works for any $r$ except 1. If $r = 1$, all terms equal $a$, so $S_n = na$.
Geometric Progression - Sum to Infinity
$$S_{\infty} = \frac{a}{1-r} \text{ (only when } |r| < 1\text{)}$$
This critical formula only works if the absolute value of $r$ is less than 1 (convergent series). If $|r| \geq 1$, the series diverges and $S_{\infty}$ does not exist as a finite value.
Harmonic Progression - General Term
$$t_n = \frac{1}{a + (n-1)d}$$
For H.P., the reciprocals form an A.P. with first term $a$ and common difference $d$. To find the $n^{th}$ term of H.P., take the reciprocal of the $n^{th}$ term of the corresponding A.P.
Arithmetic Mean (A.M.) of Two Numbers
$$A = \frac{a + b}{2}$$
The A.M. is simply the average. If three numbers are in A.P., the middle one is the A.M. of the other two.
Geometric Mean (G.M.) of Two Numbers
$$G = \sqrt{ab}$$
Both $a$ and $b$ must be positive. If three positive numbers are in G.P., the middle one is the G.M. of the other two. Relationship: $G^2 = ab$
Harmonic Mean (H.M.) of Two Numbers
$$H = \frac{2ab}{a + b}$$
The H.M. is often used in problems involving rates and averages of reciprocals. Relationship: $\frac{1}{H} = \frac{1}{2}\left(\frac{1}{a} + \frac{1}{b}\right)$
Fundamental Relationship Between Means
$$A \times H = G^2$$
This beautiful relationship always holds for any two positive numbers $a$ and $b$. It shows that the arithmetic and harmonic means, when multiplied, give the square of the geometric mean.
Inequality Between Means (for unequal positive numbers)
$$A > G > H$$
For any two unequal positive numbers, the Arithmetic Mean is always greater than the Geometric Mean, which is always greater than the Harmonic Mean. Equality holds only when $a = b$.
Number of Arithmetic Means Between Two Numbers
$$d = \frac{b - a}{n + 1}$$
To insert $n$ arithmetic means between $a$ and $b$, calculate the common difference $d$. The complete A.P. becomes: $a, a+d, a+2d, \ldots, a+nd, b$ with $(n+2)$ total terms.
Number of Geometric Means Between Two Numbers
$$r = \left(\frac{b}{a}\right)^{\frac{1}{n+1}}$$
To insert $n$ geometric means between $a$ and $b$, calculate the common ratio $r$. Both $a$ and $b$ must have the same sign. The complete G.P. becomes: $a, ar, ar^2, \ldots, ar^n, b$ with $(n+2)$ total terms.
Problem-Solving Decision Tree
When you encounter a sequence or series problem, follow this decision tree to identify which formulas and techniques to use.
Is the sequence given or identified in the problem?
Yes
Look at the differences or ratios between consecutive terms to classify it.
No
Read carefully to understand what the problem is asking you to find.
Are the differences between consecutive terms constant?
Yes
It's an ARITHMETIC PROGRESSION (A.P.). Use formulas: $t_n = a + (n-1)d$ and $S_n = \frac{n}{2}[2a + (n-1)d]$
No
Check if the ratios are constant.
Are the ratios between consecutive terms constant?
Yes
It's a GEOMETRIC PROGRESSION (G.P.). Use formulas: $t_n = ar^{n-1}$ and $S_n = \frac{a(r^n-1)}{r-1}$
No
Could the reciprocals form an A.P.? (Check for H.P.)
Do the reciprocals of the terms form an A.P.?
Yes
It's a HARMONIC PROGRESSION (H.P.). Convert to A.P., solve, then convert back.
No
It may be a special sequence requiring problem-specific analysis.
Does the problem ask for a single term, sum of n terms, or sum to infinity?
Yes
For single term: Use $t_n = a + (n-1)d$ (A.P.) or $t_n = ar^{n-1}$ (G.P.)
No
For sum of n terms: Use $S_n$ formulas. For infinite sum (G.P. only): Check if $|r| < 1$, then use $S_{\infty} = \frac{a}{1-r}$
Is the problem about means (A.M., G.M., H.M.) or inserting means?
Yes
Calculate using: $A = \frac{a+b}{2}$, $G = \sqrt{ab}$, $H = \frac{2ab}{a+b}$. For inserting: Use $d = \frac{b-a}{n+1}$ (A.M.) or $r = (b/a)^{1/(n+1)}$ (G.M.)
No
Proceed to solve using the formulas identified above.
Top 8 Memory Tricks and Quick Methods
Trick: These shortcuts and mnemonics will save you valuable exam time and help prevent common calculation errors.
Steps to Remember:
- Trick 1 - 'Add vs Multiply' Identification: If the problem says 'increases by' or 'decreases by' a fixed amount → A.P. (use addition/subtraction). If it says 'multiplied by' or 'doubled' or 'tripled' → G.P. (use multiplication). If you see 'interest compounded' → G.P. (never A.P.!).
- Trick 2 - 'Quick A.M. Check': For A.P., if middle term is $b$ and outer terms are $a, c$, then $b = \frac{a+c}{2}$ is automatic. This also means $2b = a + c$. Use this to set up quick equations.
- Trick 3 - 'Three Terms Shortcut': When selecting 3 terms in A.P., always use $(p-d), p, (p+d)$ instead of $a, a+d, a+2d$. The reason: the $d$ cancels out when you add them, making calculations faster. Example: Sum of 3 terms in A.P. = $3p$ (so if sum = 15, then $p = 5$).
- Trick 4 - 'Three Terms G.P. Shortcut': When selecting 3 terms in G.P., always use $\frac{p}{r}, p, pr$ instead of $a, ar, ar^2$. Reason: multiplication/division simplifies. Example: Product of 3 terms = $p^3$ (so if product = 8, then $p = 2$).
- Trick 5 - 'A-G-H Alphabet Rule': The three means follow alphabetical order: $A > G > H$ (for unequal positive numbers). Alphabetically, A comes first (biggest value), G in middle, H last (smallest value). This helps you remember which is largest.
- Trick 6 - 'Magic Product Rule': Always remember $A \times H = G^2$. This is the golden relationship. If you know any two of A, G, H, you can find the third instantly. Example: If $A = 10, G = 8$, then $H = \frac{G^2}{A} = \frac{64}{10} = 6.4$.
- Trick 7 - 'Infinite Series Convergence': For $S_{\infty} = \frac{a}{1-r}$, the MOST CRITICAL step is checking $|r| < 1$. If $|r| \geq 1$, write 'diverges—sum does not exist' and move on. This single mistake costs marks on 30% of G.P. infinite series problems.
- Trick 8 - 'Decimal to Fraction': For repeating decimals like $0.\overline{23} = 0.232323\ldots$, use G.P. series: $0.23 + 0.0023 + 0.000023 + \ldots = \frac{0.23}{1-0.01} = \frac{0.23}{0.99} = \frac{23}{99}$. The pattern is: recurring block goes in numerator, and 9 repeats in denominator.
Mnemonic: Remember: 'A.P. = Add, G.P. = Grow, H.P. = Harmonize (by reciprocals)'. When in doubt, test with simple numbers (like 2, 4, 6 for A.P. or 2, 4, 8 for G.P.) to verify your formula choice.
Common Exam Mistakes and How to Avoid Them
These errors appear in 75% of incomplete student answers. Studying these prevents costly mark loss.
- Mistake 1 - Confusing $n$ and $t_n$: A student writes: 'The 5th term is 5.' This is vague! Clearly state: $n = 5$ (position) and $t_5 = $ [value]. For example, 'The 5th term is $t_5 = 21$' is correct. In A.P. $1, 4, 7, 10, 13, \ldots$, the 5th term is $t_5 = 13$, not 5.
- Mistake 2 - Forgetting $|r| < 1$ for Infinite Series: A student applies $S_{\infty} = \frac{a}{1-r}$ to the series $1 + 2 + 4 + 8 + \ldots$ (where $r = 2$). This series diverges! $S_{\infty}$ does NOT exist. The formula only works if $|r| < 1$. Always check this condition first. This error loses 2-3 marks.
- Mistake 3 - Wrong Sign in Common Difference: Given $2, 5, 8, 11$, a student calculates $d = 2 - 5 = -3$. Wrong! Common difference is $d = 5 - 2 = 3$ (subtract first term from second, not the other way). For a decreasing A.P. like $10, 7, 4, 1$, we get $d = 7 - 10 = -3$ (negative, which makes sense).
- Mistake 4 - Exponent Error in G.P.: Finding $t_5$ in G.P. with $a = 2, r = 3$, a student writes $t_5 = 2 \times 3^5 = 2 \times 243 = 486$. But the formula is $t_n = ar^{n-1}$, so $t_5 = 2 \times 3^{5-1} = 2 \times 3^4 = 162$. The exponent is $(n-1)$, not $n$. This is the #1 calculation error in G.P. problems.
- Mistake 5 - Misidentifying Progression Type: Given $2, 4, 6, 8$, a student writes 'G.P.' because the numbers are increasing. This is A.P. (constant difference $d = 2$). For G.P., the ratio must be constant. Here, $\frac{4}{2} = 2$ but $\frac{6}{4} = 1.5$ (not constant). Always check differences first, then ratios.
- Mistake 6 - Harmonic Progression Confusion: A student confuses H.P. terms with their reciprocals. Remember: If $1, \frac{1}{2}, \frac{1}{3}$ are in H.P., then the reciprocals $1, 2, 3$ form an A.P. To solve H.P. problems: (1) Take reciprocals, (2) Work in A.P., (3) Convert back to H.P. Skipping step 1 leads to wrong answers.
- Mistake 7 - Inserting Means Without Correct Formula: To insert 2 means between 3 and 12, a student guesses the middle numbers are 6 and 9 (halfway). Wrong! The correct method: $d = \frac{12-3}{2+1} = 3$, so the sequence is $3, 6, 9, 12$. The difference is constant at 3. If you had guessed, you'd miss the 'equal spacing' requirement.
- Mistake 8 - Mixing Sum Formulas: Using $S_n = \frac{n}{2}(a+l)$ for G.P. is wrong! This formula is ONLY for A.P. For G.P., use $S_n = \frac{a(r^n-1)}{r-1}$. If you're unsure, derive from first principles instead of guessing formulas. This error costs 3-4 marks on long-answer questions.
- Mistake 9 - Forgetting $r \neq 1$ Condition: A student applies $S_n = \frac{a(r^n-1)}{r-1}$ when $r = 1$. This gives division by zero! When $r = 1$, all terms are equal to $a$, so $S_n = n \times a$. Always check $r = 1$ separately before using the standard formula.
- Mistake 10 - G.M. for Negative Numbers: Finding G.M. of $-4$ and $-9$, a student writes $G = \sqrt{(-4)(-9)} = \sqrt{36} = 6$. But G.M. is typically defined for positive numbers only. For negative numbers, use absolute values: $G = \sqrt{|-4| \times |-9|} = \sqrt{36} = 6$. Or state 'G.M. is undefined for negative numbers' (check your curriculum).
Solved Examples (Easy → Medium → Hard)
1
Find the 10th term of the A.P.: $5, 8, 11, 14, \ldots$
Easy
2
Find the sum of the first 8 terms of the G.P.: $2, 4, 8, 16, \ldots$
Easy
3
Find the A.M., G.M., and H.M. of 6 and 24.
Easy
4
Find the sum to infinity of the series: $1 + \frac{1}{2} + \frac{1}{4} + \frac{1}{8} + \ldots$
Medium
5
Insert 3 arithmetic means between 2 and 14.
Medium
6
If three positive numbers are in G.P. and their product is 64, find the middle term.
Medium
7
Prove that if $a, b, c$ are in A.P., then $2b = a + c$.
Medium
8
Find the sum of the A.P.: $2 + 5 + 8 + 11 + \ldots$ up to 20 terms.
Hard
9
Convert the recurring decimal $0.\overline{27}$ into a fraction using G.P. series.
Hard
10
Three numbers in A.P. have a sum of 21 and a product of 280. Find the numbers.
Hard
11
Prove that $A.M. > G.M. > H.M.$ for two unequal positive numbers $a$ and $b$.
Hard
MCQ Practice (10 Questions)
Mixed Level — MCQ
1
What is the common difference of the A.P.: $-3, -1, 1, 3, \ldots$?
Correct!
Incorrect. Correct: $2$
2
Find the 5th term of the G.P. with first term $a = 2$ and common ratio $r = -2$.
Correct!
Incorrect. Correct: $-32$
3
If the A.M. of two numbers is 10 and their G.M. is 8, what is their H.M.?
Correct!
Incorrect. Correct: $6.4$
4
What is the sum to infinity of the series $1 + \frac{1}{3} + \frac{1}{9} + \frac{1}{27} + \ldots$?
Correct!
Incorrect. Correct: $\frac{3}{2}$
5
If the sum of the first $n$ terms of an A.P. is $S_n = 3n^2 + 2n$, what is the first term?
Correct!
Incorrect. Correct: $5$
6
Which of the following is a Harmonic Progression?
Correct!
Incorrect. Correct: $1, \frac{1}{2}, \frac{1}{3}, \frac{1}{4}$
7
What is the condition for an infinite G.P. series to have a finite sum?
Correct!
Incorrect. Correct: $|r| < 1$
8
How many terms are in the A.P.: $5, 10, 15, \ldots, 100$?
Correct!
Incorrect. Correct: $20$
9
If $a, b, c$ are in G.P., then which of the following is true?
Correct!
Incorrect. Correct: $b^2 = ac$
10
Convert $0.\overline{3}$ (repeating decimal) to a fraction.
Correct!
Incorrect. Correct: $\frac{1}{3}$
Short Answer Questions (10 Questions)
1
Find the sum of the first 10 terms of the A.P.: $3, 7, 11, 15, \ldots$
[2 marks]
2
If the 5th term of an A.P. is 18 and the 9th term is 34, find the common difference.
[2 marks]
3
Show that $2, 4, 8, 16$ is a Geometric Progression and find its common ratio.
[2 marks]
4
Find the G.M. between 9 and 25.
[2 marks]
5
Determine whether $0.5, 1, 2, 4, 8$ is a G.P. If yes, find the sum of 5 terms.
[3 marks]
6
The sum to infinity of a G.P. is 10 and the first term is 5. Find the common ratio.
[2 marks]
7
Insert one Arithmetic Mean between 7 and 15.
[2 marks]
8
If $a, b, c$ are in A.P., prove that $b = \frac{a+c}{2}$.
[3 marks]
9
Find $n$ if $t_n = 19$ in the A.P. $1, 4, 7, 10, \ldots$
[2 marks]
10
Verify that the H.M. of 6 and 12 satisfies $A \times H = G^2$.
[3 marks]
Long Answer Questions (5 Questions)
1
Three numbers are in A.P. If their sum is 24 and the sum of their squares is 200, find the three numbers.
[5 marks]
2
The first term of a G.P. is 3. If the sum of the first three terms is 13, find the common ratio and the sum to infinity (if it exists).
[6 marks]
3
Prove that for any two positive numbers $a$ and $b$, the relationship $A \cdot H = G^2$ holds, where $A$, $G$, $H$ are the Arithmetic, Geometric, and Harmonic Means respectively.
[5 marks]
4
A ball is dropped from a height of 10 meters. After each bounce, it rises to 80% of its previous height. What is the total vertical distance traveled by the ball until it comes to rest?
[6 marks]
5
If the sum of an A.P. is $S_n = 2n^2 + 3n$, find the $n^{th}$ term and the common difference.
[5 marks]
One-Page Revision Cheat Sheet
1
Arithmetic Progression (A.P.): $t_n = a + (n-1)d$ where $a$ = first term, $d$ = common difference. Sum: $S_n = \frac{n}{2}[2a + (n-1)d]$ or $S_n = \frac{n}{2}(a + l)$ where $l$ = last term.
2
Geometric Progression (G.P.): $t_n = ar^{n-1}$ where $a$ = first term, $r$ = common ratio. Sum: $S_n = \frac{a(r^n-1)}{r-1}$ (if $r \neq 1$). For infinite series: $S_{\infty} = \frac{a}{1-r}$ (only if $|r| < 1$).
3
Harmonic Progression (H.P.): Reciprocals form an A.P. To solve H.P. problems: convert to A.P., solve, convert back. General term: $t_n = \frac{1}{a + (n-1)d}$ where the reciprocals have first term $a$ and common difference $d$.
4
Three Means: $A = \frac{a+b}{2}$ (Arithmetic), $G = \sqrt{ab}$ (Geometric), $H = \frac{2ab}{a+b}$ (Harmonic).
5
Golden Relationship: $A \times H = G^2$ and $A > G > H$ (for unequal positive numbers).
6
Inserting Means: For $n$ A.M.s between $a$ and $b$: $d = \frac{b-a}{n+1}$. For $n$ G.M.s: $r = \left(\frac{b}{a}\right)^{\frac{1}{n+1}}$.
7
Convergence Condition: Infinite G.P. converges only if $|r| < 1$. If $|r| \geq 1$, the series diverges.
8
Common Shortcuts: For 3 terms in A.P. use $(p-d), p, (p+d)$ [sum = $3p$]. For 3 terms in G.P. use $\frac{p}{r}, p, pr$ [product = $p^3$].
9
Repeating Decimals: Convert to fraction using G.P. series. Example: $0.\overline{27} = \frac{27}{99} = \frac{3}{11}$.
10
CRITICAL CHECKS: (1) In A.P.: Does $d$ stay constant? (2) In G.P.: Does $r$ stay constant? (3) For $S_{\infty}$: Is $|r| < 1$? Missing one check loses 2-3 marks!