NCERT Solutions for Class 11 Maths Chapter 4 - Mathematical Induction

Exercise 4.1

Prove the following by using the principle of mathematical induction for all n ∈ N:

$$\textbf{1. 1 + 3 + 3}^\textbf{2}\textbf{ + … + 3}^\textbf{n – 1}=\frac{\textbf{3}^{\textbf{n}}\textbf{-1}}{\textbf{2}}.$$

$$\textbf{Sol.}\space\text{Let P(n) : 1 + 3 + 3}^{2}+ ... +3^{n-1}=\frac{3^{n}-1}{2}\\\text{ for n = 1, } $$

we get

$$\text{P(1)}:\frac{3^1-1}{2}=\frac{3-1}{2}=\frac{2}{2}=1;$$

P(1) statement is true

For consider that P(n) statement is true for n = k,

$$\text{P(k) : 1 + 3 + 3}^{2} + ... +3^{k-1}=\frac{3^{k}-1}{2}\space\text{...(i)}$$

For now, let us prove that P(n) will also true for
n = k + 1,

P(k + 1) : 1 + 3 + 32 + … + 3k – 1 + 3k + 1 – 1

= 1 + 3 + 32 + … + 3k – 1 + 3k

$$=\frac{3^{k}-1}{2} + 3^{k}\space[\text{by (i)}]$$

Taking L.C.M.

$$=\frac{3^{k} + 2×3^{k}-1}{2}\\=\frac{3(3^{k})-1}{2}\\=\frac{3^{k+1}-1}{2}$$

∴ P(k + 1) is true, when P(k) is true.

Hence, from the principle of mathematical induction, the statement P(n) is true ∀ n ∈ N.

$$\textbf{2. 1}^{\textbf{3}} \textbf{+ 2}^\textbf{3} + \textbf{3}^{\textbf{3}}\textbf{ + … + n}^\textbf{3} =\bigg[\frac{\textbf{n(n+1)}}{\textbf{2}}\bigg]^{\textbf{2}}\\\textbf{Sol.}\space\text{Let P(n) : 1}^3 + 2^3 + 3^3 + … + n^3=\\\bigg[\frac{n(n+1)}{1}\bigg]^{2}$$

for  n = 1, we get

$$\text{P(1)}:\bigg[\frac{1(1+1)}{2}\bigg]^{2}=\bigg[\frac{1×2}{2}\bigg]^{2}$$

= 12 = 1 = 13;

P(1) statement is true for n = 1.

For consider that P(n) statement is true for n = k,

$$\text{P(k)}:1^{3} + 2^{3} + 3^{3} +...+ k^{3}\\=\bigg[\frac{k(k+1)}{2}\bigg]^{2}\space...(i)$$

For now, we’ll prove that P(n) statement is also
true for n = k + 1

P(k + 1) : 13 + 23 + … + k3 + (k + 1)3

$$=\bigg[\frac{k(k+1)}{2}\bigg]^{2} + (k+1)^{3}$$

[by equation (i)]

$$=\frac{k^{2}(k+1)^{2}}{4}+(k+1)^{3}\\=\frac{k^{2}(k+1)^{2} + 4(k+1)^{3}}{4}\\=\frac{(k+1)^{2}(k^{2} + 4k +4)}{4}\\=\frac{(k+1)^{2}(k+2)^{2}}{4}$$

{∵ (a + b)2 = a2 + b2 + 2ab}

$$=\frac{(k+1)^{2}[(k+1)+1]^{2}}{4}\\=\bigg[\frac{(k+1)[(k+1)+1]}{2}\bigg]^{2}$$

∴ P(k + 1) is true, when P(k) is true.

Hence, from the principle of mathematical induction, the statement P(n) is true ∀ n ∈ N.

$$\textbf{3. 1+}\frac{\textbf{1}}{\textbf{(1+2)}}+ \frac{\textbf{1}}{\textbf{(1+2+3)}}\textbf{+...}\\\textbf{+}\frac{\textbf{1}}{\textbf{(1+2+...+n)}}\textbf{=}\frac{\textbf{2n}}{\textbf{(n+1)}}.\\\textbf{Sol.}\space\text{Let P(n) : 1}+\frac{1}{1+2}+...\\+\frac{1}{1+2+...+n}=\frac{2n}{n+1}$$

for n = 1, we get

$$\text{P(1)}=\frac{2}{1+1}=\frac{2}{2}=1;$$

P(1) statement is true.

For consider that P(n) statement is true for n = k

$$\text{P(k)}:1+\frac{1}{1+2}+...+\frac{1}{1+2+...+K}\\=\frac{2k}{k+1}$$

$$\Rarr\space1+\frac{1}{1+2}+...+\frac{1}{\frac{k(k+1)}{2}}\\=\frac{2k}{k+1}\\\bigg(\because\space 1+2+...+n=\frac{n(n+1)}{2}\bigg)\\\Rarr\space1+\frac{1}{1+2}+...+\frac{2}{k(k+1)}\\=\frac{2k}{k+1}\space\text{...(i)}$$

For now, we ’ll show that P(n) is also true for n = k + 1,

