मराठी

Revision: Mathematical Inductions JEE Main Mathematical Inductions

Advertisements

Theorems and Laws [20]

A sequence a1, a2, a3 ... is defined by letting a1 = 3 and ak = 7ak – 1 for all natural numbers k ≥ 2. Show that an = 3.7n–1 for all natural numbers.

Given that: a1 = 3

a2 = 7a2 – 1 = 7.a1 = 7.3 = 21

a3 = 7.a3 – 1 = 7.a2 = 7.21 = 147

Let P(n): an = 3.7n – 1, ∀ n ∈ N

Step 1: P(2) : a2 = 3.72 – 1 = 21

⇒ 21 = 21 which is true for P(2).

Step 2: P(k): ak = 3.7k – 1.

Let it be true.

Step 3: ak = 7ak – 1   .......(Given)

Put k = k + 1

ak + 1 = 7ak = 7(3.7k – 1)

= 3.7k+1–1

= `3.7^(("k"+1) – 1`

Which is true for P(k + 1).

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

Prove that `1/(n + 1) + 1/(n + 2) + ... + 1/(2n) > 13/24`, for all natural numbers n > 1.

Let P(n): `1/(n + 1) + 1/(n + 2) + ... + 1/(2n) > 13/24` ∀ n ∈ N

Step 1: P(2) : `1/(2 + 1) + 1/(2 + 2) > 13/24`

⇒ `1/3 + 1/4 > 13/24`

⇒ `7/12 > 13/24`

⇒ `14/24 > 13/24` which is true for P(2).

Step 2: P(k) : `1/(k + 1) + 1/(k + 2) + ... + 1/(2k) > 13/24`.

Let it be true for P(k).

Step 3: P(k + 1) : `1/(k + 1) + 1/(k + 2) + ... + 1/(2k) + 1/(2(k + 1)) > 13/24`

Since `1/(k + 1) + 1/(k + 2) + ... + 1/(2k) > 13/24`

So `1/(k + 1) + 1/(k + 2) + ... + 1/(2k) + 1/(2(k + 1)) > 13/24`

Which is true for P(k + 1).

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

Prove that number of subsets of a set containing n distinct elements is 2n, for all n ∈ N.

Let P(n) : Number of subsets of a set containing n distinct elements is 2n, ∀ n ∈ N

Step 1: It is clear that P(1) is true for n = 1.

Number of subsets = 21 = 2.

Which is true.

Step 2: P(k) is assumed to be true for n = k.

Since the number of subsets = 2k.

Step 3: P(k + 1) = 2k + 1

We know that if one number (i.e., element) is added to the elements of a given set, the number of subsets become double.

∴ Number of subsets of set having (k + 1) distinct elements = 2 × 2k = 2k + 1

Which is true for P(k + 1).

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

Prove by the Principle of Mathematical Induction that 1 × 1! + 2 × 2! + 3 × 3! + ... + n × n! = (n + 1)! – 1 for all natural numbers n.

Let P(n) be the given statement, that is

P(n) : 1 × 1! + 2 × 2! + 3 × 3! + ... + n × n! = (n + 1)! – 1 for all natural numbers n.

Note that P(1) is true.

Since P(1): 1 × 1! = 1

= 2 – 1

= 2! – 1.

Assume that P(n) is true for some natural number k.

i.e., P(k) : 1 × 1! + 2 × 2! + 3 × 3! + ... + k × k! = (k + 1)! – 1

To prove P(k + 1) is true.

We have P(k + 1) : 1 × 1! + 2 × 2! + 3 × 3! + ... + k × k! + (k + 1) × (k + 1)!,

= (k + 1)! – 1 + (k + 1)! × (k + 1)

= (k + 1 + 1) (k + 1)! – 1

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

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

Therefore, by the Principle of Mathematical Induction, P(n) is true for all natural number n.

Prove the statement by using the Principle of Mathematical Induction:

4n – 1 is divisible by 3, for each natural number n.

P(n) = 4n – 1 is divisible by 3.

So, substituting different values for n, we get,

P(0) = 40 – 1 = 0 which is divisible by 3.

P(1) = 41 – 1 = 3 which is divisible by 3.

P(2) = 42 – 1 = 15 which is divisible by 3.

