Study Guide

Core Concepts & Formulas to Memorize

01 Functions & Their Properties Unit 1
// Domain: all valid x-values | Range: all output y-values f(x) = expression in x // Composition: (f∘g)(x) = f(g(x)) // Inverse: f⁻¹(x) → swap x and y, then solve for y
★ Memorize: A function passes the Vertical Line Test. Its inverse passes the Horizontal Line Test (one-to-one).
Domain restrictions: denominator ≠ 0; radicand of even root ≥ 0.
Example
If f(x) = 2x + 3, find f⁻¹(x).
Step: y = 2x + 3 → x = 2y + 3 → y = (x − 3)/2
Answer: f⁻¹(x) = (x − 3)/2
02 Polynomials & Rational Functions Unit 2
// Factor Theorem: (x − a) is a factor iff f(a) = 0 // Remainder Theorem: f(a) = remainder when f(x) ÷ (x − a) // Rational Root Theorem: p/q where p|constant, q|leading coeff // End behavior: highest degree term dominates
★ Memorize: Vertical asymptotes → denominator = 0 (not canceled). Horizontal asymptote: compare degrees (if equal → ratio of leading coefficients).
Example
Find all rational roots of x³ − 6x² + 11x − 6 = 0.
Possible roots: ±1, ±2, ±3, ±6. Test x=1: 1−6+11−6=0 ✓
Factor: (x−1)(x−2)(x−3) = 0
Answer: x = 1, 2, 3
03 Exponential & Logarithmic Functions Unit 3
// Log Laws: log(mn) = log m + log n log(m/n) = log m − log n log(mⁿ) = n·log m // Change of base: log_b(x) = ln(x)/ln(b) // Key inverses: b^(log_b x) = x; log_b(b^x) = x
★ Memorize: log_b(1) = 0; log_b(b) = 1. Exponential growth: A = A₀·e^(kt). Half-life: A = A₀·(1/2)^(t/h).
Example
Solve: log₂(x + 1) = 3
2³ = x + 1 → 8 = x + 1
Answer: x = 7
04 Trigonometric Functions Unit 4
// Unit Circle key values (radians): sin(π/6)=1/2 sin(π/4)=√2/2 sin(π/3)=√3/2 cos(π/6)=√3/2 cos(π/4)=√2/2 cos(π/3)=1/2 // Pythagorean: sin²θ + cos²θ = 1 // SOH-CAH-TOA: sin=opp/hyp, cos=adj/hyp, tan=opp/adj
★ Memorize: Amplitude A, period 2π/B, phase shift −C/B for y = A·sin(Bx + C) + D. All Students Take Calculus (quadrant signs: A=all, S=sin, T=tan, C=cos).
Example
Find the period of y = 3sin(2x − π).
Period = 2π/|B| = 2π/2 = π
Answer: Period = π
05 Trigonometric Identities Unit 5
// Double Angle: sin(2θ) = 2 sin θ cos θ cos(2θ) = cos²θ − sin²θ = 1 − 2sin²θ = 2cos²θ − 1 // Sum/Difference: sin(A ± B) = sinA cosB ± cosA sinB cos(A ± B) = cosA cosB ∓ sinA sinB
★ Memorize: tan(2θ) = 2tanθ/(1 − tan²θ). Power-reducing: sin²θ = (1 − cos2θ)/2; cos²θ = (1 + cos2θ)/2.
Example
Simplify sin(2θ)/cos(θ).
= 2sinθcosθ / cosθ = 2sinθ
Answer: 2sinθ
06 Conic Sections & Vectors Unit 6
// Circle: (x−h)² + (y−k)² = r² // Parabola: y = a(x−h)² + k (vertex form) // Ellipse: x²/a² + y²/b² = 1 // Hyperbola: x²/a² − y²/b² = 1 // Dot product: a⃗·b⃗ = |a||b|cosθ = a₁b₁ + a₂b₂
★ Memorize: For ellipse: c² = a² − b² (a > b). Foci at (±c, 0). For hyperbola: c² = a² + b².
Example
Find the center and radius of x² + y² − 4x + 6y − 3 = 0.
Complete the square: (x−2)² + (y+3)² = 16
Answer: center (2, −3), radius 4
07 Sequences, Series & Binomial Theorem Unit 7
// Arithmetic: aₙ = a₁ + (n−1)d; Sₙ = n(a₁+aₙ)/2 // Geometric: aₙ = a₁·rⁿ⁻¹; Sₙ = a₁(1−rⁿ)/(1−r) // Infinite geo (|r|<1): S∞ = a₁/(1−r) // Binomial: (a+b)ⁿ = Σ C(n,k) aⁿ⁻ᵏ bᵏ
★ Memorize: C(n,k) = n! / (k!(n−k)!). The (r+1)th term of (a+b)ⁿ is C(n,r)·aⁿ⁻ʳ·bʳ.
Example
Find the sum of the infinite geometric series: 8 + 4 + 2 + …
a₁ = 8, r = 1/2. S∞ = 8/(1−1/2) = 8/(1/2) = 16
Answer: 16
0
out of 20
Correct0
Incorrect0
Skipped0
Time Used
Answer Key

Full Solutions & Explanations