← Back to Overview
Contents
  1. Piecewise Functions
  2. Inverse Functions
  3. Absolute Value Functions
  4. Rational Functions (overview)
  5. Common Mistakes
1 Piecewise Functions

A piecewise function is defined by different rules for different parts of its domain.

📐
Notation: f(x) = { rule₁ if condition₁ ; rule₂ if condition₂ }

Continuous vs Discontinuous

TypeDefinition
ContinuousNo jumps or breaks — you can draw it without lifting your pencil.
DiscontinuousHas breaks or jumps at boundary points between pieces.

Endpoints: Open vs Closed Dots

Graphing Steps

2 Inverse Functions

The inverse of a function f, written f⁻¹, undoes the operation of f. It swaps the roles of x and y.

💡
Key fact: Domain of f⁻¹ = Range of f  ·  Range of f⁻¹ = Domain of f

When Does an Inverse Exist as a Function?

How to Find the Inverse — 4 Steps

✏️
Example — Linear: f(x) = 2x − 6
y = 2x − 6 → swap → x = 2y − 6 → x + 6 = 2y → f⁻¹(x) = (x + 6)/2

Inverse by Function Type

Original functionInverse typeNote
Linear y = mx + bLinearAlways a function (as long as m ≠ 0)
Quadratic y = a(x−h)² + kSideways parabolaNOT a function unless domain restricted; result is √ form
Square root y = a√(b(x−h)) + kQuadratic (restricted domain)Domain of f⁻¹ = range of f
Absolute value y = a|x−h| + kTwo linear pieces (restricted)Restrict domain of f⁻¹ to [k, +∞) if a > 0

Key Properties

3 Absolute Value Functions

The absolute value of a number is its distance from zero — always ≥ 0.

|x|
= x if x ≥ 0, = −x if x < 0
|x| = c (c > 0)
x = c OR x = −c (two solutions)
|x| = 0
x = 0 (one solution)
|x| = −c
No solution (absolute value is never negative)

Solving Absolute Value Equations

✏️
Example: |3x − 1| = 26
Case 1: 3x − 1 = 26 → x = 9
Case 2: 3x − 1 = −26 → x = −25/3

Absolute Value Inequalities

FormEquivalent compound inequalityGraph
|x| < c−c < x < c (AND)Bounded region between −c and c
|x| > cx > c OR x < −cTwo separate rays
|x| ≤ c−c ≤ x ≤ cClosed bounded region
|x| ≥ cx ≥ c OR x ≤ −cTwo closed rays
⚠️
Sign flip: If you multiply or divide both sides of an inequality by a negative number, you MUST reverse the inequality sign.
4 Rational Functions (Overview)

A rational function has the form f(x) = P(x)/Q(x) where P and Q are polynomials and Q(x) ≠ 0.

Standard form (Sec 5)
f(x) = a/(b(x − h)) + k
Vertical asymptote
x = h (where denominator = 0)
Horizontal asymptote
y = k (value function approaches as x → ±∞)
Domain
All real numbers EXCEPT x = h
Range
All real numbers EXCEPT y = k
💡
The graph consists of two branches — one in each region separated by the vertical asymptote. Finding the inverse swaps the asymptotes.
5 Common Mistakes
MistakeFix
Reading piecewise incorrectly at boundariesCheck whether the boundary inequality is < (open) or ≤ (closed) — this changes the dot and which piece "owns" the point.
Forgetting to swap BOTH x and y when finding inverseThe entire process is x ↔ y. Swap first, solve second.
Assuming every inverse is a functionCheck: is the original function one-to-one? If not, restrict the domain.
Only finding one solution for |x| = cThere are always two solutions (unless c = 0). Always write both cases.
Forgetting to flip inequality when dividing by negative−4|x| > −8 → |x| < 2 (sign flips!)