Sigma Notation Problem: Evaluating a Series with n=5 and d=6

AI Thread Summary
The discussion focuses on evaluating the series defined by the expression 12∑(6n + 1) from n=5 to n=12. Initially, the user attempted to calculate the sum using the wrong number of terms, leading to an incorrect result. The correct approach involves recognizing that the number of terms is 8, calculated as (12-5+1). After clarifying this, the user successfully derived the correct answer of 416. The importance of accurately counting the terms in a summation is emphasized throughout the conversation.
Vipul
Messages
15
Reaction score
0
[a]1. Homework Statement [/b]

Evaluate:
12
\sum (6n + 1)
n=5

2. The attempt at the solution
So, how do i go about doing this? I tried finding the first three numbers of the series to find the difference by substituting n = 5,6,7 and then use the Sum formula S = n/2[2a + (n-1)d]. But the answer turned out to be wrong. The correct answer to this is 416.
 
Last edited:
Physics news on Phys.org
Remember that you are summing from n=5 to n=12, not n=0 to n=12. Does that make a difference? Can't really tell because tyou never showed your working.
 
Sorry about that.
So i substituted n = 5,6,7
so the sequences is as follows: 31,37,43.
So from the sequence a = 31 and d = 6
Substituting into the formula S = n/2[2a + (n-1)d]

S = 12/2 [2(31) + (12-1)6]
S = 6[62 + 66]
S = 6 X 128
S = 768
The answer i get is pretty farout from the actual answer.EDIT : Found the solution. the number of terms is 8, not 12. Because you actually count the number of terms from 5 to 12.
 
Last edited:
Correct, you should remember that if you are summing from a to b there are (b-a+1) terms. If you take (b-a) terms you will be one short because you have not included a as your first term. Examine this, think of the difference as being equal to the number of bracketed things (if that makes sense):

b-a = (a+1),(a+2),(a+3),...(b)
b-a+1= [(a+1),(a+2),(a+3),...(b)]+1
OR:
b-a+1= (a),(a+1),(a+2),(a+3),...,(b)

Do you see why it should be b-a+1 and not b-a ?

I am sorry if I am labouring the point too much :(
 
Yes, got the point. Thanks a lot :D
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top