General Form of Rational Functions: f(x) = \frac{ax^n + …}{bx^m + …}
Vertical Asymptotes: Occur when a factor in the denominator does not cancel out with factors in the numerator. x = c.
\lim_{x \to c} R(x) = \pm \infty
Horizontal Asymptotes
Case I: If n < m, then y = 0
Case II: If n = m, then y = \frac{a}{b}
Case III: If n > m, then no Horizontal Asymptote
Slant/Oblique Asymptotes: If n > m and the degree of the numerator is one degree larger than the degree of the denominator, use long division (ignoring the remainder) to find the equation of the slant or oblique asymptote.
Holes: Occur when a common factor cancels out after simplifying the rational expressions. Find the location of the hole by evaluating the simplified expression at the x-value of the hole.
Pascal’s Triangle - Binomial Expansion
Row 0: (x + y)^0 = 1
Row 1: (x + y)^1 = x + y
Row 2: (x + y)^2 = x^2 + 2xy + y^2
Row 3: (x + y)^3 = x^3 + 3x^2y + 3xy^2 + y^3
Know your Parent Functions
y = x
y = x^2
y = x^3
y = \frac{1}{x}
Unit 2 Exponential and Logarithmic Functions
Arithmetic and Geometric Sequences
Arithmetic sequences (Linear): have the same differences between terms (add): d = a2 - a1, a3 - a2, …
d = common difference between consecutive terms
an = ak + d(n - k)
an = a0 + dn
Geometric sequences (Exponential): have common ratios between consecutive terms.
Common ratio: r = \frac{a2}{a1} = \frac{a3}{a2} = \frac{an}{a{n-1}}
Each term in a geometric sequence can be obtained recursively from its previous term by multiplying by r.
gn = g0 (r)^n
gn = gk (r)^{n-k} for g_k is the kth term
General Form Equations
Linear: f(x) = mx + b
Exponential: f(x) = a \cdot b^{x-h} + k
Properties of Exponents: If a, b, m and n are real numbers with a > 0 and b > 0, then
(ab)^m = a^m \cdot b^m
(b^m)^n = b^{mn}
b^m \cdot b^n = b^{m+n}
b^{\frac{1}{k}} = \sqrt[k]{b}
b^{-n} = \frac{1}{b^n}
(\frac{a}{b})^n = \frac{a^n}{b^n}
Characteristics of Exponential Functions: y = a \cdot b^x
For consistent input values, output values change proportionally
a and b are non-zero constants; b \neq 1
Concave up or concave down everywhere
Horizontal asymptote at y = k
Growth for a > 0, b > 1
Domain (-\infty, \infty)
Decay for a > 0, 0 < b < 1
Increasing or decreasing everywhere
\lim_{x \to \pm \infty} f(x) = \pm \infty or 0
Unit 2 Exponential and Logarithmic Functions
Converting between Exponential and Logarithmic Form
b^p = n \iff \log_b n = p
Characteristics of Logarithmic Functions: y = \log_b (x - h) + k
Input values change proportionally for consistent output values
a and b are non-zero constants; b > 0, b \neq 1
Concave up or concave down everywhere
Vertical asymptote at x = h
Growth for a > 0, b > 1
Range (-\infty, \infty)
Decay for a > 0, 0 < b < 1
Increasing or decreasing everywhere
\lim_{x \to 0^+} f(x) = \pm \infty
Basic Properties of Logarithms (Also valid for base 10 and base e). For b > 0, b \neq 1, x > 0, and any real number y
\log_b 1 = 0
\log_b b = 1
\log_b b^y = y
b^{\log_b x} = x
\ln 1 = 0
\ln e = 1
\ln e^y = y
e^{\ln x} = x
\lim_{x \to \infty} f(x) = \pm \infty
Properties of Logarithms: For any positive numbers M, N, and b where b \neq 1, and p any real number:
Product Property
\logb (MN) = \logb M + \log_b N
\ln (MN) = \ln M + \ln N
Quotient Property
\logb (\frac{M}{N}) = \logb M - \log_b N
\ln (\frac{M}{N}) = \ln M - \ln N
Power Property
\logb (N^p) = p \cdot \logb N
\ln(N)^p = p \cdot \ln N
Unit 2 Exponential and Logarithmic Functions
Composition of Functions: f \circ g (x) = f(g(x))
Inverse Functions: A one-to-one function has an inverse. A function in which input values and output values are “switched,” such that an ordered pair for a function f is (a, b) becomes (b, a) on the inverse function f^{-1}(x).
Composition of inverse functions “undo” each other: f(f^{-1}(x)) = x and f^{-1}(f(x)) = x.
Note: The domain and range of logarithmic and exponential functions are opposites of each other.
Semi-Log Plots
The y-axis is a logarithmic scale, usually powers of 10.
The beginning y-value is 10^0 = 1
A data set that behaves in an exponential model will appear linear when the y-axis is logarithmically scaled.
For an exponential function y = ab^x, the corresponding linear model for the semi-log plot is y = \log(b)x + \log(a)
Even Functions: If f(x) is even, then f(-x) = f(x)
\cos(-\theta) = \cos(\theta)
\sec(-\theta) = \sec(\theta)
Odd Functions: If f(x) is odd, then f(-x) = -f(x)
\sin(-\theta) = -\sin(\theta)
\csc(-\theta) = -\csc(\theta)
\tan(-\theta) = -\tan(\theta)
\cot(-\theta) = -\cot(\theta)
Where Trig Functions are Positive
QI: All functions positive
QII: Sine, Cosecant
QIII: Tangent, Cotangent
QIV: Cosine, Secant
Unit 3 Trigonometric and Polar Functions
Trig Identities
Reciprocals
\csc(x) = \frac{1}{\sin(x)}
\sec(x) = \frac{1}{\cos(x)}
\sin(x) \csc(x) = 1
\cos(x) \sec(x) = 1
Pythagorean
\sin^2 x + \cos^2 x = 1
1 + \tan^2 x = \sec^2(x)
\cot^2 x + 1 = \csc^2(x)
Double Angle
\sin 2x = 2 \sin x \cos(x)
\cos 2x = \cos^2 x - \sin^2(x) = 2 \cos^2 x - 1 = 1 - 2 \sin^2(x)
Domain Restrictions on Inverse Trig Functions
y = \sin^{-1}(x)
y = \cos^{-1}(x)
y = \tan^{-1}(x)
Sum and Difference Formulas
\sin(A + B) = \sin A \cos B + \cos A \sin B
\sin(A - B) = \sin A \cos B - \cos A \sin B
\cos(A + B) = \cos A \cos B - \sin A \sin B
\cos(A - B) = \cos A \cos B + \sin A \sin B
(x, y) = (\cos \theta, \sin \theta)
Unit 3 Trigonometric and Polar Functions
Transformations of Sinusoidal Functions: y = A \cdot \sin(B(x + C)) + D or y = A \cdot \cos(B(x + C)) + D
\sin x is odd; origin symmetry
\cos x is even; y-axis symmetry
A-value: Amplitude A = \frac{max - min}{2}. a < 0 reflects graph over x-axis
B-value: Number of cycles in 2\pi. Period = \frac{2\pi}{B}
C-value: Phase Shift. Opposite of value in equation
D-value: Vertical Shift. y = D is midline. D = \frac{max + min}{2}
Tangent Transformations: y = A \cdot \tan(B(x + C)) + D
\tan x odd; origin symmetry
No amplitude
Period = \frac{\pi}{B}
Phase Shift
D-value is location for points of inflection on tangent curve
Vertical Asymptotes: \theta \neq \frac{\pi}{2} + k\pi where k is any integer
Relationships between Polar and Rectangular Coordinates
To change from polar to rectangular coordinates, use the formulas:
x = r \cos \theta
y = r \sin \theta
To change from rectangular to polar coordinates, use the formulas:
x^2 + y^2 = r^2
\tan \theta = \frac{y}{x} (x \neq 0)
Unit 3 Trigonometric and Polar Functions
SPIRAL CURVES: r(\theta) = \theta, spiral with increasing radius
Let a be a positive real number
CIRCLES with radius a. Domain: [0, 2\pi]
r = a \cos \theta
r = a
r = a \sin \theta
CARDIOIDS have the following form where the curve passes through the pole and a > 0, Domain: [0, 2\pi]
r = a \pm b \cos \theta, \frac{a}{b} = 1
r = a \pm b \sin \theta, \frac{a}{b} = 1
CONVEX LIMACON (without an inner loop) have the following form where the curve does not pass through the pole, a > 0, b > 0, and a > b. Domain: [0, 2\pi]
r = a \pm b \cos \theta, \frac{a}{b} > 2
r = a \pm b \sin \theta, \frac{a}{b} > 2
LIMACON (with an inner loop) have the following form where the curve passes through the pole twice, a > 0, b > 0, and a < b. Domain: [0, 2\pi]
r = a \pm b \cos \theta, \frac{a}{b} < 1
r = a \pm b \sin \theta, \frac{a}{b} < 1
ROSE CURVES have the following form and have graphs that are rose shaped. In n \neq 0 is even, the rose has 2n petals; if n \neq \pm 1 is odd, the rose has n petals, for a \neq 0. Domain, n = even: [0, 2\pi] Domain, n = odd: [0, \pi]