3. Rational and Radical Functions

Transformations

Apply translations, reflections, stretches and compressions to rational and radical parent functions and predict graph changes.

Transformations

Hey students! πŸ‘‹ Ready to unlock the secret to graphing complex functions without plotting dozens of points? In this lesson, you'll discover how to transform parent functions using translations, reflections, stretches, and compressions. By the end, you'll be able to predict exactly how a rational or radical function will look just by examining its equation. This skill will save you tons of time and make you a graphing wizard! πŸ§™β€β™‚οΈ

Understanding Parent Functions and Their Families

Before we dive into transformations, let's get familiar with our main characters - the parent functions! Think of parent functions as the "original recipe" for each function family. Just like how you can modify a basic cookie recipe to create chocolate chip, oatmeal, or sugar cookies, we can modify parent functions to create countless variations.

The rational parent function is $f(x) = \frac{1}{x}$. This creates a hyperbola with two branches - one in the first quadrant and one in the third quadrant. It has vertical and horizontal asymptotes at $x = 0$ and $y = 0$ respectively. Real-world example: This function models inverse relationships, like how the time it takes to complete a job decreases as the number of workers increases!

The square root parent function is $f(x) = \sqrt{x}$, which creates a curve starting at the origin and extending into the first quadrant. This function appears in physics when calculating things like the relationship between the period of a pendulum and its length.

The cube root parent function is $f(x) = \sqrt[3]{x}$, which passes through all four quadrants and looks like an elongated S-curve. Unlike square roots, cube roots can handle negative inputs, making this function defined for all real numbers.

Vertical and Horizontal Translations

Translations are like picking up your entire graph and sliding it to a new location without changing its shape or size. It's the mathematical equivalent of moving furniture around your room! 🏠

Vertical translations occur when we add or subtract a constant to the entire function. The general form is $f(x) + k$, where $k$ represents the vertical shift. If $k > 0$, the graph moves up by $k$ units. If $k < 0$, it moves down by $|k|$ units.

For example, $g(x) = \frac{1}{x} + 3$ takes our rational parent function and shifts it up 3 units. The horizontal asymptote, which was originally at $y = 0$, now sits at $y = 3$. This makes sense because we're adding 3 to every output value!

Horizontal translations happen when we modify the input variable. The form is $f(x - h)$, where $h$ represents the horizontal shift. Here's where it gets tricky - if $h > 0$, the graph moves RIGHT by $h$ units, and if $h < 0$, it moves LEFT by $|h|$ units. This seems backwards at first, but think about it: to make $x - 2 = 0$, we need $x = 2$, so the graph shifts right to $x = 2$.

Consider $g(x) = \sqrt{x - 4}$. This shifts the square root parent function 4 units to the right. The domain changes from $[0, \infty)$ to $[4, \infty)$ because we now need $x - 4 \geq 0$, which means $x \geq 4$.

Reflections Across Axes

Reflections create mirror images of your function across either the x-axis or y-axis. It's like looking at your graph in a mirror! πŸͺž

Reflection across the x-axis occurs when we multiply the entire function by -1: $-f(x)$. Every y-coordinate becomes its opposite. If a point was at $(2, 3)$, it becomes $(2, -3)$.

For instance, $g(x) = -\sqrt{x}$ reflects the square root function across the x-axis. Instead of curving upward from the origin, it now curves downward, creating what looks like the right half of a sideways parabola opening downward.

Reflection across the y-axis happens when we replace $x$ with $-x$: $f(-x)$. Every x-coordinate becomes its opposite. A point at $(2, 3)$ becomes $(-2, 3)$.

Take $g(x) = \sqrt{-x}$. This reflects the square root function across the y-axis. Now the function starts at the origin but extends into the second quadrant instead of the first. The domain becomes $(-\infty, 0]$ because we need $-x \geq 0$, which means $x \leq 0$.

Vertical Stretches and Compressions

Stretches and compressions change the "steepness" or "flatness" of your function. Imagine your graph is made of rubber - stretches make it taller and thinner, while compressions make it shorter and wider! πŸ€Έβ€β™€οΈ

Vertical stretches and compressions use the form $a \cdot f(x)$, where $a$ is the stretch/compression factor:

  • If $|a| > 1$, we have a vertical stretch by factor $|a|$
  • If $0 < |a| < 1$, we have a vertical compression by factor $|a|$
  • If $a < 0$, we also get a reflection across the x-axis

