The Student Room Group

Can someone explain the equation: S_n = n*(a_1 + a_n)/2 to me please?

I only know it in the form of Sn = n/2[2a+(n-1)d]

I have an equation where I am calculating the sum, where a=4, d=3.5, and n=31

I know it as S31 = 31/2[2x4+(31-1)x3.5]

Online, I see a solution with the equation: S_n = n*(a_1 + a_n)/2 which has the following steps:

S_31 = 31*(a_1 + a_31)/2
S_31 = 31*(k + k + 30d)/2
S_31 = 31*(4 + 4 + 30*3.5)/2
S_31 = 31*(113)/2
S_31 = 1,751.5

Can you please explain how this formula and solution is the same as my formula and solution? I don't get what it means by a_1 and a_n, but also I don't get how that equation from the solution matches mine and converts.

I would just like to be walked through that equation and solution as it is completely different to mine and I havent seen a_1 and a_n before so also don't know what they mean.
Thanks!
Original post by blobbybill
I only know it in the form of Sn = n/2[2a+(n-1)d]

I have an equation where I am calculating the sum, where a=4, d=3.5, and n=31

I know it as S31 = 31/2[2x4+(31-1)x3.5]

Online, I see a solution with the equation: S_n = n*(a_1 + a_n)/2 which has the following steps:

S_31 = 31*(a_1 + a_31)/2
S_31 = 31*(k + k + 30d)/2
S_31 = 31*(4 + 4 + 30*3.5)/2
S_31 = 31*(113)/2
S_31 = 1,751.5

Can you please explain how this formula and solution is the same as my formula and solution? I don't get what it means by a_1 and a_n, but also I don't get how that equation from the solution matches mine and converts.

I would just like to be walked through that equation and solution as it is completely different to mine and I havent seen a_1 and a_n before so also don't know what they mean.
Thanks!


Remember that the nth term of the sequence is a + (n-1)d.

So if you split up 2a + (n-1)d into a + (a + (n-1)d) you get the first term plus the last term (i.e a1 + an).

They're both right, you use them interchangebly depending on what info you have.
Original post by blobbybill
I only know it in the form of Sn = n/2[2a+(n-1)d]

I have an equation where I am calculating the sum, where a=4, d=3.5, and n=31
I know it as S31 = 31/2[2x4+(31-1)x3.5]
Online, I see a solution with the equation: S_n = n*(a_1 + a_n)/2 which has the following steps:
S_31 = 31*(a_1 + a_31)/2
S_31 = 31*(k + k + 30d)/2
S_31 = 31*(4 + 4 + 30*3.5)/2
S_31 = 31*(113)/2
S_31 = 1,751.5

Can you please explain how this formula and solution is the same as my formula and solution? I don't get what it means by a_1 and a_n, but also I don't get how that equation from the solution matches mine and converts.

I would just like to be walked through that equation and solution as it is completely different to mine and I havent seen a_1 and a_n before so also don't know what they mean.
Thanks!


an a_n refers to the nth term of a sequence, and so a1 a_1 refers to the first term in a sequence - this matches with your a a , which you define as the first term in the sequence.

