• YOU can help the next generation of students in the community!
    Share your trial papers and notes on our Notes & Resources page

Induction Q (1 Viewer)

Sparcod

Hello!
Joined
Dec 31, 2004
Messages
2,085
Location
Suburbia
Gender
Male
HSC
2006
It's a 1999 HSC question.
Prove
(n+1)(n+2)...(2n-1)2n= 2^n [1x3x...x(2n-1)]

Thanks to anyone who helps.
 
P

pLuvia

Guest
Oh I've seen this one before, don't think from hsc question, but probably something similar I'll try it :p
 

Sparcod

Hello!
Joined
Dec 31, 2004
Messages
2,085
Location
Suburbia
Gender
Male
HSC
2006
pLuvia said:
Oh I've seen this one before, don't think from hsc question, but probably something similar I'll try it :p
It looks easy but i cant get it.
 

gman03

Active Member
Joined
Feb 7, 2004
Messages
1,283
Gender
Male
HSC
2003
Smart_Dunce said:
It's a 1999 HSC question.
Prove
(n+1)(n+2)...(2n-1)2n= 2^n [1x3x...x(2n-1)]

Thanks to anyone who helps.

Let P(n) == (n+1)(n+2)...(2n-1)2n= 2^n [1x3x...x(2n-1)]

P(1): LHS = 2, RHS = 2 * 1 = 2. so P(1) true.

Assume P(n) is true. i.e. (n+1)(n+2)...(2n-1)2n= 2^n [1x3x...x(2n-1)]

For P(n+1), RHS = 2^(n+1) [1x3x...x(2n-1)x(2n+1)]

LHS = (n+2)(n+3)...2n(2n+1)(2n+2)
= (n+1)(n+2)...(2n-1)2n * (2n+1)(2n+2) / (n + 1)
= (n+1)(n+2)...(2n-1)2n * 2(2n+1)

by induction,

= 2^n [1x3x...x(2n-1)] * 2(2n+1)
= 2^(n+1) [1x3x...x(2n-1)x(2n+1)]
= RHS

Therefore P(n+1) true, hence true for n >= 1
 
P

pLuvia

Guest
Sn = (n+1)(n+2)...(2n-1)2n= 2n [1x3x...x(2n-1)]

Show n = 1 is true
1=1
.: S1 is true
Assume n=k
Sk = (k+1)(k+2)...(2k-1)2k= 2k [1x3x...x(2k-1)]

Let n = k+1
Sk+1 = (k+1)(k+2)...(2k-1)2k . (2k+1)(2k+2) = 2k [1x3x...x(2k-1)] . (2k+1)(2k+2)

= 2k [1x3x...x(2k-1)] . (2k+1)(2k+2)
= 2k+1 [1x3x...x(2k-1)] . (2k+1)(k+1)
=

This is the furtherest my knowledge takes me :p
 

gman03

Active Member
Joined
Feb 7, 2004
Messages
1,283
Gender
Male
HSC
2003
pLuvia said:
Let n = k+1
Sk+1 = (k+1)(k+2)...(2k-1)2k . (2k+1)(2k+2) = 2k [1x3x...x(2k-1)] . (2k+1)(2k+2)
Becareful there :p
 

gman03

Active Member
Joined
Feb 7, 2004
Messages
1,283
Gender
Male
HSC
2003
Sn = (n+1)(n+2)...(2n-1)2n

so Sk+1 = ((k+1)+1)((k+1)+2)...(2(k+1)-1)2(k+1)
= (k+2)(k+3)...(2k+1)(2k+2)

essentially, you included an extra (k+1) in your working
 

Riviet

.
Joined
Oct 11, 2005
Messages
5,593
Gender
Undisclosed
HSC
N/A
gman is correct. ;)

I used to do that mistake too.
 

DraconisV

Christopher Fife
Joined
Mar 11, 2005
Messages
186
Gender
Male
HSC
2006
Smart_Dunce said:
Thanks guys.
Be careful with those 'k+1's
True i tend to do that alot.

Like with this one

[2k-1] then k+1 = [2k] instead of [2(k+1)-1] = [2k+1]

tricky stuff, but after youve done it all you get used to it, and the other two types of induction are sinch as compared to the first type(sums).
 

Riviet

.
Joined
Oct 11, 2005
Messages
5,593
Gender
Undisclosed
HSC
N/A
DraconisV said:
True i tend to do that alot.

Like with this one

[2k-1] then k+1 = [2k] instead of [2(k+1)-1] = [2k+1]

tricky stuff, but after youve done it all you get used to it, and the other two types of induction are sinch as compared to the first type(sums).
Is it me or did you get it totally wrong? I thought it was the other way around, 2k is wrong and 2k+1 is right.

e.g 1: the k+1th term in (k-1)(k)(k+1) would be k(k+1)(k+2)]

e.g 2: the k+1th term in (2k-1)(2k+3)(2k+7) would be [2(k+1)-1][2(k+1)+3][2(k+1)+7] = (2k+1)(2k+5)(2k+9)

I think you confused yourself. :p
 

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

Top