Consider $g(x) = 3\sqrt{x}$. This stretches the square root function vertically by a factor of 3. Every y-coordinate gets multiplied by 3, so the point $(4, 2)$ on the parent function becomes $(4, 6)$ on the transformed function.

For compression, look at $g(x) = \frac{1}{2} \cdot \frac{1}{x}$. This compresses the rational function vertically by a factor of $\frac{1}{2}$, making the graph appear "flatter" and closer to the x-axis.

Horizontal Stretches and Compressions

Horizontal stretches and compressions use the form $f(bx)$, where $b$ affects the horizontal scaling:

  • If $|b| > 1$, we have a horizontal compression by factor $\frac{1}{|b|}$
  • If $0 < |b| < 1$, we have a horizontal stretch by factor $\frac{1}{|b|}$
  • If $b < 0$, we also get a reflection across the y-axis

This is counterintuitive! When $b$ is larger, the graph gets compressed horizontally because the function reaches the same y-values faster.

For example, $g(x) = \sqrt{2x}$ compresses the square root function horizontally by a factor of $\frac{1}{2}$. The point $(4, 2)$ on the parent function corresponds to $(2, 2)$ on the transformed function because $\sqrt{2 \cdot 2} = \sqrt{4} = 2$.

Combining Multiple Transformations

Real-world functions often involve multiple transformations combined together. The general form is:

$$f(x) = a \cdot g(b(x - h)) + k$$

Where:

  • $a$ controls vertical stretch/compression and reflection
  • $b$ controls horizontal stretch/compression and reflection
  • $h$ controls horizontal translation
  • $k$ controls vertical translation

The order of operations matters! We typically apply transformations in this sequence:

  1. Horizontal stretch/compression and reflection (inside the function)
  2. Horizontal translation (inside the function)
  3. Vertical stretch/compression and reflection (outside the function)
  4. Vertical translation (outside the function)

Let's analyze $g(x) = -2\sqrt{3(x + 1)} - 4$:

  • Start with $f(x) = \sqrt{x}$
  • Horizontal compression by $\frac{1}{3}$: $\sqrt{3x}$
  • Horizontal translation left 1: $\sqrt{3(x + 1)}$
  • Vertical stretch by 2 and reflection: $-2\sqrt{3(x + 1)}$
  • Vertical translation down 4: $-2\sqrt{3(x + 1)} - 4$

Conclusion

Transformations are your mathematical superpowers for graphing complex functions efficiently! πŸ’ͺ By understanding how translations slide graphs around, reflections create mirror images, and stretches/compressions change proportions, you can predict the behavior of rational and radical functions without tedious point plotting. Remember that each transformation has a specific effect on the equation, and combining them follows a predictable order. Master these concepts, and you'll breeze through graphing challenges while impressing your classmates with your mathematical wizardry!

Study Notes

β€’ Parent Functions: $f(x) = \frac{1}{x}$ (rational), $f(x) = \sqrt{x}$ (square root), $f(x) = \sqrt[3]{x}$ (cube root)

β€’ Vertical Translation: $f(x) + k$ moves graph up $k$ units (if $k > 0$) or down $|k|$ units (if $k < 0$)

β€’ Horizontal Translation: $f(x - h)$ moves graph right $h$ units (if $h > 0$) or left $|h|$ units (if $h < 0$)

β€’ Reflection across x-axis: $-f(x)$ flips graph over x-axis

β€’ Reflection across y-axis: $f(-x)$ flips graph over y-axis

β€’ Vertical Stretch/Compression: $a \cdot f(x)$ where $|a| > 1$ stretches, $0 < |a| < 1$ compresses

β€’ Horizontal Stretch/Compression: $f(bx)$ where $|b| > 1$ compresses by $\frac{1}{|b|}$, $0 < |b| < 1$ stretches by $\frac{1}{|b|}$

β€’ General Form: $f(x) = a \cdot g(b(x - h)) + k$ combines all transformations

β€’ Transformation Order: Horizontal stretch/compression β†’ Horizontal translation β†’ Vertical stretch/compression β†’ Vertical translation

β€’ Domain Changes: Horizontal transformations affect domain; vertical transformations affect range

Practice Quiz

5 questions to test your understanding

Transformations β€” High School Algebra 2 | A-Warded