题目
Problem
6. The curve H has equation
xy=a2x>0
where a is a positive constant.
The line with equation y=kx, where k is a positive constant, intersects H at the point P
(a) Use calculus to determine, in terms of a and k, an equation for the tangent to H at P
(4)
The tangent to H at P meets the x-axis at the point A and meets the y-axis at the point B
(b) Determine the coordinates of A and the coordinates of B, giving your answers in terms of a and k
(2)
(c) Hence show that the area of triangle AOB, where O is the origin, is independent of k
(2)
题目中文翻译
- 曲线 H 的方程为
xy=a2x>0
其中 a 是正常数。
直线 y=kx(其中 k 是正常数)与 H 相交于点 P。
(a) 利用微积分,用 a 和 k 表示 H 在 P 处的切线方程。
H 在 P 处的切线与 x 轴相交于点 A,与 y 轴相交于点 B。
(b) 求 A 和 B 的坐标,答案用 a 和 k 表示。
(c) 由此证明三角形 AOB(其中 O 是原点)的面积与 k 无关。
解答
(a)
解法一
思路
展开
先联立曲线与直线的方程求出点 P。再把曲线写成 y 关于 x 的函数并求导,从而得到 P 处的切线斜率,最后使用点斜式写出切线方程。
答题过程
展开
At P, y=kx and xy=a2. Therefore,
kx2=a2.
Since x>0, a>0 and k>0,
x=ka
and hence
y=kx=ak.
Thus
P=(ka,ak).
From xy=a2,
y=a2x−1,
so
dxdy=−a2x−2.
At P, the gradient of the tangent is
−a2(ka)−2=−k.
Therefore, the tangent at P has equation
y−ak=−k(x−ka),
which simplifies to
y=−kx+2ak.
(b)
解法一
思路
展开
分别在切线方程中令 y=0 和 x=0,求出切线与两坐标轴的交点。
答题过程
展开
At A, y=0. Hence
0=−kx+2ak,
so
x=k2a.
Therefore,
A=(k2a,0).
At B, x=0, so
B=(0,2ak).
(c)
解法一
思路
展开
承接 (b),三角形 AOB 是直角三角形,其底和高正好是 A、B 的非零坐标。把它们代入面积公式后,含 k 的因子会相消。
答题过程
展开
Using the coordinates found in part (b),
Area of △AOB==21(k2a)(2ak)2a2.
Since 2a2 does not contain k, the area of triangle AOB is independent of k.