Series problem: given s(sub n), find a(sub n) and sum of a(sub n)

  • Thread starter Thread starter SpicyPepper
  • Start date Start date
  • Tags Tags
    Series Sum
Click For Summary
SUMMARY

The discussion focuses on determining the individual terms \( a_n \) and the sum \( \Sigma a_n \) for the series defined by the nth partial sum \( s_n = \frac{n - 1}{n + 1} \). The correct formula for \( a_n \) is derived as \( a_n = \frac{2}{n(n+1)} \). However, the limit of the sequence of partial sums converges to 1, not 2, indicating that the initial interpretation of the sum was incorrect. The individual terms \( a_n \) are calculated sequentially, revealing that \( a_1 = 0 \), \( a_2 = \frac{1}{3} \), and \( a_3 = \frac{1}{6} \).

PREREQUISITES
  • Understanding of series and sequences
  • Familiarity with limits in calculus
  • Knowledge of partial sums
  • Ability to manipulate algebraic fractions
NEXT STEPS
  • Study the concept of convergence in infinite series
  • Learn about the properties of partial sums in series
  • Explore the method of telescoping series
  • Investigate the implications of series divergence and convergence tests
USEFUL FOR

Students studying calculus, particularly those focusing on series and sequences, as well as educators looking for examples of series convergence and term derivation.

SpicyPepper
Messages
20
Reaction score
0

Homework Statement


This is a problem in my book, and the answer is in the back. Unfortunately I can't solve it.

If the nth partial sum of a series \sum a_{n} n=1 to infinity is

s_{n} = (n - 1) / (n + 1)

find a_{n} and \Sigma a_{n} n=1 to infinity

Homework Equations


a_{n} = s_{n} - s_{n-1}

The Attempt at a Solution


I used the equation above to get a_{n} = 2/(n(n+1))

To get the sum, I wrote out the sequence after I figured out:
2/(n(n+1)) = 2/n - 2/(n+1)
so
= lim n->infinity (2/1 - 2/2) + (2/2 - 2/3) + (2/3 - 2/4) + ... + (2/n - 2/(n+1))
= lim n->infty 2/1 - 2(n+1)
= 2

But the answer for the sum is 1.
 
Physics news on Phys.org
Not all a_n follow that formula -- check where it's not applicable.
 
SpicyPepper said:

Homework Statement


This is a problem in my book, and the answer is in the back. Unfortunately I can't solve it.

If the nth partial sum of a series \sum a_{n} n=1 to infinity is

s_{n} = (n - 1) / (n + 1)

find a_{n} and \Sigma a_{n} n=1 to infinity

Homework Equations


a_{n} = s_{n} - s_{n-1}


The Attempt at a Solution


I used the equation above to get a_{n} = 2/(n(n+1))

To get the sum, I wrote out the sequence after I figured out:
2/(n(n+1)) = 2/n - 2/(n+1)
so
= lim n->infinity (2/1 - 2/2) + (2/2 - 2/3) + (2/3 - 2/4) + ... + (2/n - 2/(n+1))
= lim n->infty 2/1 - 2(n+1)
= 2

But the answer for the sum is 1.
The sum of an infinite series is, by definition, the limit of the sequence of partial sums. Here it is \lim_{n\to\infty} (n-1)/(n+1).

To find the individual terms, a_1 is the first "partial sum": a_1= (1-1)/(1+1)= 0. a_2 is then given by a_1+ a_2= (2-1)/(2+1) so 0+ a_2= a_2= 1/3. a_3 is given by a_1+ a_2+ a_3= 0+ 1/3+ a_3= (3-1)(3+1)= 2/4= 1/2 so a_3= 1/2- 1/3= 1/6, etc.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 5 ·
Replies
5
Views
1K
Replies
8
Views
2K