P(3) = 43 – 1 = 63 which is divisible by 3.

Let P(k) = 4k – 1 be divisible by 3,

So, we get,

⇒ 4k – 1 = 3x.

Now, we also get that,

⇒ P(k + 1) = 4k+1 – 1

= 4(3x + 1) – 1

= 12x + 3 is divisible by 3.

⇒ P(k + 1) is true when P(k) is true

Therefore, by Mathematical Induction,

P(n) = 4n – 1 is divisible by 3 is true for each natural number n.

Prove the statement by using the Principle of Mathematical Induction:

n3 – 7n + 3 is divisible by 3, for all natural numbers n.

P(n) = n3 – 7n + 3 is divisible by 3.

So, substituting different values for n, we get,

P(0) = 03 – 7 × 0 + 3 = 3 which is divisible by 3.

P(1) = 13 – 7 × 1 + 3 = −3 which is divisible by 3.

P(2) = 23 – 7 × 2 + 3 = −3 which is divisible by 3.

P(3) = 33 – 7 × 3 + 3 = 9 which is divisible by 3.

Let P(k) = k3 – 7k + 3 be divisible by 3.

So, we get,

⇒ k3 – 7k + 3 = 3x.

Now, we also get that,

⇒ P(k + 1) = (k + 1)3 – 7(k + 1) + 3

= k3 + 3k2 + 3k + 1 – 7k – 7 + 3

= 3x + 3(k2 + k – 2) is divisible by 3.

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

Therefore, by Mathematical Induction,

P(n) = n3 – 7n + 3 is divisible by 3, for all natural numbers n.

Prove the statement by using the Principle of Mathematical Induction:

For any natural number n, xn – yn is divisible by x – y, where x and y are any integers with x ≠ y.

P(n) = xn – yn is divisible by x – y, x integers with x ≠ y.

So, substituting different values for n, we get,

P(0) = x0 – y0 = 0 Which is divisible by x − y.

P(1) = x − y Which is divisible by x − y.

P(2) = x2 – y2

= (x + y)(x − y) Which is divisible by x − y.

P(3) = x3 – y3

= (x − y)(x2 + xy + y2) Which is divisible by x − y.

Let P(k) = xk – yk be divisible by x – y;

So, we get,

⇒ xk – yk = a(x − y).

Now, we also get that,

⇒ P(k + 1) = xk+1 – yk+1

= xk(x − y) + y(xk − yk)

= xk(x − y) + ya(x − y) Which is divisible by x − y.

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

Therefore, by Mathematical Induction,

P(n) xn – yn is divisible by x – y, where x integers with x ≠ y which is true for any natural number n.

Prove the statement by using the Principle of Mathematical Induction:

n3 – n is divisible by 6, for each natural number n ≥ 2.

P(n) = n3 – n is divisible by 6.

So, substituting different values for n, we get,

P(0) = 03 – 0 = 0 Which is divisible by 6.

P(1) = 13 – 1 = 0 Which is divisible by 6.

P(2) = 23 – 2 = 6 Which is divisible by 6.

P(3) = 33 – 3 = 24 Which is divisible by 6.

Let P(k) = k3 – k be divisible by 6.

So, we get,

⇒ k3 – k = 6x

Now, we also get that,

⇒ P(k + 1) = (k + 1)3 – (k + 1)

= (k + 1)(k2+ 2k + 1 − 1)

= k3 + 3k2 + 2k

= 6x + 3k(k + 1) ......[n(n + 1) is always even and divisible by 2]

= 6x + 3 × (2y) Which is divisible by 6, where y = k(k + 1)

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

Therefore, by Mathematical Induction,

P(n) = n3 – n is divisible by 6, for each natural number n.

Prove the statement by using the Principle of Mathematical Induction:

n(n2 + 5) is divisible by 6, for each natural number n.

P(n) = n(n2 + 5) is divisible by 6.

So, substituting different values for n, we get,

P(0) = 0(02 + 5) = 0 Which is divisible by 6.

P(1) = 1(12 + 5) = 6 Which is divisible by 6.

P(2) = 2(22 + 5) = 18 Which is divisible by 6.

P(3) = 3(32 + 5) = 42 Which is divisible by 6.

Let P(k) = k(k2 + 5) be divisible by 6.

So, we get,

