Function Notation and Transformations

Work with function notation and graph transformations

Function Notation and Transformations

Function Notation Review

Basic Notation

f(x)=2x+3f(x) = 2x + 3 means "the function ff takes an input xx and outputs 2x+32x + 3"

Examples:

  • f(5)=2(5)+3=13f(5) = 2(5) + 3 = 13
  • f(2)=2(2)+3=1f(-2) = 2(-2) + 3 = -1
  • f(a)=2a+3f(a) = 2a + 3

Composite Functions

Notation: (fg)(x)=f(g(x))(f \circ g)(x) = f(g(x))

Example: If f(x)=x2f(x) = x^2 and g(x)=x+1g(x) = x + 1:

f(g(3))=f(3+1)=f(4)=42=16f(g(3)) = f(3 + 1) = f(4) = 4^2 = 16

g(f(3))=g(32)=g(9)=9+1=10g(f(3)) = g(3^2) = g(9) = 9 + 1 = 10

Note: Order matters! f(g(x))g(f(x))f(g(x)) \neq g(f(x))

Inverse Functions

Notation: f1(x)f^{-1}(x)

Property: f(f1(x))=xf(f^{-1}(x)) = x and f1(f(x))=xf^{-1}(f(x)) = x

Example: If f(x)=2x+3f(x) = 2x + 3, then f1(x)=x32f^{-1}(x) = \frac{x - 3}{2}

Verify: f(f1(7))=f(732)=f(2)=2(2)+3=7f(f^{-1}(7)) = f(\frac{7-3}{2}) = f(2) = 2(2) + 3 = 7

Function Transformations

Vertical Transformations

Vertical Shift:

  • f(x)+kf(x) + k shifts UP kk units
  • f(x)kf(x) - k shifts DOWN kk units

Vertical Stretch/Compression:

  • af(x)a \cdot f(x) where a>1a > 1: stretch (taller)
  • af(x)a \cdot f(x) where 0<a<10 < a < 1: compression (shorter)

Reflection over x-axis:

  • f(x)-f(x) flips the graph upside down

Horizontal Transformations

Horizontal Shift:

  • f(xh)f(x - h) shifts RIGHT hh units (opposite of what you'd think!)
  • f(x+h)f(x + h) shifts LEFT hh units

Horizontal Stretch/Compression:

  • f(bx)f(bx) where b>1b > 1: compression (narrower)
  • f(bx)f(bx) where 0<b<10 < b < 1: stretch (wider)

Reflection over y-axis:

  • f(x)f(-x) flips the graph horizontally

Transformation Examples

Example 1: Multiple Transformations

Given: f(x)=x2f(x) = x^2
New: g(x)=2f(x3)+1=2(x3)2+1g(x) = -2f(x - 3) + 1 = -2(x-3)^2 + 1

Transform in this order:

  1. Shift right 3: (x3)2(x-3)^2
  2. Stretch vertically by 2: 2(x3)22(x-3)^2
  3. Reflect over x-axis: 2(x3)2-2(x-3)^2
  4. Shift up 1: 2(x3)2+1-2(x-3)^2 + 1

Example 2: From Graph to Equation

If the parent function f(x)=xf(x) = \sqrt{x} is:

  • Shifted left 2
  • Reflected over x-axis
  • Shifted down 3

Equation: g(x)=x+23g(x) = -\sqrt{x + 2} - 3

SAT Question Types

Type 1: Evaluate Composite Functions

Given: f(x)=x2+1f(x) = x^2 + 1 and g(x)=2x3g(x) = 2x - 3

Find: f(g(2))f(g(2))

Solution:

  1. Find g(2)=2(2)3=1g(2) = 2(2) - 3 = 1
  2. Find f(1)=12+1=2f(1) = 1^2 + 1 = 2

Type 2: Match Transformations to Graphs

Strategy:

  • Check key points (vertex, intercepts)
  • Identify shifts first (easiest to spot)
  • Then check reflections and stretches

Type 3: Inverse Function Properties

If f(5)=12f(5) = 12, what is f1(12)f^{-1}(12)?

Answer: f1(12)=5f^{-1}(12) = 5 (inverse "undoes" the function)

Common SAT Mistakes

❌ Confusing f(x)+3f(x) + 3 (shift up) with f(x+3)f(x + 3) (shift left)
❌ Thinking f(x2)f(x - 2) shifts left (it shifts RIGHT!)
❌ Forgetting order matters in composite functions
❌ Not simplifying composite functions step-by-step

Transformation Quick Reference

| Transformation | Notation | Effect | |---------------|----------|--------| | Shift up kk | f(x)+kf(x) + k | Move graph up | | Shift down kk | f(x)kf(x) - k | Move graph down | | Shift right hh | f(xh)f(x - h) | Move graph right | | Shift left hh | f(x+h)f(x + h) | Move graph left | | Reflect over x-axis | f(x)-f(x) | Flip upside down | | Reflect over y-axis | f(x)f(-x) | Flip horizontally | | Vertical stretch | af(x)a \cdot f(x), a>1a>1 | Make taller | | Vertical compression | af(x)a \cdot f(x), 0<a<10<a<1 | Make shorter |

Pro Tips

Inside the parentheses affects x (horizontal)
Outside the parentheses affects y (vertical)
Horizontal shifts are counterintuitive (opposite sign)
Work from inside out for composite functions

📚 Practice Problems

No example problems available yet.