题目
Problem
Figure 2 shows a sketch of part of the graph with equation y=f(x), where
f(x)=21∣2x+7∣−10
(a) State the coordinates of the vertex, V, of the graph.
(2)
(b) Solve, using algebra,
21∣2x+7∣−10≥31x+1
(4)
(c) Sketch the graph with equation
y=∣f(x)∣
stating the coordinates of the local maximum point and each local minimum point.
(4)
题目中文翻译
图 2 给出了部分图像 y=f(x) 的示意图,其中
f(x)=21∣2x+7∣−10
(a) 写出该图像顶点 V 的坐标。
(b) 用代数方法解不等式
21∣2x+7∣−10≥31x+1
(c) 画出方程
y=∣f(x)∣
的图像,并写出局部极大点以及各局部极小点的坐标。
解答
(a)
解法一
思路
展开
绝对值图像的顶点出现在绝对值内部等于零的位置。求出横坐标后代回函数即可。
答题过程
展开
At the vertex,
2x+7=0
so x=−7/2. Then
f(−27)=−10
Therefore
V=(−27,−10)
(b)
解法一
思路
展开
把不等式整理为 ∣2x+7∣≥32x+22,再分别令绝对值内部取正、取负,求出两个临界值。最后用区间检验选取外侧区间。
答题过程
展开
The inequality is equivalent to
∣2x+7∣≥32x+22
The critical values satisfy
2x+7=32x+22
or
−(2x+7)=32x+22
These give
x=445orx=−887
Testing the intervals gives
x≤−887orx≥445
解法二
思路
展开
官方评分资料也接受平方化路线。右边为正时两边平方并化为二次不等式;右边非正时原不等式自动成立,最终仍并入左侧区间。
答题过程
展开
For 32x+22>0, square both sides:
(2x+7)2≥(32x+22)2
Multiplying by 9 and simplifying gives
32x2−12x−3915≥0
Since
32x2−12x−3915=32(x+887)(x−445),
the outside intervals are selected. The case 32x+22≤0 is already contained in the left interval. Hence
x≤−887orx≥445
(c)
解法一
思路
展开
作 y=∣f(x)∣ 时,原图在 x 轴下方的部分向上反射。原顶点变为局部极大点;原图与 x 轴的两个交点变为局部极小点。
答题过程
展开
The point (−7/2,−10) is reflected in the x-axis, giving the local maximum
(−27,10)
For the local minima,
21∣2x+7∣−10=0
so ∣2x+7∣=20. Hence
x=−227orx=213
Therefore the local maximum is
(−27,10)
and the local minima are
(−227,0),(213,0)