![]() |
![]() |
#1 (permalink) |
Psycho
|
sigma notation [series & sequences]
Hi,
I want to double check this math problem for the spring break take-home test: q: use sigma notation to express the series: 0.2 - .8 + 3.2 - 12.8 + 51.2 - .......... A: I realized that the powers of 2 are at odd integers, then divided by 10. [i.e. 2^1=2 2^3=8 etc.....] but I'm trying to figure out how to express this [the fact only odd integers are used as the powers] in notation.... so far i have: Code:
[infinity symbol] [2^k] (-1)^(k+1) [Sigma symbol] _____________________ K= 1 10 thanks for the help, will.
__________________
currently reading: currently playing : |
![]() |
![]() |
#3 (permalink) | |
Psycho
Location: Princeton, NJ
|
Quote:
Try this: Code:
[infinity symbol] [2^(2k+1)] (-1)^(k) [Sigma symbol] _____________________ K= 0 10 |
|
![]() |
![]() |
#4 (permalink) | |
Tilted
Location: North Carolina
|
Quote:
Code:
[infinity symbol] [2^(2k-1)] (-1)^(k+1) [Sigma symbol] _____________________ K= 0 10 |
|
![]() |
![]() |
#6 (permalink) |
has a plan
Location: middle of Whywouldanyonebethere
|
Well first of this cant be an infinite series since the sum is divergent. And also the equations presented before are somewhat difficult to work with when dealing with a sum.
Code:
n Sum -((-4)^k)/20 k=1 Code:
remember: a1*(1-r^n)/(1-r) ; where r is -4 and a1 is the first term .2 so: (1-Tn)/25 ; Where Tn is the finishing term of your sum
__________________
|
![]() |
![]() |
#7 (permalink) | |
Psycho
Location: Princeton, NJ
|
Quote:
I always wanted to answer a math problem in tilted knowledge but all these smart TFPers always beat me to it. |
|
![]() |
Tags |
notation, sequences, series, sigma |
|
|