$$\text{P(k+1)}: 1+\frac{1}{1+2}+...+\frac{2}{k(k+1)}\\+\frac{2}{(k+1)(k+2)}\\=\frac{2k}{k+1}+\frac{2}{(k+1)(k+2)}\\\text{[\text{by (i)}]}\\=\frac{2k(k+2)+2}{(k+1)(k+2)}\\=\frac{(2k^{2}+4k)+2}{(k+1)(k+2)}\\=\frac{2(k^{2}+2k+1)}{(k+1)(k+2)}$$

Further simplification,

$$=\frac{2(k+1)^{2}}{(k+1)(k+2)}$$

{∵ (a + b)2 = a2 + b2 + 2ab}

$$=\frac{2(k+1)}{(k+2)}$$

At last, we get

$$=\frac{2(k+1)}{(k+1)+1}$$

∴ P(k + 1) is true; when P(k) is true.

Hence, from the principle of mathematical induction, the statement P(n) is true ∀ ∈ N.

4. 1.2.3 + 2.3.4 + … + n(n + 1) (n + 2)

$$=\frac{\textbf{n(n+1)(n+2)(n+3)}}{\textbf{4}}.$$

Sol. Let P(n) : 1.2.3 + … + n(n + 1) (n + 2)=

$$=\frac{n(n+1)(n+2)(n+3)}{4}.$$

for n = 1, we get

$$\text{P(1)}:\space=\frac{1(1+1)(1+2)(1+3)}{4}\\=\frac{1×2×3×4}{4}$$

= 1.2.3; P(1) statement is true.

For consider that P(n) statement is true for n = k,

P(k) : 1.2.3 + 2.3.4 + … + k(k + 1) (k + 2)

$$=\frac{k(k+1)(k+2)(k+3)}{4}\space\text{...(i)}$$

For now, let us prove that P(n) is also true for n = k + 1,

P(k + 1) : 1.2.3 + 2.3.4 + … + k(k + 1) (k + 2) + (k + 1) (k + 2) (k + 3)

$$=\frac{k(k+1)(k+2)(k+3)}{4}+\text{(k+1)(k+2)(k+3)}$$

[by equation (i)]

Taking L.C.M.

$$=\\\frac{k(k+1)(k+2)(k+3)+4(k+1)(k+2)(k+3)}{4}$$

Further calculation

$$=\frac{(k+1)(k+2)(k+3)(k+4)}{4}\\=\frac{(k+1)[(k+1)+1][(k+1)+2][(k+1)+3]}{4}$$

∴ P(k + 1) is true, when P(k) is true.

Hence, from the principle of mathmatical induction, the statement P(n) is true, ∀ n ∈ N

5. 1.3 + 2.32 + 3.33 + … + n.3n

$$\textbf{=}\frac{\textbf{(2n-1)3}^\textbf{{n+1}}\textbf{+3}}{\textbf{4}}.$$

Sol. Let P(n) : 1.3 + 2.32 + … + n.3n =

$$\frac{(2n-1)3^{n+1}+3}{4}$$

for n = 1, we get

$$\text{P(1):}\space\frac{[2(1)-1]3^{1+1}+3}{4}\\=\frac{(2-1)3^{2}+3}{4}\\=\frac{3^{2}+3}{4}=\frac{9+3}{4}\\=\frac{12}{4}=3=1.3;$$

P(1) statement is true.

For consider that P(n) statement is true for n = k,

P(k) : 1.3 + 2.32 + … + k.3k

$$=\frac{(2k-1)3^{k+1}+3}{4}\space\text{...(i)}$$

For now, we’ll prove that P(n) is also true for
n = k + 1,

P(k + 1) : 1.3 + 2.32 + … + k.3k + (k + 1).3k + 1

$$=\frac{(2k-1)3^{k+1}+3}{4}+(k+1)3^{k+1}\\\space\text{[by (i)]}$$

Taking L.C.M.

$$=\frac{(2k-1)3^{k+1}+3+4(k+1)3^{k+1}}{4}$$

Further calculation

$$=\frac{3^{k+1}(2k-1+4k+4)+3}{4}\\=\frac{3^{k+1}(6k+3)+3}{4}\\=\frac{3^{k+1}.3(2k+1)+3}{4}\\=\frac{3^{(k+1) +1}.(2k+2-1)+3}{4}$$

Atlast, we get

$$=\frac{3^{(k+1)+1}[2(k+1)-1]+3}{4}$$

∴ P(k + 1) is true when P(k) is true.

Hence, from the principle of mathematical induction, the statement P(n) is true ∀ n ∈ N.

6. 1.2 + 2.3 + 3.4 + … + n(n + 1) =

$$\bigg[\frac{\textbf{n(n+1)(n+2)}}{\textbf{3}}\bigg].$$

Sol. Let P(n) : 1.2 + 2.3 + … + n(n + 1) =

$$\frac{n(n+1)(n+2)}{3}$$

for n = 1, we get

$$\text{P(1)}:\frac{1(1+1)(1+2)}{3}\\=\frac{1×2×3}{3}=1.2;$$

P(1) statement is true.

For consider that P(n) statement is true for n = k

P(k) : 1.2 + 2.3 + … + k(k + 1) =

$$\frac{k(k+1)(k+2)}{3}\text{...(i)}$$

For now, let us show P(n) will also be true for
n = k + 1,

P(k + 1) : 1.2 + 2.3 + … + k(k + 1) + (k + 1) (k + 2)

$$=\frac{k(k+1)(k+2)}{3}+(k+1)(k+2)$$