⇒ k(k2 + 5) = 6x

Now, we also get that,

⇒ P(k + 1) = (k + 1)((k + 1)2 + 5) = (k + 1)(k2 + 2k + 6)

= k3 + 3k2 + 8k + 6

= 6x + 3k2 +3k + 6

= 6x + 3k(k + 1) + 6[n(n + 1) is always even and divisible by 2]

= 6x + 3 × 2y + 6 Which is divisible by 6.

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

Therefore, by Mathematical Induction,

P(n) = n(n2 + 5) is divisible by 6, for each natural number n.

Prove the statement by using the Principle of Mathematical Induction:

n2 < 2n for all natural numbers n ≥ 5.

P(n) is n2 < 2n for n ≥ 5.

Let P(k) = k2 < 2k be true.

⇒ P(k + 1) = (k + 1)2

= k2 + 2k + 1

2k+1 = 2(2k) > 2k2

Since, n2 > 2n + 1 for n ≥ 3.

We get that,

k2 + 2k + 1 < 2k2

⇒ (k + 1)2 < 2(k+1)

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

Therefore, by Mathematical Induction, P(n) = n2 < 2n is true for all natural numbers n ≥ 5.

Prove the statement by using the Principle of Mathematical Induction:

2n < (n + 2)! for all natural number n.

P(n) is 2n < (n + 2)!

So, substituting different values for n, we get,

P(0) ⇒ 0 < 2!

P(1) ⇒ 2 < 3!

P(2) ⇒ 4 < 4!

P(3) ⇒ 6 < 5!

Let P(k) = 2k < (k + 2)! is true;

Now, we get that,

⇒ P(k + 1) = 2(k + 1)((k + 1) + 2))!

We know that,

[(k + 1) + 2)! = (k + 3)! = (k + 3)(k + 2)(k + 1) ............. 3 × 2 × 1]

But, we also know that,

= 2(k + 1) × (k + 3)(k + 2) ............ 3 × 1 > 2(k + 1)

Therefore, 2(k + 1) < ((k + 1) + 2)!

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

Therefore, by Mathematical Induction,

P(n) = 2n < (n + 2)! Is true for all natural number n.

A sequence b0, b1, b2 ... is defined by letting b0 = 5 and bk = 4 + bk – 1 for all natural numbers k. Show that bn = 5 + 4n for all natural number n using mathematical induction.

We have b0 = 5 and bk = 4 + bk – 1

⇒ b0 = 5, b1 = 4 + b0 = 4 + 5 = 9

And b2 = 4 + b1 = 4 + 9 = 13

Let P(n) : bn = 5 + 4n

Step 1: P(1) : b1 = 5 + 4 = 9 

⇒ 9 = 9 which is true.

Step 2: P(k): bk = 5 + 4k

Let it be true ∀ k ∈ N.

Step 3: Given that P(k) = 4 + bk – 1

⇒ P(k + 1) = 4 + bk+1–1

⇒ P(k + 1) = 4 + bk = 4 + 5 + 4k

⇒ P(k + 1) = 5 + 4(k + 1) which is true for P(k + 1).

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

A sequence d1, d2, d3 ... is defined by letting d1 = 2 and dk = `(d_(k - 1))/"k"` for all natural numbers, k ≥ 2. Show that dn = `2/(n!)` for all n ∈ N.

Given that: d1 = 2 and dk = `(d_(k - 1))/k`

Let P(n): dn = `2/(n!)`

Step 1: P(1) : d1 = `2/(1!)` = 2 which is true for P(1).

Step 2: P(k) : dk = `2/(k!)`. Let it be true for P(k).

Step 3: Given that: dk = `(d_(k - 1))/k`

∴ dk+1 = `(d_(k + 1 - 1))/(k + 1) = d_k/(k + 1)`

⇒ dk+1 = `1/(k + 1) . d_k = 1/(k + 1) . 2/(k!)`

⇒ dk+1 = `2/((k + 1)!)` Which is true for P(k + 1).

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

Prove that, cosθ cos2θ cos22θ ... cos2n–1θ = `(sin 2^n theta)/(2^n sin theta)`, for all n ∈ N.

Let P(n): cosθ cos2θ cos22θ ... cos2n–1θ = `(sin 2^n theta)/(2^n sin theta)`, ∀ n ∈ N.

