题目
Problem
A curve C has equation y=f(x) where
f(x)=(2−kx)5
and k is a constant.
Given that when f(x) is divided by (4x−5) the remainder is 32243
(a) show that k=52
(2)
(b) Find the first three terms, in ascending powers of x, of the binomial expansion of
(2−52x)5
giving each term in simplest form.
(3)
Using the solution to part (b) and making your method clear,
(c) find the gradient of C at the point where x=0
(2)
解答
(a)
解法一
思路
展开
根据余数定理(Remainder Theorem),当多项式 f(x) 除以一次因式 (ax−b) 时,所得的余数等于 f(ab)。
在本题中,除式为 4x−5,令其为零得到 x=45。
因此余数可以表示为 f(45),我们将其代入原方程并等于已知余数 32243:
(2−k⋅45)5=32243
由于 243=35 且 32=25,上式右边即为 (23)5。两边同时开五次方根即可解出 k。
答题过程
展开
According to the Remainder Theorem, when f(x) is divided by (4x−5), the remainder is f(45).
Given that the remainder is 32243:
f(45)=(2−k⋅45)5=3224332243
Taking the 5th root of both sides:
2−45k=2−45k=45k=45k=k=k=532243232−232121×5452(proven)
(b)
解法一
思路
展开
使用二项式定理(Binomial Theorem)展开式公式:
(a+b)n=an+(1n)an−1b+(2n)an−2b2+⋯
这里 a=2,b=−52x,n=5。我们需要求前三项(即含 x0, x1 和 x2 的项),并将其系数化简到最简形式。
答题过程
展开
Using the binomial expansion formula for (2−52x)5:
(2−52x)5===25+(15)(2)4(−52x)+(25)(2)3(−52x)2+⋯32+5×16×(−52x)+10×8×(254x2)+⋯32−32x+564x2+⋯
Thus, the first three terms in ascending powers of x are:
32−32x+12.8x2(or 32−32x+564x2)
(c)
解法一:利用 (b) 的二项式展开式求导
思路
展开
曲线 C 在某一点处的斜率(Gradient)等于其导数 f′(x) 在该点的值。
题目要求**“利用 (b) 的结论”**,因此我们需要将 (b) 中求得的展开式对 x 求导:
f(x)≈32−32x+564x2
求导后代入 x=0,可得 f′(0)=−32。
答题过程
展开
From part (b), the expansion of C:y=f(x) for the first three terms is:
y≈32−32x+564x2
Differentiating with respect to x:
dxdy==dxd(32−32x+564x2+⋯)−32+5128x+⋯
At the point where x=0:
dxdyx=0==−32+0−32
Therefore, the gradient of C at x=0 is −32.
解法二:直接求导法(链式法则验算)
思路
展开
作为备用解法(或验算方法),我们也可以直接对原函数 (2−52x)5 运用链式法则(Chain Rule)求导并代入 x=0。
答题过程
展开
We can differentiate the original function y=(2−52x)5 using the chain rule:
dxdy==5(2−52x)4×(−52)−2(2−52x)4
At the point where x=0:
dxdyx=0===−2(2−0)4−2(16)−32