题目
Problem
A curve C has equation y=f(x), where
f(x)=arcsin(2x),−2≤x≤2,
−2π≤y≤2π
(a) Sketch C.
(1)
(b) Given x=2siny, show that
dxdy=A−x21
where A is a constant to be found.
(3)
The point P lies on C and has y coordinate 4π.
(c) Find the equation of the tangent to C at P. Write your answer in the form y=mx+c, where m and c are constants to be found.
(3)
题目中文翻译
曲线 C 的方程为 y=f(x),其中
f(x)=arcsin(2x),−2≤x≤2,
−2π≤y≤2π
(a) 画出曲线 C 的草图。
(b) 已知 x=2siny,证明
dxdy=A−x21
其中 A 是需要求出的常数。
点 P 在曲线 C 上,且其 y 坐标为 4π。
(c) 求曲线 C 在点 P 处切线的方程。把答案写成 y=mx+c 的形式,其中 m 与 c 是需要求出的常数。
解答
(a)
解法一
思路
展开
这是 y=arcsinx 的横向伸长图像。草图应经过两个端点和原点,在第三、第一象限单调递增,并在两端趋于竖直。
答题过程
展开
The curve passes through
(−2,−2π),(0,0),(2,2π).
It is increasing throughout −2≤x≤2, with the gradient tending to infinity at both endpoints.
(b)
解法一
思路
展开
按照题目给出的 x=2siny 做隐式求导,再利用反函数值域确定 cosy 取非负平方根。
答题过程
展开
Given
x=2siny,
differentiate with respect to y:
dydx=2cosy.
Therefore
dxdy=2cosy1.
Also,
siny=2x.
Since −2π≤y≤2π, we have cosy≥0. Hence
cosy==1−sin2y1−4x2.
Thus
dxdy==21−4x214−x21.
Therefore
A=4.
解法二
思路
展开
官方替代路线是直接使用反正弦函数的导数公式,并配合链式法则。
答题过程
展开
From
y=arcsin(2x),
the chain rule gives
dxdy==1−(2x)2214−x21.
Hence
A=4.
(c)
解法一
思路
展开
先由 y=4π 求点 P 的横坐标,再把该横坐标代入 (b) 的导数,最后使用点斜式。
答题过程
展开
At P,
y=4π.
Using x=2siny,
x=2sin4π=2.
Hence
P=(2,4π).
From part (b), the gradient at P is
dxdy==4−(2)2122.
Therefore the tangent satisfies
y−4π=22(x−2).
Rearranging,
y=22x+4π−1.