help with easy induction question (1 Viewer)

xbimbo

New Member
Joined
Sep 2, 2005
Messages
2
Gender
Female
HSC
N/A
I'm quite bad at mathematical induction. What is the solution to this question?

1 + 2 + 3 + 4 +...+ n = n/2(n+1)

This is from the 3u Fitzpatrick textbook. Does anyone have worked solutions to exercise 23(c). I'm finding it hard :confused:
 

LostAuzzie

Member
Joined
Jun 18, 2004
Messages
462
Location
Sydney, Australia
Gender
Male
HSC
2005
xbimbo said:
I'm quite bad at mathematical induction. What is the solution to this question?

1 + 2 + 3 + 4 +...+ n = n/2(n+1)

This is from the 3u Fitzpatrick textbook. Does anyone have worked solutions to exercise 23(c). I'm finding it hard :confused:
For n=1:
LHS = 1
RHS = 1/2 x 2
= 1
Therefore true for n = 1
Assume for n = k
ie: 1 + 2 + 3 + 4 + ... + k = k/2(k + 1)
Then for n = k + 1
LHS = 1 + 2 + 3 + 4 + ... + k + (k + 1)
= k/2(k + 1) + (k + 1)
RHS = (k+1)/2(k+2)
= (k^2)/2 + k/2 + k + 1
= k/2(k+1) + (k+1)
Therefore where true for n=k, true for n=k+1 etc etc etc
 

word.

Member
Joined
Sep 20, 2005
Messages
174
Gender
Male
HSC
2005
test for n = 1
1 = 1/2(1 + 1) (true) therefore the statement is true for n = 1

assume true for n = k
i.e. 1+2+3+...+k=k/2(k+1)

proving statement for n = k+1
i.e. 1+2+3+...+k+(k+1) = (k+1)/2((k+1)+1)

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

LHS=(k2 + k)/2 + k + 1
= (k2 + k + 2k + 2)/2
= (k2 + 3k + 2)/2
= (k+1)(k+2)/2 = RHS

therefore by induction etc etc.
 

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

Top