1/27
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
What operations happen in an arithmetic sequence?
Add or subtract (linear)
What operations happen in a geometric sequence
Multiply or divide (exponential)
“A_n=2n+3” What is the constant rate, and what letter is represented?
2 or D
“A_n=2n+3” What kind of sequence is this? What form is it written in?
Arithmetic; explicit
“A1 = 1; An = An-1 + 3”
What is d? What kind of equation is this? What form is this? How do you turn this into explicit
3=d, constant rate
Arithmetic
Recursive
Take d • n + or - whatever needed to make d • n = A1
Recursive Geometric
An = An-1 • r
What is r in geometric sequences?
The ratio or constant rate
Explicit geometric
An=A1( r )n-1
Required set up for Recurrence Relation
Fn=A(Fn-1)+B(Fn-2)
What form do you turn the recurrence relation into first
x²+Ax+B=0
What do you do when you have the recurrence relation as a quadratic?
Solve for roots: X1 and X2
Equation for real roots characteristic polynomial
Fn=ax1n+bx2n
What should your final answer be after solving a characteristic polynomial system?
Explicit form
What equation is used if you are given:
Sn = nΣi=#(An where form is dn + #)
What will n represent in that found equation? How do you find n?
(First + Last Terms) * n
2
N represents the # of terms. You find it by subtracting First - Last + 1.
What equation is used if you are given:
Sn = nΣi=# (An where form is A1*(r)n-1)
Sn = [first term - a](1-rn)
1-r
What special conditions can be used for a simple formula to find the sum of a geometric series?
if |r| < 1, n —> ∞ (end term is infinity)
What is the second, simplified formula for sum of a geometric series only used in some cases?
S∞=∞Σn=1(a(r)n-1) =
a
1-r
Convert to explicit
a1=7
an = an–1 – 3
an=-3n +10
Convert to explicit
a1 = -41
an=an-1–11
an=-11n-30
Convert to recursive
an=-8n-29
a1=-37
an=an-1 – 8
Convert to recursive
an= -15n +34
a1=19
an=an-1-15
Geometric mean equation
nth√ΠAn
Arithmetic mean equation
ΣAn
n
Harmonic mean equation
n
1
an
If r in a geometric series > 1, growth —>
∞
If r in a geometric series is < 0, —>
alternating
If r in a geometric series is < 1, and > -1, but is not 0, decay —>
0
If r in a geometric series is 0, growth —>
0