题目
Problem
In this question you must show all stages of your working.
Solutions relying entirely on calculator technology are not acceptable.
A curve C has parametric equations
x=sin2ty=2tant0≤t<2π
The point P with parameter t=4π lies on C.
The line l is the normal to C at P, as shown in Figure 3.
(a) Show, using calculus, that an equation for l is
8y+2x=17
(5)
The region S, shown shaded in Figure 3, is bounded by C, l and the x-axis.
(b) Find, using calculus, the exact area of S.
(6)
题目中文翻译
本题中你必须写出解题过程的所有步骤。
完全依赖计算器技术的解法不被接受。
曲线 C 的参数方程为
x=sin2ty=2tant0≤t<2π
参数为 t=4π 的点 P 在曲线 C 上。
如图 3 所示,直线 l 是曲线 C 在点 P 处的法线。
(a) 用微积分证明,直线 l 的一个方程为
8y+2x=17
。
图 3 中阴影所示区域 S 由 C、l 以及 x 轴围成。
(b) 用微积分求 S 的精确面积。
解答
(a)
解法一
思路
展开
先把 t=4π 代入参数方程求出点 P。然后分别求 dtdx 和 dtdy,由参数方程的求导公式得到切线斜率;法线斜率是其负倒数,最后用点斜式整理成题目要求的方程。
答题过程
展开
At t=4π,
x=sin24π=21
and
y=2tan4π=2.
Therefore,
P=(21,2).
Differentiating the parametric equations,
dtdx=2sintcost
and
dtdy=2sec2t.
Hence
dxdy==dtdy÷dtdx2sintcost2sec2t.
At t=4π,
dxdy=2(22)(22)2(2)=4.
The gradient of the normal is therefore −41. Using the point P,
y−2=8y−16=8y+2x=−41(x−21),−2x+1,17.
Thus the required equation of l is
8y+2x=17.
解法二
思路
展开
这是官方评分资料接受的另一条路线。先利用 tan2t=1−sin2tsin2t 消去参数,得到 x,y 的笛卡尔关系;再进行隐式求导,同样求出 P 点的切线与法线斜率。
答题过程
展开
Since
x=sin2t
and
y2=4tan2t,
we obtain
y2==4cos2tsin2t1−x4x.
Equivalently,
y2(1−x)=4x.
Differentiating implicitly with respect to x,
2y(1−x)dxdy−y2=4.
At P=(21,2),
2(2)(1−21)dxdy−22=4,
so
dxdy=4.
The normal therefore has gradient −41, and
y−2=8y+2x=−41(x−21),17.
Therefore,
8y+2x=17.
(b)
解法一
思路
展开
区域 S 可分成两部分:从原点到 P 的曲线下方面积,以及从 P 到法线与 x 轴交点的三角形面积。曲线部分用参数积分 ∫ydtdxdt,上下限由 t=0 和 t=4π 得到。
答题过程
展开
The area under C from O to P is
∫04πydtdxdt.
Using y=2tant and
dtdx=2sintcost,
∫04πydtdxdt=====∫04π2tant(2sintcost)dt∫04π4sin2tdt∫04π(2−2cos2t)dt[2t−sin2t]04π2π−1.
The line l meets the x-axis when y=0. From
8y+2x=17,
its x-intercept is 217. The area under l from P to this intercept is a triangle with base
217−21=8
and height 2. Its area is therefore
21(8)(2)=8.
Hence the exact area of S is
2π−1+8=2π+7.