Principle of Mathematical Induction

Get insights from 29 questions on Principle of Mathematical Induction, answered by students, alumni, and experts. You may also ask and answer any question you like about Principle of Mathematical Induction

Follow Ask Question
29

Questions

0

Discussions

3

Active Users

0

Followers

New answer posted

4 months ago

0 Follower 2 Views

P
Payal Gupta

Contributor-Level 10

18. We can write the given statement as

p(n):1+2+3+?+n<18(2n+1)2

If n = 1, we get,

 P(1): 1 < 18 (2k + 1)2= 1< 18 (3)2

= 1 < 98

Which is true.

Consider P(k) be true some positive integer k

1+ 2 + …. + k< 18 (2k + 1)2                                                  (1)

Let us prove P(k +1) is true.

Here,

(1 + 2 +…. k)+ (k +1) < 18 (2k + 1)2+ (k +1)

By using (1),

<18{(2k+1)2+8(k+1)}

<18{(2k)2+22k+12+8k+8}

<18{4k2+4k+1+8k+8}

<18{4k2+12k+9}

So, we get,

18 {2k+ 3}2

18 {2(k +1) +1}2

(1 + 2 + 3 + … + k) + (k + 1) < 18 (2k +1)2+ (k

...more

New answer posted

4 months ago

0 Follower 2 Views

P
Payal Gupta

Contributor-Level 10

17. We can write the given statement as:-

135+157+179+?+1(2n+1)(2n+3)=n3(2n+3)

For n = 1,

We get P(1)=135=115=13(21+3)=13(2+3)=13*5=115

Which is true.

Consider P(k) be true for some positive integer k.

P(K)=135+157+179++1(2k+1)(2k+3)=k3(2k+3) (1)

Now, let us prove that P(k+ 1) is true.

Now,

P(k +1) = 1 13.5+15.7+17.9+...+1(2k+1)(2k+3)+1[2(k+1)+1][2(k+1)+3]

By using (1),

=k3(2k+3)+1(2k+2+1)(2k+2+3)=k3(2k+3)+1(2k+3)(2k+5)=1(2k+3)[k3+1(2k+5)]=1(2k+3)[k(2k+5)+33(2k+5)]

=1(2k+3)[2k2+5k+33(2k+5)]

12k+3[2k2+2k+3k+33(2k+5)]

=12k+3{2k(k+1)+3(k+1)3(2k+1)}

=1(2k+3)(2k+3(k+1)(2k+1)3=k+13(2k+5)=(k+1)3{2(k+1)+3}

P(k+ 1) is true wheneverP(k) is true.

Therefore, from the principle of mathematical induction, theP(n) is true for all natural number n.

New answer posted

4 months ago

0 Follower 2 Views

P
Payal Gupta

Contributor-Level 10

16. Let the given statement as

P(n)= 11.4+14.7+17.10 + … + 1(3n2)(3n+1)=n(3n+1)

If n=1, then

P(1)= 11.4 = 14 = 1(3.1+1) = 14

which is true.

Consider P(k)be true for some positive integer k

P(k)= 11.4+14.7+17.10 + … + 1(3k2)(3k+1) = k(3k+1) ------------------(1)

Now, let us prove P(k+1) is true.

P(k+1)= 11.4+14.7+17.10 + … + 1(3k2)(3k+1)+1[3(k+1)2][3(k+1)+1]

By using (1),

k(3k+1)+1(3k+32)(3k+3+1)

k(3k+1)+1(3k+1)(3k+4)

1(3k+1){k+13k+4}

1(3k+1){k(3k+4)+13k+4}

1(3k+1){3k2+4k+13k+4}

1(3k+1){3k2+3k+k+13k+4}

1(3k+1){3k(k+1)+(k+1)3k+4}

1(3k+1)(3k+1)(k+1)3k+4

k+13k+4=k+13(k+1)+1

? P(k+1) is true whenever P(k) is true.

Therefore, from the principle of mathematical induction, the P(n) is true for all natural number n.

New answer posted

4 months ago

0 Follower 2 Views

P
Payal Gupta

Contributor-Level 10

15. We can write the given statement as

P(n)=12+32+52+ … + (2n – 1)2= n(2n1)(2n+1)3

forn=1

P(1)=12=1= 1(2.11)(2.1+1)3

1(1)(3)3=1 which is true.

Consider P(k) be true for some positive integer k

P(k)=12+32+52+ … + (2n – 1)2= k(2k1)(2k+1)3 ------------------(1)

Now, let us prove that P(k+1) is true.

Here,

12+32+52+ … +(2k – 1)2+(2(k+1) –1)2

By using (1),

k(2k1)(2k+1)3+[2k+21)2

k(2k1)(2k+1)+3(2k+1)23

(2k+1)[k(2k1)+3(2k+1)]3

(2k+1)(2k2k+6k+3)3

(2k+1)(2k2+5k+3)3

we can write as,

(2k+1)(2k2+2k+3k+3)3

(2k+1){2k(k+1)+3(k+1)}3

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

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

(k+1){2(k+1)1}{2(k+1)+1}3

P(k+1) is true whenever P(k) is true.

Hence, from the principle of mathematical induction, the P(n) is true for all natural number n.

New answer posted

4 months ago

0 Follower 2 Views

P
Payal Gupta

Contributor-Level 10

14. Let the given statement be P(n) i.e.,

P(n)= (1+11)(1+12)(1+13) … (1+1n)=(n+1)

If n =1

P(1)= (1+11) = 2 =1+1= 2

which is true.

Assume that P(k) is true for some positive integer k i.e.,

P(k): (1+11)(1+12)(1+13) … (1+1k)=(k+1) .---------------------(1)

Now, let us prove that P(k+1) is true.

Here,

P(k+1)= (1+11)(1+12)(1+13) … (1+1k)+(1+1(k+1))

By using (1), we get

(k+1). (1+1k+1)

L.C.M.=(k+1). (k+1+1k+1)

= (k+1)+1

? P(k+1) is true whenever P(k) is true.

Therefore from the principle of mathematical induction the P(n) is true for all natural numbers n.

New answer posted

4 months ago

0 Follower 4 Views

P
Payal Gupta

Contributor-Level 10

13. We can write given statement as

P(n): (1+31)(1+54)(1+79) … (1+(2n+1)n2)=(n+1)2

If n=1, we get

P(1): (1+31) =4=(1+ 1)2=22=4

which is true.

Consider P(k) be true for some positive integer k.

(1+31)(1+54)(1+79) … (1+(2k+1)k2)=(k+1)2 (1)

Now, let us prove that P(k+1) is true.

(1+31)(1+54)(1+79) … (1+(2k+1)k2)+(1+(2(k+1)+1)(k+1)2)

By using (1)

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

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

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

={(k+1)+1}2

P(k+1) is true whenever P(k) is true.

Therefore, by principle of mathematical induction, the P(n) is true for all natural number n.

New answer posted

4 months ago

0 Follower 3 Views

P
Payal Gupta

Contributor-Level 10

12. Let the given statement be P(n) i.e.,

P(n)=a+ar+ar2+ … +arn-1== a(rn1)r1

If n = 1, we get

P(1)=a= a(r11)r1 =a

which is true.

Consider P(k) be true for some positive integer k

a+ar+ar2+ … +ark-1= a(rk1)r1 (1)

Now, let us prove that P(k+1) is true.

Here, {a+ar+ar2+ … +ark-1}+ar(k+1) –1

By using (1),

a(rk1)r1+ark

a(rk1)+ark(r1)r1

arka+ark+1arkr1

ark+1ar1

a(rk+11)r1

P(k+1) is true whenever P(k) is true.

Therefore, by the principle of mathematical induction, statement P(n) is true for all natural numbers i.e.,

New answer posted

4 months ago

0 Follower 2 Views

P
Payal Gupta

Contributor-Level 10

11. we can write the given statement as

P(n)=11.2.3+12.3.4+13.4.5 + … + 1n(n+1)(n+2) = n(n+3)4(n+1)(n+2)

If n=1,

P(1)= 11.2.3 = 16 = 1(1+3)4(1+1)(1+2) = 44*2*3 = 16

which is true.

Consider P(k) be true for some positive integer k

11.2.3+12.3.4+13.4.5 + … + 1k(k+1)(k+2) = k(k+3)4(k+1)(k+2)

Let us prove that P(k+1) is true,

11.2.3+12.3.4+13.4.5 + … + 1k(k+1)(k+2)+1(k+1)(k+2)(k+3) .

By equation (1), we get

k(k+3)4(k+1)(k+2)+1(k+1)(k+2)(k+3)

1(k+1)(k+2)[k(k+3)4+1(k+3)]

1(k+1)(k+2)[k(k+3)2+44(k+3)]

1(k+1)(k+2)[k(k2+6k+9)+44(k+3)]

1(k+1)(k+2){k3+6k2+9k+44(k+3)}

1(k+1)(k+2){k3+2k2+k+4k2+8k+44(k+3)}

1(k+1)(k+2){k(k2+2k+1)+4(k2+2k+1)4(k+3)}

1(k+1)(k+2){k(k+1)2+4(k+1)24(k+3)}

(k+1)2(k+4)4(k+1)(k+2)(k+3)

(k+1)2{(k+1)+3}4(k+1)(k+2)(k+3) = (k+1){(k+1)+3}4{(k+1)+1}{(k+1)+2}

P(k+1) is true whenever P(k) is true.

Hence, By the principle of mathematical induction, the P(n) is true for all natural number n.

New answer posted

4 months ago

0 Follower 3 Views

P
Payal Gupta

Contributor-Level 10

10. Let the given statement be P(n) i.e.,

P(n)=12.5+15.8+18.11+?+1(3n1)(3n+2)=n(6n+4)

For n=1,

P(1)= 12.5=110=16.1+4=110

which is true.

Assume that P(k) is true for some positive integer k.

i.e.,P(k)= 12.5+15.8+18.11+?+1(3k1)(3k+2)=k(6k+4) (1)

Now, let us prove P(k+1) is true,

Here, 12.5+15.8+18.11 + … + 1(3k1)(3k+2)+1(3(k+1)1)[3(k+1)+2]

By using eqn.(1),

k6k+4+1(3k+31)(3k+3+2)

k6k+4+1(3k+2)(3k+5)

Taking 2 as common,

k2(3k+2)+1(3k+2)(3k+5)

1(3k+2){k2+1(3k+5)}

1(3k+2){k(3k+5)+22(3k+5)}

1(3k+2){3k2+5k+26k+102(3k+5)}

1(3k+2){3k2+3k+2k+22(3k+5)} = 1(3k+2){3k(k+1)+2(k+1)2(3k+5)}

1(3k+2){(3k+2)(k+1)2(3k+5)}

(k+1)6k+10 , so we get

(k+1)6(k+1)+4

P(k+1) is true whenever P(k) is true.

Hence, from the principle of mathematical induction, the P(n) is true for all natural number.

New answer posted

4 months ago

0 Follower 2 Views

P
Payal Gupta

Contributor-Level 10

9. Let the given statement be P(n) l.e.,

P(n)= 12+14+18+?+12n=112n

If n=1, we get

P(1)= 12=1121=12

which is true.

Consider P(k) be true for some positive integer k.

12+14+18+?+12k=112k (1)

Now, let us prove that P(k+1) is true.

Here, 12+14+18+?+12k+12k+1

By using eqn. (1)

(112k)+12k+1

we can write as,

112k+12k.2

112k(112)

112k(12)

It can be written as,= 112k+1

P(k + 1) is true whenever P(k) is true.

Hence, From the principle of mathematical induction the P(n) is true for all natural number n.

Get authentic answers from experts, students and alumni that you won't find anywhere else

Sign Up on Shiksha

On Shiksha, get access to

  • 65k Colleges
  • 1.2k Exams
  • 688k Reviews
  • 1800k Answers

Share Your College Life Experience

×

This website uses Cookies and related technologies for the site to function correctly and securely, improve & personalise your browsing experience, analyse traffic, and support our marketing efforts and serve the Core Purpose. By continuing to browse the site, you agree to Privacy Policy and Cookie Policy.