Express this sum as a fraction of whole numbers

In summary, the problem is asking for the sum of a series expressed as a fraction of whole numbers in lowest terms. After considering a general pattern and using mathematical reasoning, the solution of the series is found to be n/(n+1). To further support this solution, fractional decomposition is used on each term in the series, resulting in the equation (n+1)/(n+2). This can be proven through an inductive proof, assuming it is true for n and using that to prove it is true for n+1.
  • #1
opus
Gold Member
717
131

Homework Statement


Express the sum as a fraction of whole numbers in lowest terms:

##\frac{1}{1⋅2}+\frac{1}{2⋅3}+\frac{1}{3⋅4}+...+\frac{1}{n(n+1)}##

Homework Equations

The Attempt at a Solution


Please see attached image for my work. The reason I am posting the image rather than typing this out is because I don't really have a reason, but I do have the solution and the picture shows how I came to the solution. Basically what I did was to see any kind of general pattern to get a general idea of what the solution was, then try to develop mathematical reasoning that backed up what I found as the potential solution.

As you can see, my conclusion was that the solution is ##\frac{n}{n+1}##, which is verified by the back of the book. However, I don't like the way that I got the solution. This particular question was in a chapter of partial fraction decomposition, so I believe that a more thorough argument could be made by using that, but I don't see how. Any ideas?
 

Attachments

  • Screen Shot 2018-12-24 at 3.56.24 PM.png
    Screen Shot 2018-12-24 at 3.56.24 PM.png
    26.7 KB · Views: 378
Physics news on Phys.org
  • #2
Here is a hint: What happens if you apply fractional decomposition to each term in the series?
 
  • Like
Likes ehild and opus
  • #3
That is a good way to guess at the solution, and it will be essential for an inductive proof. Assume that you have established it for n and write down the summation for n+1 using ##n/(n+1)## for all but the last term. Then simplify that to get your desired result of ##(n+1)/(n+2)##. That would complete the proof.
 
  • Like
Likes opus
  • #4
Geofleur said:
Here is a hint: What happens if you apply fractional decomposition to each term in the series?
For the work listed under the square on the bottom left, I just got a true statement. I am kind of thrown off by the lack of variables here.
So in doing the work on the right as listed under the triangle, I decomposed ##\frac{1}{n(n+1)}## into ##\frac{n+1}{n(n+1)}-\frac{n}{n(n+1)}##
Something has gone amiss or I'm not seeing something right in front of my face.
 

Attachments

  • Screen Shot 2018-12-24 at 7.22.44 PM.png
    Screen Shot 2018-12-24 at 7.22.44 PM.png
    17.8 KB · Views: 354
  • #5
FactChecker said:
That is a good way to guess at the solution, and it will be essential for an inductive proof. Assume that you have established it for n and write down the summation for n+1 using ##n/(n+1)## for all but the last term. Then simplify that to get your desired result of ##(n+1)/(n+2)##. That would complete the proof.
By "establishing it for n" does that mean find a single case rather than the entire summation?
 
  • #6
I meant to assume that it has been established for n. In an inductive proof, one proves it for n=1 and assumes that it is true for n and then uses that to prove it is true for n+1. That proves it for all n like dominos.
 
  • Like
Likes opus
  • #7
FactChecker said:
I meant to assume that it has been established for n. In an inductive proof, one proves it for n=1 and assumes that it is true for n and then uses that to prove it is true for n+1. That proves it for all n like dominos.
Yeah I saw that you said assume in the first post, but I am a little shakey about the "n and n+1" lingo. I've never done any proofs like this of any sort, so the ideas or nomenclature is a bit above me. For example, when we say "n" are we talking about any term generally here? The first term? Probably a dumb question, so is there maybe a video or text you can reference me to so that I can get caught up a bit so I can offer an appropriate dialogue?
 
  • #8
EDIT: I see that @Geofleur has a much simpler method, which is the expected solution.

Sorry. This may not be what your teacher had in mind for you to do. It is called "Proof by Induction."
'n' is the number of terms in the entire sum. It is not just one term. You have already proven the result for a summation with only one term: ##\frac {1}{1*2} = \frac {1}{2}##. Now suppose that you assume you have proven it for a summation of n terms and can prove it for n+1 terms. Then your n=1 term case establishes it for n+1=2 terms: ##\frac {1}{1*2} + \frac {1}{2*3} = \frac {2}{3}##. And that establishes it for n=3 terms. And that establishes it for n=4 terms. ... So it is proven for any summation of n terms from n=1 to ##\infty##
 
Last edited:
  • Like
Likes opus
  • #9
Once you have decomposed ##\frac{1}{n(n+1)}## as ##\frac{1}{n}-\frac{1}{n+1}## (which I see you did in your notes), then you can use that formula on specific instances of ## n ##. For example, now you can write ## \frac{1}{2\cdot 3}=\frac{1}{2}-\frac{1}{3}##. Now do this for every term in the series and see what happens.
 
  • Like
Likes opus, SammyS and FactChecker
  • #10
