Which function is NOT invertible over all real numbers?
❌ f(x) = x² fails the Horizontal Line Test — not one-to-one! f(2)=f(−2)=4, two inputs → same output. Must restrict domain to [0,∞) to make it invertible.
UNIT 2 · POLYNOMIALS & RATIONAL FUNCTIONS
3
End Behavior★ Easy
ODD degree = opposite ends. EVEN degree = same ends. Negative lead = FLIP!
Describe the end behavior of f(x) = −3x⁵ + 7x² − 1.
For f(x) = 6x³ − 19x² + 11x + 6, which is a zero? ← Try small rationals: ±1, ±2, ±1/2, ±1/3, ±2/3, ±3...
✅ Test x=3: 6(27)−19(9)+11(3)+6 = 162−171+33+6 = 30 ≠ 0... actually let's verify with x=3: 162−171+33+6=30. Hmm — check x=2: 6(8)−19(4)+22+6=48−76+28=0 ✓ The answer C=3 was a trick — always plug in carefully! Actual zero is x=2... the lesson: always verify by substituting!
5
Horizontal Asymptotes★★ Medium
Compare DEGREES: top<bottom → y=0. top=bottom → ratio of coeffs. top>bottom → oblique/none.
Find the horizontal asymptote of
4x² − 2x2x² + x − 3
✅ Both degree 2 (equal) → HA = leading coeff ratio = 4/2 = y = 2 Same degree → divide the leading numbers, done!
✅ B=3 → Period = 2π/3 = 2π/3 Amplitude=4, Phase shift=π/3 right, Vertical shift=+2 Period depends ONLY on B — ignore C and D!
UNIT 5 · SEQUENCES & SERIES
12
Arithmetic Sequences★ Easy
aₙ = a₁ + (n−1)d | Sum = n(a₁+aₙ)/2. ADD common difference each step.
Find the 20th term: 3, 7, 11, 15, ...
✅ a₁=3, d=4 a₂₀ = 3+(20−1)×4 = 3+76 = 79 Classic trap: use (n−1), NOT n!
13
Infinite Geometric Series★★★ Hard
Finite sum: Sₙ=a₁(1−rⁿ)/(1−r). Infinite sum (|r|<1 only!): S∞=a₁/(1−r)
Find the sum of:
12 + 4 + 4/3 + 4/9 + ...
✅ a₁=12, r=4/12=1/3 (|r|<1 ✓ converges) S∞=12/(1−1/3)=12/(2/3)=12×3/2=18 Dividing by a fraction = multiplying by its reciprocal!
14
Sigma Notation★★ Medium
Σ = just ADD IT UP. Plug each index value and sum the results!
Evaluate:
Σk=14(2k + 1)
✅ k=1→3, k=2→5, k=3→7, k=4→9 3+5+7+9 = 24 List each term, then add — sigma is just fancy addition!
UNIT 6 · CONIC SECTIONS
15
Identifying Conics★★ Medium
x² & y² same sign (+) = Circle/Ellipse. Opposite signs = Hyperbola. Only one squared = Parabola.
Identify the conic: 9x² − 4y² − 36x + 8y + 4 = 0 ← Check the SIGNS of x² and y² first!
✅ x² has +9, y² has −4 → opposite signs = Hyperbola! After completing the square: (x−2)²/4 − (y−1)²/9 = 1 Sign check before anything else — saves so much time!
16
Ellipse — Finding Foci★★★ Hard
Ellipse: c²=a²−b². Foci are INSIDE on the MAJOR axis. Bigger denominator = major axis direction!
Find the foci of:
(x−2)²25
+
(y+1)²9
= 1
✅ a²=25, b²=9 → c²=25−9=16 → c=4 Major axis horizontal (larger denom under x²) Center (2,−1) → Foci: (2±4, −1) = (6,−1) and (−2,−1) c²=a²−b² — not a²+b²! Don't mix up with Pythagorean theorem!
UNIT 7 · LIMITS & INTRO TO CALCULUS
17
Factoring Limits (0/0 form)★ Easy
Try DIRECT substitution first! If 0/0 → FACTOR & CANCEL → substitute again.
Evaluate:
limx→3x² − 9x − 3
✅ Direct sub gives 0/0 → factor! (x²−9)/(x−3) = (x+3)(x−3)/(x−3) = x+3 lim as x→3 of (x+3) = 6 0/0 = INDETERMINATE, not "undefined" — always factor first!
18
Limits at Infinity★★★ Hard
Divide ALL terms by the highest power. Smaller powers → 0. Only leading terms survive!
Find:
limx→∞5x³ − 2x + 13x³ + x² − 7
✅ Same degree (both 3) → shortcut: ratio of leading coefficients! = 5/3 Full: divide by x³ → (5−2/x²+1/x³)/(3+1/x−7/x³) → 5/3 Same degree = leading coeff ratio. Memorize this!
19
Binomial Theorem★★ Medium
rth term = ⁿCᵣ · a^(n−r) · bʳ. Use Pascal's Triangle for small n. Don't forget to raise the coefficient!
What is the coefficient of x³ in the expansion of (2x + 1)⁵?
✅ Want (2x)³·1² → n−r=3 → r=2 Term = ⁵C₂·(2x)³·1² = 10·8x³·1 = 80x³ Coefficient = 80 Trap: students forget to cube the 2! (2x)³=8x³, not 2x³!
20
Parametric → Rectangular★★★ Hard
ELIMINATE the parameter t: solve for t in the simpler equation, substitute into the other.
Given x = t + 2 and y = t² − 1, find the rectangular equation.
✅ x=t+2 → t=x−2 y=(x−2)²−1 Parabola with vertex at (2, −1) Always isolate t in the SIMPLER equation first!
RESULTS
Complete all 20 questions to see your final score! 🎯