HomeTG InterStudy MaterialTS Inter 1st Year Maths 1A Solutions Chapter 2 Mathematical Induction Ex...

TS Inter 1st Year Maths 1A Solutions Chapter 2 Mathematical Induction Ex 2(a),TG Inter 1st Year Maths 1A Mathematical Induction Solutions Exercise 2(a)Using Mathematical Induction prove each of the following statement for all n ∈ N.

Manabadi

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

Answer:
Let S(n) be the given statement
12 + 22 + 32 + …………. + n2 = n(n+1)(2n+1)/6
Since 12 = 1(1+1)(2+1)/6
⇒ 1 = 1; the statement is true for n = 1
Suppose the statement is true for n = k then
(12 + 22 + 32 + ………….. + k2) + k(k+1)(2k+1)/6
We have to prove that the statement is true for n = k + 1 also then
(12 + 22 + 32 + …………… + k2) + (k + 1)2

∴ The statement is true for n = k + 1 also.
∴ By the principle of Finite Mathematical Induction S(n) is true for all n ∈ N.
i.e., 12 + 22 + 32 + ……….. + n2 = n(n+1)(2n+1)/6, ∀ n ∈ N

Question 2. 2.3 + 3.4 + 4.5 + ………………. upto n terms = n(n2+6n+11)/3 (March 13, May 06)

Answer:
Let S(n) be the statement.
The nth term of 2.3 + 3.4 + 4.5 + …………… is (n + 1) (n + 2)
∴ 2 . 3 + 3 . 4 + 4 . 5 + …………….. + (n + 1) (n + 2)
= n(n2+6n+11)/3
Now S(1) = 2 . 3 = 1(12+6+11)/3 = 6
∴ The statement is true for n = 1.
Suppose that the statement is true for n = k, then 2.3 + 3.4 + 4.5 + …………….. + (k + 1) (k + 2)
= k(k2+6k+11)/3
Adding (k + 1) th term of L.H.S both sides
S(k + 1) = 2.3 + 3.4 + 4.5 + ……………. + k (k + 1) (k + 2) + (k + 2) (k + 3)

∴ S(k + 1) = 1/3 (k + 1) [k2 + 2k + 1 + 6 (k + 1) + 11]
= 1/3 (k + 1) [(k + 1)2 + 6(k + 1) + 11]
∴ The statement is true for n = k + 1
So by the principle of Finite Mathematical Induction S(n) is true ∀ n ∈ N
∴ 2 . 3 + 3 . 4 + 4 . 5 + ……………. + (n + 1) (n + 2) = n(n2+6n+11)/3

📚 Top Question Papers & Study Materials
Get latest updates, guess papers and exam alerts instantly.
3,50,000+ Students Already Joined

Question 3. 1/1⋅3+1/3⋅5+1/5⋅7 + ……………. + 1/(2n−1)(2n+1) = n2n/+1 (May 2014)

Answer:
Let Sn be the statement
1/1⋅3+1/3⋅5+1/5⋅7 + ……………. + 1/(2n−1)(2n+1)
Then S(1) = 1/1⋅3=1/2(1)+1=1/3
∴ S(1) is true.
Suppose the statement is true for n = k, then
S(K) = 1/1⋅3+1/3⋅5+1/5⋅7+….+1(2k−1)(2k+1) = k/2k+1
We have to show that the statement is true for n = k + 1 also,

The statement S(n) is true for n = k + 1
∴ By the principle of Mathematical Induction S(n) is true for all n ∈ N.
∴ 1/1⋅3+1/3⋅5+1/5⋅7 + ……………. + 1/(2n−1)(2n+1) = n/2n+1

Question 4. 43 + 83 + 123 + ………… + upto n terms = 16n2 (n + 1)2

Answer:
4, 8, 12, are in A.P. and nth term of A.P. is = a + (n – 1) d
= 4 + (n – 1) 4 = 4n
Let S(n) be the statement
43 + 83 + 123 + ……………… + (4n)3 = 16n2 (n + 1)2
Let n = 1, then
S(1) = 43 = 16 (1 + 1)2 = 64
∴ The statement is true for n = 1 also.
Suppose the statement is true for n = k then
43 + 83 + 123+ ……………… + (4k)3 = 16k2 (k + 1)2
We have to prove that the result is true for n = k + 1 also. Adding (k + 1) th term
= [4 (k + 1)]3 = [4k + 4]3 both sides
43 + 83 + 123 + ……………….. + (4k)3 + (4k + 4)3
= 16k3 (k + 1)2 + [4 (k + 1)]3
= 16 (k + 1)2 [k2 + 4k + 4]
= 16 (k + 1)2 (k + 2)2
= 16 (k + 1)2 [(k + 1) + 1]2
Hence the result is true for n = k + 1.
∴ By the principle of Mathematical Induction S(n) is true ∀ n ∈ N.
∴ 43 + 83 + 123 + ……………….. + (4n)3 = 16n2 (n + 1)2

