Tilted Forum Project Discussion Community  

Go Back   Tilted Forum Project Discussion Community > The Academy > Tilted Knowledge and How-To


 
 
LinkBack Thread Tools
Old 03-29-2005, 08:01 AM   #1 (permalink)
Psycho
 
keyshawn's Avatar
 
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 :
keyshawn is offline  
Old 03-29-2005, 08:34 AM   #2 (permalink)
Tilted
 
Location: North Carolina
Well my first suggestion would be to put the series {1,3,5,7,9...} in sigma notation. These are the exponents you're raising two to. This is what you're hung up on, and hopefully by breaking it down this way you can do it.
elsesomebody is offline  
Old 03-29-2005, 09:14 AM   #3 (permalink)
Psycho
 
iccky's Avatar
 
Location: Princeton, NJ
Quote:
Originally Posted by keyshawn
so far i have:

Code:
   [infinity symbol]          [2^k] (-1)^(k+1)
 [Sigma symbol]                       _____________________
  K= 1                                                  10
Almost there, but like you say the formula you have now will give you .2-.4+.8 ...

Try this:

Code:
   [infinity symbol]          [2^(2k+1)] (-1)^(k)
 [Sigma symbol]                       _____________________
  K= 0                                                  10
I'm a bit rusty and working quickly but that should work.
iccky is offline  
Old 03-29-2005, 10:12 AM   #4 (permalink)
Tilted
 
Location: North Carolina
Quote:
Originally Posted by iccky
Almost there, but like you say the formula you have now will give you .2-.4+.8 ...

Try this:

Code:
   [infinity symbol]          [2^(2k+1)] (-1)^(k)
 [Sigma symbol]                    _____________________
  K= 0                                  10
I'm a bit rusty and working quickly but that should work.
Actually I believe it should be:
Code:
   [infinity symbol]          [2^(2k-1)] (-1)^(k+1)
 [Sigma symbol]                _____________________
  K= 0                               10
elsesomebody is offline  
Old 03-30-2005, 12:07 PM   #5 (permalink)
Psycho
 
keyshawn's Avatar
 
aha - that's it !

thanks for your help ickky and elsesomebody !


catcha back on the flipside,
keyshawn
__________________
currently reading:

currently playing :
keyshawn is offline  
Old 03-31-2005, 09:43 PM   #6 (permalink)
has a plan
 
Hain's Avatar
 
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
Then the sum just becomes
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
__________________
Hain is offline  
Old 04-05-2005, 06:59 AM   #7 (permalink)
Psycho
 
iccky's Avatar
 
Location: Princeton, NJ
Quote:
Originally Posted by keyshawn
aha - that's it !

thanks for your help ickky and elsesomebody !


catcha back on the flipside,
keyshawn
No problem

I always wanted to answer a math problem in tilted knowledge but all these smart TFPers always beat me to it.
iccky is offline  
 

Tags
notation, sequences, series, sigma


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 02:08 AM.

Tilted Forum Project

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73