Prove by Induction: Sum of Series 1/i(i+1) = n/(n+1)

  • Thread starter Thread starter PFStudent
  • Start date Start date
  • Tags Tags
    Induction
PFStudent
Messages
169
Reaction score
0

Homework Statement


1.1.2

Write,

<br /> {\frac{1}{1\cdot2}} + {\frac{1}{2\cdot3}} + {\frac{1}{3\cdot4}} + . . . + {\frac{1}{99\cdot100}}<br />

as a fraction in lowest terms.

The Attempt at a Solution



Rewriting the problem as a summation,

<br /> {{\sum_{i = 1}^{n}}{\frac{1}{i(i+1)}}} = {\frac{1}{1\cdot2}} + {\frac{1}{2\cdot3}} + {\frac{1}{3\cdot4}} + . . . + {\frac{1}{n\cdot(n+1)}}<br />

Then considering the first few terms,

<br /> {\frac{1}{1\cdot2}} = \frac{1}{2}<br />

<br /> {\frac{1}{1\cdot2}} + {\frac{1}{2\cdot3}} = \frac{2}{3}<br />

<br /> {\frac{1}{1\cdot2}} + {\frac{1}{2\cdot3}} + {\frac{1}{3\cdot4}} = \frac{3}{4}<br />

This leads to the conjecture that,

<br /> {{\sum_{i = 1}^{n}}{\frac{1}{i(i+1)}}} = {\frac{n}{n+1}}<br />

How would I prove the above by induction?

-PFStudent
 
Last edited:
Physics news on Phys.org
Assume the statement is true for n=N, then prove true for n=N+1

EDIT:

Your formula should be

\sum_{i=1} ^{n} \frac{1}{i(i+1)}=\frac{n}{n+1}
 
the last term in your sum (where i = n) is going to be 1/n(n+1). if you take the sum one further (to i = n+1) what will the last term be now?
 
Hey,

Thanks for the reply rock.freak667 and jdavel.

Assume,

<br /> {{\sum_{i = 1}^{n}}{\frac{1}{i(i+1)}}} = {\frac{n}{n+1}}<br />

is true for k. That is,

<br /> {{\sum_{i = 1}^{k}}{\frac{1}{i(i+1)}}} = {\frac{k}{k+1}}<br />


Then to prove it is true for k+1, consider the following,

<br /> {{\sum_{i = 1}^{k+1}}{\frac{1}{i(i+1)}}} = {{\sum_{i = 1}^{k}}{\frac{1}{i(i+1)}}} + {\frac{1}{k+1((k+1)+1)}}<br />

Which reduces to,

<br /> {{\sum_{i = 1}^{k+1}}{\frac{1}{i(i+1)}}} = {\frac{k}{k+1}} + {\frac{1}{{k^2}+3k+1)}}<br />

However, how do I know the above is true?

In other words how do I know if the proof by induction actually proved it?

Thanks,

-PFStudent
 
PFStudent said:
In other words how do I know if the proof by induction actually proved it?


Well you basically want to get

<br /> {{\sum_{i = 1}^{n}}{\frac{1}{i(i+1)}}} = {\frac{(k+1)}{(k+1)+1}}<br /> <br />


basically the sum is the same but instead of "n" put k+1
 
you're missing a pair of parenetheses in your 3rd equation that's leading to an error in the last term of your 4th equation. what should that last term be?
 
Hey,

Consider the following,

<br /> {{\sum_{i = 1}^{n}}{\frac{1}{i(i+1)}}} = {\frac{n}{n+1}}<br />

Assume it is true for k,

<br /> {{\sum_{i = 1}^{k}}{\frac{1}{i(i+1)}}} = {\frac{k}{k+1}}<br />

Now, if it is true for k+1 the result expected is,

<br /> {{\sum_{i = 1}^{k+1}}{\frac{1}{i(i+1)}}} = {\frac{k+1}{(k+1)+1}}<br />

<br /> {{\sum_{i = 1}^{k+1}}{\frac{1}{i(i+1)}}} = {\frac{k+1}{k+2}}<br />

Then to prove that, consider the following,

<br /> {{\sum_{i = 1}^{k+1}}{\frac{1}{i(i+1)}}} = {{\sum_{i = 1}^{k}}{\frac{1}{i(i+1)}}} + {\frac{1}{(k+1)((k+1)+1)}}<br />

<br /> {{\sum_{i = 1}^{k+1}}{\frac{1}{i(i+1)}}} = {\left({\frac{k}{k+1}}\right)} + {\frac{1}{(k+1)(k+2)}}<br />

