Graphing Functions

Parent functions · Transformations · Examples

Absolute Value

Parentf(x) = |x|
Generalf(x) = a|x − h| + k

Parameter Effects

  • a > 0 opens upward; a < 0 opens downward
  • |a| > 1 narrows; 0 < |a| < 1 widens
  • h shifts the vertex horizontally (right if positive)
  • k shifts the vertex vertically (up if positive)
  • Vertex is at (h, k)
  • Domain: all real numbers
  • Range: [k, ∞) if a > 0; (−∞, k] if a < 0

Parent Graph: f(x) = |x|

x y (0,0) vertex each unit → V shape
ParameterEffect on Graph
a = 2Narrower V (steeper)
a = ½Wider V (shallower)
a = −1Flips upside down ∧
h = 3Vertex shifts right 3
k = −2Vertex shifts down 2

Worked Examples

Example 1
f(x) = 2|x − 3| + 1
1Identify a = 2, h = 3, k = 1
2Vertex: (3, 1) — shift right 3, up 1
3a = 2 > 0 → opens upward, narrower
4Range: [1, ∞); Domain: all reals
x y 123 45 1234 (3,1)
Example 2
f(x) = −|x + 2| − 1
1Identify a = −1, h = −2, k = −1
2Vertex: (−2, −1) — shift left 2, down 1
3a = −1 < 0 → opens downward (∧ shape)
4Range: (−∞, −1]; Domain: all reals
x y 123 −10−2 (−2,−1)