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

  • Thread starter Thread starter ChelseaL
  • Start date Start date
  • Tags Tags
    Induction
AI Thread Summary
The discussion focuses on deriving the formula for the sum S_n = Σ(1/(k(k+1))) from k=1 to n. It begins by using the identity 1/k - 1/(k+1) to express the sum in terms of simpler fractions. The participants clarify the steps to isolate terms and correctly simplify the expression, ultimately arriving at S_n = 1 - 1/(n+1). A suggestion is made to use LaTeX for better readability of mathematical expressions. The final result is confirmed as S_n = n/(n+1), completing the derivation.
ChelseaL
Messages
22
Reaction score
0
Use the fact that \frac{1}{k} -\frac{1}{k+1} = \frac{1}{k(k+1)} to show that

n
sigma (\frac{1}{k(k+1)}) = 1-\frac{1}{n+1}
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}$$
 
Thank you!
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top