Class 11 Maths NCERT Solutions Chapter 8 Ex 8.1 – Sequences and Series | Boundless Maths
Ex 8.1 Class 11 Maths NCERT Solutions · Chapter 8

Class 11 Maths NCERT Solutions Chapter 8 Ex 8.1 – Sequences and Series

Free, step-by-step Class 11 Maths NCERT Solutions for Chapter 8 Ex 8.1 — all 14 questions solved, covering sequences defined by a direct formula for the nth term and sequences built from a recurrence relation, including the Fibonacci sequence.

Questions 1–10 all give the nth term directly, so finding any term is just substitution — the only care needed is with signs, fractions and powers. Questions 11–14 switch to recurrence relations, where each term depends on the one(s) before it, so the terms must be built up in order starting from the given first value(s). This second style is exactly how the Fibonacci sequence in Question 14 is generated.

14Questions
Easy–HardDifficulty Mix
2026-27CBSE Syllabus

Class 11 Maths NCERT Solutions Chapter 8 Ex 8.1 — All 14 Questions

1

Write the first five terms of the sequence whose nth term is a_n=n(n+2).

Easy +
Solution

Substituting n=1,2,3,4,5 into a_n=n(n+2):

a_1=1(3)=3 \quad a_2=2(4)=8 \quad a_3=3(5)=15 \quad a_4=4(6)=24 \quad a_5=5(7)=35

First five terms: 3, 8, 15, 24, 35
2

Write the first five terms of the sequence whose nth term is a_n=\dfrac{n}{n+1}.

Easy +
Solution

Substituting n=1,2,3,4,5 into a_n=\dfrac{n}{n+1}:

a_1=\dfrac{1}{2} \quad a_2=\dfrac{2}{3} \quad a_3=\dfrac{3}{4} \quad a_4=\dfrac{4}{5} \quad a_5=\dfrac{5}{6}

First five terms: 1/2, 2/3, 3/4, 4/5, 5/6
3

Write the first five terms of the sequence whose nth term is a_n=2^n.

Easy +
Solution

Substituting n=1,2,3,4,5 into a_n=2^n:

a_1=2 \quad a_2=4 \quad a_3=8 \quad a_4=16 \quad a_5=32

First five terms: 2, 4, 8, 16, 32
4

Write the first five terms of the sequence whose nth term is a_n=\dfrac{2n-3}{6}.

Easy +
Solution

Substituting n=1,2,3,4,5 into a_n=\dfrac{2n-3}{6}:

a_1=\dfrac{-1}{6} \quad a_2=\dfrac{1}{6} \quad a_3=\dfrac{3}{6}=\dfrac{1}{2} \quad a_4=\dfrac{5}{6} \quad a_5=\dfrac{7}{6}

First five terms: −1/6, 1/6, 1/2, 5/6, 7/6
5

Write the first five terms of the sequence whose nth term is a_n=(-1)^{n-1}5^{n+1}.

Medium +
Solution

Substituting n=1,2,3,4,5 into a_n=(-1)^{n-1}5^{n+1}, keeping careful track of the alternating sign:

a_1=(-1)^{0}5^{2}=25 \qquad a_2=(-1)^{1}5^{3}=-125

a_3=(-1)^{2}5^{4}=625 \qquad a_4=(-1)^{3}5^{5}=-3125 \qquad a_5=(-1)^{4}5^{6}=15625

First five terms: 25, −125, 625, −3125, 15625
6

Write the first five terms of the sequence whose nth term is a_n=n\cdot\dfrac{n^2+5}{4}.

Medium +
Solution

Substituting n=1,2,3,4,5 into a_n=n\cdot\dfrac{n^2+5}{4}:

a_1=1\cdot\dfrac{6}{4}=\dfrac{3}{2} \qquad a_2=2\cdot\dfrac{9}{4}=\dfrac{9}{2} \qquad a_3=3\cdot\dfrac{14}{4}=\dfrac{21}{2}

a_4=4\cdot\dfrac{21}{4}=21 \qquad a_5=5\cdot\dfrac{30}{4}=\dfrac{75}{2}

First five terms: 3/2, 9/2, 21/2, 21, 75/2
7

Find the indicated terms of the sequence whose nth term is a_n=4n-3: a_{17},\ a_{24}.

Easy +
Solution

Substituting n=17 and n=24 into a_n=4n-3:

a_{17}=4(17)-3=68-3=65

a_{24}=4(24)-3=96-3=93

a17 = 65, a24 = 93
8

Find the indicated term of the sequence whose nth term is a_n=\dfrac{n^2}{2^n}: a_7.

Easy +
Solution

Substituting n=7 into a_n=\dfrac{n^2}{2^n}:

a_7=\dfrac{7^2}{2^7}=\dfrac{49}{128}

a7 = 49/128
9

Find the indicated term of the sequence whose nth term is a_n=(-1)^{n-1}n^3: a_9.

Easy +
Solution

Substituting n=9 into a_n=(-1)^{n-1}n^3. Since n-1=8 is even, (-1)^{8}=1:

