题目
Problem
The point P(−4,−3) lies on the curve with equation y=f(x), x∈R
Find the point to which P is mapped when the curve with equation y=f(x) is transformed to the curve with equation
(a) y=f(2x)
(1)
(b) y=3f(x−1)
(2)
(c) y=∣f(x)∣
(1)
题目中文翻译
点 P(−4,−3) 在曲线 y=f(x) 上,其中 x∈R。
求当方程为 y=f(x) 的曲线变换为下列曲线时,点 P 被映射到的点:
(a) y=f(2x)
(b) y=3f(x−1)
(c) y=∣f(x)∣
解答
(a)
解法一
思路
展开
由 y=f(x) 变为 y=f(2x) 时,图像在水平方向缩小为原来的一半,因此横坐标除以 2,纵坐标不变。
答题过程
展开
For the transformation from y=f(x) to y=f(2x),
(x,y)⟼(2x,y).
Therefore,
(−4,−3)⟼(−2,−3).
(b)
解法一
思路
展开
f(x−1) 表示图像向右平移 1 个单位,而外面的系数 3 把所有纵坐标扩大为原来的 3 倍。
答题过程
展开
For the transformation from y=f(x) to y=3f(x−1),
(x,y)⟼(x+1,3y).
Hence,
(−4,−3)⟼(−4+1,3(−3))=(−3,−9).
(c)
解法一
思路
展开
取函数值的绝对值会保留 x 轴上方的部分,并把 x 轴下方的部分关于 x 轴翻折。点 P 的纵坐标为负,因此变为其绝对值。
答题过程
展开
For y=∣f(x)∣, the x-coordinate is unchanged and the new y-coordinate is
∣−3∣=3.
Therefore,
(−4,−3)⟼(−4,3).