|
-
Dec 27th, 2007, 07:08 AM
#1
Thread Starter
New Member
Finding the equation of a series
Hi guys, can help me solve this series?
S=0,2,6,14,30.... given n=1,2,3,4,5... and d=2
S=0,4,12,28,60.... given n=1,2,3,4,5... and d=3
.
.
.
.
.
d is from 2 onwards
S=?n?d
Last edited by series001; Dec 27th, 2007 at 07:26 AM.
Reason: ammendment
-
Dec 27th, 2007, 08:24 AM
#2
Re: Finding the equation of a series
Look at the differences between successive numbers in both of your series.
-
Dec 27th, 2007, 11:05 AM
#3
Thread Starter
New Member
Re: Finding the equation of a series
the difference is p*2+2 where p is the previous number for d=2 and p*2+4 for d=3, but how to build a relation for this?
-
Dec 27th, 2007, 12:06 PM
#4
Re: Finding the equation of a series
Perhaps by using a "Sum from 1 to i" of some function? Also, think about powers of 2...
-
Dec 29th, 2007, 07:17 AM
#5
Frenzied Member
Re: Finding the equation of a series
Its been a long time since I have done this but I seem to remember that you start of by finding how many 'levels' down the difference between two numbers is 1. E.g.
Code:
0 2 6 14 30
2 4 8 16
2 4 8...
Then this number is the power of n that you use. Cant remember the rest though. May be way off with this too....
-
Dec 29th, 2007, 09:12 AM
#6
Re: Finding the equation of a series
A series is just a way of generating a sequence of numbers. Often, people are concerned with arithmetic or geometric series, where the terms are additive or multiplicative respectively.
Take the first example.
n=1 -> a1 = 0
n=2 -> a2 = 2 = a1 + 2^1
n=3 -> a3 = 6 = a2 + 2^2
n=4 -> a4 = 14 = a3 + 2^3
....
When you have an arithmetic series, you are looking at the difference between each term and the next. In a geometric series you look at the ratio of one term to the next.
Having practically handed you the first one on a plate, you can now write down the general formula (hint: it uses powers of 2) and then have a go at #2, which is pretty much identical. You'll be able to see that for nether of these do you actually need to refer to the previous term.
zaza
Last edited by zaza; Dec 29th, 2007 at 09:19 AM.
-
Dec 29th, 2007, 11:20 PM
#7
Thread Starter
New Member
Re: Finding the equation of a series
hmm, i've never thought of using power 2. I'll try work it out. Thx guys.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|