<br /> {{\sum_{i = 1}^{k+1}}{\frac{1}{i(i+1)}}} = {{\frac{k(k+2)}{(k+1)(k+2)}}} + {\frac{1}{(k+1)(k+2)}}<br />

Which reduces to,

<br /> {{\sum_{i = 1}^{k+1}}{\frac{1}{i(i+1)}}} = {\frac{(k+1)(k+1)}{(k+1)(k+2)}}<br />

<br /> {{\sum_{i = 1}^{k+1}}{\frac{1}{i(i+1)}}} = {\frac{k+1}{k+2}}<br />

Proof.

Thanks,

-PFStudent
 
Last edited:
Were you required to use induction?

Since
\frac{1}{n(n+1)}= \frac{1}{n}- \frac{1}{n+1}
that is a "telescoping" series and the sum is immediate.
 
Hey,

HallsofIvy said:
Were you required to use induction?

Since
\frac{1}{n(n+1)}= \frac{1}{n}- \frac{1}{n+1}
that is a "telescoping" series and the sum is immediate.

Could I have proved,

<br /> {{\sum_{i = 1}^{n}}{\frac{1}{i(i+1)}}} = {\frac{n}{n+1}}<br />

by showing that it is a telescoping series? If so, how?

Thanks,

-PFStudent
 
  • #10
