Linear & Quadratic Functions Quick Reference

Module 2: College Algebra

Master Formula: Quadratic Formula: x = [-b ± √(b² - 4ac)] / (2a)

Linear Functions

Slope Formula:
m = (y₂ - y₁) / (x₂ - x₁)
Form Equation
Slope-Intercept y = mx + b
Point-Slope y - y₁ = m(x - x₁)
Standard Ax + By = C

Special Lines

Parallel: Same slope (m₁ = m₂)
Perpendicular: m₁ × m₂ = -1

Slope Interpretation

SlopeDirection
m > 0Rising (left to right)
m < 0Falling (left to right)
m = 0Horizontal
UndefinedVertical

Linear Modeling

Form: y = mx + b
m = rate of change
b = starting value

Applications

  • Cost: C = (unit price)(x) + fixed
  • Temp: F = (9/5)C + 32
  • Depreciation: V = mt + initial

Quadratic - Standard Form

f(x) = ax² + bx + c

Direction:
a > 0: Opens up (minimum)
a < 0: Opens down (maximum)

Vertex:
x = -b/(2a)
y = f(-b/(2a))
Axis of Symmetry:
x = -b/(2a)

Quadratic - Vertex Form

f(x) = a(x - h)² + k

Vertex: (h, k)
a: Opens up (a>0) or down (a<0)
h: Horizontal shift
k: Vertical shift

Solving Quadratics

Method 1: Factoring

Factor, set each = 0, solve

Method 2: Quadratic Formula
x = [-b ± √(b² - 4ac)] / (2a)

Method 3: Complete Square

1. x² + bx = -c
2. Add (b/2)² to both sides
3. Factor, take √, solve

Discriminant

D = b² - 4ac
ValueSolutions
D > 0Two real
D = 0One real (repeated)
D < 0No real (complex)

Finding Intercepts

TypeMethod
Y-interceptSet x = 0
X-interceptsSet y = 0, solve

Transformations

f(x) = a(x - h)² + k
|a| > 1: Narrower
0 < |a| < 1: Wider
a < 0: Reflect x-axis
h > 0: Right h units
h < 0: Left |h| units
k > 0: Up k units
k < 0: Down |k| units

Completing the Square Process

Convert x² + bx + c to vertex form:
1. Group: (x² + bx) + c
2. Take (b/2)²: Add and subtract inside parentheses
3. Factor: (x + b/2)² - (b/2)² + c
4. Simplify: (x + b/2)² + [c - (b/2)²]

Key Strategies

Common Mistakes to Avoid

College Algebra Learning Platform - Safaa Dabagh - sdabagh.github.io - © 2026