Solve Sigma 1/(k(k+1)): Step-by-Step Guide

  • Context:
  • Thread starter Thread starter ChelseaL
  • Start date Start date
  • Tags Tags
    Induction
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
ChelseaL
Messages
22
Reaction score
0
Use the fact that [tex]\frac{1}{k}[/tex] -[tex]\frac{1}{k+1}[/tex] = [tex]\frac{1}{k(k+1)}[/tex] to show that

n
sigma ([tex]\frac{1}{k(k+1)}[/tex]) = 1-[tex]\frac{1}{n+1}[/tex]
r=1

What do I need to do to solve it?
 
Physics news on Phys.org
What they want you to do is:

$$S_n=\sum_{k=1}^n\left(\frac{1}{k(k+1)}\right)=\sum_{k=1}^n\left(\frac{1}{k}\right)-\sum_{k=1}^n\left(\frac{1}{k+1}\right)=\sum_{k=1}^n\left(\frac{1}{k}\right)-\sum_{k=2}^{n+1}\left(\frac{1}{k}\right)$$

Now, take off the first term of the first sum, and the last term of the second sum like so:

$$S_n=1+\sum_{k=2}^n\left(\frac{1}{k}\right)-\sum_{k=2}^{n}\left(\frac{1}{k}\right)-\frac{1}{n+1}$$

What are you left with?
 
Sn = 1 + (1/n+1)?
 
ChelseaL said:
Sn = 1 + (1/n+1)?

To properly use bracketing, you want:

Sn = 1 + 1/(n+1)

I would highly recommend learning to use $\LaTeX$ to make your expressions more readable. :)

However, that is incorrect, as you've got the wrong sign in front of the second term. What you want is then:

$$S_n=1-\frac{1}{n+1}$$

This is what we've been asked to show. I would choose to write it this way though:

$$S_n=\frac{n}{n+1}$$