Fiveable

🍬Honors Algebra II Unit 2 Review

QR code for Honors Algebra II practice questions

2.2 Graphing Techniques and Transformations

2.2 Graphing Techniques and Transformations

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
🍬Honors Algebra II
Unit & Topic Study Guides
Pep mascot

Graphing Techniques and Transformations

Graphing techniques and transformations give you a systematic way to visualize functions and predict how changes to an equation affect the shape and position of a graph. Instead of plotting dozens of points every time, you can start from a known parent function and apply shifts, reflections, stretches, or compressions to quickly sketch new graphs. These skills come up constantly in later units and in precalculus, so building fluency here pays off.

Pep mascot
more resources to help you study

Graphing Functions: Techniques and Transformations

Plotting Points and Graphing Functions

The graph of a function is a visual map of every input-output pair (x,f(x))(x, f(x)). Each point on the curve tells you: "when the input is this, the output is that."

To graph a function by plotting points:

  1. Choose several input values (x-values), including negatives, zero, and positives.
  2. Substitute each into the function to calculate the output f(x)f(x).
  3. Plot each ordered pair (x,y)(x, y) on the coordinate plane.
  4. Connect the points with a smooth curve (or straight line, depending on the function type).

Example: For f(x)=x2f(x) = x^2, you'd plot (2,4)(-2, 4), (1,1)(-1, 1), (0,0)(0, 0), (1,1)(1, 1), and (2,4)(2, 4). Connecting these gives the familiar U-shaped parabola.

Plotting points works, but it's slow. That's where transformations come in: once you know the shape of a parent function, you can shift and reshape it without recalculating every point.

Transformations of Function Graphs

Transformations change the position, shape, or orientation of a graph while preserving its basic structure. The four main types are translations (shifts), reflections, vertical stretches/compressions, and horizontal stretches/compressions.

You apply transformations by modifying either the input (x) or the output (y) in the function's equation.

Example: The graph of f(x)=(x2)2+1f(x) = (x - 2)^2 + 1 starts from the parent function y=x2y = x^2. The 2-2 inside the parentheses shifts the parabola right 2 units, and the +1+1 outside shifts it up 1 unit. The vertex moves from (0,0)(0, 0) to (2,1)(2, 1).

When multiple transformations are combined, each one builds on the result of the previous one. The order you apply them matters, which is covered in more detail below.

Plotting Points and Graphing Functions, Graphing Linear Equations | Beginning Algebra

Transformations of Functions: Effects and Equations

Effects of Transformations on Function Graphs

Translations (Shifts) move the entire graph without changing its shape.

  • Horizontal shifts modify the input:
    • f(xh)f(x - h) shifts the graph right by hh units (note: subtracting moves right)
    • f(x+h)f(x + h) shifts the graph left by hh units
  • Vertical shifts modify the output:
    • f(x)+kf(x) + k shifts the graph up by kk units
    • f(x)kf(x) - k shifts the graph down by kk units
  • Example: f(x)=sin(x)+1f(x) = \sin(x) + 1 takes the sine curve and lifts every point up by 1 unit. The midline moves from y=0y = 0 to y=1y = 1.

The horizontal shift direction is the most common source of mistakes. The sign inside the parentheses is opposite to the direction of the shift. Think of it this way: f(x3)f(x - 3) means the function "waits" 3 more units to the right before doing what it normally does.

Reflections flip the graph across an axis.

  • Negating the output, f(x)-f(x), reflects across the x-axis (flips vertically)
  • Negating the input, f(x)f(-x), reflects across the y-axis (flips horizontally)
  • Example: f(x)=cos(x)f(x) = -\cos(x) takes the cosine curve and flips it upside down. Peaks become valleys and vice versa.

Stretches and Compressions change how wide or tall the graph appears.

  • Vertical stretch/compression (multiplying the output):
    • af(x)a \cdot f(x) where a>1|a| > 1 stretches the graph vertically (taller)
    • af(x)a \cdot f(x) where 0<a<10 < |a| < 1 compresses the graph vertically (shorter)
  • Horizontal stretch/compression (multiplying the input):
    • f(bx)f(bx) where b>1|b| > 1 compresses the graph horizontally (narrower)
    • f(bx)f(bx) where 0<b<10 < |b| < 1 stretches the graph horizontally (wider)
  • Example: f(x)=3x2f(x) = 3x^2 is a vertical stretch of y=x2y = x^2 by a factor of 3. The parabola becomes narrower because every y-value is tripled.