\sum_{i=1}^{100} \frac{1}{i(i+1}= \frac{1}{1\cdot2}} + {\frac{1}{2\cdot3}} + {\frac{1}{3\cdot4}} + . . . + {\frac{1}{99\cdot100}
= (\frac{1}{1}- \frac{1}{2})+ (\frac{1}{2}-\frac{1}{3})+ (\frac{1}{3}-\frac{1}{4})+ \cdot\cdot\cdot+ (\frac{1}{99}- \frac{1}{100})
The last fraction in each pair cancels the first fraction in the next pair (except of course in the last pair). Every fraction except the first and last cancel so the sum is
\frac{1}{1}- \frac{1}{100}= \frac{100-1}{100}= \frac{99}{100}

More generally,
\sum_{i= 1}^n \frac{1}{i(i+1)}= \frac{1}{1}- \frac{1}{n+1}= \frac{n+1-1}{n+1}= \frac{n}{n+1}
 
  • #11
Hey,

HallsofIvy said:
<br /> \sum_{i=1}^{100} \frac{1}{i(i+1}= \frac{1}{1\cdot2}} + {\frac{1}{2\cdot3}} + {\frac{1}{3\cdot4}} + . . . + {\frac{1}{99\cdot100} = (\frac{1}{1}- \frac{1}{2})+ (\frac{1}{2}-\frac{1}{3})+ (\frac{1}{3}-\frac{1}{4})+ \cdot\cdot\cdot+ (\frac{1}{99}- \frac{1}{100})<br />

The last fraction in each pair cancels the first fraction in the next pair (except of course in the last pair). Every fraction except the first and last cancel so the sum is
\frac{1}{1}- \frac{1}{100}= \frac{100-1}{100}= \frac{99}{100}

More generally,
\sum_{i= 1}^n \frac{1}{i(i+1)}= \frac{1}{1}- \frac{1}{n+1}= \frac{n+1-1}{n+1}= \frac{n}{n+1}

Thanks HallsofIvy for showing how it could have been proved by showing it was a telescoping sum.

However, how would you know that the individual sums can be rewritten as the sum or difference of two fractions. In other words, how did you figure out the following,

<br /> \sum_{i=1}^{100} \frac{1}{i(i+1}= \frac{1}{1\cdot2}} + {\frac{1}{2\cdot3}} + {\frac{1}{3\cdot4}} + . . . + {\frac{1}{99\cdot100} = \left(\frac{1}{1}-\frac{1}{2}\right) + \left(\frac{1}{2}-\frac{1}{3}\right)+ \left(\frac{1}{3}-\frac{1}{4}\right) + \cdot\cdot\cdot + \left(\frac{1}{99}- \frac{1}{100}\right)<br />

That is, how did you figure out that,

<br /> {{\sum_{i = 1}^{n}}{\frac{1}{i(i+1)}}} = {\left({{\frac{A_{1}}{1}}-{\frac{B_{1}}{2}}}\right)} + {\left({{\frac{A_{2}}{2}}-{\frac{B_{2}}{3}}}\right)} +. . . + {\left({{\frac{A_{n}}{n}}-{\frac{B_{n}}{n+1}}}\right)}<br />

Additionally, is finding the above the same as using the technique of partial fractions?

Also, what is the general way of finding A and C for the following (where: B, D, E, and{\textcolor[rgb]{1.00,1.00,1.00}{.}}F; are all given),

<br /> {\frac{E}{F}} = {{{\frac{A}{B}}\pm{\frac{C}{D}}}}<br />

Where it can be shown that,

<br /> {E} = {AD \pm BC}<br />

<br /> {F} = {BD}<br />

Which is the same as,

<br /> {\frac{E}{F}} = {\frac{AD \pm BC}{BD}}<br />

Thanks,

-PFStudent
 
Last edited:
  • #12
Hey,

I was looking over this and realized that the following,

<br /> {{\sum_{i = 1}^{n}}{\frac{1}{i(i+1)}}} = {\left({{\frac{A_{1}}{1}}-{\frac{B_{1}}{2}}}\right)} + {\left({{\frac{A_{2}}{2}}-{\frac{B_{2}}{3}}}\right)} +. . . + {\left({{\frac{A_{n}}{n}}-{\frac{B_{n}}{n+1}}}\right)}<br />

Was better written as,

<br /> {{\sum_{i = 1}^{n}}{\frac{1}{i(i+1)}}} = {\left({{\frac{C_{1}}{1}}-{\frac{C_{2}}{2}}}\right)} + {\left({{\frac{C_{2}}{2}}-{\frac{C_{3}}{3}}}\right)} + {\cdot} {\cdot} {\cdot} + {\left({{\frac{C_{n-1}}{n-1}}-{\frac{C_{n}}{n}}}\right)} + {\left({{\frac{C_{n}}{n}}-{\frac{C_{n+1}}{n+1}}}\right)}<br />

But, I'm still having some trouble figuring how would one decipher what the constants "C" must be.

Thanks,

-PFStudent
 
  • #13
\sum_{n=1} ^{N} \frac{1}{n(n+1)} \equiv \sum_{n=1} ^{N} (\frac{1}{n}-\frac{1}{n+1})

Use partial fractions on 1/n(n+1)


\sum_{n=1} ^{N} \frac{1}{n}-\frac{1}{n+1}

then input n=1,2,3,...,N-2,N-1,N. then add them all up.
 
  • #14
Hey,

rock.freak667 said:
\sum_{n=1} ^{N} \frac{1}{n(n+1)} \equiv \sum_{n=1} ^{N} (\frac{1}{n}-\frac{1}{n+1})

Use partial fractions on 1/n(n+1)


\sum_{n=1} ^{N} \frac{1}{n}-\frac{1}{n+1}

then input n=1,2,3,...,N-2,N-1,N. then add them all up.

I see that however, how would you have figured out what the constants for the partial fractions of,

<br /> {{\sum_{i = 1}^{n}}{\frac{1}{i(i+1)}}}<br />

would be?

In other words, how would you have solved the following,

{{\sum_{i = 1}^{n}}{\frac{1}{i(i+1)}}} = {\left({{\frac{C_{1}}{1}}-{\frac{C_{2}}{2}}}\right)} + {\left({{\frac{C_{2}}{2}}-{\frac{C_{3}}{3}}}\right)} + {\cdot} {\cdot} {\cdot} + {\left({{\frac{C_{n-1}}{n-1}}-{\frac{C_{n}}{n}}}\right)} + {\left({{\frac{C_{n}}{n}}-{\frac{C_{n+1}}{n+1}}}\right)}


for: C_{1}, C_{2}, C_{3},..., C_{n-1}, C_{n}?

That is where I am stuck.

Thanks,

-PFStudent
 
  • #15
I don't think you need to do all of that.
 
  • #16
Hey,

rock.freak667 said:
I don't think you need to do all of that.

Thanks for the reply, rock.freak667. Your right I did not need to prove that it is a telescoping sum.

However, I still would like to know how would one have realized that,

<br /> {{\sum_{i = 1}^{n}}{\frac{1}{i(i+1)}}}<br />

is a telescoping sum?

Further after the above realization one would have had to solve for the constants: C_{1}, C_{2}, C_{3},..., C_{n-1}, C_{n}; for the following,

<br /> {{\sum_{i = 1}^{n}}{\frac{1}{i(i+1)}}} = {\left({{\frac{C_{1}}{1}}-{\frac{C_{2}}{2}}}\right)} + {\left({{\frac{C_{2}}{2}}-{\frac{C_{3}}{3}}}\right)} + {\cdot} {\cdot} {\cdot} + {\left({{\frac{C_{n-1}}{n-1}}-{\frac{C_{n}}{n}}}\right)} + {\left({{\frac{C_{n}}{n}}-{\frac{C_{n+1}}{n+1}}}\right)}<br />

And that is, what I wanted to know. How do you do that?

Thanks,

-PFStudent
 
Last edited:

Similar threads

Back
Top