Find an expression for the nth partial sum using this identity

Thanks again though for the help.In summary, the given series is not a geometric series and the task is to find the nth partial sum and the sum of the series using the identity provided. The nth partial sum is found to be 1 - 1 / (n + 1) and the sum is 1. Additionally, 1000 terms of the series would be required for the partial sum to differ from the total sum by less than 0.001. There may be some confusion about the use of the partial sum notation, but in the end, the correct solution was obtained with the given hints and help.
  • #1
5hassay
82
0

Homework Statement



The series,

1 / (1 x 2) + 1 / (2 x 3) + 1 / (3 x 4) + ... + 1 / [n(n + 1)] + ...

is not a geometric series.

(A) Use the identity

1 / [k(k + 1)] = 1 / k - 1 / (k + 1)

to find an expression for the nth partial sum Sn and (B) use it to find the sum of the series. (C) Also, how many terms of the series would be required so that the partial sum differs from the total sum by less than 0.001?

Homework Equations



1 / [k(k + 1)] = 1 / k - 1 / (k + 1)

The Attempt at a Solution



(A)

I do not understand how the provided identity could be used to find Sn.
However that I think that the following is true,

Sn = 1 / (1 x 2) + 1 / (2 x 3) + ... + 1 / [n(n + 1)]

I cannot seem to make an expression such as the answer, 1 - 1 / (n +1).

(B)

I understand that the limit of Sn as n approaches infinite is equal to the sum of the series, but, alas, I do not have an expression for Sn. (The answer is 1.)

(C)

From my incomplete understanding of infinite series, I would think that the partial sum Sn would have a difference of less than 0.001 with the total sum L (the limit of the infinite series), or,

Sn - L < 0.001
Sn < 0.001 + L

Here, I would think there would be manipulation of Sn to isolate n for this inequality. (The answer is 1000.)


----

Much appreciation for any help! This is my first time in maybe 3 years since doing any form of obvious sequences and series, so the smallest of corrections (incorrect terminology) is completely welcomed.
 
Physics news on Phys.org
  • #2
How can you use the given identity to represent 1/(1x2)? 1/(2x3)? And every term in the series?
 
  • #3
Pi-Bond said:
How can you use the given identity to represent 1/(1x2)? 1/(2x3)? And every term in the series?

Hmmmm...

S1 = 1 / (1 x 2) = 1 / [1(1 + 1)] = 1 / 1 - 1 / (1 + 1) = 1 - 1 / 2 = 1 / 2
S2 = 1 / (2 x 3) = 1 / [2(2 + 1)] = 1 / 2 - 1 / (2 + 1) = 1 / 2 - 1 / 3 = 1 / 6
S3 = 1 / (3 x 4) = 1 / [3(3 + 1)] = 1 / 3 - 1 / (3 + 1) = 1 / 3 - 1 / 4 = 1 / 12

.
.
.

Sn = S1 + S2 + ... + 1 / n - 1 / (n + 1)

And, as I see adding S1, S2, and so forth, the limit as n approaches infinite of is equal to 1 (it appears). So...


Sn = 1 + 1 / n - 1 / (n + 1)


And, as I understand that the limit of 1 / n as n approaches infinite is equal to 0...

Sn = 1 + 0 - 1 / (n + 1) = 1 - 1 / (n + 1)


