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 9 Views

P
Payal Gupta

Contributor-Level 10

8. We can write the given statement as

P (n)=1.2 + 2.22 + 3.22 + … + n.2n = (n – 1) 2n+1+2

If n=1, we get

P (1) =1.21

=1.2 = 2 = (1 – 1) 2n+1+2

=2

which is true.

Let us assume P (k) is true, for some positive integer k.

i.e.,1.2 + 2.22 + 3.22 + … + k.2k = (k – 1) 2k+1+2                        - (1)

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

1.2 + 2.22 + 3.22 + … + k.2k + (k+1) 2k+1

By using (1),

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

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

=2k+1 {k – 1 +k+ 1 }+2

=2k+1.2.k+2

=k.2k+1+1+2

= { (k+1)

...more

New answer posted

4 months ago

0 Follower 2 Views

P
Payal Gupta

Contributor-Level 10

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

P(n)=1.3 + 3.5 + 5.7 + … + (2n – 1)(2n+1)= n(4n2+6n1)3

For,n = 1

P(1)=1.3=3= 1(4.12+6.11)3 = 4+613 = 93 =3

Which is true.

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

1.3 + 3.5 + 5.7 + … + (2k – 1)(2k + 1) = k(4k2+6k1)3

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

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

By (1),

k(4k2+6k1)3 +(2k+2 – 1)(2k+2+1)

k(4k2+6k1)3 +(2k+1)(2k+3)

k(4k2+6k1)3 +4k2+6k+2k+3

L.C.M.

k(4k2+6k1)+3(4k2+8k+3)3

4k3+6k2k+12k2+24k+93

4k3+18k2+23k+93

4k3+14k2+9k+4k2+14k+93

k(4k2+14k+9)+1(4k2+14k+9)3

(k+1)(4k2+14k+9)3

(k+1){4k2+8k+4+6k+61}3

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

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

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

Hence, from the principle of mathematical i

...more

New answer posted

4 months ago

0 Follower 4 Views

P
Payal Gupta

Contributor-Level 10

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

P (n)=1.2+2.3+3.4+ … +2 (n+1)=  [n (n+1) (n+2)3]

For n=1,

P (1)=1.2=2= 1 (1+1) (1+2)3 = 2*33 =2.

Which is true.

considerP (k) be true for some positive integer k

1.2 + 2.3 + 3.4 + … + k (k + 1) =  [k (k+1) (k+2)3] - (1)

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

Here, 1.2 + 2.3 + 3.4 + … + k (k + 1) + (k+1) (k+2)

By using (1), we get

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

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

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

By further simplification;  (k+1) (k+1+1) (k+1+2)3

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 no. i.e., n.

New answer posted

4 months ago

0 Follower 16 Views

P
Payal Gupta

Contributor-Level 10

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

P(n)= 1.3 + 2.32 + 3.33 + … + n.3n = (2n1)3n+1+34

If n=1, we get

P(1) = 1.3=3= (2.11)31+1+34 = 1·32+34 = 124 =3

which is true.

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

1.3 + 2.32 + 3.33 + … + k3k = (2k1)3k+1+34 ------------------(1)

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

Here,

1.3 + 2.32 + 3.33 + … + k3k + (k + 1)3k + 1

By using eqn. (1)

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

L.C.M

(2k1)3k+1+3+4·(k+1)3k+14

3k+1{2k1+4(k+1)}+34

3k+1{2k1+4k+4}+34

3k+1{6k+3}+34

3k+1·3(2k+1)+34 = 3k+1+1{2k+1}+34 ?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., n.

New answer posted

4 months ago

0 Follower 5 Views

P
Payal Gupta

Contributor-Level 10

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

P(n): 1.2.3 + 2.3.4 + … + n (n + 1)(n + 2) = n(n+1)(n+2)(n+3)4

If n=1, we get

P(1): 1.2.3 = 6 = 1(1+1)(1+2)(1+3)4 = 1.2.3.44=6

which is true.

considerP(k) is true for some positive integer k

1.2.3 + 2.3.4 + … + k(k + 1)(k + 2) = k(k+1)(k+2)(k+3)4 -------------------(1)

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

Here,1.2.3 + 2.3.4 + … + k(k + 1)(k + 2) + (k + 1)(k + 2)(k + 3)

By eqn (1), we get,

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

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

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

By further Simplification,

(k+1)(k+1+1)(k+1+2)(k+1+3)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 numbers n.

New answer posted

4 months ago

0 Follower 2 Views

P
Payal Gupta

Contributor-Level 10

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

P(n): 1+ 1(1+2)+1(1+2+3)+?+1(1+2+3+?n)=2n(n+1)

For n=1,

we get,P(1)=1= 2.11+1=22=1

which is true.

Let us assume that P(k) is true for some positive integer k.

i.e., 1+11+2++1(1+2+3+?k)=2k(k+1) ------------------ (1)

Which is true.

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

1+11+2+11+2+3 + … +1(1+2+3+?k)+11+2+3+?+k+(k+1)

By using eqn (1)

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

?We know that, 1+2+3+ … +n= n(n+1)2

So, we get

2kk+1 + 1(k+1(k+1+1)2)

2kk+1 + 2(k+1)(k+2)

2k+1{k+1k+2}

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

2k+1{k2+2k+1k+2}

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

2(k+1)2(k+1)(k+2) = 2(k+1)(k+1+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 a natural number n.

New question posted

4 months ago

0 Follower 3 Views

New answer posted

4 months ago

0 Follower 7 Views

P
Payal Gupta

Contributor-Level 10

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

P(n)=13+23+33+ … +n3= (n(n+1)2)2

For, n=1, P(n)=13=1= (1(1+1)2)2=(1.22)2=12=1

which is true.

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

13+23+33+ … +k3= (k(k+1)2)2 ---------- (1)

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

Here,  13+23+33+ … +k3+(k+1)3

By using eq (1)

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

k2(k+1)2+4·(k+1)34

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

(k+1)2{k2+4k+4}4=(k+1)2(k+2)24

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

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

Hence, from the principle of mathematical induction, 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

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

P(n): 1+3+32+ …+3n-1= ( 3 n 1 ) 2

For n=1, P(1)=1= ( 3 1 1 ) 2 = 3 1 2 = 2 2 = 1

which is true.

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

1+3+32+ … +3k–1= ( 3 k 1 ) 2

--------(1)

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

Here, 1+3+32+ … +3k–1+3(k+1)–1

3 k 1 2 + 3 k + 1 1

[By using eq (1)]

3k1+2(3k+11)2

3k+2.3k12

3k(1+2)12

3k·312=3k+112

? 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 numbers 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.