6.3 Function Transformations

Key Takeaways

  • The master transformation formula g(x) = a · f(b(x - h)) + k systematically alters parent function graphs through vertical parameters (a, k) and horizontal parameters (b, h).
  • Vertical modifications alter output values directly: a causes vertical stretching (|a| > 1), compression (0 < |a| < 1), and x-axis reflection (a < 0), while k shifts the graph vertically up or down.
  • Horizontal modifications alter input values inversely: b causes horizontal compression (|b| > 1 by factor 1/|b|), stretching (0 < |b| < 1 by factor 1/|b|), and y-axis reflection (b < 0), while h shifts the graph right (+h) or left (-h).
  • Expressions written in the form f(bx - c) must be factored as f(b(x - c/b)) to correctly identify the true horizontal translation c/b rather than c.
  • Even functions satisfy f(-x) = f(x) with y-axis line symmetry, whereas odd functions satisfy f(-x) = -f(x) with 180-degree point rotational symmetry about the origin.
Last updated: September 2026

6.3 Function Transformations

Quick Answer: The master transformation model g(x) = a · f(b(x - h)) + k systematically alters parent function graphs. Parameters a and k govern vertical changes (a stretches if $|a| > 1$, compresses if $0 < |a| < 1$, reflects across the x-axis if $a < 0$; k shifts vertically up or down). Parameters b and h govern horizontal changes (b compresses by factor $1/|b|$ if $|b| > 1$, stretches if $0 < |b| < 1$, reflects across the y-axis if $b < 0$; h shifts horizontally right $h$ or left $-h$). In coordinate mapping: $(x, y) \to (\frac{x}{b} + h, ; ay + k)$.


The Master Transformation Architecture & Vertical Operations (AII-F.BF.3b)

[!NOTE] Scope note. NYSED’s Algebra II instructional note for AII-F.BF.3b adds square root and cube root functions to the transformation families, requires students to write a new function using the value of $k$, and states that even and odd functions will be recognized from their graphs, while determining algebraically whether a function is even or odd is the plus standard (+)F-BF.3c. The algebraic even/odd tests below are worth learning anyway: the June 2026 Part I asked which values of $a$ and $b$ make $f(x) = \sin(ax) + b$ an odd function, which is answered fastest with the algebraic definition.

Every function in Algebra II—including polynomials, radicals, exponentials, logarithms, and trigonometric functions—derives from a basic parent function $y = f(x)$. Applying algebraic constants to the inputs and outputs transforms the parent graph via reflections, dilations (stretches/compressions), and translations.

The general transformation form is represented as:

g(x)=af(b(xh))+kg(x) = a \cdot f(b(x - h)) + k

Vertical Transformations: Operating Outside the Function

Operations performed outside the parent function evaluate after $f$ has processed the input, directly modifying the output $y$-coordinates in an intuitive, direct manner:

  1. Vertical Translation ($k$):

    • $g(x) = f(x) + k$ shifts the graph vertically upward by $k$ units ($k > 0$).
    • $g(x) = f(x) - k$ shifts the graph vertically downward by $k$ units ($k > 0$).
    • Coordinate effect: $(x, y) \to (x, y + k)$.
  2. Vertical Dilation ($a$):

    • If $|a| > 1$, the graph undergoes a vertical stretch by a factor of $|a|$ (points move farther away from the $x$-axis).
    • If $0 < |a| < 1$, the graph undergoes a vertical compression (shrink) by a factor of $|a|$ (points move closer to the $x$-axis).
    • Coordinate effect: $(x, y) \to (x, a \cdot y)$.
  3. Vertical Reflection (Across the $x$-Axis):

    • $g(x) = -f(x)$ negates all output values, flipping the graph vertically across the $x$-axis.
    • Coordinate effect: $(x, y) \to (x, -y)$.

Horizontal Transformations & The Factoring Rule

Operations performed inside the function's argument modify the input values $x$ before $f$ processes them. Horizontal transformations behave in a counter-intuitive, inverse manner because the input $x$ must adjust to produce the original function argument:

  1. Horizontal Translation ($h$):

    • $g(x) = f(x - h)$ shifts the graph horizontally right by $h$ units ($h > 0$).
    • $g(x) = f(x + h) = f(x - (-h))$ shifts the graph horizontally left by $h$ units ($h > 0$).
    • Coordinate effect: $(x, y) \to (x + h, y)$.
  2. Horizontal Dilation ($b$):

    • If $|b| > 1$, the graph undergoes a horizontal compression by a factor of $\frac{1}{|b|}$ (points move closer to the $y$-axis).
    • If $0 < |b| < 1$, the graph undergoes a horizontal stretch by a factor of $\frac{1}{|b|}$ (points move farther away from the $y$-axis).
    • Coordinate effect: $(x, y) \to (\frac{x}{b}, y)$.
  3. Horizontal Reflection (Across the $y$-Axis):

    • $g(x) = f(-x)$ negates the input values, reflecting the graph across the $y$-axis.
    • Coordinate effect: $(x, y) \to (-x, y)$.

