Precalculus
📈

AP Precalculus — Cheatsheet

Formulas, exam-day tips, and key terms on one page.

Formulas & relationships

End-behavior rules
even degree → arms agree · odd degree → arms disagree · sign of lead sets the right arm
Positive leading coefficient: right arm rises (f → +∞ as x → +∞). Negative leading coefficient: right arm falls.
Degree = total zeros with multiplicity
deg f = sum of the multiplicities of all zeros
Over the complex numbers a degree-n polynomial has exactly n zeros counted with multiplicity. Adding the exponents of the factors recovers the degree.
Horizontal-asymptote test
deg(top) < deg(bottom) → y = 0 · equal → y = (lead top)/(lead bottom) · top > bottom → none
This only describes end behavior. The graph may cross a horizontal asymptote in the middle; the rule is about x → ±∞.
Transformation summary
g(x) = a·f(x − h) + k
h shifts horizontally (right for −h inside), k shifts vertically, a scales/reflects vertically (a < 0 flips across the x-axis). A minus on x inside, f(−x), reflects across the y-axis.
Exponential model
f(x) = a · bˣ
a = value at x = 0 (initial amount). b > 1 grows, 0 < b < 1 decays. The percent change per step is (b − 1)·100%.
Logarithm laws
log(xy) = log x + log y · log(x/y) = log x − log y · log(xⁿ) = n·log x
Products become sums, quotients become differences, and exponents come out front as multipliers. Note that log(x + y) does NOT simplify.
Inverse composition identity
f(f⁻¹(x)) = x and f⁻¹(f(x)) = x
Composing a function with its inverse (in either order, on the appropriate domain) returns the original input. For example, 2^(log₂ x) = x.
Solving bˣ = c
x = log(c) / log(b)
Take the logarithm of both sides and divide. Any base works (common log or natural log) as long as you use it on both sides.
Point on the unit circle
(x, y) = (cos θ, sin θ)
Quadrantal angles: θ = 0 → (1, 0); θ = π/2 → (0, 1); θ = π → (−1, 0); θ = 3π/2 → (0, −1).
Core identities
sin²θ + cos²θ = 1 · tan θ = sin θ / cos θ · cot θ = cos θ / sin θ
Dividing the Pythagorean identity by cos²θ gives tan²θ + 1 = sec²θ; dividing by sin²θ gives 1 + cot²θ = csc²θ.
Sinusoid parameters
y = A sin(Bx) + D · amplitude = |A| · period = 2π/B · midline y = D
Amplitude is a distance (never negative). The period comes only from B; the amplitude A and midline D do not affect it.
Coordinate conversions
x = r cos θ · y = r sin θ · r = √(x² + y²) · tan θ = y/x
The first pair converts polar to rectangular; the second pair converts rectangular to polar. Always check the quadrant when finding θ.
Parametric form
x = f(t) · y = g(t)
Evaluate a point by plugging in a value of t. Eliminate t by solving one equation for it and substituting into the other.
Vector operations
⟨a, b⟩ + ⟨c, d⟩ = ⟨a + c, b + d⟩ · |⟨a, b⟩| = √(a² + b²)
Addition is component-wise; magnitude is the Pythagorean length of the components. Scalar multiplication k⟨a, b⟩ = ⟨ka, kb⟩ scales the length by |k|.
Determinant and product size
det[[a, b], [c, d]] = ad − bc · (m×n)(n×p) = m×p
The determinant is the main diagonal product minus the anti-diagonal product. Matrix multiplication requires the first matrix’s column count to equal the second’s row count.
Common 2×2 transformations
reflect x-axis [[1, 0], [0, −1]] · reflect y-axis [[−1, 0], [0, 1]] · identity [[1, 0], [0, 1]]
Each column shows where a basis vector goes. The identity leaves every vector fixed; a reflection flips the sign of one coordinate.

On the exam

How to get a 5

Key terms

Logarithm Base Change Formulalog_b(x) = ln(x) / ln(b)
Compound Interest FormulasPeriodic: A = P(1 + r/n)^(nt). Continuous: A = Pe^(rt).
End Behavior of PolynomialsDetermined by the leading term ax^n.
Rational Functions: Horizontal AsymptotesCompare degrees of numerator and denominator.
Even vs. Odd FunctionsEven: f(-x) = f(x). Odd: f(-x) = -f(x).
Trig Identities: Pythagoreansin²θ + cos²θ = 1