Finding the General Term for a Sequence with a Given Sum?

  • Thread starter Thread starter LAdidadida
  • Start date Start date
  • Tags Tags
    Sequence
AI Thread Summary
To find the general term of the sequence with the sum S(n) = 1/n(n+1), the term T(n) can be derived using T(n) = S(n) - S(n-1). This calculation leads to T(n) = -2/n(n-1)(n+1), but it fails for n=1 due to the undefined nature of S(0). The first term T(1) can be directly calculated as T(1) = S(1), since S(0) is not defined. Therefore, the first term must be evaluated from the general expression for S(n) when n equals 1.
LAdidadida
Messages
6
Reaction score
0

Homework Statement



Find the general term of a sequence whose sum of the first n terms is S(n)=1/n(n+1)

Homework Equations



N/A

The Attempt at a Solution



I am able to work out T(n) as through T(n)=S(n)-S(n-1)
which works out to be -2/n(n-1)(n+1) however this doesn't work for when n=1

Any help would be greatly appreciated :smile:
 
Physics news on Phys.org
LAdidadida said:

Homework Statement



Find the general term of a sequence whose sum of the first n terms is S(n)=1/n(n+1)

Homework Equations



N/A

The Attempt at a Solution



I am able to work out T(n) as through T(n)=S(n)-S(n-1)
which works out to be -2/n(n-1)(n+1) however this doesn't work for when n=1

Any help would be greatly appreciated :smile:

expression you derived is from T(n)=S(n)-S(n-1) => T(1)=S(1)-S(0)
T(1)=S(1) , S(0) doesn't make sense.

T(1) can be directly calculated from general expression for S(n) for n=1
 
In other words, since a sum cannot have 0 terms, there is no such thing as S(0)! The first partial sum is S(1)= T(1).
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top