MedVision ad

induction help~ (1 Viewer)

shkspeare

wants 99uai
Joined
Jun 11, 2003
Messages
174
ok for this question

2^n > n^2

some1 check my working i dont know how to answer

for n = 1
LHS = 2^1 = 2
RHS = 1^2 = 1
LHS > RHS
Therefor true for n =1

Assume n=k
2^k > k^2
for n = k+1
2^(k+1) > (k+1)^2
LHS = 2(2^k)
> 2(k^2) (from 2^k = k^2)

whats next ???!!!
 

Fosweb

I could be your Doctor...
Joined
Jun 20, 2003
Messages
594
Location
UNSW. Still.
Gender
Male
HSC
2003
Firstly this only works when n>4, so you can't start with n=1 (whilst it does work for 1, it wont for 2, 3, 4)

Theres a trick in here.
You have shown that 2<sup>k</sup> > k<sup>2</sup>
Which means that 2.2<sup>k</sup> > 2.k<sup>2</sup> (Just multiplied by 2 on each side)


So when you are proving for n = k+1:

LHS = 2<sup>k+1</sup> = 2.2<sup>k</sup> > 2.k<sup>2</sup>

Now all you have to do is prove that 2.k<sup>2</sup> > (k+1)<sup>2</sup> and you have proven what you need. (Remember for when you prove this that k>4)

And thats it!
 

Fosweb

I could be your Doctor...
Joined
Jun 20, 2003
Messages
594
Location
UNSW. Still.
Gender
Male
HSC
2003
No problems.

This is probably about as hard as 3U induction will get (maybe a bit longer, but with the same style of 'tricks')
 

sven0023

New Member
Joined
Sep 27, 2003
Messages
29
if you are having trouble on these questions you can always
do expand LHS, Expand RHS etc

Ie LHS =
=
=
=

RHS =
=
=


LHS = RHS .:. true for n = k + 1
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Top