题目
Problem
g(x)=x2+x−12x4+x3−7x2+8x−48x>3,x∈R
(a) Given that
x2+x−12x4+x3−7x2+8x−48≡x2+A+x−3B
find the values of the constants A and B.
(4)
(b) Hence, or otherwise, find the equation of the tangent to the curve with equation
y=g(x)
at the point where x=4. Give your answer in the form y=mx+c, where m
and c are constants to be determined.
(Solutions relying on calculator technology are not acceptable.)
(5)
题目中文翻译
g(x)=x2+x−12x4+x3−7x2+8x−48x>3,x∈R
(a) 已知
x2+x−12x4+x3−7x2+8x−48≡x2+A+x−3B
求常数 A 和 B 的值。
(b) 由此或用其他方法,求曲线
y=g(x)
在 x=4 处的切线方程。答案写成 y=mx+c,其中 m 和 c 为待定常数。
解答
(a)
解法一
思路
展开
先用分子多项式除以分母,得到二次商式与一次余式。再把分母因式分解;余式恰好含有因子 x+4,可以约去,从而读出 A 和 B。
答题过程
展开
Dividing the numerator by x2+x−12, first subtract
x2(x2+x−12):
=x4+x3−7x2+8x−48−(x4+x3−12x2)5x2+8x−48.
Then subtract 5(x2+x−12):
=5x2+8x−48−(5x2+5x−60)3x+12.
Hence
g(x)===x2+5+x2+x−123x+12x2+5+(x+4)(x−3)3(x+4)x2+5+x−33.
Comparing with the given form,
A=5,B=3.
解法二
思路
展开
官方评分资料也接受先把恒等式两边乘以分母,再比较多项式系数。比较 x2 与 x 的系数便能依次求出 A、B,常数项可作为核对。
答题过程
展开
Since
x2+x−12=(x+4)(x−3),
multiplying the identity by x2+x−12 gives
≡x4+x3−7x2+8x−48(x2+A)(x2+x−12)+B(x+4).
Expanding the right-hand side,
≡(x2+A)(x2+x−12)+B(x+4)x4+x3+(A−12)x2+(A+B)x−12A+4B.
Comparing the coefficients of x2,
A−12=−7,
so A=5. Comparing the coefficients of x,
A+B=8,
so B=3. The constant term also checks:
−12(5)+4(3)=−48.
Therefore,
A=5,B=3.
解法三
思路
展开
官方评分资料还接受逐个处理分母的两个一次因子。先除以 x+4 时能够整除,再把所得三次式除以 x−3;第二次除法的余数会直接成为题目所需的分式分子。
答题过程
展开
First divide the numerator by x+4:
=x4+x3−7x2+8x−48(x+4)(x3−3x2+5x−12).
Now divide the cubic quotient by x−3:
x3−3x2+5x−12=(x−3)(x2+5)+3.
Since x2+x−12=(x+4)(x−3),
g(x)==(x+4)(x−3)(x+4)((x−3)(x2+5)+3)x2+5+x−33.
Therefore,
A=5,B=3.
解法四
思路
展开
也可以直接在题目给出的恒等式中选取方便的数值。代入 x=0 与 x=1 会得到两个关于 A、B 的一次方程,无须先展开多项式。
答题过程
展开
Substituting x=0 into the given identity gives
4=A−3B.
Substituting x=1 gives
29=1+A−2B.
Subtracting the first equation from the second,
21=B=1−6B3.
Substituting B=3 into 4=A−3B gives
A=5.
Hence
A=5,B=3.
(b)
解法一
思路
展开
承接 (a) 的简单形式求导,在 x=4 处求出切线斜率,同时代入函数求切点纵坐标。最后使用点斜式并整理成题目指定的 y=mx+c。
答题过程
展开
From part (a),
g(x)=x2+5+x−33.
Therefore,
g′(x)=2x−(x−3)23.
At x=4, the gradient is
g′(4)=2(4)−(4−3)23=5.
The corresponding point on the curve is
g(4)==42+5+4−3324.
Using the point-slope form,
y−24=y=5(x−4)5x+4.
Hence the equation of the tangent is
y=5x+4.