题目
Problem
The point P(6,−2) lies on the continuous 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=2f(3x)
(2)
(b) y=f(x−2)+8
(2)
(c) y=f−1(x)
(1)
题目中文翻译
点 P(6,−2) 在连续曲线 y=f(x) 上,其中 x∈R。
当曲线 y=f(x) 变换为以下曲线时,求点 P 被映射到的点:
(a) y=2f(3x)
(b) y=f(x−2)+8
(c) y=f−1(x)
解答
(a)
解法一
思路
展开
在 y=2f(3x) 中,括号内的 3x 使横坐标缩小为原来的 31,函数外的 2 使纵坐标扩大为原来的 2 倍。因此分别变换点 P 的两个坐标。
答题过程
展开
The transformation from y=f(x) to
y=2f(3x) maps
(x,y)⟼(3x,2y).
Therefore,
(6,−2)⟼(36,2(−2))=(2,−4).
(b)
解法一
思路
展开
f(x−2) 表示曲线向右平移 2 个单位,外面的 +8 表示再向上平移 8 个单位,所以横、纵坐标分别加上 2 和 8。
答题过程
展开
The curve is translated by the vector
(28).
Hence
(6,−2)⟼(6+2,−2+8)=(8,6).
(c)
解法一
思路
展开
函数与其反函数的图像关于直线 y=x 对称,因此点的横、纵坐标互换。
答题过程
展开
The graph of y=f−1(x) is the reflection of
y=f(x) in the line y=x.
Therefore, the coordinates are interchanged:
(6,−2)⟼(−2,6).