题目
Problem
In this question you must show all stages of your working.
Solutions relying entirely on calculator technology are not acceptable.
Figure 2
Figure 2 shows a sketch of the curve C with equation
y=∣x∣+415x
and the line l with equation y=x−2
(a) Use algebra to determine the exact values of x for which
x−2>∣x∣+415x
(6)
(b) Hence use algebra to determine the exact values of x for which
∣x−2∣>∣x∣+4∣15x∣
(4)
解答
(a)
解法一
思路
展开
绝对值在 x=0 处分段。分别处理 x>0 和 x<0,因为 ∣x∣+4 始终为正,所以分母可以安全乘过去。最后根据每段的条件保留合适区间。
答题过程
展开
For x>0,
∣x∣=x
so
x−2>x+415x
Since x+4>0,
(x−2)(x+4)>x2+2x−8>x2−13x−8>15x15x0
The roots of x2−13x−8=0 are
x==213±132+32213±201
Since x>0, this gives
x>213+201
For x<0,
∣x∣=−x
so
x−2>−x+415x
Since −x+4>0,
(x−2)(−x+4)>−x2+6x−8>x2+9x+8<(x+8)(x+1)<15x15x00
Thus
−8<x<−1
Therefore
−8<x<−1orx>213+201
(b)
解法一
思路
展开
左边变成 ∣x−2∣,右边变成 ∣x∣+4∣15x∣。当 x<0 时,图像对应到 (a) 中已经得到的左外侧边界;当 x>0 时,还要处理 x−2 的正负,新的交点来自 x+415x=−x+2。
答题过程
展开
From part (a), the regions outside the intersections include
x<−8andx>213+201
We also need the positive solution where
x+415x=−x+2
because this corresponds to the reflected line y=∣x−2∣ for 0<x<2.
Solve:
15x==x2+17x−8=(−x+2)(x+4)−x2−2x+80
Thus
x==2−17±172+322−17±321
The positive root is
2−17+321
Therefore the solution is
x<−8or−1<x<2−17+321orx>213+201