[!CAUTION] The Horizontal Factoring Requirement: If an equation presents an unfactored horizontal argument such as $f(bx - c)$, you must factor out $b$ before identifying the horizontal shift: f(bxc)=f(b(xcb))f(bx - c) = f\left(b\left(x - \frac{c}{b}\right)\right) For example, $f(2x - 8) = f(2(x - 4))$ represents a horizontal compression by a factor of $\frac{1}{2}$ followed by a horizontal shift right 4 units, NOT right 8 units!

Transformation TypeAlgebraic FormCoordinate MappingGeometric Description
Vertical Shift Up$f(x) + k$$(x, y) \to (x, y + k)$Shifts graph up $k$ units
Vertical Shift Down$f(x) - k$$(x, y) \to (x, y - k)$Shifts graph down $k$ units
Horizontal Shift Right$f(x - h)$$(x, y) \to (x + h, y)$Shifts graph right $h$ units
Horizontal Shift Left$f(x + h)$$(x, y) \to (x - h, y)$Shifts graph left $h$ units
Reflection Across x-Axis$-f(x)$$(x, y) \to (x, -y)$Flips graph upside down over $x$-axis
Reflection Across y-Axis$f(-x)$$(x, y) \to (-x, y)$Flips graph sideways over $y$-axis
Vertical Stretch$a \cdot f(x)$, $a> 1$
Vertical Compression$a \cdot f(x)$, $0 <a< 1$
Horizontal Compression$f(bx)$, $b> 1$
Horizontal Stretch$f(bx)$, $0 <b< 1$

Coordinate Mapping & Transformation Sequencing

When a function undergoes multiple combined transformations, the order of operations dictates how coordinates transform:

  • Vertical Transformations (Outside): Follow standard algebraic order of operations—apply multiplications first (vertical stretch/compression and $x$-axis reflection via $a$), followed by additions/subtractions (vertical translation via $k$).
  • Horizontal Transformations (Inside): In factored form $b(x - h)$, inputs scale by $\frac{1}{b}$ and translate by $+h$.
  • The Master Coordinate Mapping Formula: Any reference point $(x, y)$ on the parent curve maps to the transformed point: (x,y)(xb+h,    ay+k)(x, y) \longrightarrow \left(\frac{x}{b} + h, \;\; a \cdot y + k\right)

Even and Odd Functions: Algebraic and Graphical Symmetry

A function can exhibit specific rotational or reflectional symmetry across its entire domain:

Even Functions: Line Symmetry Across the $y$-Axis

  • Algebraic Condition: A function $f$ is even if and only if for every $x$ in its domain: f(x)=f(x)f(-x) = f(x)
  • Graphical Symmetry: The graph is symmetric with respect to the $y$-axis (the line $x = 0$). Folding the graph along the vertical $y$-axis produces perfect alignment.
  • Polynomial Rule: A polynomial function is even if all variable terms contain even exponents (including a non-zero constant term $c = c \cdot x^0$, since 0 is an even integer). Examples: $f(x) = x^4 - 3x^2 + 7$, $f(x) = \cos(x)$, $f(x) = |x|$.

Odd Functions: Point Symmetry About the Origin

  • Algebraic Condition: A function $f$ is odd if and only if for every $x$ in its domain: f(x)=f(x)f(-x) = -f(x)
  • Graphical Symmetry: The graph possesses $180^\circ$ rotational symmetry about the origin $(0, 0)$. Rotating the graph upside down leaves it unchanged. If $(x, y)$ lies on the curve, then $(-x, -y)$ must also lie on the curve.
  • Polynomial Rule: A polynomial function is odd if all variable terms contain odd exponents and the constant term is strictly zero. Examples: $f(x) = x^5 - 4x^3 + 2x$, $f(x) = \sin(x)$, $f(x) = \frac{1}{x}$.
Function ClassificationAlgebraic TestGraphical SymmetryCoordinate InvarianceRepresentative Examples
Even Function$f(-x) = f(x)$Reflection across $y$-axis$(x, y) \iff (-x, y)$$x^2$, $x^4 - 2x^2 + 6$, $\cos(x)$
Odd Function$f(-x) = -f(x)$$180^\circ$ rotation about $(0, 0)$$(x, y) \iff (-x, -y)$$x^3$, $x^5 - 7x$, $\sin(x)$, $\frac{1}{x}$
Neither$f(-x) \neq \pm f(x)$No origin or $y$-axis symmetryNone$x^3 + x^2$, $2x^3 - 4x + 5$

Worked Examples

Worked Problem 1: Coordinate Mapping Under Multiple Transformations