Question 5.
a + (a + d) + (a + 2d) + ……………… upto n terms = n/2 [2a + (n – 1) d]

Answer:
Let S(n) be the statement
a + (a + d) + (a + 2d) + + [a + (n – 1) d] = n/2 [2a + (n – 1) d]
Now S(1) is a = 1/2 [2a + 0 (d)] = a
∴ S(1) is true.
Assume that the statement is true for n = k
∴ S(k) = a + (a + d) + (a + 2d) + ……………….. + [a + (k – 1) d]
= k/2 [2a + (k – 1) d]
We have to prove that the statement is true for n = k + 1 also.
Adding a + kd both sides
a + (a + d) + ……………. + [a + (k – 1) d] + [a + kd]

∴ The statement is true for n = k + 1 also
∴ By the principle of Mathematical Induction.
S(n) is true for all n ∈ N
∴ a + (a + d) + (a + 2d) + + [a + (n – 1) d] = n/2 [2a + (n -1) d]

Question 6.
a + ar + ar2 + ………………… + n terms = a(rn−1)/r−1, r ≠ 1 (March 2011)

Answer:
Let S(n) be the statement
a + ar + ar2 + ………….. + arn – 1 = (rn−1)/r−1, r ≠ 1
Then S(1) = a = a(r1−1)/r−1 = a
∴ The result is true for n = 1
Suppose the statement is true for n = k then
a + ar + ar2 + …………… + ar = a(rk−1)/r−1, r ≠ 1
We have to prove that the result is true for n = k + 1 also.
Adding ark both sides
(a + ar + ar2 + ………….. + ark – 1 + ark)

∴ The statement is true for n = k + 1 also
∴ By the principle of Mathematical Induction p(n) is true for all n ∈ N
a + ar + ar2 + ………………… + n terms = a(rn−1)/r−1, r ≠ 1

Question 7.
2 + 7 + 12 + ………. + (5n – 3) = n(5n−1)/2

Answer:
Let S(n) be the statement
2 + 7 + 12 + ………. + (5n – 3) = n(5n−1)/2 = 1(5−1)/2 = 2,
Since S(1) = 2,
S(1) is true.
Suppose the statement is true for n k then
(2 + 7 + 12 + ………….. + (5k – 3) = k(5k−1)/2
We have to show that S(n) is true for n = k + 1 also.
Adding (k + 1)th term 5 (k + 1) – 3 = 5k + 2 both sides
[2 + 7 + 12 + ……. + 5k – 3)] + (5k + 2)

∴ S(n) is true for n = k + 1 also
∴ By the principal of Mathematical Induction
S(n) is true ∀ n ∈ N
∴ 2 + 7 + 12 + …………… + (5n – 3) = n(5n−1)/2.

Question 8.
(1 + 3/1)(1 + 5/4)(1 + 7/9)………(1 + 2n+1/n2) = (n + 1)2 (March 2015-A.P)


Answer:
Let Sn be the statement

∴ S(n) is true for n = 1
Suppose Sn is true for n = k then
(1 + 3/1)(1 + 5/4)(1 + 7/9)……(1 + 2k+1/k2)
= (k + 1)2 ………………. (1)
We have to prove that the statement is true for n = k + 1 also
(k + 1) th term is

= k2 + 4k + 4
= (k + 2)2
∴ S(n) is true for n = k + 1 also
∴ By the principal of Mathematical Induction S(n) is true for ∀ n ∈ N


Question 9.
(2n + 1) < (n + 3)2

Answer:
Let S(n) be the statement
When n = 1, then 9 < 16 ∴ S(n) is true for n = 1 Suppose S(n) is true for n = k then(2k + 7) < (k + 3)2 …………….. (1)
We have to prove that the result is true for n = k + 1
i.e., 2(k + 1) + 7 < (k + 4)2
∴ 2 (k + 1) + 7 = 2k + 2 + 7 = (2k + 7) + 2 < (k + 3)2 + 2 (From (1))
= k2 + 6k + 9 + 2
= k2 + 6k + 11 < (k2 + 6k + 11) + (2k + 5)
= k2 + 8k + 16
= (k + 4)2
∴ S(n) is true for n = k + 1 also
By principle of Mathematical Induction
S(n) is true ∀ n ∈ N


