题目
Problem
Figure 1 shows a sketch of the curve with equation y=f(x).
Figure 1
The curve passes through the points (−1,0) and (0,2) and touches the x-axis at the point (3,0).
On separate diagrams, sketch the curve with equation
(a) y=f(x+3)
(3)
(b) y=f(−3x)
(3)
On each diagram, show clearly the coordinates of all the points where the curve cuts or touches the coordinate axes.
解答
(a)
解法一
思路
展开
y=f(x+3) 是把原图向左平移 3。所以每个关键点的 x 坐标减 3,y 坐标不变。
答题过程
展开
The transformation from y=f(x) to y=f(x+3) is a translation 3 units to the left.
So
(−1,0)(0,2)(3,0)↦(−4,0),↦(−3,2),↦(0,0).
The sketch should have the same shape as the original curve, with a minimum touching the x-axis at
(0,0),
and it should also pass through
(−4,0).
(b)
解法一
思路
展开
y=f(−3x) 表示先在 y 轴反射,再在水平方向压缩为原来的 31。点 (a,b) 会变成 (−3a,b)。
答题过程
展开
For y=f(−3x), a point (a,b) on y=f(x) maps to
(−3a,b).
Therefore
(−1,0)(0,2)(3,0)↦(31,0),↦(0,2),↦(−1,0).
The sketch should be reflected in the y-axis and horizontally compressed by scale factor 31. It touches the x-axis at
(−1,0),
passes through
(31,0),
and cuts the y-axis at
(0,2).