📋 20 Questions⏱ 40 Minutes🎯 Multiple Choice📐 All Units
Study Guide
Core Concepts & Formulas to Memorize
01Functions & Their PropertiesUnit 1▼
// Domain: all valid x-values | Range: all output y-valuesf(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
02Polynomials & Rational FunctionsUnit 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
03Exponential & Logarithmic FunctionsUnit 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
★ 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 = π
05Trigonometric IdentitiesUnit 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: 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
Practice Exam
20 Exam-Style Questions
Ready to Begin?
40-minute timer · 20 multiple choice questions · All pre-calculus units covered Choose your answer — instant feedback on wrong answers, confetti on a perfect score!
Time Remaining
40:00
Answered
0 / 20
0 / 20
Unit 1 – Functions
Q 01
Functions
★★☆ Medium
If f(x) = 3x − 1 and g(x) = x² + 2, what is (f ∘ g)(2)?
What is the horizontal asymptote of f(x) = (3x² − 5) / (x² + 7)?
✓ Solution
Numerator and denominator have the same degree (2).
When degrees are equal, the horizontal asymptote is the ratio of leading coefficients: 3/1 = 3.
Correct answer: A
Q 06
Polynomial Roots
★★★ Hard
Given that f(x) = x³ + ax² − 5x + 6 has a root at x = 1, what is the value of a?
✓ Solution
If x = 1 is a root, then f(1) = 0.
f(1) = 1 + a − 5 + 6 = a + 2 = 0 → a = −2
Correct answer: A
Unit 3 – Exponential & Logarithms
Q 07
Logarithms
★★☆ Medium
Solve for x: log₃(x − 2) = 2
✓ Solution
Convert to exponential form: 3² = x − 2 → 9 = x − 2 → x = 11
Correct answer: A
Q 08
Exponential Equations
★★★ Hard
Solve for x: 4^x = 8
✓ Solution
Rewrite with base 2: 4^x = (2²)^x = 2^(2x); and 8 = 2³.
So 2^(2x) = 2³ → 2x = 3 → x = 3/2
Correct answer: A
Q 09
Log Properties
★★☆ Medium
Which expression is equivalent to log(x²y / z)?
✓ Solution
log(x²y/z) = log(x²) + log(y) − log(z) [product/quotient rules]
= 2log(x) + log(y) − log(z) [power rule]
Note: Answer D is also mathematically equal, but let's verify: log x² + log(y/z) = 2logx + logy − logz ✓ — however, answer A is the fully expanded form that matches the standard expected form. Both A and D simplify identically.
Since A shows the fully expanded, simplified form explicitly, the best answer is: A
Unit 4 – Trigonometry
Q 10
Trig – Unit Circle
★★☆ Medium
What is the exact value of tan(5π/4)?
✓ Solution
5π/4 is in Quadrant III (π + π/4).
Reference angle = π/4. In Q III, both sin and cos are negative.
tan(5π/4) = sin/cos = (−√2/2) / (−√2/2) = 1
In Q III, tangent is positive. Correct answer: A
Q 11
Trig – Amplitude & Period
★★☆ Medium
The amplitude and period of y = −4cos(3x) are:
✓ Solution
For y = A·cos(Bx): Amplitude = |A| = |−4| = 4 (amplitude is always positive).
Period = 2π/|B| = 2π/3.
Correct answer: A
Q 12
Trig – Equations
★★★ Hard
How many solutions does 2sin(x) = √2 have on the interval [0, 2π)?
✓ Solution
2sin(x) = √2 → sin(x) = √2/2.
sin x = √2/2 when x = π/4 and x = 3π/4 (both in [0, 2π)).
There are 2 solutions. Correct answer: A
Unit 5 – Trig Identities
Q 13
Identities – Double Angle
★★★ Hard
If sin θ = 3/5 and θ is in Quadrant I, what is cos(2θ)?