Question 10.
12 + 22 + ……………. + n2 > n3/3

Answer:
Let S(n) be the statement
When n = 1, then 1 > 1/3
∴ S(n) is true for n = 1
Assume S(n) to be true for n = k then
12 + 22 + ……………. + k2 > k3/3
We have to prove that the result is true for n = k + 1 also.

∴ S(n) is true for n = k + 1 also
∴ By principle of Mathematical Induction.
S(n) is true ∀ n ∈ N

Question 11.
4n – 3n – 1 is divisible by 9

Answer:
Let S(n) be the statement,
4n – 3n – 1 is divisible by 9
For n = 1, 4 – 3 – 1 = 0 is divisible by 9
∴ Statement S(n) is true for n = 1.
Suppose the statement S(n) is true for n = k
Then 4k – 3k – 1 is divisible by 9.
∴ 4k – 3k – 1 = 9t for t ∈ N ……………. (1)
We have to show that statement is true for n = k + 1 also.
From (1), 4k = 9t + 3k + 1
∴ 4k + 1 – 3 (k + 1) – 1 = 4 . 4k – 3 (k + 1) – 1
= 4 (9t + 3k + 1) – 3k – 3 – 1
= 4 (9t) + 9k
= 9 (4t + k) divisible by 9
(∵ 4t + k is an integer)
Hence, S(n) is true for n = k + 1 also.
∴ 4k + 1 – 3 (k + 1) – 1 is divisible by 9
∴ The statement is true for n = k + 1
∴ By the principle of Mathematical Induction.
S(n) is true for all n e K
∴ 4n – 3n – 1 is divisible by 9

Question 12.
3.52n + 1 + 23n + 1 is divisible by 17 (May 2012, 2008)

