이 과정에서 만날 함수 가족마다 그래프를 새로 외울 수는 없다. 다행히 그럴 필요가 없다 — 기본형 하나를 알면, 나머지는 밀고 뒤집고 늘인 변형이다. 기하 마지막 단원에서 도형을 움직이던 변환이, 이번에는 그래프를 움직인다. 이 차시는 밀기(평행이동)와 뒤집기(반사), 다음 차시는 늘이기(신축)다.
평행이동: 바깥은 순리대로, 안은 반대로
기본형 y=f(x)에서 출발한다.
바깥에 더하면 위로.y=f(x)+k는 모든 출력에 k를 더한다 — 그래프 전체가 위로 k 이동한다. 순리 그대로다.
안에 빼면 오른쪽으로.y=f(x−3)은 왜 오른쪽 3인가. 입력의 처지에서 읽으면 된다 — 새 함수가 x=5에서 내놓는 값은 f(2), 즉 원래 함수가 x=2에서 내놓던 값이다. 원래 2에서 일어나던 일이 이제 5에서 일어난다 — 모든 사건이 오른쪽으로 3씩 늦게 도착한다. 안쪽의 −3은 "입력을 3만큼 미리 깎는 보정"이고, 보정을 이기고 같은 출력을 얻으려면 3만큼 큰 입력이 필요하다.
y=f(x−h)+k:오른쪽으로h,위로k.
예제
y=∣x∣를 오른쪽 3, 위로 2 옮기면 y=∣x−3∣+2 — 꼭짓점이 (0,0)에서 (3,2)로 간다.
y = |x|와 그 이동 y = |x−3| + 2 — 꼭짓점이 (3, 2)로 옮겨 갔다.
Algebra 1의 꼭짓점꼴 y=a(x−h)2+k가 사실 이 일반 규칙의 포물선 판이었다 — 이제 모든 함수에 같은 규칙이 적용된다.
h(x)=x2+x: h(−x)=x2−x — h(x)도 −h(x)도 아니다. 둘 다 아닌 함수가 대부분이다; 짝·홀은 특별한 대칭의 이름이지 이분법이 아니다.
홀함수의 "원점 대칭"은 기하의 언어로 정확히 180° 회전 대칭이다 — f(−x)=−f(x)는 점 (a,b)가 그래프에 있으면 (−a,−b)도 있다는 말이고, 두 점은 원점에 대한 점대칭 쌍이다. 변환 단원의 마지막 정리가 함수의 언어로 재등장했다.
주의
부호의 자리가 전부다 — −f(x)와 f(−x)는 완전히 다른 변환이다(위아래 vs 좌우). 헷갈리면 시험점 하나로: f(x)=x에서 −f(4)=−2(같은 x, 뒤집힌 y), f(−4)는 정의도 안 된다(반대쪽 x로 가야 한다). 이동에서도 같다 — 안쪽 부호는 언제나 "반대로" 읽는다.
Goals
Understand the shift rule y=f(x−h)+k — especially why the x-side sign runs "backwards."
Distinguish the two reflections, y=−f(x) (vertical) and y=f(−x) (horizontal).
Define even and odd functions, and test them by computing f(−x).
One function, a whole family of graphs
Memorizing a fresh graph for every function family ahead is impossible — and unnecessary. Know one parent graph, and the rest are its slides, flips, and stretches. The transformations that moved figures in geometry's final unit now move graphs. This lesson slides (translations) and flips (reflections); the next stretches.
Translations: outside behaves, inside rebels
Start from the parent y=f(x).
Add outside, move up.y=f(x)+k adds k to every output — the whole graph rises by k. As expected.
Subtract inside, move right. Why does y=f(x−3) go right by 3? Read it from the input's seat — at x=5 the new function outputs f(2): what the original produced at x=2. Whatever used to happen at 2 now happens at 5 — every event arrives 3late, shifted right. The inside −3 is a "pre-deduction of the input," and beating that deduction to get the same output takes an input 3 larger.
y=f(x−h)+k:right by h, up by k.
Example
Shifting y=∣x∣ right 3 and up 2 gives y=∣x−3∣+2 — the corner travels from (0,0) to (3,2).
y = |x| and its shift y = |x−3| + 2 — the corner relocated to (3, 2).
Algebra 1's vertex form y=a(x−h)2+k was this general rule's parabola edition all along — now the same rule governs every function.
Reflections: which sign, which flip
Where the minus sign sits decides which way the graph flips.
y=−f(x) — reflection across the x-axis (vertical flip). Outputs change sign: (a,b) becomes (a,−b).
y=f(−x) — reflection across the y-axis (horizontal flip). Inputs change sign: what happened at x=2 now happens at x=−2. The point (a,b) becomes (−a,b).
Example
From y=x (a curve reaching only rightward):
y=−x: the curve flipped downward,y=−x: the curve reaching leftward.
√x and its two reflections — the outside sign flips vertically, the inside sign horizontally.
The domain moves too — −x requires −x≥0, i.e. x≤0. Reflecting the graph reflects the domain with it.
Symmetry: even and odd functions
Some functions are unmoved by reflection — and even/odd is the algebraic language for that graphical symmetry.
Definitioneven function, odd function
If f(−x)=f(x) for all x, the function is even — its graph is symmetric about the y-axis.
If f(−x)=−f(x) for all x, it is odd — its graph is symmetric about the origin.
The names come from powers: x2,x4,… (even exponents) are even; x,x3,… (odd exponents) are odd. The test is always the same single move — compute f(−x) and compare with f(x) and −f(x).
g(x)=x1: g(−x)=−x1=−g(x) — odd. (The reciprocal graph's origin symmetry, confirmed in one line.)
h(x)=x2+x: h(−x)=x2−x — neither h(x) nor −h(x). Most functions are neither; even and odd name special symmetries, not a dichotomy.
An odd function's "origin symmetry" is, in geometric language, exactly 180° rotational symmetry — f(−x)=−f(x) says that whenever (a,b) is on the graph, so is (−a,−b), a point-symmetric pair about the origin. The transformation unit's last theorem, reappearing in the language of functions.
Watch out
The sign's seat is everything — −f(x) and f(−x) are entirely different transformations (vertical vs horizontal). When in doubt, one test point: for f(x)=x, −f(4)=−2 (same x, flipped y), while f(−4) is not even defined (you must cross to the other side in x). The same discipline runs through shifts — inside signs always read "backwards."
(3) h(−x)=x2−x — neither h(x) nor −h(x): neither (even and odd terms mixed).
For polynomials, scanning the exponents already tells: all even — even; all odd — odd; mixed — neither.
문제Problem 6핵심Core
y=x에서 출발하여 y=−x+1+2의 그래프를 얻는 변환을 순서대로 나열하고, 시작점(끝점)이 어디로 가는지 추적하여라.
Starting from y=x, list in order the transformations producing y=−x+1+2, and track where the starting point (endpoint) goes.
정답과 풀이Answer & solution
정답 · 왼쪽 1 → x축 반사 → 위로 2; 시작점 (0,0)→(−1,0)→(−1,0)→(−1,2)
Answer · left 1 → x-axis reflection → up 2; the endpoint (0,0)→(−1,0)→(−1,0)→(−1,2)
식을 읽는 순서대로:
왼쪽 1 (x+1): 시작점 (0,0)→(−1,0).
x축 반사 (앞의 −): (−1,0)은 y=0이라 제자리, 곡선은 아래로 뒤집힌다.
위로 2 (+2): (−1,0)→(−1,2).
결과: (−1,2)에서 시작해 오른쪽 아래로 내려가는 곡선. 검산 — x=3: y=−4+2=0, 점 (3,0)이 곡선 위에 ✓.
Reading the formula:
Left 1 (x+1): endpoint (0,0)→(−1,0).
x-axis reflection (the leading −): (−1,0) has y=0, so it stays; the curve flips downward.
Up 2 (+2): (−1,0)→(−1,2).
Result: a curve starting at (−1,2) and descending to the right. Check at x=3: y=−4+2=0, so (3,0) lies on it ✓.
문제Problem 7핵심Core
어떤 그래프가 y=x2을 왼쪽으로 2, 위로 3 옮긴 뒤 x축에 반사한 것이다. 이 그래프의 식을 구하여라.
A graph is y=x2 shifted left 2 and up 3, then reflected across the x-axis. Find its equation.
정답과 풀이Answer & solution
정답 · y=−(x+2)2−3
Answer · y=−(x+2)2−3
단계대로 식을 쌓는다:
x2왼2(x+2)2위3(x+2)2+3x축반사−[(x+2)2+3]=−(x+2)2−3.
반사가 마지막이므로 +3까지 통째로 부호가 바뀐다 — −(x+2)2+3이 아니다. 검산: 꼭짓점 (−2,3)이 반사로 (−2,−3)에 가야 하는데, −(x+2)2−3의 꼭짓점이 정확히 (−2,−3) ✓. 변환의 순서가 식의 모양을 정한다 — 다음 차시의 주제가 예고된 셈이다.
The reflection comes last, so even the +3 flips — it is not −(x+2)2+3. Check: the vertex (−2,3) must reflect to (−2,−3), and −(x+2)2−3 has vertex exactly there ✓. The order of transformations shapes the formula — next lesson's theme, foreshadowed.
문제Problem 8핵심Core서술형written response
"y=f(x−3)의 그래프는 오른쪽으로 3 이동한 것"인 이유를, 입력의 관점에서 설명하여라. ("부호가 반대라서"는 결과이지 이유가 아니다.)
Explain, from the input's point of view, why the graph of y=f(x−3) is the original shifted right by 3. ("Because the sign is reversed" is the outcome, not the reason.)
풀이와 채점 기준Solution & grading notes
새 함수 g(x)=f(x−3)이 입력 x에서 내놓는 값은, 원래 함수 f가 입력 x−3에서 내놓던 값이다. 즉
g(5)=f(2),g(6)=f(3),g(a+3)=f(a)
— 원래 a에서 일어나던 모든 사건(최고점, 절편, 꺾임)이 새 그래프에서는 a+3에서 일어난다. 사건의 주소가 일제히 3씩 커지는 것 — 그것이 "오른쪽으로 3"이다.
한 문장으로: 안쪽의 −3은 입력에서 3을 미리 깎는 보정이므로, 같은 출력을 받으려면 3만큼 더 큰 입력으로 가야 한다. 부호가 "반대로 보이는" 것은 규칙이 출력이 아니라 입력을 손대기 때문이다.
채점 기준 (논리가 맞는 다른 설명도 만점)
g(x)=f(x−3)의 값 대응(g(a+3)=f(a) 꼴) (1점)
"사건의 주소가 +3"로 번역 (1점)
안쪽 부호가 입력 보정임을 결론 (1점)
The new function g(x)=f(x−3) outputs, at input x, what the original f produced at input x−3. That is,
g(5)=f(2),g(6)=f(3),g(a+3)=f(a)
— every event of the original at a (a peak, an intercept, a corner) happens on the new graph at a+3. Every event's address grows by 3 — and that is "right by 3."
In one sentence: the inside −3pre-deducts3 from the input, so receiving the same output requires an input 3larger. The sign only "looks backwards" because the rule edits the input, not the output.
Rubric (any logically correct explanation earns full credit)
The value correspondence g(a+3)=f(a) (1 pt)
Translating to "event addresses shift +3" (1 pt)
Concluding the inside sign is an input correction (1 pt)
도전Challenge
아이디어를 결합해야 풀리는 문제problems that take more than one idea
문제Problem 9도전Challenge
y=x2+6x+11의 그래프는 y=x2을 어떻게 이동한 것인지 밝혀라.
Describe how the graph of y=x2+6x+11 is a shift of y=x2.
힌트Hint
꼭짓점꼴로 고쳐라 — 완전제곱.
Convert to vertex form — complete the square.
정답과 풀이Answer & solution
정답 · 왼쪽으로 3, 위로 2 (y=(x+3)2+2)
Answer · left 3, up 2 (y=(x+3)2+2)
완전제곱으로:
y=x2+6x+11=(x2+6x+9)+2=(x+3)2+2.
x+3=x−(−3)이므로 왼쪽 3, 바깥 +2로 위 2.
검산: 꼭짓점 (−3,2) — 대입하면 9−18+11=2 ✓. 전개된 식 뒤에 숨은 이동을 완전제곱이 드러낸다 — 다음 단원의 이차함수 심화에서 이 왕복이 주 무기가 된다.
Complete the square:
y=x2+6x+11=(x2+6x+9)+2=(x+3)2+2.
Since x+3=x−(−3): left 3; the outside +2: up 2.
Check: the vertex (−3,2) — substituting gives 9−18+11=2 ✓. Completing the square exposes the shift hiding inside an expanded formula — the round trip that becomes the main weapon of the next unit's quadratics.
문제Problem 10도전Challenge증명proof
다음을 증명하여라: (1) 짝함수 두 개의 합은 짝함수다. (2) 짝함수와 홀함수의 곱은 홀함수다.
Prove: (1) the sum of two even functions is even; (2) the product of an even and an odd function is odd.
풀이와 채점 기준Solution & grading notes
(1)f, g가 짝이면, 합 s(x)=f(x)+g(x)에 대해
s(−x)=f(−x)+g(−x)=f(x)+g(x)=s(x)
— 짝함수다. ■
(2)f가 짝, g가 홀이면, 곱 p(x)=f(x)g(x)에 대해
p(−x)=f(−x)g(−x)=f(x)⋅(−g(x))=−p(x)
— 홀함수다. ■
부호가 곱해지는 구조다 — 짝(+)과 홀(−)의 곱셈표를 만들면 홀수·짝수의 덧셈처럼 움직인다: 짝×짝 = 짝, 홀×홀 = 짝, 짝×홀 = 홀. x4⋅x3=x7(짝 지수 + 홀 지수 = 홀 지수)이 이 표의 표본이고, "짝·홀"이라는 이름이 우연이 아님을 여기서 알 수 있다.
채점 기준 (논리가 맞는 다른 풀이도 만점)
(1) 정의 대입과 결론 (1점)
(2) 정의 대입과 부호 처리 (1점)
두 증명 모두 "모든 x"에 대한 항등임을 명시 (1점)
(1) If f, g are even, then for s(x)=f(x)+g(x),
s(−x)=f(−x)+g(−x)=f(x)+g(x)=s(x)
— even. ■
(2) If f is even and g odd, then for p(x)=f(x)g(x),
p(−x)=f(−x)g(−x)=f(x)⋅(−g(x))=−p(x)
— odd. ■
The signs multiply — tabulate even (+) against odd (−) and it behaves like parity addition: even×even = even, odd×odd = even, even×odd = odd. The specimen is x4⋅x3=x7 (even exponent + odd exponent = odd exponent) — proof that the names "even" and "odd" are no accident.
Rubric (any logically correct proof earns full credit)
(1) substituting the definitions and concluding (1 pt)
(2) substituting with the sign handled (1 pt)
Both proofs stated as identities for allx (1 pt)
문제Problem 11도전Challenge증명proof
홀함수의 그래프가 원점에 대한 180° 회전 대칭임을 증명하여라 — 즉, 점 (a,b)가 그래프 위에 있으면 180° 회전한 점 (−a,−b)도 그래프 위에 있음을 보여라.
Prove that an odd function's graph has 180° rotational symmetry about the origin — that is, whenever (a,b) lies on the graph, so does its 180° image (−a,−b).
풀이와 채점 기준Solution & grading notes
(a,b)가 y=f(x)의 그래프 위에 있다고 하자 — 곧 b=f(a)다.
원점 중심 180° 회전은 (a,b)를 (−a,−b)로 보낸다(변환 단원의 규칙 (x,y)↦(−x,−y)). 이 점이 그래프 위에 있으려면 −b=f(−a)여야 하는데, f가 홀함수이므로
f(−a)=−f(a)=−b✓
— 성립한다. 그러므로 그래프의 모든 점의 180° 회전상이 다시 그래프 위에 있다: 그래프는 원점 대칭이다. ■
(역도 같은 계산을 거꾸로 읽으면 된다 — 그래프가 원점 대칭이면 모든 a에서 f(−a)=−f(a).)
"홀함수"라는 대수적 조건과 "180° 회전 대칭"이라는 기하적 성질이 같은 문장임이 확인됐다 — 기하 마지막 단원의 대칭 언어가 함수론의 표준 어휘로 흡수되는 장면이다.
채점 기준 (논리가 맞는 다른 풀이도 만점)
b=f(a) 설정과 회전 규칙 (1점)
홀 조건으로 f(−a)=−b 확인 (1점)
"모든 점"에 대한 결론 (1점)
Suppose (a,b) lies on y=f(x) — that is, b=f(a).
The 180° rotation about the origin sends (a,b) to (−a,−b) (the transformation unit's rule (x,y)↦(−x,−y)). For that point to lie on the graph we need −b=f(−a) — and since f is odd,
f(−a)=−f(a)=−b✓
— it holds. So every point's 180° image lands back on the graph: the graph is origin-symmetric. ■
(The converse is the same computation read backwards — an origin-symmetric graph forces f(−a)=−f(a) for all a.)
The algebraic condition "odd" and the geometric property "180° rotation symmetry" are the same sentence — the symmetry language of geometry's last unit, absorbed into the standard vocabulary of functions.
Rubric (any logically correct proof earns full credit)
Setting b=f(a) and the rotation rule (1 pt)
The odd condition giving f(−a)=−b (1 pt)
The conclusion for every point (1 pt)
경시Contest
대회 스타일competition style
문제Problem 12경시Contest
y=x1의 그래프를 오른쪽으로 1, 위로 2 이동했다. 이동한 그래프의 식을 구하고, 하나의 분수식으로 정리하여라.
The graph of y=x1 is shifted right 1 and up 2. Find the new equation, and combine it into a single fraction.
정답과 풀이Answer & solution
정답 · y=x−11+2=x−12x−1
Answer · y=x−11+2=x−12x−1
이동 규칙으로
y=x−11+2,
통분하면
y=x−11+2(x−1)=x−12x−1.
검산 — x=2: 이동 전 11=1의 점 (1,1)이 (2,3)으로 가야 하는데, 2−14−1=3 ✓.
거꾸로 읽으면 더 중요하다 — x−12x−1처럼 생긴 유리함수는 전부 x1의 이동이라는 것이 유리함수 단원의 중심 정리가 된다. 이동이 만든 새 "중심" (1,2)가 그 그래프의 점근선 교점이다.
By the shift rule,
y=x−11+2,
and over a common denominator,
y=x−11+2(x−1)=x−12x−1.
Check at x=2: the point (1,1) (from 11=1) must land at (2,3), and 2−14−1=3 ✓.
Read backwards it matters more — that every rational function shaped like x−12x−1 is a shift of x1 becomes the central theorem of the rational functions unit. The shift's new "center" (1,2) is that graph's asymptote crossing.
문제Problem 13경시Contest증명proof
곡선 y=x3−3x2+4가 점 (1,2)에 대해 점대칭임을 증명하여라.
Prove that the curve y=x3−3x2+4 is point-symmetric about (1,2).
힌트Hint
f(1+t)와 f(1−t)를 계산해 더해 보라 — 점 (1,2) 대칭은 "두 값의 평균이 항상 2"라는 뜻이다.
Compute f(1+t) and f(1−t) and add — symmetry about (1,2) means "the two values always average 2."
풀이와 채점 기준Solution & grading notes
f(x)=x3−3x2+4로 놓고, 대칭 중심 후보 (1,2)의 좌우 같은 거리에서 값을 잰다:
f(1+t)=(1+t)3−3(1+t)2+4=t3−3t+2,
f(1−t)=(1−t)3−3(1−t)2+4=−t3+3t+2.
더하면
f(1+t)+f(1−t)=4=2×2(모든t).
즉 (1+t,f(1+t))와 (1−t,f(1−t))의 중점이 항상 (1,2)다 — 그래프의 모든 점이 (1,2)에 대한 점대칭 짝을 그래프 안에 갖는다: 곡선은 (1,2)에 대해 점대칭이다. ■
달리 읽으면: 원점을 (1,2)로 옮긴 새 변수에서 g(t)=f(1+t)−2=t3−3t는 홀함수다 — "홀함수의 이동"이 점대칭의 정체이고, 모든 삼차함수가 이런 대칭 중심(변곡점)을 하나씩 갖는다는 사실이 다항함수 단원에서 재회한다.
채점 기준 (논리가 맞는 다른 풀이도 만점 — 이동 후 홀함수 확인 포함)
f(1±t) 전개 (1점)
합 =4 (또는 g(t)의 홀성) (1점)
중점 논증으로 점대칭 결론 (1점)
Let f(x)=x3−3x2+4 and measure at equal distances either side of the candidate center (1,2):
f(1+t)=(1+t)3−3(1+t)2+4=t3−3t+2,
f(1−t)=(1−t)3−3(1−t)2+4=−t3+3t+2.
Adding,
f(1+t)+f(1−t)=4=2×2(for all t).
So the midpoint of (1+t,f(1+t)) and (1−t,f(1−t)) is always (1,2) — every point of the graph has its point-symmetric partner about (1,2) on the graph: the curve is point-symmetric about (1,2). ■
Another reading: in coordinates recentered at (1,2), the function g(t)=f(1+t)−2=t3−3t is odd — point symmetry unmasked as "a shifted odd function." That every cubic owns one such center (its inflection point) returns in the polynomial unit.
Rubric (any logically correct proof earns full credit — including verifying the shifted function is odd)
Expanding f(1±t) (1 pt)
The sum =4 (or the oddness of g) (1 pt)
The midpoint argument concluding point symmetry (1 pt)