What they've done is they've taken the formula Sn=n2[a+(a+(n1)d)] S_n=\frac{n}{2}[a+(a+(n-1)d)] (which is the same as yours, I've just written 2a=a+a 2a = a+a and put some brackets). Notice that what is inside the curly brackets is the nth term of an arithmetic sequence and a a is the first term. This thus means that the sum can also be expression as Sn=n2[a1+an] S_n = \frac{n}{2} [a_1 + a_n] .

That is what they have started with - and they have then realised, they don't have a31 a_{31} , but they do have a common difference, so they reverted to your formula instead. It's a bit of a roundabout method, but it's important to know that both formulae exist and they're just algebraic manipulations of each other.

Hope that somewhat helps. If you still don't understand, just let me know :smile:
Reply 3
Original post by SeanFM
Remember that the nth term of the sequence is a + (n-1)d.

So if you split up 2a + (n-1)d into a + (a + (n-1)d) you get the first term plus the last term (i.e a1 + an).

They're both right, you use them interchangebly depending on what info you have.


So when you say (a1 + an), you basically mean U1 (as in the first term - because first term is just a) and Un (as in the last term - because last term is given by a + n-1 d)??

You say you use them interchangeably depending on which info you have. When would you use one compared to the other?

My teacher hasn't told us about that equation, we have only been taught n/2[2a+(n-1)d], should I be worried?
Original post by blobbybill
So when you say (a1 + an), you basically mean U1 (as in the first term - because first term is just a) and Un (as in the last term - because last term is given by a + n-1 d)??

You say you use them interchangeably depending on which info you have. When would you use one compared to the other?

My teacher hasn't told us about that equation, we have only been taught n/2[2a+(n-1)d], should I be worried?


Yes, except you used a1 and an so I stuck to the same notation :smile:

Depends on which info you have :smile: in your question given you have all the pieces of information so could do either. But as you don't have Un and would have to work it out it's less effort to use the one you've been taught.

Depends on whether you've finished the topic/chapter or not.
Reply 5
Original post by kingaaran
an a_n refers to the nth term of a sequence, and so a1 a_1 refers to the first term in a sequence - this matches with your a a , which you define as the first term in the sequence.

What they've done is they've taken the formula Sn=n2[a+(a+(n1)d)] S_n=\frac{n}{2}[a+(a+(n-1)d)] (which is the same as yours, I've just written 2a=a+a 2a = a+a and put some brackets). Notice that what is inside the curly brackets is the nth term of an arithmetic sequence and a a is the first term. This thus means that the sum can also be expression as Sn=n2[a1+an] S_n = \frac{n}{2} [a_1 + a_n] .

That is what they have started with - and they have then realised, they don't have a31 a_{31} , but they do have a common difference, so they reverted to your formula instead. It's a bit of a roundabout method, but it's important to know that both formulae exist and they're just algebraic manipulations of each other.

Hope that somewhat helps. If you still don't understand, just let me know :smile:


So to use the method that they have used, they would need the first term (a, to put into the "a1" part of the equation), and they would also need the last term (given by (a + (n-1)d)) for that equation to work?? Is this correct? So you need the first term, the last term (and obviously n) to work out the sum using that equation that they used?

Also, just to clarify, a1 always equals a doesn't it, because it is the first term?
Reply 6
Original post by SeanFM
Yes, except you used a1 and an so I stuck to the same notation :smile:

Depends on which info you have :smile: in your question given you have all the pieces of information so could do either. But as you don't have Un and would have to work it out it's less effort to use the one you've been taught.

Depends on whether you've finished the topic/chapter or not.



AHH, SOMETHING JUST CLICKED!!! Sn=n/2 (a + a+(n-1)d), ie the equation that they used in that example, is the same as writing it as Sn=n/2(a+l) isn't it? Because l, for the last term, is given by a + (n-1)d. I'm right in realising this aren't I?

Also, when you say "an" for the last term in that equation, is that the same as saying a31, or u31 in this instance (for the 31st term), because n=31 in this case? Am I right in thinking this too?
Thanks
Original post by blobbybill
AHH, SOMETHING JUST CLICKED!!! Sn=n/2 (a + a+(n-1)d), ie the equation that they used in that example, is the same as writing it as Sn=n/2(a+l) isn't it? Because l, for the last term, is given by a + (n-1)d. I'm right in realising this aren't I?

Also, when you say "an" for the last term in that equation, is that the same as saying a31, or u31 in this instance (for the 31st term), because n=31 in this case? Am I right in thinking this too?
Thanks


Correct :h:

And also correct. If you had n = 1 then the first and last term would be a1. If n=2 then you have a1 and a2... n= 31 you have ... up to a31.
Original post by blobbybill
AHH, SOMETHING JUST CLICKED!!! Sn=n/2 (a + a+(n-1)d), ie the equation that they used in that example, is the same as writing it as Sn=n/2(a+l) isn't it? Because l, for the last term, is given by a + (n-1)d. I'm right in realising this aren't I?

Also, when you say "an" for the last term in that equation, is that the same as saying a31, or u31 in this instance (for the 31st term), because n=31 in this case? Am I right in thinking this too?
Thanks


Perfect - exactly this!

Quick Reply

Latest