Finding the nth Term of an Arithmetic Sequence

  • Thread starter Thread starter demonelite123
  • Start date Start date
  • Tags Tags
    Arithmetic Sequence
AI Thread Summary
The sum of the first n terms of an arithmetic sequence is expressed as Sn = 3n² - n. To find the nth term, it is established that a1 = 2 and the common difference d = 6. The nth term formula is derived as an = a1 + d(n-1), leading to an = 6n - 4. The discussion clarifies the confusion around the notation for differences in sequences and confirms the calculations for the first term and common difference. The final result shows that the nth term of the sequence is indeed 6n - 4.
demonelite123
Messages
216
Reaction score
0
The sum of the first n terms in a certain arithmetic sequence is given by Sn = 3n2 - n. Show that the nth term of the sequence is given by an = 6n - 4.

so far i have done:
Sn = (n / 2) (a1 + an) = 3n2 - n
i solved for a1 + an = 6n - 2

i also have an = a1 + d(n-1).

i don't know what do to next. please help me.
 
Physics news on Phys.org
d = 6, from {d'}_{n} = S_{n+1} - S_{n} and then evaluate d = {d'}_{n+1} - {d'}_n =6
and note that a_1 = S_1
 
i don't understand what dn is. isn't d just the common difference? how come there's an apostrophe on it?
 
demonelite123 said:
i don't understand what dn is. isn't d just the common difference? how come there's an apostrophe on it?

the way I have written it, d' is not actually d in the defintion of: a_n = a_1 + d (n-1)
so I put the "prime" or apostrophe on it. But the difference between two consecutive d' is the d we are after... write down the sequence and the progression and work out the differences between consecutive entries to see the pattern and visualise how these results are derived.
 
sorry i don't understand this part: Sn+1 - Sn = d' and then evaluate d = d'n+1 - d'n = 6.

how did you find what d'n+1 was? and how did you know d = 6?
 
You are told that the sum of the first n terms is 3n2- n. Then the first term, alone, a1= 3(12)- 1= 2. Also the sum of the first two terms is a1+ a2= 3(22)- 2= 10 so a2= 10- a1= 10- 2= 8. So the first term is 2 and the common difference is 8-2= 6. The nth term is 2+ 6(n-1)= 2+ 6n- 6= 6n- 4.
 
thanks a bunch!
i don't know why i didn't think of that!
 
Back
Top