This is the capstone review for Pre-Calculus. It brings together everything you’ve covered, from advanced functions through limits, with key formulas, mixed examples, and connections to what comes next in Calculus.
End behavior depends on the degree and leading coefficient. Even degree with positive leading coefficient: both ends go up. Odd degree with positive leading coefficient: left goes down, right goes up.
The Fundamental Theorem of Algebra says a degree-n polynomial has exactly n zeros (counting multiplicity and complex zeros). Complex zeros of polynomials with real coefficients always come in conjugate pairs: if a + bi is a zero, so is a - bi.
Rational functions can have vertical asymptotes (where the denominator is zero and doesn’t cancel), horizontal asymptotes (determined by comparing degrees), and holes (where a factor cancels).
Vectors have magnitude and direction. The dot product returns a scalar:
u⋅v=u1v1+u2v2=∣u∣∣v∣cosθ
Two vectors are perpendicular when their dot product is zero.
Matrix multiplication: row times column. The 2x2 inverse formula:
A−1=ad−bc1[d−c−ba]
If the determinant (ad - bc) is zero, the matrix has no inverse.
Row reduction (Gaussian elimination) solves systems by converting to row echelon form. Cramer’s Rule uses determinants to find solutions by swapping columns.
One solutionNo solutionInfinite solutions
Systems can have one solution (lines cross), no solution (parallel lines), or infinitely many solutions (same line).
Infinite geometric series (converges when the absolute value of r is less than 1):
S∞=1−ra1
Mathematical induction proves statements for all positive integers using two steps: prove the base case (n = 1), then show that if it works for k, it works for k + 1.
A limit describes what a function approaches as x gets close to a value:
x→alimf(x)=L
When direct substitution gives 0/0, simplify first (usually by factoring).
A function is continuous at x = a when three conditions hold: f(a) is defined, the limit exists, and the limit equals f(a). Discontinuities come in three types: removable (holes), jump, and infinite (vertical asymptotes).
The limit laws let you break complicated limits into simpler pieces by adding, subtracting, multiplying, dividing, and raising to powers.
Everything in Pre-Calculus builds the tools you need for Calculus. Limits become derivatives (instantaneous rates of change). Series become integrals (accumulation). Vectors extend to multivariable calculus. Matrices power linear algebra. The concepts you’ve learned here aren’t just prerequisites. They’re the language that Calculus is written in.