[by (i)]

Taking L.C.M

$$=\frac{k(k+1)(k+2)+3(k+1)(k+2)}{3}$$

Further calculation, we get

$$=\frac{(k+1)(k+2)(k+3)}{3}\\=\frac{(k+1)[(k+1)+1][(k+1)+2]}{3}$$

∴ P(k + 1) is true when P(k) is true.

Hence, from the mathematical induction, the statement P(n) is true ∀ n ∈ N.

7. 1.3 + 3.5 + 5.7 + … + (2n – 1) (2n + 1)

$$=\frac{\textbf{n}(\textbf{4n}^{\textbf{2}}+\textbf{6n - 1})}{\textbf{3}}.$$

for n = 1, we get

$$\text{P(1):}\frac{1[4(1)^{2} + 6(1)-1]}{3}\\=\frac{4.1+6-1}{3}=\frac{9}{3}=3$$

= 1.3; P(1) statement is true.

For now, consider P(n) will be true for n = k,

P(k) : 1.3 + 3.5 + … + (2k – 1) (2k + 1)

$$=\frac{k(4k^{2}+6k-1)}{3}\space\text{...(i)}$$

Now, let us prove that P(n) will also true for n = k + 1.

P(k + 1) : 1.3 + 3.5 + … + (2k – 1) (2k + 1) + [2(k + 1) – 1)] [2(k + 1) + 1]

$$=\frac{k(4k^{2}+6k-1)}{3}\\+[2k+2-1][2k+2+1]$$

[by using equation (i)]

$$=\frac{k(4k^{2}+6k-1)}{3}\\+(2k+1)+(2k+3)$$

On further calculation

$$=\frac{k(4k^{2}+6k-1)+3(4k^{2}+6k+2k+3)}{3}\\=\frac{4k^{3}+6k^{2}-k+12k^{2}+24k+9}{3}\\=\frac{4k^{3}+18k^{2}+23k+9}{3}$$

by using remainder theorem

$$=\frac{(k+1)(4k^{2}+14k+9)}{3}\\=\frac{(k+1)[4k^{2}+8k+4+6k+5]}{3}\\=\frac{(k+1)[4(k^{2}+2k+1)+6k+6-1]}{3}\\=\frac{(k+1)[4(k+1)^{2}+6(k+1)-1]}{3}$$

∴ P(k + 1) is true, when P(k) is true.

Hence, from the principle of mathematical induction, the statement P(n) is true ∀ n ∈ N.

8. 1.2 + 2.22 + 3.23 + … + n.2n = (n – 1) 2n + 1 + 2.

Sol. Let P(n) : 1.2 + 2.22 + 3.23 + … + n.2n = (n – 1)2n + 1 + 2

for n = 1, we get

P(1) : (1 – 1)21 + 1 + 2 = 0.22 + 2 = 2;

P(1) is statement is true.

For so, let us prove P(n) statement is true for
n = k,

P(k) : 1.2 + 2.22 + 3.23 + … + k.2k = (k – 1)2k + 1 + 2 …(i)

For n = k + 1, considering P(n) is also true.

P(k + 1) : 1.2 + 2.22 + 3.23 + … + k.2k + (k + 1)2k + 1 = (k – 1)2k + 1 + 2 + (k + 1)2k + 1

[by equation (i)]

Taking the common terms out

= 2k + 1 (k – 1 + k + 1) + 2

so, we get

= 2k + 1.2k + 2

= 2(k + 1) + 1.k + 2

= [(k + 1) – 1]2(k + 1) + 1 + 2

∴ P(k + 1) is true, when P(k) is true.

Hence, from the principle of mathematical induction, the statement P(n) is true ∀ n ∈ N.

$$\textbf{9.}\space\frac{\textbf{1}}{\textbf{2}}+\frac{\textbf{1}}{\textbf{4}}+\frac{\textbf{1}}{\textbf{8}}+...+\frac{\textbf{1}}{\textbf{2}^{\textbf{n}}}\\\textbf{1}-\frac{\textbf{1}}{\textbf{2}^{\textbf{n}}}.\\\textbf{Sol.}\space\text{Let P(n):}\space\frac{1}{2}+\frac{1}{4}+\frac{1}{8}+...+\frac{1}{2^{n}}\\1-\frac{1}{2^{n}}$$

for n = 1, we get

$$\text{P(1):}1-\frac{1}{2^{1}}\\1-\frac{1}{2}=\frac{1}{2};$$

P(1) statement is true.

For now, consider that P(n) statement is true for n = k,

$$\text{P(k)}=\frac{1}{2}+\frac{1}{4}+\frac{1}{8}+...+\frac{1}{2^{k}}\\1-\frac{1}{2^{k}}\space\text{...(i)}$$

For so let us prove that P(n) is also true for n = k + 1,

$$\text{P(k+1) \space:}\space\frac{1}{2}+\frac{1}{4}+\frac{1}{8}+...+\frac{1}{2^{k}}+\frac{1}{2^{k+1}}$$

$$=1-\frac{1}{2^{k}}+\frac{1}{2^{k+1}}$$

[by (i)]

We can write it as

$$=1-\frac{1}{2^{k}}+\frac{1}{2^{k}.2}$$

Taking the common terms but

$$=1-\frac{1}{2^{k}}\bigg(1-\frac{1}{2}\bigg)$$

