No history yet

Function Transformations

Parent Radical Functions

Just like linear equations have a basic form, y=xy=x, radical functions have parent functions. These are the simplest versions from which all others are transformed.

The parent square root function is f(x)=xf(x) = \sqrt{x}. Its graph starts at the origin (0,0)(0,0) and gently curves upward as it moves to the right. Notice that the domain is limited: you can't take the square root of a negative number, so xx must be greater than or equal to zero.

The other key parent is the cube root function, f(x)=x3f(x) = \sqrt[3]{x}. Unlike the square root, you can take the cube root of any real number, positive or negative. Its graph is an 'S' shape that passes through the origin and extends infinitely in both directions.

The Transformation Blueprint

We can shift, stretch, compress, and reflect these parent functions using a single equation form. For the square root function, this blueprint is:

f(x)=ab(xh)+kf(x) = a\sqrt{b(x-h)} + k

The point (h,k)(h, k) is the new starting point for the square root function, or the point of inflection for the cube root function. Let's break down what each parameter does.

Vertical Shifts (kk): If kk is positive, the graph moves up. If kk is negative, it moves down. This is an intuitive, outside change.

Horizontal Shifts (hh): This one is tricky. The form is (xh)(x-h). So, (x3)(x-3) means h=3h=3, a shift right 3 units. Likewise, (x+3)(x+3), which is (x(3))(x - (-3)), means h=3h=-3, a shift left 3 units. It's the opposite of what you might expect.

Reflections are controlled by negative signs.

A negative sign on aa (outside the radical) reflects the graph vertically across the x-axis. A negative sign on bb (inside the radical) reflects the graph horizontally across the y-axis.

Stretching and Compressing

The absolute values of aa and bb determine how much the graph is stretched or compressed.

Vertical Stretches & Compressions (aa):

  • If a>1|a| > 1, the graph is stretched vertically, making it appear steeper.
  • If 0<a<10 < |a| < 1, the graph is compressed vertically, making it appear flatter.

Horizontal Stretches & Compressions (bb): This is also counter-intuitive, like the horizontal shift.

  • If b>1|b| > 1, the graph is compressed horizontally (squished inward).
  • If 0<b<10 < |b| < 1, the graph is stretched horizontally (pulled outward).

A simple way to think about it: vertical transformations (aa and kk) do what you'd expect. Horizontal transformations (bb and hh) do the opposite of what you'd expect.

Writing the Equation from a Graph

You can reverse the process to find a function's equation by looking at its graph. Here's the method:

  1. Identify the vertex (h,k)(h, k). This is the starting point of the square root graph or the center point of the cube root graph. This gives you hh and kk.

  2. Determine reflections. Does the graph go up or down from the vertex? Left or right? This tells you the signs of aa and bb.

  3. Find the stretch/compression factor. Pick another clean point (x,y)(x, y) on the graph. Plug xx, yy, hh, and kk into the equation y=axh+ky = a\sqrt{x-h} + k (or the appropriate reflected version) and solve for aa. For simplicity, we often assume b=1b=1 unless there's a clear horizontal stretch.

Let's find the equation for the graph above.

  1. The vertex is at (2,1)(-2, 1), so h=2h = -2 and k=1k = 1.

  2. The graph opens down (so aa is negative) and to the right (so bb is positive). We'll assume b=1b=1.

  3. Our equation is y=ax(2)+1y = a\sqrt{x - (-2)} + 1, or y=ax+2+1y = a\sqrt{x+2} + 1. We use the point (2,1)(2, -1) to find aa.

1=a2+2+11=a4+11=2a+12=2aa=1\begin{aligned} -1 &= a\sqrt{2+2} + 1 \\ -1 &= a\sqrt{4} + 1 \\ -1 &= 2a + 1 \\ -2 &= 2a \\ a &= -1 \end{aligned}

So, the equation for the graph is f(x)=x+2+1f(x) = -\sqrt{x+2} + 1.

Quiz Questions 1/6

What is the domain of the parent function f(x)=xf(x) = \sqrt{x}?

Quiz Questions 2/6

How does the graph of g(x)=x+2g(x) = \sqrt{-x + 2} relate to the parent function f(x)=xf(x) = \sqrt{x}?

Understanding these transformations provides a powerful toolkit for analyzing and creating functions.