Notice the horizontal transformations are counterintuitive again: multiplying x by a number greater than 1 makes the graph narrower, not wider.

Determining Equations of Transformed Functions

To write the equation of a transformed function, apply each transformation to the original equation step by step.

  1. Identify the parent function (e.g., y=x2y = x^2, y=xy = \sqrt{x}, y=xy = |x|).
  2. List the transformations described (shift, reflect, stretch, etc.).
  3. Apply them to the equation using the rules above.

A key detail: when you read transformations from an equation, you work inside out (handle what's happening to x first, then what's happening to the whole function). But when you're building an equation from a description of transformations applied in a specific order, you often need to reverse the order in the equation.

Example: Start with y=xy = \sqrt{x}. Reflect across the y-axis, then shift up 3 units.

  • Reflecting across the y-axis: replace xx with x-xy=xy = \sqrt{-x}
  • Shifting up 3: add 3 → f(x)=x+3f(x) = \sqrt{-x} + 3

Note: The domain of this transformed function is x0x \leq 0, since you need x0-x \geq 0 under the radical.

Plotting Points and Graphing Functions, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Graph by Plotting Points

Key Features of Function Graphs

Intercepts and Asymptotes

Intercepts are where the graph crosses the axes. They're often the first features you should identify.

  • x-intercepts (also called zeros or roots): Set f(x)=0f(x) = 0 and solve for xx.
  • y-intercept: Evaluate f(0)f(0).
  • Example: For f(x)=x24f(x) = x^2 - 4, setting x24=0x^2 - 4 = 0 gives x=±2x = \pm 2, so the x-intercepts are (2,0)(-2, 0) and (2,0)(2, 0). Plugging in x=0x = 0 gives f(0)=4f(0) = -4, so the y-intercept is (0,4)(0, -4).

Transformations affect intercepts in predictable ways. If you shift a graph up by 3, the y-intercept increases by 3. If you shift right by 2, the x-intercepts each increase by 2.

Asymptotes are lines the graph approaches but never reaches.

  • Vertical asymptotes occur where a function is undefined, typically where the denominator of a rational function equals zero.
  • Horizontal asymptotes describe end behavior as x±x \to \pm\infty. For rational functions, compare the degrees of the numerator and denominator:
    • Degree of numerator < degree of denominator → horizontal asymptote at y=0y = 0
    • Degrees are equal → horizontal asymptote at y=leading coefficient of numeratorleading coefficient of denominatory = \frac{\text{leading coefficient of numerator}}{\text{leading coefficient of denominator}}
    • Degree of numerator > degree of denominator → no horizontal asymptote
  • Example: f(x)=1xf(x) = \frac{1}{x} has a vertical asymptote at x=0x = 0 (denominator is zero) and a horizontal asymptote at y=0y = 0 (as xx grows large, 1x\frac{1}{x} approaches zero).

Extrema (Maxima and Minima)

Extrema are the highest or lowest points on a graph within a given interval. A local maximum is a peak (the function changes from increasing to decreasing), and a local minimum is a valley (the function changes from decreasing to increasing).

For this course, you can often find extrema by recognizing the shape of the parent function and tracking how transformations move the vertex or turning points. For example, the vertex of f(x)=a(xh)2+kf(x) = a(x - h)^2 + k is at (h,k)(h, k), and whether it's a max or min depends on the sign of aa:

  • If a>0a > 0, the parabola opens up → the vertex is a minimum.
  • If a<0a < 0, the parabola opens down → the vertex is a maximum.

Example: For f(x)=(x1)2+5f(x) = -(x - 1)^2 + 5, the vertex is (1,5)(1, 5). Since a=1<0a = -1 < 0, the parabola opens downward, so (1,5)(1, 5) is a maximum.

For non-quadratic functions or when working on a closed interval, you can also find extrema using calculus techniques (setting the derivative equal to zero), but in Algebra II, you'll mostly rely on graph features and transformation logic to locate these points.