so we get

$$=1-\frac{1}{2^{k}}.\frac{1}{2}\\=1-\frac{1}{2^{k+1}}$$

∴ P(k + 1) is true, when P(k) is true.
 
Hence, from the principle of mathematical induction, the statement P(n) is true ∀ n ∈ N.

$$\textbf{10.}\space\frac{\textbf{1}}{\textbf{2.5}}+\frac{\textbf{1}}{\textbf{5.8}}+\frac{\textbf{1}}{\textbf{8.11}}\textbf{+...+}\frac{\textbf{1}}{\textbf{(3n-1)(3n+2)}}$$

$$\textbf{=}\space\frac{\textbf{n}}{\textbf{6n+4}}.\\\textbf{Sol.}\\\space\text{Let}\space\frac{1}{2.5}+\frac{1}{5.8}+\frac{1}{8.11}+...+\frac{1}{(3n-1)(3n+2)}\\=\frac{n}{6n+4}$$

for n = 1, we get

$$\text{P(1):}\space\frac{1}{6+4}=\frac{1}{10}\\=\frac{1}{2.5};\text{P(1) is statement is true.}$$

For consider P(n) statement is true for n = k

$$\text{P(k)}:\frac{1}{2.5}+\frac{1}{5.8}+...+\frac{1}{(3k-1)(3k+2)}\\=\frac{k}{6k+4}$$

For now, let us prove that P(n) is also true for n = k + 1

$$\text{P(k+1)\space:}\space\frac{1}{2.5}+\frac{1}{5.8}+...+\frac{1}{(3k-1)(3k-2)}\\+\frac{1}{[3(k+1)-1][3(k+1)+2]}\\=\frac{k}{6k+4}+\frac{1}{(3k+2)(3k+5)}$$

[by equation (i)]

By simplification of terms

$$=\frac{k}{2(3k+3)}+\frac{1}{(3k+2)(3k+5)}$$

Taking L.C.M.

$$=\frac{k(3k+5)+2}{2(3k+2)(3k+5)}$$

Further calculation

$$=\frac{3k^{2}+5k+2}{2(3k+2)(3k+5)}\\=\frac{3k^{2}+3k+2k+2}{2(3k+2)(3k+5)}\\=\frac{3k(k+1)+2(k+1)}{2(3k+2)(3k+5)}\\=\frac{(3k+2)(k+1)}{2(3k+2)(3k+5)}\\\text{so, we get}\\=\frac{k+1}{2(3k+5)}\\=\frac{k+1}{6k+10}=\frac{k+1}{6k+6+4}\\=\frac{k+1}{6(k+1)+4}$$

∴ P(k + 1) is true, when P(k) is true.

Hence, from the principle of mathematical induction, the statement P(n) is true ∀ n ∈ N.

$$\textbf{11.}\space\frac{\textbf{1}}{\textbf{1.2.3}}+\frac{\textbf{1}}{\textbf{2.3.4}}+\frac{\textbf{1}}{\textbf{3.4.5}}...+\frac{\textbf{1}}{\textbf{n(n+1)(n+2)}}\\=\frac{\textbf{n(n+3)}}{\textbf{4(n+1)(n+2)}}$$

Sol. 

$$\text{Let}\frac{1}{1.2.3}+\frac{1}{2.3.4}+...+\frac{1}{n(n+1)(n+2)}\\=\frac{n(n+3)}{4(n+1)(n+2)}$$

For n = 1, we get

$$\text{P(1):}\frac{1(1+3)}{4(1+1)(1+2)}\\=\frac{1×4}{4×2×3}=\frac{1}{2×3}$$

P(1) statement is true.

For consider P(n) statement is true for n = k.

$$\text{P(k):}\frac{1}{1.2.3}+\frac{1}{2.3.4}+...+\frac{1}{k(k+1)(k+2)}\\=\frac{k(k+3)}{4(k+1)(k+2)}\space\text{...(i)}\\\text{For new, let us prove that P(n) is}\\\text{P(k+1):}\frac{1}{1.2.3}+\frac{1}{2.3.4}+...+\\\frac{1}{k(k+1)(k+2)}\\+\frac{1}{(k+1)[(k+1)+1][(k+1)+2]}\\=\frac{k(k+3)}{4(k+1)(k+2)}+\frac{1}{(k+1)(k+2)(k+3)}$$

[by equation (i)]

Taking L.C.M.

$$=\frac{k(k+3)^{2}+4}{4(k+1)(k+2)(k+3)}$$

Further calculation

$$=\frac{k(k^{2}+6k+9)}{4(k+1)(k+2)(k+3)}\\=\frac{k^{3}+6k^{2}+9k+4}{4(k+1)(k+2)(k+3)}$$

Factorise numerator by remainder theorem, we
get

$$=\frac{(k+1)(k^{2}+5k+4)}{4(k+1)(k+2)(k+3)}\\\text{Factorization}\\=\frac{k^{2}+4k+k+4}{4(k+2)(k+3)}\\=\frac{k(k+4)+1(k+4)}{4(k+2)(k+3)}\\=\frac{(k+1)(k+4)}{4(k+2)(k+3)}\\=\frac{(k+1)[(k+1)+3]}{4[(k+1)+1][(k+1)+2]}$$

∴ P(k + 1) is true, when P(k) is true.

