Thread Closed

Proof Question: Using Mathematical Induction

 
Share Thread Thread Tools
Mar24-08, 05:08 AM   #1
 

Proof Question: Using Mathematical Induction


1. The problem statement, all variables and given/known data
Prove that, for all integers [itex]n =>1[/itex]

[tex]\frac{1}{1*2} + \frac{1}{2*3} + \frac{1}{3*4}... + \frac{1}{n+1} = 1-\frac{1}{n+1}[/tex]


2. Relevant equations

I am a little stuck on this question. :|

3. The attempt at a solution
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Bird's playlist could signal mental strengths and weaknesses
>> Minus environment, patterns still emerge: Computational study tracks E. coli cells' regulatory mechanisms
>> Bacterium uses natural 'thermometer' to trigger diarrheal disease, scientists find
Mar24-08, 06:29 AM   #2
 
Recognitions:
Homework Helper Homework Help
Well, the LHS can be expressed as

[tex]\sum_{k=1}^n \frac{1}{k(k+1)}[/tex]. Use partial fractions on that expression, you should get a telescoping series.
Mar25-08, 02:03 AM   #3
 
Anyone got any ideas with this problem?

I cant find any notes regarding a similar question.
Mar25-08, 06:07 AM   #4
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus

Proof Question: Using Mathematical Induction


What was wrong with Gib Z's suggestion?
Mar25-08, 06:48 AM   #5
 
We haven't been taught that.

Im a little unsure what he means as well.

Could you possibly give more help?

Sorry if im a pain.
Mar25-08, 07:26 AM   #6
 
Quote by Lococard View Post
We haven't been taught that.

Im a little unsure what he means as well.

Could you possibly give more help?

Sorry if im a pain.
Putting it in partial fractions gives.

[latex]\frac{1}{k(k+1)}=\frac{1}{k}\cdot\frac{1}{(k+1)}[/latex] or [itex]\equiv[/itex]?

Do you mean you don't understand summation?

All that expression is is your first expression for any given value of n. It's essentially the same thing.
Mar25-08, 08:10 AM   #7
 
Blog Entries: 27
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by Lococard View Post
Prove that, for all integers [itex]n =>1[/itex]

[tex]\frac{1}{1*2} + \frac{1}{2*3} + \frac{1}{3*4}... + \frac{1}{n+1} = 1-\frac{1}{n+1}[/tex]
Hi Lococard!

For induction proofs, it often helps to give a name to the sum (if the question hasn't already doe so).

In this case, use the name a_n+1:

[tex]a_{n+1}\,=\,\frac{1}{1*2} + \frac{1}{2*3} + \frac{1}{3*4}... + \frac{1}{n+1}[/tex]

Then what you have to prove is that, assuming that:
a_n = 1 - 1/n,
then:
a_n+1 = 1 - 1/(n+1).

You see how that makes the problem easier?
Mar25-08, 05:02 PM   #8
 
How would i put it into a partial fraction?
Mar25-08, 05:59 PM   #9
 
Quote by Lococard View Post
How would i put it into a partial fraction?
Well I gave one partial fraction that is in fact equivalent to your original equation. Put that equation into your calculator, plug in some numbers and then use the original equation, if they are equivalent it follows that both equations are different versions of the same partial fraction. Of course you could do this algebraically too, but I'll leave that to you. Tiny-tim has given you a nice hint there.
Mar25-08, 08:00 PM   #10
 
I've done them both on paper and i got the same result.

Do i then add a_n+1 to the equation and get the formula in the lowest form?
Mar26-08, 04:19 AM   #11
 
Blog Entries: 27
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by Lococard View Post
I've done them both on paper and i got the same result.

Do i then add a_n+1 to the equation and get the formula in the lowest form?
Hi Lococard!

I'm not sure what you mean.

Just say a_n+1 - a_n = 1/n(n+1);

then, from the induction assumption, a_n = 1 - 1/n = (n - 1)/n.

So a_n+1 = a_n + 1/n(n+1) = (n - 1)/n + 1/n(n+1) = (n^2 - 1)/n(n+1) + 1/n(n+1) = … ?

Is that what you meant?
Mar26-08, 05:56 AM   #12
 
Alright, i got some more info on the question.

It seems that:

[tex]\frac{1}{1*2} + \frac{1}{2*3} + \frac{1}{3*4}... + \frac{1}{n+1} = 1-\frac{1}{n+1}[/tex]


But. The number after [tex] \frac{1}{n+1}[/tex] would be [tex] \frac{(n+1)}{(n+1)(n+2)}[/tex]

So.

[tex]1 - \frac{1}{(n+1)} + \frac{1}{(n+1)(n+2)}[/tex]

= 1 - ??

Would would i simplify the rest of it?
Mar26-08, 06:05 AM   #13
 
Blog Entries: 27
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
ah! … you have a misprint …

it should be [tex]\frac{1}{1*2} + \frac{1}{2*3} + \frac{1}{3*4}... + \frac{1}{n*(n+1)}\,=\,1-\frac{1}{n+1}\,.[/tex]

Does that look better?
Mar26-08, 06:06 AM   #14
 
Oh whoops. Yeah thats what i meant
Mar26-08, 06:54 AM   #15
 
How would i do the next part?
Mar26-08, 07:12 AM   #16
 
Blog Entries: 27
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
[tex]1 - \frac{1}{(n+1)} + \frac{1}{(n+1)(n+2)}[/tex]

= [tex] \frac{n+1}{(n+1)} - \frac{1}{(n+1)} + \frac{1}{(n+1)(n+2)}[/tex]

= … ?

(btw, wouldn't it have been easier to work out if you'd "gone down one", and writen:
[tex]1 - \frac{1}{n} + \frac{1}{n(n+1)}[/tex] ?)
Mar26-08, 07:31 AM   #17
 
did you just substitute the 1 for a [itex]\frac{n+1}{n+1}[/itex]?


Im really stuck on simplifying the RHS.
Thread Closed
Thread Tools


Similar Threads for: Proof Question: Using Mathematical Induction
Thread Forum Replies
Proof Question: Mathematical Induction Math & Science Software 10
[SOLVED] Proof by mathematical induction Math & Science Software 5
Proof by mathematical Induction: Divisibility Math & Science Software 3
Anyone want to check my mathematical induction proof? its a long one Math & Science Software 2
Help with Proof and Mathematical Induction problem Math & Science Software 14