College Algebra Quick Reference

Module 1: Functions & Coordinate Plane

KEY RULE: Each input (x) maps to EXACTLY ONE output (y) in a function!

Real Number Sets

SetSymbolExample
Natural1, 2, 3, ...
WholeW0, 1, 2, ...
Integers..., -1, 0, 1, ...
Rational1/2, -3, 0.5
Irrational√2, π, e
ℕ ⊂ W ⊂ ℤ ⊂ ℚ ⊂ ℝ

Quadrants

QuadrantSigns (x, y)
I(+, +)
II(−, +)
III(−, −)
IV(+, −)

Essential Formulas

Distance:
d = √[(x₂-x₁)² + (y₂-y₁)²]
Midpoint:
M = ((x₁+x₂)/2, (y₁+y₂)/2)

Function Definition

Function: Each input (x) has exactly ONE output (y)

{(1,2), (2,3), (3,4)}
{(1,2), (1,3), (2,4)}

Vertical Line Test

If ANY vertical line hits graph MORE THAN ONCE → NOT a function

Domain & Range

Domain: All possible x-values (inputs)

Range: All possible y-values (outputs)

Common Restrictions

• Division: g(x) ≠ 0
• Square root: expression ≥ 0

Function Arithmetic

(f + g)(x) = f(x) + g(x)
(f - g)(x) = f(x) - g(x)
(f · g)(x) = f(x) · g(x)
(f / g)(x) = f(x) / g(x), g(x) ≠ 0

Parent Functions

NameEquation
Linearf(x) = x
Quadraticf(x) = x²
Cubicf(x) = x³
Absolute Valuef(x) = |x|
Square Rootf(x) = √x
Reciprocalf(x) = 1/x

Transformations

TypeFormEffect
Vertical Shiftf(x) + kUp k (k>0)
Down k (k<0)
Horizontal Shiftf(x - h)Right h (h>0)
Left h (h<0)
Vertical Stretcha·f(x)Stretch (|a|>1)
Compress (0<|a|<1)
Reflect x-axis-f(x)Flip upside down
Reflect y-axisf(-x)Flip left-right
HORIZONTAL SHIFTS
OPPOSITE OF SIGN!
f(x-3) → right 3
f(x+3) → left 3

Transformation Order

  1. Horizontal shifts (inside)
  2. Stretches & reflections
  3. Vertical shifts (outside)

Example: Complete Transformation

g(x) = -2(x - 3)² + 1 from f(x) = x²

  1. Shift RIGHT 3: (x - 3)²
  2. Stretch by 2: 2(x - 3)²
  3. Reflect over x-axis: -2(x - 3)²
  4. Shift UP 1: -2(x - 3)² + 1

Result: Upside-down parabola, vertex at (3, 1)

Common Mistakes to Avoid

Quick Examples

Distance

Points: (0,0) and (3,4)
d = √[9+16] = √25 = 5

Midpoint

Points: (2,3) and (8,7)
M = (5, 5)

Function?

y = x² → YES
Circle → NO

Domain

f(x) = 1/(x-2)
x ≠ 2

Free College Algebra Platform • Safaa Dabagh • sdabagh.github.io • © 2025