Hence, from the principle of mathematical induction, the statement is true ∀ n ∈ N.

$$\textbf{12. a + ar + ar}^\textbf{2} \textbf{+ … + ar}^\textbf{n – 1}=\frac{\textbf{a(r}^{\textbf{n}}\textbf{-1})}{\textbf{r-1}}.$$

Sol.

$$\text{Let P(n) : a + ar + ar}^{2}+...+\text{ar}^{n-1}\\=\frac{a(r^{n}-1)}{r-1}$$

for n = 1, we get

$$\text{P(1)}:\frac{a(r-1)}{r-1}\\=\frac{a(r-1)}{r-1}=a;\text{(P) statement is true.}$$

for now, consider that P(n) statement is true for n = k,

$$\text{P(k) : a + ar + ar}^{2}+...+ar^{k-1}\\=\frac{a(r^{k}-1)}{r-1}\space\text{...(i)}$$

For P(n) will also be true for n = k + 1,

P(k + 1) : a + ar + ar2 + … + ark – 1 + ar(k + 1) – 1

$$=\frac{a(r^{k}-1)}{r-1}+ar^{k}$$

Taking L.C.M.

$$=\frac{a(r^{k}-1)+ar^{k}(r-1)}{r-1}\\=\frac{a(r^{k}-1)+ar^{k+1}-ar^{k}}{r-1}$$

∴ P(k + 1) is true, when P(k) is true.

Hence, from the principle of mathematical induction, the statement P(n) is true ∀ n ∈ N.

$$\textbf{13.}\bigg(\textbf{1+}\frac{\textbf{3}}{\textbf{1}}\bigg)\bigg(\textbf{1+}\frac{\textbf{5}}{\textbf{4}}\bigg)\bigg(\textbf{1+}\frac{\textbf{7}}{\textbf{9}}\bigg)\\...\bigg(\textbf{1+}\frac{\textbf{2n+1}}{\textbf{n}^{\textbf{2}}}\bigg)=\textbf{(n+1)}^{\textbf{2}}.$$

$$\textbf{Sol.}\space\text{Let P(n):}\bigg(1+\frac{3}{1}\bigg)\bigg(1+\frac{5}{4}\bigg)\bigg(1+\frac{7}{9}\bigg)\\...\bigg(1+\frac{2n+1}{n^{2}}\bigg)=(n+1)^{2}$$

for n = 1, we get

$$\text{P(1) : (1 + 1)}^2 = 2^2 = 4 =\bigg(1+\frac{3}{1}\bigg);\\\text{P(1) statement is true.}$$

for consider P(n) statement is true for n = k,

$$\text{P(k):}\bigg(1+\frac{3}{1}\bigg)\bigg(1+\frac{5}{4}\bigg)\\...\bigg(1+\frac{2k+1}{k^{2}}\bigg)=(k+1)^{2}\text{...(i)}$$

for now, P(n) will also be true for n = k + 1,

$$\text{P(k+1)=}\bigg(1+\frac{3}{1}\bigg)\bigg(1+\frac{5}{4}\bigg)\bigg(1+\frac{7}{9}\bigg)\\...\bigg(1+\frac{2k+1}{k^{2}}\bigg)$$

$$\text{P(k+1)=}\bigg(1+\frac{3}{1}\bigg)\bigg(1+\frac{5}{4}\bigg)\bigg(1+\frac{7}{9}\bigg)\\...\bigg(1+\frac{2k+1}{k^{2}}\bigg)\bigg(1+\frac{2(k+1)+1}{(k+1)^{2}}\bigg)\\=(k+1)^{2}\bigg(1+\frac{2k+3}{(k+1)^{2}}\bigg)$$

[by (i)]

Taking L.C.M.

$$=(k+1)^{2}\bigg[\frac{(k+1)^{2}+2k+3}{(k+1)^{2}}\bigg]$$

so, we get

= (k + 1)2 + 2k + 3

By further calculation

= k2 + 1 + 2k + 2k + 3

= k2 + 4k + 4 = (k + 2)2

= [(k + 1) + 1]2

∴ P(k + 1) is true, when P(k) is true.

Hence, from the principle of mathematical induction, the statement P(n) is true ∀ n ∈ N.

$$\textbf{14.}\bigg(\textbf{1}+\frac{\textbf{1}}{\textbf{1}}\bigg)\bigg(\textbf{1}+\frac{\textbf{1}}{\textbf{2}}\bigg)\bigg(\textbf{1}+\frac{\textbf{1}}{\textbf{3}}\bigg)\\...\bigg(\textbf{1}+\frac{\textbf{1}}{\textbf{n}}\bigg)=\textbf{(n+1).}$$

$$\textbf{Sol.}\space\text{P(n):}\bigg(1+\frac{1}{1}\bigg)\bigg(1+\frac{1}{2}\bigg)\bigg(1+\frac{1}{3}\bigg)\\...\bigg(1+\frac{1}{n}\bigg)=\text{(n+1).}$$

for n = 1, we get

$$\text{P(1) : 1 + 1 =}1+\frac{1}{1};\\\text{P(1) statement is true.}$$

for consider that P(n) statement is true for n = k,

$$\text{P(k) : }\bigg(1+\frac{1}{1}\bigg)\bigg(1+\frac{1}{2}\bigg)\\...\bigg(1+\frac{1}{k}\bigg)=(k+1)\space...(i)$$

