3.12
변환은 함수의 기본 형태를 바꾸지 않은 채 그래프의 형태를 수정합니다. 대표적인 변환은 반사(대칭)로, 그래프를 지정된 축에 대해 뒤집습니다. 모든 점의 y좌표에 -1을 곱하면 전체 그래프가 x축에 대해 반사됩니다. 이 변환은 봉우리와 골짜기의 수직 방향을 뒤집으며,…
변환은 기본 부모 함수의 그래프를 가져와 예측 가능한 방식으로 변경하는 작업입니다.
그러한 변환 중 하나는 그래프를 특정 축으로 뒤집는 반사입니다.
f(x)를 –f(x)로 바꾸면 y 좌표가 부호를 변경하여 모든 점을 수직으로 뒤집기 때문에 x축에 그래프가 반영됩니다.
수직 뒤집기는 물체를 거꾸로 뒤집는 것과 같으며 수평선을 중심으로 그래프를 뒤집는 것처럼 각 점의 수직 위치를 반전시킵니다.
마찬가지로 x를 -x로 바꾸면 f(-x)가 생성되면 x 좌표가 부호를 변경하기 때문에 y축에 그래프가 반영됩니다.
수평 반사에 대한 비유는 자유 끝에서 반사되는 로프 펄스로, 파동은 방향을 바꾸지만 모양과 방향은 유지합니다.
또 다른 유형의 변환은 모든 출력 값에 1보다 큰 계수를 곱하여 그래프를 더 크게 만드는 수직 스트레치입니다.
늘어난 스프링은 수직 스트레치를 모델링하며, 스프링을 당기면 길어지지만 패턴은 여전히 인식할 수 있습니다.
Q1: What happens to a graph when you replace f(x) with –f(x)?
Replacing f(x) with –f(x) reflects the graph over the x-axis by changing the sign of all y-coordinates. This vertical flip reverses the vertical position of each point, turning the graph upside down. Peaks become troughs and vice versa, similar to inverting a signal in electrical systems while preserving the timing of features.
Q2: How does replacing x with –x affect a function's graph?
Replacing x with –x, resulting in f(–x), reflects the graph over the y-axis because all x-coordinates change sign. This horizontal reflection mirrors the graph from left to right, similar to how a wave pulse reverses direction at a free end. The shape and orientation remain unchanged, but the progression across the horizontal axis is reversed.
Q3: What is a vertical stretch transformation?
A vertical stretch multiplies all output values by a factor greater than one, making the graph taller while preserving horizontal positions. This transformation elongates features vertically without distorting their structure. It is analogous to pulling a spring to make it longer or increasing the gain in an amplifier circuit to intensify a signal.
Q4: How does horizontal compression change a function's graph?
Horizontal compression scales input values by a factor greater than one, squeezing the graph horizontally and bringing features closer together. The overall pattern is retained, but intervals between repeating elements shrink. This is comparable to compressing a spring along its length, where the spacing contracts but the fundamental structure persists.
Q5: Why are function transformations important in mathematics?
Function transformations provide essential tools for interpreting and manipulating graphs in mathematical and applied contexts. They allow you to understand how operations like reflections, stretches, and compressions alter a parent function's graphical representation predictably. These transformations help model real-world phenomena in physics, engineering, and signal processing without changing the function's fundamental form.
Q6: What is the difference between reflection and stretching transformations?
Reflection flips a graph across an axis by changing the sign of coordinates, reversing orientation without altering shape. Stretching multiplies output or input values by a factor greater than one, elongating or compressing the graph vertically or horizontally. Both transformations modify the graphical representation, but reflections invert direction while stretches change scale.
Q7: How do transformations relate to other function concepts?
Transformations build on foundational function concepts by modifying graphs of parent functions in predictable ways. Understanding transformations of functions i and ii provides the groundwork for recognizing how operations alter function behavior. These transformations connect to broader function analysis, enabling students to manipulate and interpret complex functions across mathematical and applied domains.