Is this correct? Mind you, I found the number 1 by manual calculations (I don't know if there is a 'more correct' method).
 
  • #4
Instead of evaluating the fractions, leave them as they are. Then you can write the partial sum as:

(1-1/2)+(1/2-1/3)+(1/3-1/4)+...

Can you use this form now?
 
  • #5
Pi-Bond said:
Instead of evaluating the fractions, leave them as they are. Then you can write the partial sum as:

(1-1/2)+(1/2-1/3)+(1/3-1/4)+...

Can you use this form now?

I can now see the validity of the answer 1 - 1 / (n + 1) (2)
as the nth partial sum, in that for the first term it is immediately obvious, and that in using (2) for the nth term its difference can be verified by adding the previous partial sums.

However, I recognized this by looking at the first term and seeing the solution (2), and by applying it to an nth term and then adding the partial sums before it and seeing that they are equal. Was this what I was supposed to do?
 
  • #6
I'm not entirely sure what you are asking; what do you mean by "previous partial sums"? The nth partial sum is the (n-1)th partial sum plus the nth term by definition. You were supposed to see the validity of the nth partial sum based on the hint I think.
 
  • #7
Pi-Bond said:
I'm not entirely sure what you are asking; what do you mean by "previous partial sums"? The nth partial sum is the (n-1)th partial sum plus the nth term by definition. You were supposed to see the validity of the nth partial sum based on the hint I think.

To be honest, I not entirely sure what I am doing, and am still pretty confused.

But, what I meant but "previous partial sums" is that in using (2) for n = 1, it results in the first value of 1 / 2; for the second term n = 2, the equation gets the same value as in adding the first and second terms; and so on.
 
  • #8
You're confusing the two sequences. You have one sequence[tex]a_k = \frac{1}{k(k+1)}=\frac{1}{k}-\frac{1}{k+1}[/tex]and the sequence of partial sums[tex]S_n = \sum_{k=1}^n a_k=a_1 + a_2 + \cdots + a_n[/tex]Calculate the n-th partial sum Sn by substituting in for a1, a2, …, an and using the hint. (I think this is what you may have done, but it's not clear because you're using Sn to refer to both sequences.)
 
  • #9
5hassay said:
To be honest, I not entirely sure what I am doing, and am still pretty confused.

But, what I meant but "previous partial sums" is that in using (2) for n = 1, it results in the first value of 1 / 2; for the second term n = 2, the equation gets the same value as in adding the first and second terms; and so on.

Yes, that is what the partial sum represents; the sum of the first n terms of a sequence. Of course, that is what you get when you evaluated-

(1-1/2)+(1/2-1/3)+(1/3-1/4)+...+(1/n-1/(n-1)) = 1- 1/(n-1)
 
  • #10
Well, I appreciate all the responses, but I have become a bit frustrated and am going to give this problem some time and come back to it later, and maybe I will understand these hints and help I have been given a bit better, haha.
 

What is the purpose of finding an expression for the nth partial sum using this identity?

The purpose of finding an expression for the nth partial sum using this identity is to simplify complex mathematical expressions and make them more manageable and easier to work with.

How do you find the nth partial sum using an identity?

To find the nth partial sum using an identity, you first need to identify the pattern or formula for the identity. Then, plug in the values for n and simplify the expression to find the nth partial sum.

Can you explain the concept of a partial sum?

A partial sum is the sum of a certain number of terms in a sequence. For example, the nth partial sum would be the sum of the first n terms in a sequence.

What is the benefit of using an identity to find the nth partial sum?

Using an identity to find the nth partial sum can save time and effort, as it allows you to use a known formula or pattern to simplify the expression and find the sum, rather than manually adding each term in the sequence.

Can this concept be applied to all types of mathematical expressions?

Yes, the concept of finding an expression for the nth partial sum using an identity can be applied to various types of mathematical expressions, including arithmetic, geometric, and trigonometric sequences.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
5
Views
284
  • Precalculus Mathematics Homework Help
Replies
10
Views
2K
  • Precalculus Mathematics Homework Help
Replies
15
Views
964
  • Precalculus Mathematics Homework Help
Replies
8
Views
274
  • Precalculus Mathematics Homework Help
Replies
2
Views
1K
  • Precalculus Mathematics Homework Help
Replies
15
Views
1K
  • Precalculus Mathematics Homework Help
Replies
16
Views
628
  • Calculus and Beyond Homework Help
Replies
7
Views
958
  • Precalculus Mathematics Homework Help
Replies
3
Views
634
  • Precalculus Mathematics Homework Help
Replies
11
Views
2K
Back
Top