New Reply

Sigma Notation Help?

 
Share Thread Thread Tools
Mar27-11, 11:40 PM   #1
 

Sigma Notation Help?


Express this in sigma notation?
3^3 - 3^4 + 3^5 - ... - 3^100

Evaluate these two sigmas?
n
∑ (i-2)^2
i =1

n
∑ (4-i^2)
i =1

I don't really understand sigma notation so I'm really interested in the process and explanation of how to do it. Any help would be greatly appreciated!
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Bird's playlist could signal mental strengths and weaknesses
>> Minus environment, patterns still emerge: Computational study tracks E. coli cells' regulatory mechanisms
>> Bacterium uses natural 'thermometer' to trigger diarrheal disease, scientists find
Mar28-11, 12:02 AM   #2
 
Recognitions:
Science Advisor Science Advisor
Did your course materials cover how to add up the squares of consecutive integers?
Do they give a formula for
[tex] \sum_{i=1}^n i^2 [/tex]
Mar28-11, 12:09 AM   #3
 
yes.

n
∑ (i^2) = n(n+1)/2
i =1

How do I apply this? :S
Mar28-11, 12:20 AM   #4
 
Recognitions:
Science Advisor Science Advisor

Sigma Notation Help?


For example

[tex] \sum_{i=1}^n 3i^2 + 2i + 1 [/tex]

The summation can be distributed to obtain

[tex] = 3 \sum_{i=1}^n i^2 + 2 \sum_{i=1}^n i + \sum_{i=1}^n 1 [/tex]

[tex] = 3 ( n (n+1)/2) + 2 \sum_{i=1}^n i + n [/tex]

The materials probably give the the formula for [tex] \sum_{i=1}^n i [/tex] and you can use it also.

In the problems you asked about, you need to multiply out the expressions like [tex] (i-2)^2 [/tex] before you distribute the summation.
Mar28-11, 12:24 AM   #5
 
Alright, I think I understand what you're saying. What about the first question with expressing 3^3 - 3^4 + 3^5 - ... - 3^100 as sigma notation? Is there a formula that could be used to acquire the expression for the sigma notation?
Mar28-11, 12:45 AM   #6
 
Recognitions:
Science Advisor Science Advisor
Quote by missadorkable View Post
Is there a formula that could be used to acquire the expression for the sigma notation?
No, there isn't a mechanical procedure for determining the formula (the function of i) that would be used in the sigma notation to get that series. You have to do it by trial and error. The terms alternate, so it could involve a negative number raised to a power. You can throw in a factor of [tex] (-1)^i [/tex] or [tex] (-1)^{i+1} [/tex] in the formula if it is needed to make the signs come out correctly. The things that are increasing by 1 in each term should tell you that the formula involves [tex]i [/tex] as an exponent. It looks like the first exponent starts as 3 not as 1. If your materials want you to start all summations with [tex] i = 1 [/tex] then use the expression [tex] i+2 [/tex] in the exponent to make the first term have an exponent of 3.
Mar28-11, 05:19 AM   #7
 
Quote by missadorkable View Post
yes.

n
∑ (i^2) = n(n+1)/2
i =1

How do I apply this? :S
This is wrong. n(n+1)/2 is the sum of the first n integers.

To write the first in sigma notation, just look at the pattern. you've got a coefficient that is oscliating between -1 and 1, you have some odd numbers in the denominator. Just try to find a pattern.
New Reply

Tags
calculus, sigma
Thread Tools


Similar Threads for: Sigma Notation Help?
Thread Forum Replies
Sigma Notation General Math 6
Sigma Notation Calculus & Beyond Homework 1
Sigma Notation Precalculus Mathematics Homework 4
Sigma notation: What exactly is i? General Math 2
Sigma notation Calculus & Beyond Homework 2