{3, 6, 9, 12, 15...}
Arithmetic
a(1)=8
a(n)=a(n-1)+2
{8, 10, 12, 14, 16...}
{7, 10, 13, 16...}
a(1) = 7
a(n) = a(n-1) + 3
If a(n) = 4(n-1) + 7, find a(10)
a(10) = 43
In an arithmetic sequence, the number being added every time. Uses the variable d.
Common Difference
{2, 4, 8, 16...}
Geometric
b(1)=4
b(n)=b(n-1) * 2
{4, 8, 16, 32, 64...}
{-15, -10, -5, 0, 5...}
a(1) = -15
a(n) = a(n-1) + 5
If a(n) = -9(n-1) - 1, find a(15)
-127
A number pattern that follows are rule, and goes on forever
Sequence
{19.5, 16, 12.5, 9...}
Arithmetic
c(1)=3
c(n)=c(n-1)* 5
{3, 15, 75, 375, 1875}
{4, 12, 36, 108, 324...}
a(1) = 4
a(n) = a(n-1) * 3
If a(n) = 4(n-1) * 2, find a(5)
512
In a geometric sequence, the number being multiplied every time. Uses the variable r
Common Ratio
{0, 1, 4, 9, 16...}
Neither
d(1)= 400
d(n)=d(n-1) * 1/4
{400, 100, 25, 6.25, 1.5625...}
{100, 50, 25, 12.5...}
a(1) = 100
a(n) = a(n-1) * 1/2
If a(n) = 0.75(n-1) * 84, find a(6)
19.93
The starting number in a sequence is called the first ______________.
Term
{10, 5, 0.5, 0.25...}
Neither
e(1)= 5
e(n)=6 + e(n-1)
{5, 11, 17, 23, 29...}
{6, -24, 96, -384...}
a(1) = 6
a(n) = a(n-1) * -4
If a(n) = 1.5(n-1) * 3, find a(7)
34.17
When this is graphed, it makes a straight line
Arithmetic Sequence