Mathematical Induction: Involving Inequalities

ku1005

Junior Member
Joined
Oct 27, 2006
Messages
71
Hey guys, with these Mathematical Induction probs, i seem to be able to do those involving "=" signs, but find it really hard to follow the methods I have seen where inequalitites are involved?...for example:

RQP: 6n+12<3^n for every integer n>= 4

I did:

Let S(n) be the statement "6n+12<3^n for every integer n>= 4"

1) Prove S(4) is true:

6(4)+12< 3^4
36<81 Therefore S(4) is true


2) Let k be in the set of positive integers where k>=4 and assume S(k) to be true, therefore

S(k) = 6k+12<3^k

Now proove k+1 is true

6(k+1) + 12 < 3^(k+1)

~ (6k+12) + 6 < (3^k) . 3

In this last step, I recognise that on one side we have added 6 to the original LHS while on the other side we have multiplied RHS of original by 3

BUT....im unsure as to how I use this efficeintly to prove?

any pointers as to where to go from here would be appreciated greatly !!!

cheers

rhys
 
I think this problem may belong in the "Advanced" section for future knowledge.

Assume 6k+12  <  3k\displaystyle 6k+12 \,\, < \,\, 3^k then,

6(k+1)+12=(6k+12)+6    3k+6\displaystyle 6(k+1) + 12 = (6k+12) + 6 \,\, \le \,\, 3^k+6

Since k    4\displaystyle k \,\, \ge \,\, 4, 3k    34  =81>6\displaystyle 3^k \,\, \ge \,\, 3^4 \,\, = 81 > 6

Thus, 3k+6  <  3k+3k+3k=3k(1+1+1)=3k+1\displaystyle 3^k+6 \,\, < \,\, 3^k + 3^k + 3^k = 3^k(1+1+1) = 3^{k+1}
 
Hello, ku1005!

Prove: 6n+12<3n\displaystyle \,6n\,+\,12\:<\:3^n for every integer n4\displaystyle n\,\geq\,4

I did:
. . Let S(n)\displaystyle S(n) be the statementL 6n+12<3n\displaystyle \:6n\,+\,12\:<\:3^n for every integer n4\displaystyle n\,\geq\,4

1) Prove S(4) is true:
. . 6(4)+12<34\displaystyle 6(4)\,+\,12\:<\: 3^4
. . 36<81  \displaystyle 36\,<\,81\; . . . Therefore S(4)\displaystyle S(4) is true.


2) Let k\displaystyle k be in the set of positive integers where k4\displaystyle k\,\geq\,4 and assume S(k)\displaystyle S(k) to be true.

Hence, S(k):  6k+12<3k\displaystyle \:S(k):\;6k\,+\,12\:<\:3^k

Add 6\displaystyle 6 to both sides: 6k+12+6<3k+6\displaystyle \:6k\,+\,12\,+\,6\:<\:3^k\,+\,6

. . And we have: 6(k+1)+12  <  3k+6  \displaystyle \:6(k\,+\,1)\,+\,12\;< \;3^k\,+\,6\; [1]


Consider: 3<3k\displaystyle \:3 \:< \:3^k for k4\displaystyle k\,\geq\,4

Multiply both sides by 2:  6<23k\displaystyle 2:\;6\:<\:2\cdot3^k

Add 3k\displaystyle 3^k to both sides: 3k+6<3k+23k=33k=3k+1\displaystyle \:3^k\,+\,6\:< \:3^k\,+\,2\cdot3^k \:=\:3\cdot3^k\:=\:3^{k+1}

Then [1] becomes: 6(k+1)+12<3k+6<3k+1\displaystyle \:6(k\,+\,1)\,+\,12\:<\:3^k\,+\,6\:<\:3^{k+1}

. . Therefore:   6(k+1)+12<3k+1\displaystyle \;6(k\,+\,1)\,+\,12\:<\:3^{k+1}


We have proved S(k+1)\displaystyle S(k+1) . . . the induction proof is complete.

 
sorry daon...i didnt realise was advanced.....also...how did you know to do what you did???....like does that come with practice???...irrespective...thanks for you help!!...i understand your workings fine!
 
Top