题目
Problem
The curve C has equation
x=3tan(y−6π)
(a) Show that
dxdy=x2+ba
where a and b are integers to be found.
(4)
The point P with y coordinate 3π lies on C.
Given that the tangent to C at P crosses the x-axis at the point Q.
(b) find, in simplest form, the exact x coordinate of Q.
(5)
题目中文翻译
曲线 C 的方程为
x=3tan(y−6π)
(a) 证明
dxdy=x2+ba
其中 a 和 b 是需要求出的整数。
y 坐标为 3π 的点 P 在曲线 C 上。
已知曲线 C 在点 P 处的切线与 x 轴交于点 Q。
(b) 求点 Q 的 x 坐标的精确值,并写成最简形式。
解答
(a)
解法一
思路
展开
题目给的是 x 关于 y 的方程,所以先对 y 求导得到 dydx,再取倒数得到 dxdy。最后用原方程把 tan(y−6π) 换成 3x,这样答案就只含 x。
答题过程
展开
We have
x=3tan(y−6π).
Differentiate with respect to y:
dydx=3sec2(y−6π).
Therefore
dxdy=3sec2(y−6π)1.
Use
sec2θ=1+tan2θ.
Since
tan(y−6π)=3x,
we get
dxdy===3(1+(3x)2)13(9x2+9)1x2+93.
Hence
dxdy=x2+93.
So
a=3,b=9.
(b)
解法一
思路
展开
先用 P 的 y 坐标代回曲线方程,求出 P 的 x 坐标。然后用 (a) 中的导数求切线斜率,写出切线方程。点 Q 在 x 轴上,所以令 y=0,解出对应的 x 坐标。
答题过程
展开
At P,
y=3π.
Substitute this into the curve equation:
x====3tan(3π−6π)3tan6π3⋅313.
So
P=(3,3π).
From part (a),
dxdy=x2+93.
At x=3,
dxdy=(3)2+93=123=41.
The tangent at P is therefore
y−3π=41(x−3).
At Q, the tangent crosses the x-axis, so y=0. Hence
0−3π=41(x−3).
Multiply by 4:
−34π=x−3.
Therefore
x=3−34π.