a_9=(-1)^{8}(9)^3=1\times729=729

a9 = 729
10

Find the indicated term of the sequence whose nth term is a_n=\dfrac{n(n-2)}{n+3}: a_{20}.

Medium +
Solution

Substituting n=20 into a_n=\dfrac{n(n-2)}{n+3}:

a_{20}=\dfrac{20(20-2)}{20+3}=\dfrac{20\times18}{23}=\dfrac{360}{23}

a20 = 360/23
11

Write the first five terms of the sequence and obtain the corresponding series: a_1=3,\ a_n=3a_{n-1}+2 for all n>1.

Medium +
Solution

Building each term from the one before it, starting at a_1=3:

a_1=3

a_2=3a_1+2=3(3)+2=11

a_3=3a_2+2=3(11)+2=35

a_4=3a_3+2=3(35)+2=107

a_5=3a_4+2=3(107)+2=323

First five terms: 3, 11, 35, 107, 323. Corresponding series: 3 + 11 + 35 + 107 + 323 + ...
12

Write the first five terms of the sequence and obtain the corresponding series: a_1=-1,\ a_n=\dfrac{a_{n-1}}{n}, n\ge2.

Medium +
Solution

Building each term from the one before it, starting at a_1=-1:

a_1=-1

a_2=\dfrac{a_1}{2}=\dfrac{-1}{2}

a_3=\dfrac{a_2}{3}=\dfrac{-1/2}{3}=\dfrac{-1}{6}

a_4=\dfrac{a_3}{4}=\dfrac{-1/6}{4}=\dfrac{-1}{24}

a_5=\dfrac{a_4}{5}=\dfrac{-1/24}{5}=\dfrac{-1}{120}

First five terms: −1, −1/2, −1/6, −1/24, −1/120. Corresponding series: −1 − 1/2 − 1/6 − 1/24 − 1/120 − ...
13

Write the first five terms of the sequence and obtain the corresponding series: a_1=a_2=2,\ a_n=a_{n-1}-1, n>2.

Medium +
Solution

The first two terms are given directly, and each later term is 1 less than the one before it:

a_1=2 \qquad a_2=2

a_3=a_2-1=2-1=1

a_4=a_3-1=1-1=0

a_5=a_4-1=0-1=-1

First five terms: 2, 2, 1, 0, −1. Corresponding series: 2 + 2 + 1 + 0 + (−1) + ...
14

The Fibonacci sequence is defined by 1=a_1=a_2 and a_n=a_{n-1}+a_{n-2}, n>2. Find \dfrac{a_{n+1}}{a_n}, for n=1,2,3,4,5.

Hard +
Solution

First, generating enough Fibonacci terms using a_1=a_2=1 and a_n=a_{n-1}+a_{n-2}:

a_1=1,\ a_2=1,\ a_3=2,\ a_4=3,\ a_5=5,\ a_6=8,\ a_7=13

Now computing \dfrac{a_{n+1}}{a_n} for each value of n from 1 to 5:

n=1:\ \dfrac{a_2}{a_1}=\dfrac{1}{1}=1 \qquad n=2:\ \dfrac{a_3}{a_2}=\dfrac{2}{1}=2 \qquad n=3:\ \dfrac{a_4}{a_3}=\dfrac{3}{2}

n=4:\ \dfrac{a_5}{a_4}=\dfrac{5}{3} \qquad n=5:\ \dfrac{a_6}{a_5}=\dfrac{8}{5}

The ratios, for n = 1, 2, 3, 4, 5, are: 1, 2, 3/2, 5/3, 8/5

Revising before a test?

Every definition and property from this chapter — sequences, series, geometric progressions, and the A.M.–G.M. relationship — on one printable formula sheet.

Get Formula Cards →
Common Questions

Class 11 Maths NCERT Solutions Chapter 8 Ex 8.1 — FAQs

How many questions are there in Exercise 8.1?
Exercise 8.1 has 14 questions. Questions 1 to 6 ask for the first five terms of a sequence given a formula for the nth term, Questions 7 to 10 ask for specific indicated terms, and Questions 11 to 14 build sequences from recurrence relations, including the Fibonacci sequence.
What is the difference between a sequence defined by a formula and one defined by a recurrence relation?
A sequence defined by a formula gives the nth term directly in terms of n, so any term can be found by simple substitution. A sequence defined by a recurrence relation gives each term in terms of the term(s) immediately before it, along with one or more starting values, so earlier terms must be computed first before a later term can be found.
Where can I find the official NCERT textbook for this chapter?
Sequences and Series is Chapter 8 of the NCERT Class 11 Mathematics textbook, published by the National Council of Educational Research and Training (NCERT) and prescribed by CBSE. You can download the official textbook PDF directly from ncert.nic.in, NCERT's official website — the solutions on this page follow the exercise exactly as it appears there.

Carry the formulas with you

One-page printable formula deck for every unit, including Sequences and Series.

Get Formula Cards →
Expert CBSE Coaching · Class 9–12