Step 1: P(1): cosθ = `(sin 2^1 theta)/(2^1 sin theta)`

= `(sin 2theta)/(2sin theta)`

= `(2sin theta cos theta)/(2sin theta)`

= cosθ

⇒ cosθ = cosθ which is true for P(1)

Step 2: P(k): cosθ.cos2θ.cos22θ ... cos2k – 1θ = `(sin 2^k theta)/(2^k sin theta)`

Let it be true for P(k).

Step 3: P(k + 1): cosθ.cos2θ.cos22θ ... cos2k – 1θ . cos`2^(("k"+1)–1`θ

= `(sin 2^k theta)/(2^k sin theta) . cos 2^((k + 1) - 1)theta`

=  `(sin 2^k theta)/(2^k sin theta) . cos 2^ktheta`

= `(2 sin 2^k theta . cos 2^k theta)/(2.2^k sin theta)`

= `(sin 2.2^k theta)/(2^(k + 1) sin theta)`  .....[∵ 2 sinθ cosθ = sin2θ]

= `(sin 2^(k + 1)theta)/(2^(k + 1) sin theta)` which is true for P(k + 1).

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

Prove that for all n ∈ N.
cos α + cos(α + β) + cos(α + 2β) + ... + cos(α + (n – 1)β) = `(cos(alpha + ((n - 1)/2)beta)sin((nbeta)/2))/(sin  beta/2)`.

Let P(n): cos α + cos(α + β) + cos(α + 2β) + ... + cos(α + (n – 1)β) = `(cos(alpha + ((n - 1)/2)beta)sin((nbeta)/2))/(sin  beta/2)`

Step 1: P(1): cos α = `((cos alpha)(sin  beta/2))/(sin  beta/2)` = cos α

Step 2: P(k): cos α + cos(α + β) + cos(α + 2β) + ... + cos[α + (k – 1)β]

= `(cos[alpha + ((k - 1)/2)beta]sin((kbeta)/2))/(sin  beta/2)`. Let it be true.

Step 3: P(k + 1): cos α + cos(α + β) + cos(α + 2β) + ... + cos[α + (k – 1)β] + cos[α + (k + 1 – 1)β]

= `(cos[alpha + ((k - 1)/2)beta]sin((kbeta)/2))/(sin  beta/2) + cos(alpha + kbeta)`   ......(From Step 2)

= `(2cos[alpha + ((k - 1)/2)beta]sin((kbeta)/2) + 2cos(alpha + kbeta).sin  beta/2)/(2 sin  beta/2)`

= `(sin[alpha + kbeta - beta/2] - sin[alpha - beta/2] + sin[alpha + kbeta + beta/2] - sin[alpha + kbeta - beta/2])/(2sin  beta/2)`  ......[∵ 2 cosA sinB = sin(A + B) – sin(A – B)]

= `(sin[alpha + kbeta + beta/2] - sin(alpha - beta/2))/(2sin  beta/2)`

= `(2cos(alpha + (kbeta)/2) sin(k + 1)  beta/2)/(2sin  beta/2)`  ......`[because sin"A" - sin"B" = 2cos  ("A" + "B")/2 . sin  ("A" - "B")/2]`

= `(cos(alpha + (kbeta)/2).sin(k + 1) beta/2)/(sin  beta/2)`

= `(cos[alpha + ((k + 1 - 1)/2)beta] sin((k + 1)/2)beta)/(sin  beta/2)` which is true for P(k + 1).

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

Show that `n^5/5 + n^3/3 + (7n)/15` is a natural number for all n ∈ N.

Let P(n): `n^5/5 + n^3/3 + (7n)/15`, ∀ n ∈ N.

Step 1: P(1): `1^5/5 + 1^3/3 + (71)/15`

= `(3 + 5 + 7)/15`

= `15/13`

= 1 ∈ N

Which is true for P(1).

Step 2: P(k): `k^5/5 + k^3/3 + (7.k)/15`

Let it be true for P(k) and let `k^5/5 + k^3/3 + (7k)/15` = λ.

Step 3: P(k + 1) = `(k + 1)^5/5 + (k + 1)^3/3 + (7(k + 1))/15`

