Geometric sequence

boditree

New member
Joined
Dec 6, 2009
Messages
3
Is this a geometric sequence? I cannot find a common ratio.

10, 16, 23, 31, 40, 50, 61,...
 
Is this a geometric sequence? I cannot find a common ratio.

10, 16, 23, 31, 40, 50, 61,...

You have correctly answered your own question; it has no common ratio, so it is not a geometric sequence.

PS If you examine the differences between terms, you'll see a pattern: add 6,7,8,9,10,11...
 
Thanks wjm11, I saw the pattern. The trick is putting it in a formula to predict to the n th term.
 
T[sub:1pa4bbel]1[/sub:1pa4bbel]=10
T[sub:1pa4bbel]2[/sub:1pa4bbel]=10+6=10+1(6)
T[sub:1pa4bbel]3[/sub:1pa4bbel]=10+6+7=10+6+6+1=10+2(6)+1
T[sub:1pa4bbel]4[/sub:1pa4bbel]=10+6+7+8=10+6+6+6+1+2=10+3(6)+(1+2) .....

from there you can begin to formulate
 
boditree said:
Thanks wjm11, I saw the pattern. The trick is putting it in a formula to predict to the n th term.

With that pattern - a second-order function is required.

\(\displaystyle a_n = \frac{1}{2}\cdot (n^2 + 9n + 10)\)
 
That's it.

T[sub:5boe7kh7]n[/sub:5boe7kh7]=10+(n-1)6+the sum from i=1 to n-2 of i.
This sum is very simple, it's arithmetic.
The sum of an arithmetic series is (average value)(number of terms).
The average is (first+last)/2.
In this case, the average is (1+n-2)/2 =(n-1)/2 and there are n-2 terms.

Hence T[sub:5boe7kh7]n[/sub:5boe7kh7]=10 + (n-1)6 + (n-2)(n-1)/2
 
Top