题目
Problem
The curve C has equation
x=2y+14y2−3y=−21
(a) Find dxdy in terms of y, giving the answer in simplest form.
(4)
A point P lies on C.
Given that
- the gradient of the tangent to C at P is 31
- the point P lies above the x-axis
(b) find the coordinates of P.
(Solutions relying entirely on calculator technology are not acceptable.)
(4)
题目中文翻译
曲线 C 的方程为
x=2y+14y2−3y=−21
(a) 求用 y 表示的 dxdy,答案写成最简形式。
点 P 在曲线 C 上。
已知
- 曲线 C 在 P 点处切线的斜率为 31
- 点 P 位于 x 轴上方
(b) 求 P 的坐标。
(不接受完全依赖计算器技术的解法。)
解答
(a)
解法一
思路
展开
题目给出的是 x 关于 y 的函数,所以先用商法则求 dydx,化简后再取倒数得到 dxdy。
答题过程
展开
Using the quotient rule,
dydx==(2y+1)28y(2y+1)−2(4y2−3)(2y+1)28y2+8y+6.
Therefore,
dxdy=8y2+8y+6(2y+1)2.
解法二
思路
展开
官方评分资料也接受先做代数除法,把分式写成一次式加简单分式。这样求 dydx 时计算更短,再取倒数并化简即可。
答题过程
展开
Dividing 4y2−3 by 2y+1,
x=2y−1−2y+12.
Hence
dydx=2+(2y+1)24.
Taking the reciprocal,
dxdy===2+(2y+1)2412(2y+1)2+4(2y+1)28y2+8y+6(2y+1)2.
Thus
dxdy=8y2+8y+6(2y+1)2.
(b)
解法一
思路
展开
把给定斜率 31 代入 (a) 的结果,交叉相乘后得到关于 y 的二次方程。两个根分别位于 x 轴上方和下方;题目要求点在 x 轴上方,所以只保留正的 y 值,再代回曲线求 x。
答题过程
展开
At P,
8y2+8y+6(2y+1)2=31.
Therefore,
3(2y+1)2=12y2+12y+3=4y2+4y−3=(2y−1)(2y+3)=8y2+8y+68y2+8y+600.
Thus
y=21ory=−23.
Since P lies above the x-axis, y=21. Substituting into the curve,
x===2(1/2)+14(1/2)2−321−3−1.
Therefore,
P(−1,21).