题目
Problem
Figure 1
Figure 1 shows a sketch of the curve C1 with equation
y=4−∣x∣4x
and the curve C2 with equation
y=x2−8x
For x>0, C1 has equation y=4−x4x
(a) Use algebra to show that C1 touches C2 at a point P, stating the coordinates of P.
(5)
(b) Hence or otherwise, using algebra, solve the inequality
x2−8x>4−∣x∣4x
(6)
解答
(a)
解法一
思路
展开
题目已经说明当 x>0 时,
C1:y=4−x4x.
令两条曲线相交,解方程。如果得到 repeated root,就说明它们在该点相切。
答题过程
展开
For x>0,
C1:y=4−x4x.
At an intersection with C2,
x2−8x=4−x4x.
Multiply by 4−x:
(x2−8x)(4−x)=4x.
Expand the left hand side:
(x2−8x)(4−x)==4x2−32x−x3+8x2−x3+12x2−32x.
So
−x3+12x2−32x=4x.
Bring all terms to one side:
−x3+12x2−36x=0.
Factorise:
−x(x2−12x+36)=0.
So
x=0or(x−6)2=0.
For the point of contact on the positive branch,
x=6.
Then
y=62−8(6)=36−48=−12.
Since x=6 is a repeated root, the curves touch at
P=(6,−12).
解法二
思路
展开
也可以比较两条曲线的 gradient。若它们在同一点相交且 gradient 相同,就说明它们相切。
答题过程
展开
For x>0,
C1:y=4−x4x.
Differentiate C1:
dxd(4−x4x)==(4−x)24(4−x)−4x(−1)(4−x)216.
For C2,
y=x2−8x,
so
dxdy=2x−8.
At a point of tangency,
2x−8=(4−x)216.
This is satisfied by x=6, since
2(6)−8=4
and
(4−6)216=4.
At x=6,
x2−8x=−12,
and
4−x4x==−224−12.
So the curves meet with the same gradient at
P=(6,−12).
(b)
解法一
思路
展开
因为有 ∣x∣,要分成 x>0 和 x<0 两个分支。
当 x>0 时,右边是 4−x4x,而 (a) 已经告诉我们 x=6 是相切点。还要注意 x=4 是 vertical asymptote。
当 x<0 时,右边是 4+x4x,需要另外求交点。
答题过程
展开
We solve
x2−8x>4−∣x∣4x.
First consider x>0. Then ∣x∣=x, so
x2−8x>4−x4x.
From part (a), the curves touch at x=6. Also, this branch has a vertical asymptote at
x=4.
Testing the intervals 0<x<4, 4<x<6, and x>6 gives
4<x<6orx>6.
Now consider x<0. Then ∣x∣=−x, so
x2−8x>4+x4x.
Find the intersections:
x2−8x=4+x4x.
Multiply by 4+x:
(x2−8x)(4+x)=4x.
Expand:
4x2+x3−32x−8x2=4x.
So
x3−4x2−36x=0.
Factorise:
x(x2−4x−36)=0.
Thus
x=0orx=2±210.
For x<0, the relevant intersection is
x=2−210.
This branch also has a vertical asymptote at
x=−4.
Testing intervals on the negative side gives
x<2−210or−4<x<0.
Combining the positive and negative branches, the solution is
x<2−210,−4<x<0,4<x<6,x>6.