for now, P(n) is also true for n = k + 1,

$$\text{P(k+1):}\bigg(1+\frac{1}{1}\bigg)\bigg(1+\frac{1}{2}\bigg)\\...\bigg(1+\frac{1}{k}\bigg)\bigg(1+\frac{1}{k+1}\bigg)\\=\text{(k+1)}\bigg(1+\frac{1}{k+1}\bigg)$$

[by equation (i)]

Taking L.C.M.

$$=(k+1)\bigg(\frac{k+1+1}{k+1}\bigg)\\=(k+1)\bigg(\frac{k+2}{k+1}\bigg)$$

By further calculation

= k + 2

= (k + 1) + 1

∴ P(k + 1) is true, when P(k) is true.

Hence, from the principle of mathematical induction, the statement P(n) is true ∀ n ∈ N.

$$\textbf{15. 1}^\textbf{2} + \textbf{3}^\textbf{2} + \textbf{5}^\textbf{2} \textbf{+ … +} \textbf{(2n – 1)}^\textbf{2}\\ =\frac{\text{\textbf{n(2n-1)(2n+1)}}}{\textbf{3}}.$$

Sol. Let P(n) : 12 + 32 + 52 + … + (2n – 1)2  

$$=\frac{n(2n-1)(2n+1)}{3}$$

for n = 1, we get

$$\text{P(1) :}\space\frac{1(2×1-1)(2×1+1)}{3}\\=\frac{1×1×3}{3}=1×1=1^{2};\\\text{P(1) statement is true.}$$

for consider, P(n) statement is true for n = k,

P(k) = 12 + 32 + … + (2k – 1)2

$$=\frac{k(2k-1)(2k+1)}{3}\space\text{...(i)}$$

for now, let us prove that P(n) will be true for
n = k + 1,

P(k + 1) = 12 + 32 + 52 + … + (2k – 1)2 + [2(k + 1) – 1]

$$=\frac{k(2k-1)(2k+1)}{3}+[2k+1]^{2}$$

{by using equation (i)}

Taking L.C.M.

$$=\frac{k(2k-1)(2k+1)+3(2k+1)^{2}}{3}$$

Taking the common terms out

$$=\frac{(2k+1)[k(2k-1)+3(2k+1)]}{3}$$

By further simplication

$$=\frac{(2k+1)(2k^{2}-k+6k+3)}{3}\\\text{so, we get}\\=\frac{(2k+1)(2k^{2}+5k+3)}{3}\\=\frac{(2k+1)(2k^{2}+2k+3k+3)}{3}\\=\frac{(2k+1)[2k(k+1)+3(k+1)]}{3}$$

splitting the terms

$$=\frac{(2k+1)(k+1)(2k+3)}{3}\\\text{Now, we get}\\=\frac{(k+1)(2k+2-1)(2k+2+1)}{3}\\=\frac{(k+1)[2(k+1)-1][2(k+1)+1]}{3}$$

∴ P(k + 1) is true, when, P(k) is true.

Hence, from the principle of mathematical induction, the statement P(n) is true ∀ n ∈ N.

$$\textbf{16.}\space\frac{\textbf{1}}{\textbf{1.4}}+\frac{\textbf{1}}{\textbf{1.6}}+\frac{\textbf{1}}{\textbf{7.10}}\textbf{+...+}\frac{\textbf{1}}{\textbf{(3n-2)(3n+1)}}\\=\frac{\textbf{n}}{\textbf{3n+1}}.$$

$$\textbf{Sol.}\space\text{Let P(n):\space}\frac{1}{1.4}+\frac{1}{4.7}+\frac{1}{7.10}+...\\\ +\frac{1}{(3n-2)(3n+1)}=\frac{n}{3n+1}.$$

for n = 1, we get

$$\text{P(1)\space:\space}\frac{1}{3×1+1}=\frac{1}{4}=\frac{1}{1.4};\\\text{P(1) statement is true.}$$

for consider P(n) statement is true for n = k,

$$\text{P(k)}\space:\space\frac{1}{1.4}+\frac{1}{4.7}+\frac{1}{7.10}+...\\+\frac{1}{(3k-2)(3k+1)}=\frac{k}{3k+1}\space\text{...(i)}$$

For now, let us prove P(n) is also true for n = k + 1,

$$\text{P(k+1)\space:\space}\frac{1}{1.4}+\frac{1}{4.7}+...\\+\frac{1}{(3k-2)(3k+1)}+\frac{1}{[3(k+1)-2][3(k+1)+1]}$$

$$=\frac{k}{3k+1}+\frac{1}{(3k+1)(3k+4)}\\\lbrace\text{by equation (i)}\rbrace\\=\frac{k(3k+4)+1}{(3k+1)(3k+4)}=\frac{3k^{2}+4k+1}{(3k+1)(3k+4)}\\=\frac{3k^{2}+3k+k+1}{(3k+1)(3k+4)}=\frac{3k(k+1)+1(k+1)}{(3k+1)(3k+4)}\\=\frac{(3k+1)(k+1)}{(3k+1)(3k+4)}=\frac{k+1}{3k+4}$$

At last, we get

$$=\frac{k+1}{3k+3+1}=\frac{k+1}{3(k+1)+1}$$

