Solving Math Series: Find nth Term & Sum of First n Terms

  • Thread starter Thread starter homad2000
  • Start date Start date
  • Tags Tags
    Series
AI Thread Summary
The discussion focuses on finding the nth term and the sum of the first n terms for a specific series involving a constant 'a' and a variable 'd'. Participants analyze the pattern of the series, noting that the nth term can be expressed as a(n) = a + (n^2 - n)/2 * d. They explore the relationship between the terms and how to derive the sum, suggesting that the sum can be approached by separating components. The conversation emphasizes the importance of recognizing patterns and using algebraic manipulation to solve the problem. Overall, the thread highlights collaborative problem-solving in mathematics.
homad2000
Messages
19
Reaction score
0

Homework Statement



consider the series: a + (a+d) + (a+3d) + (a+6d) + (a+10d) + (a+15d) ...
find a formula for nth term, and the sum of the first n terms.

Homework Equations



I think, it is similar to the Fibonacci series.


The Attempt at a Solution



well, I tried rearange and simplify it, but no clue!
 
Physics news on Phys.org
hi homad2000! :wink:

well, first, what is the formula for nth term? :smile:
 


Hint: Look at how each term in the series differs from the last. From the partial series given, you can assume that the quantity 'a' is in each term of the series. Now look at how the part with the quantity 'd' changes depending on which term is considered. In the first term, there is no 'd'. In the second term, a single 'd'. In the third term, '3d'. The coefficient of the 'd' term is some function of the 'i'th term of the series.
 


OK, I see how this series working, the nth term can be found like this:

a(n) = a(n-1) + (n-1)d

but how about the sum of the series?
 
homad2000 said:
a(n) = a(n-1) + (n-1)d

nooo … try again :smile:
 


tiny-tim said:
nooo … try again :smile:

why? if we want to get for example the 4th term, it's the third term + (4-1)d = (a+3d) + 3d = a+6d ?
 
oh sorry, i misread your a(n-1) as a product :redface:

ok now what is an in absolute terms, not as a function of an-1 ? :smile:
 


great!

I got: a(n) = a + (n^2 - n ) / 2 * d !

any hints how to start solving the second part?
 
hi homad2000! :smile:

(try using the X2 icon just above the Reply box :wink:)

ok :smile:

now sum each bit separately …

∑ a is easy! :-p

for ∑ (n2 - n)/2, rewrite that as ∑ n(n-1)/2 …

does that remind you of anything? :wink:
 
  • #10


:) hahah, i wasnt thinking that way! anyways, thank you very much!
 
Back
Top