题目
Problem
(a) Use algebra to determine the exact x coordinates of the points of intersection of the curves with equations
y=x2+12xandy=x+41
(3)
Hence
(b) determine the values of x for which
x2+12x<x+41
(2)
(c) state the values of x for which
x2+12x<∣x+4∣1
(2)
解答
(a)
解法一
思路
展开
交点的 x 坐标由两个 y 表达式相等得到。由于 x2+1 恒正,x+4 在交点处不能为 0,所以可以交叉相乘并解二次方程。
答题过程
展开
At the points of intersection,
x2+12x=x+41
Cross-multiply:
2x(x+4)=2x2+8x=x2+8x−1=x2+1x2+10
Using the quadratic formula,
x===2−8±82−4(1)(−1)2−8±68−4±17
Therefore the exact x coordinates are
x=−4−17,x=−4+17
解法二
思路
展开
将两式移到等号同一边,通过通分化为单一分式,即 x2+12x−x+41=0。通分后,由于分母不为零,令分子等于 0 求解二次方程即可得到交点的 x 坐标。此法也为后续 (b) 部分求解不等式直接提供了代数工具。
答题过程
展开
At the points of intersection, write the equation by moving all terms to one side:
x2+12x−x+41=0
Combine the fractions over a common denominator:
(x2+1)(x+4)2x(x+4)−(x2+1)=(x2+1)(x+4)2x2+8x−x2−1=(x2+1)(x+4)x2+8x−1=000
Since the denominator cannot be zero at the points of intersection, set the numerator to zero:
x2+8x−1=0
Solve using the quadratic formula:
x===2−8±82−4(1)(−1)2−8±68−4±17
Therefore the exact x coordinates are:
x=−4−17,x=−4+17
(b)
解法一
思路
展开
用 (a) 的两个交点,再加上 x=−4 这个竖直渐近线,把数轴分段。由于 x2+1>0,不等式的符号变化主要来自交点和 x+4。
答题过程
展开
Move everything to one side:
x2+12x−x+41<(x2+1)(x+4)2x(x+4)−(x2+1)<(x2+1)(x+4)x2+8x−1<000
Since
x2+8x−1=(x+4−17)(x+4+17),
the critical values are
−4−17,−4,−4+17
A sign table gives the expression negative on
x<−4−17or−4<x<−4+17
(c)
解法一
思路
展开
绝对值会把 x+41 的负半支反到正值。分两段看:当 x>−4 时,题目和 (b) 一样;当 x<−4 时,右边变成 −x+41,此时右边为正,而左边在 x<0 时为负,所以全部成立。
答题过程
展开
For x>−4,
∣x+4∣=x+4
so the inequality is the same as in part (b). This gives
−4<x<−4+17
For x<−4,
∣x+4∣=−(x+4)
so
∣x+4∣1>0
But for x<−4,
x2+12x<0
Therefore the inequality is true for all x<−4. Since x=−4 is not in the domain, the solution is
x<−4or−4<x<−4+17