Answer:
Let Sn be the statement
3.52n + 1 + 23n + 1 is divisible by 17
S(1) is 3 . 52(1) + 1 + 23 (1) + 1
= 3 . 53 + 24 = 3 (125) + 16
= 375 + 16 = 391 is divisible by 17
Hence, S(n) is true for n = 1.
Suppose that the statement is true for n = k, then
3.52k + 1 + 23k + 1 is divisible by 17 and
3.52k + 1 + 23k + 1 = 17t for t ∈ N
then we have to show that the result is true for n = k + 1 also
Consider 3.52(k + 1) + 1 + 23(k + 1) + 1
= 3.52k + 1 . 52 + 23(k + 1) . 2
= (17t – 23k + 1) 52 + 23k + 3 . 2
= 17t (25) – 23k (50) + 23k (16)
= 17 t (25) + 23k (16 – 50)
= 17 t (25) – 34 23k
= 17 [25t – 23k + 1
25t – 23k + 1 is an integer.
∴ 3.52(k + 1) + 1 + 23 (k + 1) + 1 is divisible by 17.
∴ The statement S(n) is true for n = k + 1 also.
∴ By the principle of Mathematical induction S(n) is true for ∀n ∈ N
∴ 3.52n + 1 + 23n + 1 is divisible by 17

Question 13.
1.2.3 + 2.3.4 + 3.4.5 + ……………. upto n terms = n(n+1)(n+2)(n+3)/4. (March 2015-T.S) (Mar. 08)

Answer:
The nth term of the given series is n (n + 1) (n + 2) and let Sn be the statement.
1.2.3 + 2.3.4 + 3.4.5 + ……………. + n (n + 1) (n + 2)
= n(n+1)(n+2)(n+3)/4
For n = 1
S(1) = 1.2.3 = 6
= 1(1+1)(1+2)(1+3)/4
= 2(3)(4)/4 = 6
∴ S(n) is true for n = 1
Let S(n) is true for n = k then
1.2.3 + 2.3.4 + 3.4.5 + ……………. + k (k + 1) (k + 2)
= k(k+1)(k+2)(k+3)/4 …………….. (1)
We have to prove that the result is true for n = k + 1 also.
Adding (k + 1) th term, (k + 1) (k + 2) (k + 3) both sides we get
1.2.3 + 2.3.4 + 3.4.5 + ……………. + k(k + 1)(k + 2) + (k + 1) (k + 2) (k + 3)

∴ S(n) is true for n = k + 1 also.
Hence by the principle of Mathematical Induction.
S(n) is true for ∀n ∈ N
∴ 1.2.3 + 2.3.4 + 3.4.5 + ……………. + n (n + 1) (n + 2) = n(n+1)(n+2)(n+3)4

Question 14.
13/1 + 13+23/1+3 + 13+23+33/1+3+5 + ……………… upto n terms = n/24 (2n2 + 9n + 13). (Mar. 14, 04, 05)

Answer:
The nth term of the given series is

Question 15.
12 + (12 + 22) + (12 + 22 + 32) + ……………. upto n terms = n(n+1)2(n+2)/12. (March 2012)

Answer:
Let S(n) be the statement and
nth term of series is 12 + 22 + 32 + ……………… + n2
∴ S(n) = 12 + (12 + 22) + (12 + 22 + 32) + ……… + (12 + 22 + 32 + ………………. + n2)

∴ S(n) is true for n = 1.
Suppose S(n) is true for n = k then
12 + (12 + 22) + (12 + 22 + 32) + ……… + (12 + 22 + 32 + ………………. + k2) = k(k+1)2(k+2)/12
Now we have to prove that S(k + 1) is true.
So 12 + (12 + 22) + (12 + 22 + 32) + ……… + (12 + 22 + 32 + ………………. + k2) + (12 + 22 + 32 + ……………. + k2 + (k + 1)2

∴ The statement S(n) hold for n = k + 1 also
∴ By the principle of Mathematical Induction S(n)is true ∀n ∈ N.
∴ 12 + (12 + 22) + (12 + 22 + 32) + (12 + 22 + 32 + …………… + n2) = n(n+1)2(n+2)/12

IMPORTANT TOOLS

Latest News

TS SSC Supplementary Results 2026 OUT: Telangana 10th Result Name Wise at manabadi.co.in

TS SSC Supplementary Results 2026 Out Link-1 TS SSC Supplementary Results 2026 Out Link-2 TS SSC Supplementary Name-Wise Results 2026 The TS...

CBSE Class 10 Revaluation Result 2026: Check Scorecard at Official Website, Download Marksheet, Revaluation Process & Latest Updates at Manabadi.co.in

The Central Board of Secondary Education (CBSE) is expected to announce the CBSE Class 10 Revaluation Result 2026 shortly...

AP 10th Supply Results 2026 (Out): BSEAP Supplementary Result, AP SSC Check, Passing Marks at manabadi.co.in

AP EAMCET Results 2026-Click Here AP 10th Results Supply 2026 Out- Link 1AP 10th Supply Results 2026 Out - Link...

AP Inter 1st Year Supplementary Results 2026 (Out): BIEAP I Year Result at Manabadi.co.in

AP Inter 1st Year Supplementary Results 2026 Out AP Inter 2nd Year Supplementary Results 2026 Out AP Inter 2nd Year Vocational...

AP Inter 2nd Year Supplementary Results 2026 (Out): BIEAP II Yr Result at Manabadi.co.in

AP Inter 1st Year Supplementary Results 2026 Out AP Inter 2nd Year Supplementary Results 2026 Out AP Inter 2nd Year Vocational...

TS 10th Supplementary Hall Tickets 2026: Download BSE Telangana SSC Supply Hall Ticket at manabadi.co.in

Also Read Jac Counselling 2026 The TS 10th Supplementary Hall Tickets 2026 will be released soon by the Board of...

AP Inter Supplementary Hall Ticket 2026 Out: Download BIEAP Intermediate Supply Hall Tickets at Manabadi.co.in

Also Read Jac Counselling 2026 IPASE 2026 Halltickets Download Click Here The Andhra Pradesh Board of Intermediate Education (BIEAP) has been...

TS DOST Admission 2026: Telangana DOST Phase 1 Seat Allotment Out, Notification at manabadi.co.in

Also Read Jac Counselling 2026 TS DOST Phase 1 Seat Allotment Out DOST Phase - I Allotments have been Published The Telangana...

AP Intermediate Exam Postponed: AP Inter Advanced Supplementary 1st & 2nd Year Exam Dates at manabadi.co.in

Also Read Jac Counselling 2026 The Board of Intermediate Education Andhra Pradesh (BIEAP) has officially postponed the AP Intermediate Public...

TOSS SSC & Intermediate 2026 Results Out: TS Open School Result at manabadi.co.in

Also Read About Re Neet Admit Card 2026 Also Read Jac Counselling 2026 TOSS SSC 2026 Results Out TOSS & Intermediate 2026...