= `1/5 [k^5 + 5k^4 + 10k^3 + 10k^2 + 5k + 1] + 1/3 [k^3 + 3k^2 + 3k + 1]`

= `(k^5/5 + k^3/3 + (7k)/15) + (k^4 + 2k^3 + 2k) + 1/5 + 1/3 + 7/15 + 71/15  k + 7/15`

= `lambda + k^4 + 2k^3 + 3k^2 + 2k + 1`  ....[From step 2]

= Positive integers

= Natural number

Which is true for P(k + 1).

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

Prove the statement by using the Principle of Mathematical Induction:

23n – 1 is divisible by 7, for all natural numbers n.

P(n) = 23n – 1 is divisible by 7.

So, substituting different values for n, we get,

P(0) = 20 – 1 = 0 which is divisible by 7.

P(1) = 23 – 1 = 7 which is divisible by 7.

P(2) = 26 – 1 = 63 which is divisible by 7.

P(3) = 29 – 1 = 512 which is divisible by 7.

Let P(k) = 23k – 1 be divisible by 7

So, we get,

⇒ 23k – 1 = 7x.

Now, we also get that,

⇒ P(k + 1) = `2^(3("k"+1))` – 1

= 23(7x + 1) – 1

= 56x + 7

= 7(8x + 1) is divisible by 7.

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

Therefore, by Mathematical Induction, P(n) = 23n – 1 is divisible by 7, for all natural numbers n.

Prove the statement by using the Principle of Mathematical Induction:

For any natural number n, 7n – 2n is divisible by 5.

P(n) = 7n – 2n is divisible by 5.

So, substituting different values for n, we get,

P(0) = 70 – 20 = 0 Which is divisible by 5.

P(1) = 71 – 21 = 5 Which is divisible by 5.

P(2) = 72 – 22 = 45 Which is divisible by 5.

P(3) = 73 – 23 = 335 Which is divisible by 5.

Let P(k) = 7k – 2k be divisible by 5.

So, we get,

⇒ 7k – 2k = 5x

Now, we also get that,

⇒ P(k + 1)= 7k+1 – 2k+1

= (5 + 2)7k – 2(2k)

= 5(7k) + 2(7k – 2k)

= 5(7k) + 2(5x) Which is divisible by 5.

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

Therefore, by Mathematical Induction, P(n) = 7n – 2n is divisible by 5 is true for each natural number n.

Prove the statement by using the Principle of Mathematical Induction:

1 + 2 + 22 + ... + 2n = 2n+1 – 1 for all natural numbers n.

P(n) is 1 + 2 + 22 + … 2n = 2n+1 – 1.

So, substituting different values for n, we get,

P(0) = 1 = 20+1 − 1 Which is true.

P(1) = 1 + 2 = 3 = 21+1 − 1 Which is true.

P(2) = 1 + 2 + 22 = 7 = 22+1 − 1 Which is true.

P(3) = 1 + 2 + 22 + 23 = 15 = 23+1 − 1 Which is true.

Let P(k) = 1 + 2 + 22 + … 2k = 2k+1 – 1 be true;

So, we get,

⇒ P(k + 1) is 1 + 2 + 22 + … 2k + 2k+1 = 2k+1 – 1 + 2k+1

= 2 × 2k + 1 – 1

= `2^(("k" + 1) + 1` – 1

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

Therefore, by Mathematical Induction, 1 + 2 + 22 + … 2n = 2n+1 – 1 is true for all natural numbers n.

Prove the statement by using the Principle of Mathematical Induction:

1 + 5 + 9 + ... + (4n – 3) = n(2n – 1) for all natural numbers n.

Let P(n) : 1 + 5 + 9 + … + (4n – 3) = n(2n – 1), for all natural numbers n.

P(1): 1 = 1(2 × 1 – 1) = 1, which is true.

Hence, P(1) is true.

Let us assume that P(n) is true for some natural number n = k.

∴ P(k) : 1 + 5 + 9 + … + (4k – 3) = k(2k – 1)   .......(i)

Now, we have to prove that P(k + 1) is true.

P(k + 1) : 1 + 5 + 9 + … + (4k – 3) + [4(k + 1) – 3]

= 2k2 – k + 4k + 4 – 3

= 2k2 + 3k + 1

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

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

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

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

Advertisements
Advertisements
Advertisements
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×