∴ P(k + 1) is true when P(k) is true.

Hence, from the principle of mathematical induction, the statement P(n) is true ∀ n ∈ N.

$$\textbf{17.\space}\frac{\textbf{1}}{\textbf{3.5}}+\frac{\textbf{1}}{\textbf{5.7}}+\frac{\textbf{1}}{\textbf{7.9}}+...\\+\frac{\textbf{1}}{\textbf{(2n+1)(2n+3)}}=\frac{\textbf{n}}{\textbf{3(2n+3).}}\\\textbf{Sol.}\space\text{Let P(n):}\space\frac{1}{3.5}+\frac{1}{5.7}+\frac{1}{7.9}+...\\ + \frac{1}{(2n+1)(2n+3)}=\frac{n}{3(2n+3)}$$

for n = 1, we get

$$\text{P(1)\space:\space}\frac{1}{3(2×1+3)}=\frac{1}{3.5};\\\text{P(1) statement is true.}$$

For consider, P(n) statement is true for

$$\text{P(k)\space:\space}\frac{1}{3.5}+\frac{1}{5.7}+...+\frac{1}{(2k+1)(2k+3)}\\=\frac{k}{3(2k+3)}\space\text{...(i)}$$

For now, we’ll prove that P(n) is also true for n = k + 1,

$$\text{P(K+1)\space:\space}\frac{1}{3.5}+\frac{1}{5.7}+\frac{1}{7.9}+...\\+\frac{1}{(2k+1)(2k+3)}\\+\frac{1}{[2(k+1)+1][2(k+1)+3]}\\=\frac{k}{3(2k+3)}+\frac{1}{(2k+3)(2k+5)}\\\text{[by\space(i)]}$$

Taking L.C.M.

$$=\frac{k(2k+5)+3}{3(2k+3)(2k+5)}\\=\frac{2k^{2}+5k+3}{3(2k+3)(2k+5)}=\frac{2k^{2}+2k+3k+3}{3(2k+3)(2k+5)}\\=\frac{2k(k+1)+3(k+1)}{3(2k+3)(2k+5)}=\frac{(k+1)(2k+3)}{3(2k+3)(2k+5)}\\=\frac{k+1}{3(2k+5)}=\frac{k+1}{3(2k+2+3)}\\\text{At last, we get}\\\frac{k+1}{3[2(k+1)+3]}$$

∴ P(k + 1) is true when P(k) is true.

Hence, from the principle of mathematical induction. The statement P(n) is true ∀ n ∈ N.

$$\textbf{18. 1 + 2 + 3 + … + n}\lt\frac{\textbf{1}}{\textbf{8}}(\textbf{2n+1)}^{\textbf{2}}.$$

$$\textbf{Sol.}\\\space\text{Let P(n) : 1 + 2 + 3 + … + n}\lt\frac{1}{8}(2n+1)^{2}$$

for n = 1, we get

$$\text{P(1)\space:\space1}\lt\frac{1}{8}(2×1+1)^{2}\\\Rarr\space1\lt\frac{1}{8}×3^{2}\\\Rarr\space1\lt\frac{9}{8};\\\text{P(1) statement is true}$$

For considering P(n) statement is true for n = k,

$$\text{P(k) : 1 + 2 + 3 + … }\\+\space k\lt\frac{1}{8}(2k+1)^{2}\space\text{...(i)}$$

For now, let us prove that P(n) is also true for
n = k + 1,

P(k + 1) : 1 + 2 + 3 + … + k + k + 1

$$\lt\frac{1}{8}(2k+1)^{2}+(k+1)[\text{by using (i)}]$$

Expanding terms using formula {(a + b)2 = a2+ b2 + 2ab}

$$\lt\frac{4k^{2}+1+4k+8k+8}{8}\\\text{By further calculation}\\\lt\frac{4k^{2}+12k+9}{8}\\\text{so we get}\\\lt\frac{(2k+3)^{2}}{8}=\frac{(2k+2+1)^{2}}{8}\\\lt\frac{[2(k+1)+1]^{2}}{8}$$

∴ P(k + 1) is true when P(k) is true.

Hence, from the principle of mathematical induction the statement P(n) is true ∀ n ∈ N.

19. n(n + 1) (n + 5) is a multiple of 3.

Sol. Let P(n) : n(n + 1) (n + 5) is a multiple of 3.

for n = 1, we get

P(1) : 1(1 + 1) (1 + 5) = 1 × 2 × 6

= 12 = 3 × 4

which is a multiple of 3 i.e., true.

For consider P(n) statement is true for n = k,

P(k) : k(k + 1) (k + 5) = 3λ; which is true.

⇒ k(k2 + 5k + k + 5) = 3λ

⇒ k3 + 6k2 + 5k = 3λ …(i)

For now, let us prove that P(n) is also true for
n = k + 1,

P(k + 1) : (k + 1) [(k + 1) + 1] [(k + 1) + 5]

= (k + 1) (k + 2) (k + 6)

= (k2 + 2k + k + 2) (k + 6)

= (k2 + 3k + 2) (k + 6)

= k3 + 3k2 + 2k + 6k2 + 18k + 12

= k3 + 9k2 + 20k + 12

= 3λ – 6k2 – 5k + 9k2 + 20k + 12

[by (i)]

= 3λ + 3k2 + 15k + 12

