pre calc Flashcards
arithmetic sum formula
sn = n(a1 + an)/2)
geometric sum formula
sn= a1 (1- r^ n) / ( 1 - r )
recursive geometric
an = a(n-1) x r
recursive arithmetic
an = a(n-1) + d
explicit arithmetic
an = a1+ d(n-1)
explicit arithmetic
an = a0 + dn
explicit geometric
an = a1 x r ^ (n-1)
an = a0 x r^n
how to find the 0th term
a0 = a1/ r
s infinity equation geometric
s(infinity) = a1/ 1-r
proof by induction
- base case show that it works for n = 1 and it equals each other
- hypothesis: assume that it works for n = k; so that it equals each other
- show that sk+1 = sk plus ak+1
- if it works then by induction it works
continuous compound formula
A = P(e) ^ rt
compound formula
A = P ( 1 + r/n) ^ nt
r = rate
n = number of times compounding yearly
t = number of years
P = initial value
so if monthly then 12 would be n
half life formula
A = P (1/2) ^ x/T
x = time
T = half life
percentage is A/P
what are the three log properties
logb (a) + logb (c) = logb (a * c)
logb (a) -logb (c) = logb (a/c)
logb (a) ^ c = C logb (a)
how do logs work
logb (a) = x ——> a = b^x