Notes Flashcards
Union symbol + word
U + or
Intersection symbol + word
∩ + and
Equation of a circle & center point.
(x - h)^2 + (y - k)^2 = r^2, center at (h,k)
Quadratic formula standard form + vertex
f(x) = a(x - h)^2 + k, vertex: (h,k)
Slant Asymptote: how to find & how to know if there is one
- Find through polynomial long division (not including remainder)
- Present when degree of numerator leading coefficient is greater than degree of denominator leading coefficient
Horizontal Asymptote: how to find & how to know if there is one
- Look at degree of leading coefficient in numerator (n) and denominator (m).
- Asymptote at y=0 if m > n
- Asymptote = leading coefficient of n divided by leading coefficient of m if m = n
n < m (slant asymptote)
Vertical Asymptote: how to find
-Present at x = ? when x causes denominator to equal 0.
Distance Formula
distance = rate * time
Vertex: how to find without standard quadratic formula
x-coord: -b/2a, y-coord: plug in x
Exponential Growth Formulas (2)
y = Initial(1 + rate)^time
y = Initial * e^(rate*time)
Exponential Decay Formulas (2)
y = Initial(1 - rate)^time
y = Initial * e^(-rate*time)
Point Slope Form
y - y1 = m(x - x1)
Direct Variation
y = kx
Indirect Variation
y = k/x
Distance Formula (between two points on a plane)
distance = √( (x2 - x1)^2 + (y2 -y1)^2 )