Problem: The graph of $y = f(x)$ contains anchor points $(-4, 0)$, $(0, 6)$, and $(2, -2)$. Determine the coordinates of these points on the graph of $g(x) = -2f(x - 3) + 4$ and describe the complete transformation sequence.

  • Step 1: Identify transformation parameters. From $g(x) = -2f(x - 3) + 4$:

    • $a = -2$: Vertical stretch by factor of 2 and reflection across the $x$-axis.
    • $b = 1$: No horizontal dilation.
    • $h = 3$: Horizontal shift right 3 units.
    • $k = 4$: Vertical shift up 4 units.
  • Step 2: Construct the coordinate mapping rule. (x,y)(x+3,  2y+4)(x, y) \longrightarrow (x + 3, \; -2y + 4)

  • Step 3: Map each anchor point.

    • Point 1: $(-4, 0) \longrightarrow (-4 + 3, ; -2(0) + 4) = (-1, 4)$
    • Point 2: $(0, 6) \longrightarrow (0 + 3, ; -2(6) + 4) = (3, -12 + 4) = (3, -8)$
    • Point 3: $(2, -2) \longrightarrow (2 + 3, ; -2(-2) + 4) = (5, 4 + 4) = (5, 8)$

Worked Problem 2: Factoring Horizontal Arguments in Radical Functions

Problem: Describe the transformations that transform the parent function $f(x) = \sqrt{x}$ into $g(x) = \sqrt{4x - 12} + 1$.

  • Step 1: Factor the coefficient of $x$ inside the radical. g(x)=4(x3)+1g(x) = \sqrt{4(x - 3)} + 1

  • Step 2: Extract transformation parameters.

    • Inside: $b = 4$, indicating a horizontal compression by a factor of $\frac{1}{4}$.
    • Inside: $h = 3$, indicating a horizontal shift right 3 units.
    • Outside: $k = 1$, indicating a vertical shift up 1 unit.
  • Step 3: Alternative algebraic verification via radical properties. g(x)=4(x3)+1=4x3+1=2x3+1g(x) = \sqrt{4(x - 3)} + 1 = \sqrt{4} \cdot \sqrt{x - 3} + 1 = 2\sqrt{x - 3} + 1 This confirms that a horizontal compression by a factor of $\frac{1}{4}$ on a square root function is algebraically equivalent to a vertical stretch by a factor of $2$, followed by a shift right 3 units and up 1 unit.

Worked Problem 3: Algebraic Proofs for Even, Odd, and Neither Functions

Problem: Algebraically prove whether each function is even, odd, or neither:

  1. $f(x) = x^4 - 6x^2 + 8$
  2. $g(x) = 2x^3 - 7x$
  3. $h(x) = x^3 + 4x^2 - 5$
  • Proof 1 for $f(x)$: Substitute $(-x)$ for $x$: f(x)=(x)46(x)2+8=x46x2+8f(-x) = (-x)^4 - 6(-x)^2 + 8 = x^4 - 6x^2 + 8 Because $f(-x) = f(x)$, $f(x)$ is an even function.

  • Proof 2 for $g(x)$: Substitute $(-x)$ for $x$: g(x)=2(x)37(x)=2x3+7xg(-x) = 2(-x)^3 - 7(-x) = -2x^3 + 7x Factor out $-1$: g(x)=(2x37x)=g(x)g(-x) = -(2x^3 - 7x) = -g(x) Because $g(-x) = -g(x)$, $g(x)$ is an odd function.

  • Proof 3 for $h(x)$: Substitute $(-x)$ for $x$: h(x)=(x)3+4(x)25=x3+4x25h(-x) = (-x)^3 + 4(-x)^2 - 5 = -x^3 + 4x^2 - 5 Compute $-h(x)$: h(x)=(x3+4x25)=x34x2+5-h(x) = -(x^3 + 4x^2 - 5) = -x^3 - 4x^2 + 5 Notice that $h(-x) \neq h(x)$ (since $-x^3 \neq x^3$) and $h(-x) \neq -h(x)$ (since $+4x^2 \neq -4x^2$). Therefore, $h(x)$ is neither even nor odd.


Common Regents Pitfalls & Exam Strategies

  • Pitfall 1: Failing to factor inside horizontal expressions. Looking at $f(3x - 12)$ and claiming a horizontal shift of 12 units right is an immediate error. Factor first: $f(3(x - 4))$, revealing a shift of 4 units right.
  • Pitfall 2: Confusing reflection axes. $-f(x)$ negates outputs ($y$-values), reflecting across the $x$-axis. $f(-x)$ negates inputs ($x$-values), reflecting across the $y$-axis.
  • Pitfall 3: Assuming a constant term preserves odd symmetry. In $g(x) = x^3 - 5x + 4$, the presence of the non-zero constant $+4$ breaks odd symmetry because $g(-x) = -x^3 + 5x + 4 \neq -(x^3 - 5x + 4)$.
Test Your Knowledge

The graph of the parent function f(x) = √x is transformed into g(x) = -√(x + 5) + 3. Which sequence of transformations correctly describes this mapping?

A
B
C
D
Test Your Knowledge

If the point (12, -8) lies on the graph of y = f(x), which point must lie on the graph of the transformed function y = 0.5f(3x - 6) + 7?

A
B
C
D
Test Your Knowledge

Which of the following functions is classified as an odd function, possessing 180° rotational symmetry about the origin?

A
B
C
D