= 3(λ + k2 + 5k + 4)

which is a multiple of 3.

∴ P(k + 1) is true, when P(k) is true.

Hence, from the principle of mathematical induction, the statement P(n) is true ∀ n ∈ N.

20. 102n – 1 + 1 is divisible by 11.

Sol. Let P(n) : 102n – 1 + 1 is divisible by 11.

for n = 1, we get

P(1) : 102 × 1 – 1 + 1 = 10 + 1 = 11; is true.

Let P(n) is true for n = k,

P(k) : 102k – 1 + 1 = 11λ …(i)

For now considering P(n) is also true for n = k + 1,
P(k + 1) : 102(k + 1) – 1 + 1

= 102k + 2 – 1 + 1

= 102k – 1 + 2 + 1

= 102k – 1.102 + 1

= (11λ – 1)100 + 1        [by (i)]

= 11λ × 100 – 100 + 1

= 11λ × 100 – 99

= 11[100λ – 9]

which is multiple of 11.

∴ P(k + 1) is true when P(k) is true.

Hence, from the principle of mathematical induction, the statement P(n) is true ∀ n ∈ N.

21. x2n – y2n is divisible by x + y.

Sol. Let P(n) : x2n – y2n is divisible by x + y.

for n = 1, we get

P(1) : x2 × 1 – y2 × 1 = x2 – y2 = (x – y) (x + y)

which is divisible by x + y; P(1) statement is true.

Let P(n) is true for n = k,

P(k) : x2k – y2k = λ(x + y) …(i)

For considering P(n) is also true for n = k + 1

P(k + 1) : x2(k + 1) – y2(k + 1)

= x2k + 2 – y2k + 2

= x2k.x2 – y2k.y2

= [λ(x + y) + y2k]x2 – y2k.y2  [by (i)]

= λ(x + y)x2 + x2y2k – y2k.y2

= λ(x + y)x2 + y2k (x2 – y2)

= λ(x + y)x2 + y2k (x + y) (x – y)

(∵ a2 – b2 = (a + b) (a – b)]

At last, we get

= (x + y) [λx2 + y2k (x – y)]

which is divisible by x + y.

∴ P(k + 1) is true when P(k) is true.
 
Hence, from the principle of mathematical induction. The statement P(n) is true ∀ n ∈ N.

22. 32n + 2 – 8n – 9 is divsible by 8.

Sol. Let P(n) : 32n + 2 – 8n – 9 is divisible by 8.

for n = 1, we get

P(1) : 32 × 1 + 2 – 8 × 1 – 9

= 34 – 8 –9 = 81 – 17

= 64 = 8 × 8

which is divisible by 8 i.e., true.

Let P(n) is true for n = k,

P(k) : 32k + 2 – 8k – 9 = 8 λ …(i)

For considering that P(n) is also true for n = k + 1,

P(k + 1) : 32(k + 1) + 2 – 8(k + 1) – 9

= 32k + 2 + 2 – 8k – 8 –9

= 32k + 2.32 – 8k – 8 –9

= (8λ + 8k + 9)9 – 8k – 17  [by (i)]

= 72λ + 72k + 81 – 8k – 17

= 72λ + 64k + 64

= 8(9λ + 8k + 8)

which is divisible by 8.

∴ P(k + 1) is true when P(k) is true.

Hence, from the principle of mathematical induction, the statement P(n) is true ∀ n ∈ N.

23. 41n – 14n is a multiple of 27.

Sol. Let P(n) : 41n – 14n is a multiple of 27.

for n = 1, we get

P(1) : 411 – 141= 41 – 14 = 27

which is a multiple of 27; is true.

Let P(n) is true for n = k,

P(k) : 41k – 14k = 27l …(i)

For considering P(n) is also true for n = k + 1,

P(k + 1) : 41(k + 1) – 14(k + 1)

= 41k.41 – 14k.14

= (27λ + 14k)41 – 14k.14  [by (i)]

= 27λ × 41 + 14k.41 – 14k.14

= 27λ × 41 + 14k (41 – 14)

= 27λ × 41 + 14k × 27

= 27(41λ + 14k)

which is multiple of 27.

∴ P(k + 1) is true when P(k) is true.

Hence, from the principle of mathematical induction. The statement P(n) is true ∀ n ∈ N.

24. (2n + 7) < (n+ 3)2.

Sol. Let P(n) : (2n + 7) < (n + 3)2

for n = 1, we get

P(1) : (2 × 1 + 7) < (1 + 3)2

= 9 < 16; P(1) statement is true.

Let P(n) is true for n = k,

P(k) : (2k + 7) < (k + 3)2…(i)

For considering that P(n) is also true fo n = k + 1,

P(k + 1) : 2(k + 1) + 7

= 2k + 2 + 7

= 2k + 7 + 2

2(k + 1) + 7 < (k + 3)2 + 2 [by (i)]

On further calculation

< k2 + 9 + 6k + 2

< k2 + 6k + 11

< k2 + 6k + 16 – 5

< k2 + 8k – 2k + 16 – 5

< k2 + 8k + 16 – 2k – 5

< (k + 4)2 – (2k + 5)

< (k + 4)2

< [(k + 1) + 3]2

∴ P(k + 1) is true when P(k) is true.

Hence, from the principle of mathematical induction.

The statement P(n) is true ∀ n ∈ N.