Sums and patterns
This chapter delves into the fundamental concepts of sums and patterns, essential for a robust understanding of Algebra and Functions. It equips students with techniques for analyzing sequences, deriving sum formulas, and applying advanced summation methods crucial for problem-solving and subsequent mathematical studies. Mastery of these topics is critical for success in the CMI examinations.
---
Chapter Contents
|
| Topic |
|---|-------| | 1 | Pattern recognition in sequences | | 2 | Recursively defined sequences | | 3 | Sum formulas | | 4 | Telescoping sums |---
We begin with Pattern recognition in sequences.
Part 1: Pattern recognition in sequences
Pattern recognition in sequences
Overview
Pattern recognition in sequences is the first real skill in sequence problems. A formula is often not given directly; instead, you must detect structure from the terms. In CMI-style questions, the sequence may hide an arithmetic pattern, a geometric pattern, a polynomial pattern, an alternating sign, or a recursive rule. The goal is to identify the mechanism generating the sequence. ---Learning Objectives
After studying this topic, you will be able to:
- Recognise arithmetic, geometric, alternating, and recursive patterns.
- Use first differences, second differences, and ratios effectively.
- Detect hidden polynomial behaviour in sequences.
- Predict the next term or derive the th term from a pattern.
- Avoid overfitting a pattern from too few terms.
Core Idea
A sequence is an ordered list of numbers:
Pattern recognition means identifying the rule that connects:
- one term to the next, or
- the term number to the term , or
- blocks of terms to a known algebraic structure.
The most common patterns are:
- constant difference
- constant ratio
- alternating sign
- polynomial growth
- recursive dependence
- telescoping-type cancellation in related sums
Arithmetic Pattern
If consecutive terms differ by a constant , then the sequence is arithmetic:
Then
- has difference
- has difference
Geometric Pattern
If consecutive terms have a constant ratio , then the sequence is geometric:
Then
- has ratio
- has ratio
- arithmetic pattern constant difference
- geometric pattern constant ratio
Difference Method
For a sequence :
- first differences:
- second differences:
If first differences are constant, the sequence is linear in .
If second differences are constant, the sequence is quadratic in .
Polynomial Pattern Clues
The sequence
has first differences
So it is built by repeated addition of consecutive integers:
Alternating Pattern
If signs alternate, common factors include:
Examples:
When using or , always check whether the first term should be positive or negative.
Recursive Pattern
A sequence is recursive if each term is defined using previous terms.
Examples:
Recursive patterns are common in olympiad and entrance problems.
Look for:
- constant added each step
- constant multiplied each step
- a combination of both
- dependence on the previous two terms
Minimal Worked Examples
Example 1 Identify the pattern: First differences are Second differences are constant: So the sequence is quadratic in . Try Check:Pattern Building Strategy
When a sequence is given, inspect in this order:
- Is the difference constant?
- Is the ratio constant?
- Are the signs alternating?
- Are first or second differences structured?
- Does the sequence resemble squares, cubes, or triangular numbers?
- Could the rule depend recursively on previous terms?
Standard Reference Patterns
- natural numbers:
- odd numbers:
- even numbers:
- squares:
- cubes:
- triangular numbers:
- powers of :
- alternating powers:
Common Errors
- ❌ deciding a formula from only two or three terms without testing
- ❌ confusing arithmetic and geometric patterns
- ❌ ignoring alternating sign
- ❌ forgetting that quadratic patterns have constant second differences, not first differences
- ❌ writing when is needed
- ❌ assuming every pattern has a unique continuation without extra conditions
- test your formula on all known terms
- check differences and ratios
- look for known number patterns
- verify the starting index carefully
Practice Questions
:::question type="MCQ" question="The sequence is best described by which formula?" options=["","","",""] answer="B" hint="Compare the first few squares." solution="We have So the th term is Hence the correct option is ." ::: :::question type="NAT" question="If the sequence is , find the next term." answer="37" hint="Look at first differences." solution="The first differences are These are consecutive odd numbers, so the next difference is Hence the next term is Therefore the answer is ." ::: :::question type="MSQ" question="Which of the following sequences are geometric?" options=["","","",""] answer="A,B,D" hint="Check whether the ratio is constant." solution="1. Ratio is , so geometric.Summary
- Pattern recognition begins with checking differences, ratios, and signs.
- Constant first difference suggests a linear rule.
- Constant second difference suggests a quadratic rule.
- Alternating patterns usually involve powers of .
- Known patterns such as squares, cubes, and triangular numbers appear frequently.
- A good sequence rule must be tested against all known terms, not guessed from one clue.
---
Proceeding to Recursively defined sequences.
---
Part 2: Recursively defined sequences
Recursively Defined Sequences
Overview
A recursively defined sequence is one in which later terms are defined using earlier ones. In exam problems, the real skill is not just computing a few terms, but discovering the hidden structure: closed form, monotonicity, boundedness, periodicity, invariants, or a transformed recurrence that becomes easier. CMI-style questions often push beyond standard scalar recurrences and may involve recursive rules for vectors, functions, or algebraic expressions. ---Learning Objectives
After studying this topic, you will be able to:
- Compute terms from a recursive definition correctly.
- Recognize first-order, second-order, and nonlinear recurrences.
- Convert a recurrence into a simpler one using substitution, differences, ratios, or normalization.
- Prove formulas for recursively defined objects using induction.
- Handle non-standard recurrences involving vectors, functions, or multi-variable relations.
What Is a Recursive Definition?
A recursive definition specifies:
- one or more initial values, and
- a rule that generates later terms from earlier terms.
Example:
Here every new term depends on the previous term.
A recurrence relation alone is usually not enough to determine the sequence uniquely.
For example,
has many solutions:
The initial value fixes which sequence we get.
Basic Types of Recurrences
- First-order linear
- Homogeneous second-order
- Nonlinear
or
- Alternating / periodic type
- Recurrence on general objects
vectors, matrices, functions, polynomials
First Tool: Compute a Few Terms
In a recurrence problem, always compute the first few terms unless the pattern is already obvious.
This often reveals:
- periodicity,
- sign pattern,
- growth,
- telescoping structure,
- parity behavior,
- or a simple closed form.
First-Order Linear Recurrence
For
if , shift by the fixed point. Let
Then
So
Hence
Telescoping by Differences
If a recurrence is of the form
then sum both sides:
So
Multiplicative Recurrences
If
then
If is constant, this becomes a geometric sequence.
Second-Order Recurrences
For a linear homogeneous recurrence
try a solution of the form
Then
This gives the characteristic equation
- spotting a pattern,
- trying small cases,
- or transforming the recurrence.
Induction and Recursively Defined Sequences
If you guess a formula for , the usual proof method is induction.
To prove
show:
- it works for the initial value,
- if it works for , then the recurrence gives it for
Monotonicity and Boundedness
For recursive sequences, many exam problems ask whether the sequence is:
- increasing / decreasing,
- bounded above / bounded below,
- convergent
To show a sequence converges:
- prove it is monotone,
- prove it is bounded,
- then use monotone convergence intuition
Periodicity and Invariants
For recurrences that do not look solvable directly, search for:
- preserved quantity,
- parity pattern,
- periodic cycle,
- constant norm,
- alternating sign behavior,
- or reduction to a smaller state space
Recurrences Beyond Numbers
Not all recursive problems are about number sequences.
You may see:
- vectors:
- functions:
- sets, matrices, or polynomials
PYQ Insight 1: Recursive Functional Rule on
Suppose
for all positive integers .
This is not a standard sequence recurrence, but it is still recursive in a discrete sense. The key method is to substitute strategically:
- set to get a step-by-step relation for
- compare different expansions of
- guess polynomial behavior
- prove the exact form by induction or coefficient comparison
A natural candidate is a cubic polynomial, because the extra term
has total degree .
If we try
and substitute, we find that the relation forces
while remains free.
So the complete family is
for suitable integer-valued choice of if the codomain is .
This is a typical CMI pattern: a discrete functional recurrence that secretly forces a polynomial.
PYQ Insight 2: Vector Recurrence
For
the recurrence is nonlinear and vector-valued. Direct closed forms are not the point. Instead, the key tools are:
- geometric meaning of cross product,
- orthogonality:
is perpendicular to both and
- zero vector cases:
cross product becomes zero if two successive vectors become parallel
- finite-state or periodic behavior in special examples
So for such recurrences, the right method is not formula memorization, but structural reasoning.
Minimal Worked Examples
Example 1 Let Then So --- Example 2 Let Then This is the simplest geometric recurrence. ---Pattern Library
sum differences
geometric
shift by fixed point
try fixed points or substitution
compute terms, search for invariant or periodicity
CMI Strategy
- Write down the first few terms.
- Identify whether the recurrence is additive, multiplicative, linear, nonlinear, or structural.
- Try to simplify by subtraction, ratio, or change of variable.
- Guess the pattern only after enough evidence.
- Prove the guessed formula by induction.
- For unusual recurrences, search for invariants, symmetry, orthogonality, parity, or periodicity.
- Do not force a closed form if the problem is really about structure.
Common Mistakes
- ❌ Computing terms carelessly and building a wrong pattern
- ❌ Guessing a formula but not proving it
- ❌ Ignoring initial conditions
- ❌ Treating nonlinear recurrences like linear ones
- ❌ Missing the easiest substitution, such as in a functional recurrence
- ❌ Expanding everything when the recurrence hides a cleaner invariant
Practice Questions
:::question type="MCQ" question="Let and . Which formula gives ?" options=["","","",""] answer="A" hint="This is an arithmetic progression written recursively." solution="The recurrence adds each time, starting from . So Therefore the correct option is ." ::: :::question type="NAT" question="Let and . Find ." answer="18" hint="Compute the next two terms directly." solution="We compute: Then So Hence the answer is ." ::: :::question type="MSQ" question="Which of the following statements are true?" options=["A recursive definition needs initial value information","The recurrence determines a unique sequence without any starting value","If , then ","The recurrence always produces a periodic sequence"] answer="A,C,D" hint="Think about uniqueness and periodicity." solution="1. True. Initial data are needed to specify the sequence uniquely.Summary
- A recursive sequence needs both a rule and initial data.
- Many recurrences are solved by transforming them into simpler forms.
- Differences, ratios, and fixed-point shifts are standard tools.
- Pattern guessing is useful, but proof usually requires induction.
- Not every recurrence wants a closed form; some want invariants or structure.
- CMI-style recurrences may involve numbers, vectors, or functions on integers.
---
Proceeding to Sum formulas.
---
Part 3: Sum formulas
Sum formulas
Overview
Many sequence and series problems become simple once the right sum formula is recognised. In CMI-style questions, direct addition is often too slow; instead, the pattern of the terms must be converted into a known formula or a telescoping structure. This topic focuses on the standard finite sums that appear repeatedly in algebra and pre-calculus. ---Learning Objectives
After studying this topic, you will be able to:
- use standard formulas for sums of natural numbers, squares, and cubes
- find sums of arithmetic and geometric progressions
- recognise telescoping and related cancellations
- rewrite a complicated sum into standard pieces
- solve medium-level exam problems without term-by-term expansion
Sigma Notation
The expression
means
It is a compact way to write finite sums.
For constants and sequences :
Standard Sum Formulas
- Sum of first natural numbers:
- Sum of first squares:
- Sum of first cubes:
The sum of the first cubes equals the square of the sum of the first natural numbers:
Arithmetic Progression Sum
If an arithmetic progression has first term , common difference , and terms, then
Equivalently, if the last term is , then
Geometric Progression Sum
If a geometric progression has first term and common ratio , then
Equivalently,
- use when
- use when or signs look cleaner
Telescoping Sums
A sum telescopes when most intermediate terms cancel after expansion.
Example:
expands as
Everything cancels except the first and last terms.
So the sum is
Breaking Sums into Pieces
Many sums can be rewritten using standard formulas.
Examples:
Whenever you see a polynomial in inside a summation, break it into separate sums of:
- constants
Minimal Worked Examples
Example 1 Find Using the formula, So the sum is . --- Example 2 Find This is a GP with So Hence the sum is . --- Example 3 Find This is telescoping, so ---Common Pattern Sums
- first odd numbers:
- first even numbers:
- AP sum:
- GP sum:
Common Errors
- ❌ using the GP formula for an AP
- ❌ forgetting the number of terms
- ❌ applying the GP formula when
- ❌ expanding a telescoping sum but not cancelling correctly
- ❌ forgetting that , not
- ❌ using the wrong upper limit in sigma notation
- identify the type of sum first
- compute the number of terms carefully
- rewrite the sum into standard pieces
- check whether cancellation is available
CMI Strategy
- Identify whether the sum is arithmetic, geometric, polynomial, or telescoping.
- Rewrite the summand into standard components.
- Use the right closed formula.
- For sums with fractions, check for telescoping.
- Keep the number of terms under control.
- In harder problems, combine pattern recognition with algebraic decomposition.
Practice Questions
:::question type="MCQ" question="The value of is" options=["","","",""] answer="C" hint="Use the formula for sum of first natural numbers." solution="Using for , we get Hence the correct option is ." ::: :::question type="NAT" question="Find the value of ." answer="55" hint="Use the sum of squares formula." solution="Using for , we get Hence the answer is ." ::: :::question type="MSQ" question="Which of the following statements are true?" options=["","","",""] answer="A,B,C" hint="Compare with standard formulas." solution="1. True.Summary
- Learn the standard formulas for sums of , , , and .
- Identify whether a sum is arithmetic, geometric, or telescoping.
- Break complicated sums into standard pieces.
- Always track the number of terms carefully.
- Telescoping can reduce a long sum to just two surviving terms.
- Good sum-solving is mostly pattern recognition plus the right formula.
---
Proceeding to Telescoping sums.
---
Part 4: Telescoping sums
Telescoping Sums
Overview
Telescoping sums are sums in which most intermediate terms cancel after expansion, leaving only a few boundary terms. This idea appears in algebraic simplification, sequence problems, partial fractions, inequalities, and recurrence-based expressions. In CMI-style questions, the main skill is not brute-force addition, but recognizing a hidden cancellation pattern. ---Learning Objectives
After studying this topic, you will be able to:
- identify telescoping structure in finite sums
- rewrite terms into cancellation-friendly form
- evaluate sums using boundary terms instead of full expansion
- use partial fractions to create telescoping patterns
- handle shifted-index and difference-form sums carefully
Core Idea
A sum is called telescoping if, after writing out a few terms, many consecutive terms cancel and only a small number of initial and final terms remain.
A standard form is
Expanding gives
Now everything in the middle cancels, so
If each term contains two nearby sequence terms with opposite signs, look for telescoping.
Fundamental Telescoping Form
For any sequence ,
More generally, for integers ,
Common Algebraic Patterns
If a sum can be rewritten as
then
A very common telescoping identity is
So
More generally,
for nonzero .
This often creates partial telescoping.
Why Partial Fractions Matter
Many telescoping sums do not look telescoping at first. They become telescoping only after partial fraction decomposition.
Typical example:
So the real skill is:
- factor the denominator
- decompose into simple fractions
- check for cancellation across consecutive indices
Standard Examples
Example 1 Evaluate Expanding, Everything cancels except the first and last terms, so --- Example 2 Evaluate Use So $\qquad \sum_{k=1}^{n}\frac{1}{k(k+1)} =\sum_{k=1}^{n}\left(\frac{1}{k}-\frac{1}{k+1}\right) =\frac{n}{n+1}$ --- Example 3 Evaluate Expand first terms: Everything cancels except So ---Telescoping with Shifted Indices
Expressions like
do not fully telescope in the same simple way, but they still simplify after writing initial terms carefully.
Example:
The surviving terms are usually the last shifted terms minus the first unshifted terms.
When the shift is larger than , do not jump to a formula too quickly. Write the first few and last few terms explicitly.
Product-to-Difference Patterns
Many sums telescope after using identities such as:
- after rationalization in reverse
Finite vs Infinite View
In school-level and entrance problems, telescoping is usually used for finite sums.
For infinite sums, first find the finite partial sum , then study the limit:
This is valid only when the limit exists.
Boundary-Term Thinking
A telescoping sum is usually determined by:
- the first surviving term
- the last surviving term
So after cancellation, do not look at the middle. Look at the boundaries.
Common Traps
- ❌ expanding a long sum without first checking for cancellation pattern
- ❌ using partial fractions incorrectly
- ❌ missing index shifts like instead of
- ❌ forgetting boundary terms after cancellation
- ❌ assuming every rational sum telescopes
- ❌ cancelling terms that are not actually consecutive matches
Recognition Guide
Look for terms of these forms:
- after partial fractions
- consecutive numerator-denominator patterns suggesting cancellation
CMI Strategy
- first ask whether the term can be written as a difference
- if the term is rational, try partial fractions
- write the first three and last three terms before doing anything long
- identify what survives after cancellation
- keep the final answer in boundary-term form as long as possible
- only simplify at the very end
Practice Questions
:::question type="MCQ" question="Which of the following sums telescopes directly?" options=["","","",""] answer="B" hint="Look for consecutive cancellation." solution="A telescoping sum has terms that cancel across consecutive indices. The expression expands as and all middle terms cancel. Hence the correct option is ." ::: :::question type="NAT" question="Find the value of ." answer="" hint="Use partial fractions." solution="We use Therefore, $\qquad \sum_{k=1}^{n}\dfrac{1}{k(k+1)} =\sum_{k=1}^{n}\left(\dfrac{1}{k}-\dfrac{1}{k+1}\right)$ This becomes All middle terms cancel, leaving Hence the answer is ." ::: :::question type="MSQ" question="Which of the following identities are useful for creating telescoping sums?" options=["","","",""] answer="A,B,C,D" hint="Telescoping can come from many difference forms." solution="1. True. This is the standard reciprocal telescoping identity.- cancels
- cancels
- cancels
- and so on
Summary
- telescoping sums are controlled by cancellation, not by direct addition
- the standard form is
- partial fractions often reveal hidden telescoping structure
- after cancellation, only boundary terms usually survive
- writing the first few and last few terms is often the fastest reliable method
- index shifts and boundary terms must be handled carefully
---
Chapter Summary
Pattern Recognition: Skillfully identify arithmetic, geometric, quadratic, and other complex patterns from given sequence terms.
Sequence Definitions: Formulate both explicit and recursive definitions for various types of sequences.
Standard Sum Formulas: Apply established formulas for arithmetic series, geometric series, and sums of powers (, , ).
Telescoping Sums: Master the technique of telescoping sums, where intermediate terms cancel, to simplify complex series.
Recurrence Relations: Understand how to derive and solve sums for sequences defined by linear recurrence relations.
Strategic Decomposition: Employ strategic decomposition of terms to facilitate summation or reveal underlying patterns effectively.
---
Chapter Review Questions
:::question type="MCQ" question="A sequence is defined by . What is the sum of the first 5 terms of this sequence?" options=["50","60","70","80"] answer="70" hint="Calculate the first few terms or use sum formulas for and ." solution="The terms are . Their sum is . Alternatively, .
"
:::
:::question type="NAT" question="A sequence is defined by and for . What is the value of ?" answer="17" hint="Calculate the terms iteratively starting from ." solution=". . . .
"
:::
:::question type="MCQ" question="Evaluate the sum ." options=["","","","1"] answer="" hint="Use partial fraction decomposition to rewrite as a difference of two terms, then observe the cancellation." solution="The term can be decomposed as .
The sum becomes:
This is a telescoping sum where all intermediate terms cancel out.
The sum simplifies to .
"
:::
:::question type="NAT" question="Find the positive integer such that ." answer="10" hint="Recognize the sum of the first odd integers or use the arithmetic series sum formula." solution="The sum represents the sum of the first odd integers. The sum of the first odd integers is .
Therefore, .
Since is a positive integer, .
Alternatively, this is an arithmetic series with and common difference . The sum .
Setting , we get .
"
:::
---
What's Next?
The foundational understanding of sequences and sums established in this chapter is indispensable for several advanced topics. It provides essential tools for solving recurrence relations and analyzing polynomial behavior in Algebra, and offers a discrete perspective that will prove invaluable when transitioning to continuous functions and infinite series in Calculus.