题目
Problem
Given that k is a positive constant,
(a) on separate diagrams, sketch the graph with equation
(i) y=k−2∣x∣
(ii) y=2x−3k
Show on each sketch the coordinates, in terms of k, of each point where the graph meets or cuts the axes.
(4)
(b) Hence find, in terms of k, the values of x for which
2x−3k=k−2∣x∣
giving your answers in simplest form.
(4)
题目中文翻译
已知 k 为正常数。
(a) 在分别的图上,画出下列方程所表示图像的草图:
(i) y=k−2∣x∣
(ii) y=2x−3k
在每幅图上用 k 表示图像与坐标轴相交或接触的各点坐标。
(b) 由此求满足
2x−3k=k−2∣x∣
的 x 值,并将答案化为最简形式。
解答
(a)(i)
解法一
思路
展开
函数 y=k−2∣x∣ 关于 y 轴对称,是开口向下的 V 形。先找顶点,再令 y=0 求两边的 x 轴截距。
答题过程
展开
For
y=k−2∣x∣,
the maximum occurs at x=0, so the vertex and y-intercept are
(0,k).
For the x-intercepts,
k−2∣x∣=∣x∣=0,2k,
so
x=±2k.
Thus the x-intercepts are
(−2k,0)and(2k,0).
(a)(ii)
解法一
思路
展开
绝对值图像是开口向上的 V 形。令绝对值内部等于零得到顶点与 x 轴截距,再令 x=0 求 y 轴截距。
答题过程
展开
For
y=2x−3k,
the minimum occurs when
2x−3k=0.
Hence the vertex and x-intercept are
(6k,0).
At x=0,
y=−3k=3k,
so the y-intercept is
(0,3k).
(b)
解法一
思路
展开
根据两幅 V 形图像的相关线段分段去掉绝对值。左侧交点满足 x<0;右侧交点满足 x≥6k。分别解两个一次方程。
答题过程
展开
We solve
2x−3k=k−2∣x∣.
For the left intersection, x<0. Hence
∣x∣=−xand2x−3k=3k−2x.
Therefore
3k−2x=x=k+2x,−6k.
For the right intersection, x≥6k. Hence
∣x∣=xand2x−3k=2x−3k.
Therefore
2x−3k=x=k−2x,3k.
Thus
x=−6k,x=3k.
解法二
思路
展开
官方评分说明提到平方路线,但单独平方只会得到右侧交点。因此先在 x≥0 的部分平方求出 x=3k,再另行处理 x<0 的分支,补足另一解。
答题过程
展开
For x≥0, the equation becomes
2x−3k=k−2x.
Squaring gives
(2x−3k)2=(k−2x)2.
Using the difference of two squares,
(4x−34k)(32k)=x=0,3k,
since k>0.
For x<0,
2x−3k=3k−2x
and
k−2∣x∣=k+2x.
Thus
3k−2x=x=k+2x,−6k.
Both values satisfy their respective branch conditions, so
x=−6k,x=3k.