JEE Exam  >  JEE Notes  >  Mathematics (Maths) Main & Advanced  >  Introduction to Sequences and Series

Introduction to Sequences and Series - (Maths) for JEE Main & Advanced

Sequences

Sequences

Sequence - A sequence is an ordered list of numbers arranged according to a rule. Each number in the list is called a term of the sequence. A sequence is usually written as (a1, a2, a3, ...) or {an} where an denotes the nth term.

Example of a simple sequence: (1, 3, 5, 7, 9, 11, ...). This sequence consists of the odd natural numbers and continues indefinitely. If a sequence has infinitely many terms it is called an infinite sequence. If it stops at a last term, for example (1, 3, 5, 7, ..., 131), it is a finite sequence.

Notation and general term

We denote the nth term by an. A sequence is fully specified when a rule to compute an for every positive integer n is given, together with the index at which the sequence starts (commonly n = 1).

Fibonacci sequence

The Fibonacci sequence is a well-known example defined by fixed first two terms and a recurrence relation. The first two terms are

a1 = 1, a2 = 1.

Every term from the third onwards is the sum of the two preceding terms. Thus

an = an-1 + an-2, for n ≥ 3.

The sequence begins as (1, 1, 2, 3, 5, 8, 13, ...).

An explicit closed form (Binet's formula) for the nth Fibonacci number is

Fn = (φn - ψn) / √5, where φ = (1 + √5) / 2 and ψ = (1 - √5) / 2.

Other important properties of sequences

  • Monotonicity: a sequence is increasing if an+1 ≥ an for all n, and decreasing if an+1 ≤ an for all n.
  • Boundedness: a sequence is bounded above if there exists M such that an ≤ M for all n, and bounded below if there exists m such that an ≥ m for all n. If both hold, the sequence is bounded.
  • Limit and convergence: a sequence {an} has a limit L if the terms approach L as n → ∞; in that case the sequence is said to converge to L. If no finite limit exists, it diverges.

Types of Sequences

  • Arithmetic sequence (Arithmetic Progression, AP): The difference between consecutive terms is constant. This constant is called the common difference d. If the first term is a1, then the nthterm is

    an = a1 + (n - 1)d.

  • Geometric sequence (Geometric Progression, GP): Each term after the first is obtained by multiplying the previous term by a fixed non-zero number r, the common ratio. If a1is the first term, then

    an = a1 rn-1.

  • Quadratic sequence: A sequence in which the second differencebetween consecutive terms is constant. Such a sequence can be represented by a quadratic polynomial in n:

    an = An2 + Bn + C, and the constant second difference equals 2A.

  • Other types: There are many other sequences such as harmonic sequences (terms are reciprocals of an arithmetic sequence), exponential, factorial, and recurrence-defined sequences (like Fibonacci).

Series

A series is the sum of the terms of a sequence. If {an} is a sequence, the sum of the first n terms is the nth partial sum and is denoted by Sn:

Sn = a1 + a2 + ... + an = ∑k=1n ak.

An infinite series is the limit of the partial sums as n → ∞. If the limit exists (finite), the series converges; otherwise it diverges.

Important series and formulae

  • Sum of first n natural numbers:

    1 + 2 + ... + n = n(n + 1) / 2.

  • Sum of first n squares:

    12 + 22 + ... + n2 = n(n + 1)(2n + 1) / 6.

  • Sum of first n cubes:

    13 + 23 + ... + n3 = [n(n + 1) / 2]2.

  • Sum of an AP (first n terms):

    Sn = n/2 [2a1 + (n - 1)d] = n/2 [a1 + an].

  • Sum of a finite GP (r ≠ 1):

    Sn = a1 (1 - rn) / (1 - r).

  • Sum of an infinite GP (|r| < 1):

    S = a1 / (1 - r).

  • Harmonic series: 1 + 1/2 + 1/3 + 1/4 + ... is called the harmonic series and it diverges (its partial sums grow without bound).

Convergence tests (brief)

  • Geometric test: An infinite geometric series with |r| < 1 converges to a1 / (1 - r); if |r| ≥ 1 it diverges.
  • Comparison idea: Sometimes series are compared to known convergent or divergent series to decide convergence.
  • For an infinite series ∑ an to converge, a necessary condition is that an → 0 as n → ∞. If an does not tend to 0, the series diverges.

Worked examples

Question: Identify the sequence of the following function n (n+1)

4, 10, 18, 28...

4, 12, 18, 28...

2, 10, 18, 28...

4, 10, 18, 28...

Solution: 
We interpret the question as asking for the sequence produced by the function n(n + 1) when n = 1, 2, 3, ...
Compute values of n(n + 1):
For n = 1, n(n + 1) = 1 × 2 = 2.
For n = 2, n(n + 1) = 2 × 3 = 6.
For n = 3, n(n + 1) = 3 × 4 = 12.
For n = 4, n(n + 1) = 4 × 5 = 20.
Thus the sequence generated by n(n + 1) is (2, 6, 12, 20, ...). None of the option rows as written exactly match this sequence. If instead the intent was n(n + 3), then:
For n = 1, n(n + 3) = 1 × 4 = 4.
For n = 2, n(n + 3) = 2 × 5 = 10.
For n = 3, n(n + 3) = 3 × 6 = 18.
For n = 4, n(n + 3) = 4 × 7 = 28.
So the list (4, 10, 18, 28, ...) corresponds to the function n(n + 3), not to n(n + 1).

Question: Adding first 100 terms in a sequence is

A. term
B. series
C. constant
D. sequence

Solution: 
Adding (summing) the first 100 terms of a sequence produces the 100th partial sum, which is an example of a series (specifically the sum of the first 100 terms). Therefore the correct choice is B. series.

Additional examples for practise

Example 1: Find the nth term and the sum of the first n terms of the AP 5, 8, 11, 14, ...

First term a1 = 5 and common difference d = 3.

The nth term is

an = 5 + (n - 1) × 3 = 3n + 2.

The sum of the first n terms is

Sn = n/2 [2 × 5 + (n - 1) × 3] = n/2 (10 + 3n - 3) = n/2 (3n + 7).

Example 2: For the GP 2, 6, 18, 54, ... find the sum of the first 5 terms.

First term a1 = 2, common ratio r = 3. Sum of first 5 terms is

S5 = 2 (1 - 35) / (1 - 3) = 2 (1 - 243) / (-2) = 242.

Applications and remarks

  • Sequences and series appear in many applications: calculating interest and loan repayments (GP), modelling processes that grow linearly or exponentially, sums arising in combinatorics and probability, and analysis of algorithms.
  • Understanding convergence is essential for infinite series used in calculus, power series and mathematical analysis.
  • When working with sequences and series, always state the index range (where n starts) and check whether you are dealing with finite sums (series) or limits of partial sums (infinite series).

Summary - A sequence is an ordered list of terms defined by a rule; a series is the sum of terms of a sequence. Important types include arithmetic and geometric sequences, and special sequences such as the Fibonacci sequence. For series, formulas for sums of AP and GP and the idea of convergence are central. Practice computing nth terms and partial sums, and apply tests for convergence when dealing with infinite series.

The document Introduction to Sequences and Series is a part of the JEE Course Mathematics (Maths) for JEE Main & Advanced.
All you need of JEE at this link: JEE

FAQs on Introduction to Sequences and Series

1. What is a sequence?
Ans. A sequence is a list of numbers arranged in a specific order. Each number in the sequence is called a term, and the position of the term in the sequence is called its index. For example, the sequence 2, 4, 6, 8, 10 is an arithmetic sequence with a common difference of 2.
2. What is a series?
Ans. A series is the sum of the terms in a sequence. It is obtained by adding all the terms of a sequence. For example, the series for the arithmetic sequence 2, 4, 6, 8, 10 would be 2 + 4 + 6 + 8 + 10 = 30.
3. What is the difference between an arithmetic sequence and a geometric sequence?
Ans. In an arithmetic sequence, each term is obtained by adding a constant difference to the previous term. For example, the sequence 2, 4, 6, 8, 10 is an arithmetic sequence with a common difference of 2. On the other hand, in a geometric sequence, each term is obtained by multiplying the previous term by a constant ratio. For example, the sequence 2, 6, 18, 54, 162 is a geometric sequence with a common ratio of 3.
4. How can I find the nth term of an arithmetic sequence?
Ans. To find the nth term of an arithmetic sequence, you can use the formula: nth term = first term + (n-1) * common difference. The first term refers to the initial term of the sequence, n represents the position of the term in the sequence, and the common difference is the constant difference between each term.
5. Is there a formula to find the sum of a geometric series?
Ans. Yes, there is a formula to find the sum of a geometric series. The formula is: sum = (first term * (1 - common ratio^n)) / (1 - common ratio), where the first term is the initial term of the sequence, n represents the number of terms in the series, and the common ratio is the constant ratio between each term.
Explore Courses for JEE exam
Get EduRev Notes directly in your Google search
Related Searches
Free, ppt, pdf , shortcuts and tricks, Previous Year Questions with Solutions, Semester Notes, Objective type Questions, Introduction to Sequences and Series, Summary, MCQs, past year papers, Sample Paper, practice quizzes, Exam, Introduction to Sequences and Series, mock tests for examination, Extra Questions, Viva Questions, study material, video lectures, Introduction to Sequences and Series, Important questions;