What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Mathematical induction help

Mathematical induction help
Author: Message:
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
35 / Male / Flag
Joined: Mar 2004
O.P. Mathematical induction help
Hello forum people who know more math than me :P (probably everyone ;o)

I'm trying to solve this question, but I'm kind of lost and have not a clue what to do to prove it

[Image: attachment.php?pid=898174]

so could you kind people please help :P

.jpg File Attachment: mathcrazyness.JPG (6.46 KB)
This file has been downloaded 255 time(s).
[Image: dt2.0v2.png]      Happy Birthday, WDZ
03-27-2008 11:18 AM
Profile PM Web Find Quote Report
mezzanine
Full Member
***

Avatar

Posts: 106
Reputation: 23
– / – / Flag
Joined: May 2005
Status: Away
RE: Mathematical induction help
1 / n(n+1) = 1/n - 1/(n+1) for any n >=1.

Replacing all terms we get:
1/1 - 1/2 + 1/2 - 1/3 + ... + 1/n - 1/(n+1)

All terms cancel out in pairs, except first and last:
1/1 - 1/(n+1)

Which is what we need.

This post was edited on 03-27-2008 at 11:31 AM by mezzanine.
03-27-2008 11:25 AM
Profile PM Web Find Quote Report
markee
Veteran Member
*****

Avatar

Posts: 1621
Reputation: 50
35 / Male / Flag
Joined: Jan 2006
RE: Mathematical induction help
Induction is so much better

quote:
Originally posted by markee in chat with -dt-, plus some more

1/(1*2) = 1 - 1/(1+1); n=1
1/2 = 1 - 1/2
1/2 = 1/2

true for n=1

assume true for n=k

P(k) = 1/(1*2) + 1/(2*3) + ... + 1/(k-1)k

show true for P(k+1):

LHS = 1/(1*2) + 1/(2*3) + ... + 1/(k-1)k + 1/k(k+1)
= 1 - 1/(k+1) + 1/(k+1)(k+2)
= 1 - [ (k+1)(k+2) - (k+1) ]/(k+1)(k+1)(k+2)    ---> it is -(k+1) because of the negative at the front of the fraction
= 1 - [k+2-1] / (k+1)(k+2)
= 1 - (k+1) / (k+1)(k+2)
= 1 - 1/(k+2)
= RHS

let k=1 as it is true for this value.  Therefore true for all integers above 1.


This post was edited on 03-27-2008 at 12:06 PM by markee.
[Image: markee.png]
03-27-2008 12:05 PM
Profile PM Find Quote Report
Volv
Skinning Contest Winner
*****

Avatar

Posts: 1233
Reputation: 31
34 / Male / Flag
Joined: Oct 2004
RE: Mathematical induction help
Yay mathematical induction. A more formal conclusion:
quote:
Since it is true for n = 1 it must also be true for n = 1+1 = 2, and since it is true for n = 2 it must also be true for n = 2+1 = 3, and so on for all integers n >= 1

This post was edited on 03-27-2008 at 12:31 PM by Volv.
03-27-2008 12:30 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On