opus said:
For the work listed under the square on the bottom left, I just got a true statement. I am kind of thrown off by the lack of variables here.
So in doing the work on the right as listed under the triangle, I decomposed ##\frac{1}{n(n+1)}## into ##\frac{n+1}{n(n+1)}-\frac{n}{n(n+1)}##
Something has gone amiss or I'm not seeing something right in front of my face.
upload_2018-12-25_10-32-4.png

The above image shows your decomposition of ##\displaystyle \ \frac{1}{n(n+1)} \,.\ ## Rather than writing the decomposition as ##\displaystyle \ \frac{n+1}{n(n+1)} -\frac{n}{n(n+1)} \,,\ ## write it as ##\displaystyle \ \frac{1}{n} -\frac{1}{n+1} \,.\ ##

Notice that each term in the sum (as it's given in the Original Post) has the form ##\displaystyle \ \frac{1}{k(k+1)} \,.\ ## It's to best to write the general term using some variable other than ##\ n \,, \ ## because ##\ n\ ## refers to the number of terms in the sum.

So, for instance, for the third term, set ##\ k=3\ ## and you get ##\displaystyle \ \frac{1}{(3)(4)} \,,\ ## which decomposes into ##\displaystyle \ \frac{1}{3} -\frac{1}{4} \,.\ ## The fourth term, ##\ k=4\,,\ ## is ##\displaystyle \ \frac{1}{(4)(5)} \,,\ ## which decomposes into ##\displaystyle \ \frac{1}{4} -\frac{1}{5} \,.\ ## Etc.

As you (hopefully) can see, a lot of terms cancel when you take advantage of the partial fraction decomposition.

Although the given problem can be solved using induction, partial fraction decomposition gives a nice tidy result and goes along with the material being covered in your book.

Added in Edit:
I started composing this post several hours ago. In the meantime, I see that @Geofleur has given much the same advice.

Additional remark: A sum which can be made to "collapse" liken this one does under partial fraction decomposition, is called a "telescoping" sum or "telescoping" series.​
 

Attachments

  • upload_2018-12-25_10-32-4.png
    upload_2018-12-25_10-32-4.png
    18.4 KB · Views: 833
Last edited:
  • Like
Likes opus
  • #11
FactChecker said:
EDIT: I see that @Geofleur has a much simpler method, which is the expected solution.

Sorry. This may not be what your teacher had in mind for you to do. It is called "Proof by Induction."
'n' is the number of terms in the entire sum. It is not just one term. You have already proven the result for a summation with only one term: ##\frac {1}{1*2} = \frac {1}{2}##. Now suppose that you assume you have proven it for a summation of n terms and can prove it for n+1 terms. Then your n=1 term case establishes it for n+1=2 terms: ##\frac {1}{1*2} + \frac {1}{2*3} = \frac {2}{3}##. And that establishes it for n=3 terms. And that establishes it for n=4 terms. ... So it is proven for any summation of n terms from n=1 to ##\infty##
Now I see what you mean of being like dominos!

Geofleur said:
Once you have decomposed ##\frac{1}{n(n+1)}## as ##\frac{1}{n}-\frac{1}{n+1}## (which I see you did in your notes), then you can use that formula on specific instances of ## n ##. For example, now you can write ## \frac{1}{2\cdot 3}=\frac{1}{2}-\frac{1}{3}##. Now do this for every term in the series and see what happens.
It appears that every term except for the first and last cancel! I think I may be close, but the first term is giving me gruff.
 

Attachments

  • Screen Shot 2018-12-27 at 7.25.02 PM.png
    Screen Shot 2018-12-27 at 7.25.02 PM.png
    21.2 KB · Views: 328
  • Like
Likes FactChecker
  • #12
SammyS said:
View attachment 236348
The above image shows your decomposition of ##\displaystyle \ \frac{1}{n(n+1)} \,.\ ## Rather than writing the decomposition as ##\displaystyle \ \frac{n+1}{n(n+1)} -\frac{n}{n(n+1)} \,,\ ## write it as ##\displaystyle \ \frac{1}{n} -\frac{1}{n+1} \,.\ ##

Notice that each term in the sum (as it's given in the Original Post) has the form ##\displaystyle \ \frac{1}{k(k+1)} \,.\ ## It's to best to write the general term using some variable other than ##\ n \,, \ ## because ##\ n\ ## refers to the number of terms in the sum.

So, for instance, for the third term, set ##\ k=3\ ## and you get ##\displaystyle \ \frac{1}{(3)(4)} \,,\ ## which decomposes into ##\displaystyle \ \frac{1}{3} -\frac{1}{4} \,.\ ## The fourth term, ##\ k=4\,,\ ## is ##\displaystyle \ \frac{1}{(4)(5)} \,,\ ## which decomposes into ##\displaystyle \ \frac{1}{4} -\frac{1}{5} \,.\ ## Etc.

As you (hopefully) can see, a lot of terms cancel when you take advantage of the partial fraction decomposition.

Although the given problem can be solved using induction, partial fraction decomposition gives a nice tidy result and goes along with the material being covered in your book.

Added in Edit:
I started composing this post several hours ago. In the meantime, I see that @Geofleur has given much the same advice.

Additional remark: A sum which can be made to "collapse" liken this one does under partial fraction decomposition, is called a "telescoping" sum or "telescoping" series.​
Keeping ##n## and ##k## separate is actually very helpful for me. I'm going to rewrite this like that. If you refer to my last post, I noticed that all terms except the first and last cancel (a "telescoping sum" as you put it). The the very last term seems to fall in line with what I have so far, but the first term is throwing me off a bit.
 
  • #13
I actually think I got it!
 

Attachments

  • Screen Shot 2018-12-27 at 7.46.11 PM.png
    Screen Shot 2018-12-27 at 7.46.11 PM.png
    34.5 KB · Views: 288
  • Screen Shot 2018-12-27 at 7.46.18 PM.png
    Screen Shot 2018-12-27 at 7.46.18 PM.png
    10 KB · Views: 326
  • #14
opus said:
I actually think I got it!
Yes.

The first term is 1, not 1/n .

Added in Edit: Oh my!
I didn't realize that I had included all the sigma notion (now found below). I had used the input window as a sort of sandbox yesterday, but forgot about it. It worked out pretty well to have it show up here.​

## \displaystyle \ \frac{1}{k(k+1)} \,.\ ##

## \displaystyle \ \sum_{k=1}^n \frac{1}{k(k+1)} \,.\ ##

## \displaystyle \ \sum_{k=1}^n \left( \frac{1}{k}-\frac{1}{k+1} \right)\,.\ ##

## \displaystyle \ \sum_{k=1}^n \frac{1}{k} \ - \sum_{k=1}^n \frac{1}{k+1}\,.\ ##

## \displaystyle \ \sum_{k=1}^n \frac{1}{k} \ - \sum_{j=2}^{n+1} \frac{1}{j}\,.\ ##

## \displaystyle \ \frac 1 1 + \sum_{k=2}^n \frac{1}{k} \ - \left(\frac{1}{n+1}+ \sum_{j=2}^{n} \frac{1}{j} \right)\,.\ ##
 
Last edited:
  • Like
Likes opus
  • #15
SammyS said:
## \displaystyle \ \frac{1}{k(k+1)} \,.\ ##

## \displaystyle \ \sum_{k=1}^n \frac{1}{k(k+1)} \,.\ ##

## \displaystyle \ \sum_{k=1}^n \left( \frac{1}{k}-\frac{1}{k+1} \right)\,.\ ##

## \displaystyle \ \sum_{k=1}^n \frac{1}{k} \ - \sum_{k=1}^n \frac{1}{k+1}\,.\ ##

## \displaystyle \ \sum_{k=1}^n \frac{1}{k} \ - \sum_{j=2}^{n+1} \frac{1}{j}\,.\ ##

## \displaystyle \ \frac 1 1 + \sum_{k=2}^n \frac{1}{k} \ - \left(\frac{1}{n+1}+ \sum_{j=2}^{n} \frac{1}{j} \right)\,.\ ##

Yes.

The first term is 1, not 1/n .
I like that sigma notation. Only time I've used it is for Riemann sums. Very cool. Thanks!
 

1. What does it mean to express a sum as a fraction of whole numbers?

Expressing a sum as a fraction of whole numbers means representing a number or quantity as a ratio of two whole numbers. This is done by dividing the sum into equal parts and expressing the part as a fraction of the whole.

2. How do you express a sum as a fraction of whole numbers?

To express a sum as a fraction of whole numbers, you need to divide the sum into equal parts and then write the part as a fraction of the whole. For example, if you have a sum of 6 and you divide it into 3 equal parts, each part would be 2. Therefore, the sum of 6 can be expressed as 2/3.

3. Can a sum always be expressed as a fraction of whole numbers?

No, not all sums can be expressed as a fraction of whole numbers. Some sums may result in a decimal or a fraction with a decimal in the numerator or denominator. In these cases, the sum cannot be expressed as a fraction of whole numbers.

4. Why is it useful to express a sum as a fraction of whole numbers?

Expressing a sum as a fraction of whole numbers can make it easier to understand and work with. It can also help in simplifying calculations and comparing quantities. Additionally, it is a more precise way of representing a number or quantity compared to a decimal or mixed number.

5. Are there any specific rules for expressing a sum as a fraction of whole numbers?

There are no specific rules for expressing a sum as a fraction of whole numbers. However, it is important to remember that the fraction should be in its simplest form, and the denominator should not be zero. It is also helpful to consider the context and purpose of the expression when choosing the whole numbers for the fraction.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
5
Views
291
  • Precalculus Mathematics Homework Help
Replies
4
Views
799
  • Precalculus Mathematics Homework Help
Replies
3
Views
1K
  • Precalculus Mathematics Homework Help
Replies
10
Views
2K
  • Precalculus Mathematics Homework Help
Replies
8
Views
1K
  • Precalculus Mathematics Homework Help
Replies
3
Views
1K
  • Precalculus Mathematics Homework Help
Replies
34
Views
2K
  • Precalculus Mathematics Homework Help
Replies
11
Views
2K
  • Precalculus Mathematics Homework Help
Replies
12
Views
1K
  • Precalculus Mathematics Homework Help
Replies
8
Views
1K
Back
Top