Σ學習通 · W10D6 · 63 / 129
0 / 15
第 10 週 · 二次函數與圖像 · 第 6 節

圖像變換:平移 · 伸縮 · 翻轉

學會一種基本圖像,很多複雜圖像都是它平移/伸縮/翻轉來的,不用重畫。配滿圖例,並串起本週頂點式 —— W10 收官,含本週 BOSS 總關卡。

▶ 第一關: 平移(上下移 + 左右移的反直覺坑)
f(x) + k : move up/down (intuitive)xyy = x²y = x² + 3 (up)y = x² − 5 (down)
f(x ± k) : LEFT / RIGHT — reversed!x(x+2)²x = −2(x−4)²x = 4+2 → left−4 → right
▶ 第二關: 伸縮與翻轉(拉胖瘦、照鏡子)
k · f(x) : vertical stretch / squashxyy = 3x² (k>1, thin)y = x²y = ½x² (0<k<1, fat)vertex stays at (0,0)
−f(x) : flip up/downf(−x) : flip left/right−x²mirror over x-axisf(x)f(−x)mirror over y-axis
▶ 第三關: 組合變換 + 串起頂點式
y = x² → right 3, up 2 → y = (x−3)²+2x0(0,0)(3, 2)(x−3)²+2x=3right 3up 2
Transform cheat sheet : which part moves wherewhat you writewhat the graph doesf(x) + kup k (− k : down) — intuitivef(x + k)LEFT k (x − k : RIGHT) — reversed!k · f(x)vertical : k>1 thin, 0<k<1 fat− f(x)flip UP/DOWN (over x-axis)f(− x)flip LEFT/RIGHT (over y-axis)
⚔ BOSS: W10 總關卡(配方·圖解·變換綜合)
BOSS recap : equation ↔ transform ↔ vertexx(2,−3) min(x−2)²−3(−3,5) max−(x+3)²+5roots x=1, 3(x−1)(x−3)=0