Solution to By using principle of mathematical induction prove 2^n > n^2 if n is an integer … - Sikademy
Author Image

Archangel Macsika

By using principle of mathematical induction prove 2^n > n^2 if n is an integer greater than 4.

The Answer to the Question
is below this banner.

Can't find a solution anywhere?

NEED A FAST ANSWER TO ANY QUESTION OR ASSIGNMENT?

Get the Answers Now!

You will get a detailed answer to your question or assignment in the shortest time possible.

Here's the Solution to this Question

Let P(n) be the proposition that 2^n > n^2, n>4.

BASIS STEP: P(5) is true, because 2^5=32 > 25=5^2.


INDUCTIVE STEP: For the inductive hypothesis we assume that P(k) holds for an arbitrary integer k>4. That is, we assume that


2^k > k^2, k>4.

Under this assumption, it must be shown that P(k + 1) is true, namely, that


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

We have that


2^{k+1}=2(2^{k})>2k^2=k^2+k^2=k^2+k(k)

>k^2+k(2+1)>k^2+2k+1=(k+1)^2, k>4

This shows that P(k + 1) is true under the assumption that P(k) is true. This completes the inductive step

We have completed the basis step and the inductive step, so by mathematical induction we know that P(n) is true for all integers n>4.

That is, we have proven that 2^n > n^2 for all integers n>4.


Related Answers

Was this answer helpful?

Join our Community to stay in the know

Get updates for similar and other helpful Answers

Question ID: mtid-5-stid-8-sqid-1501-qpid-1239