1/28
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
logb(x) = y ↔ by = x
Logarithmic ↔ Exponential form conversion
logb(xy) = logb(x) + logb(y)
Log product rule
logb(x/y) = logb(x) - logb(y)
Log quotient rule
logb(xr) = r logb(x)
Log power rule
y = a * bt or y = a * e(kt)
Exponential growth/decay models
an = a1 + (n - 1)d
Arithmetic sequence formula
Sn = (n/2)(a1 + an)
Sum of an arithmetic series
an = a1 * r(n-1)
Geometric sequence formula
Sn = a1 * (1 - rn)/(1 - r)
Sum of a finite geometric series (r ≠ 1)
S∞ = a1 / (1 - r)
Sum of an infinite geometric series (|r| < 1)
a1 = value, an = an-1 + d
Recursive arithmetic formula
a1 = value, an = an-1 * r
Recursive geometric formula
∑_{i=1}^{n} f(i)
Sigma notation meaning
P(E) = favorable / total outcomes
Basic probability formula
P(A and B) = P(A) * P(B)
Probability of two independent events
P(A or B) = P(A) + P(B) - P(A and B)
General 'or' rule
P(B|A) = P(A and B) / P(A)
Conditional probability
nPr = n! / (n - r)!
Permutations (order matters)
nCr = n! / (r!(n - r)!)
Combinations (order doesn't matter)
P(k) = C(n, k) * pk * (1 - p)(n-k)
Binomial probability formula
E = Σ(value * probability)
Expected value formula
(x - h)2 + (y - k)2 = r2
Circle equation
((x - h)2)/a2 + ((y - k)2)/b2 = 1
Ellipse equation
c2 = a2 - b2
Distance to foci in ellipse
((x - h)2)/a2 - ((y - k)2)/b2 = 1
Hyperbola equation (horizontal)
c2 = a2 + b2
Distance to foci in hyperbola
y - k = ±(b/a)(x - h)
Asymptotes (horizontal hyperbola)
(x - h)2 = 4p(y - k)
Vertical parabola equation
(y - k)2 = 4p(x - h)
Horizontal parabola equation