题目
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)
The graph of
y=arcsin(2x)
passes through
(−2,−2π),(0,0),(2,2π)
and is increasing throughout its domain.
(b)
We are given
x=2siny
Differentiate both sides with respect to y:
dydx=2cosy
Therefore
dxdy=2cosy1
Now
siny=2x
so
cosy=1−sin2y=1−4x2
Since −2π≤y≤2π, we take the non-negative square root.
Hence
dxdy=21−4x21
Simplifying,
dxdy=4−x21
Therefore
A=4
(c)
At P,
y=4π
Using
x=2siny
we get
x=2sin4π=2⋅22=2
So
P=(2,4π)
The gradient at P is
dxdy=4−(2)21=21=22
Using the point-gradient form of a line,
y−4π=22(x−2)
Therefore
y=22x−1+4π
So the equation of the tangent is
y=22x+4π−1