题目
Problem
The curve C has parametric equations
x=3+2sinty=7+cos2t6−2π≤t≤2π
(a) Show that C has Cartesian equation
y=(7−x)(1+x)12p≤x≤q
where p and q are constants to be found.
(6)
(b) Hence, find a Cartesian equation for C in the form
y=x+ba+x+dcp≤x≤q
where a, b, c and d are constants.
(3)
题目中文翻译
曲线 C 的参数方程为
x=3+2sinty=7+cos2t6−2π≤t≤2π
(a) 证明曲线 C 的直角坐标方程为
y=(7−x)(1+x)12p≤x≤q
其中 p,q 为待求常数。
(b) 进而求曲线 C 的一个直角坐标方程,并写成
y=x+ba+x+dcp≤x≤q
的形式,其中 a,b,c,d 为常数。
解答
(a)
解法一
思路
展开
先由 x=3+2sint 表示出 sint,再用 cos2t=1−2sin2t 消去参数。最后把所得平方差因式分解,并由参数范围确定 x 的范围。
答题过程
展开
Using
cos2t=1−2sin2t,
we have
y=8−2sin2t6.
Also,
sint=2x−3.
Therefore,
y====8−2(2x−3)2616−(x−3)212(4−(x−3))(4+(x−3))12(7−x)(1+x)12.
Since −2π≤t≤2π, we have
−1≤sint≤1. Hence,
1≤x=3+2sint≤5.
Thus,
y=(7−x)(1+x)12,1≤x≤5,
so p=1 and q=5, as required.
解法二
思路
展开
先把 y 的分母改写成关于 sint 的平方差,再利用 2sint=x−3,两个因式会直接变成 x+1 和 7−x。
答题过程
展开
Using cos2t=1−2sin2t,
y===8−2sin2t616−4sin2t12(4+2sint)(4−2sint)12.
Since 2sint=x−3,
y==(4+x−3)(4−(x−3))12(1+x)(7−x)12.
Also, −1≤sint≤1, so
1≤x=3+2sint≤5.
Hence,
y=(7−x)(1+x)12,1≤x≤5.
解法三
思路
展开
从题目要求证明的直角坐标式出发,代入 x=3+2sint。若能化回给定的参数方程,就证明两式等价;这种路线也要单独核对参数给出的 x 范围。
答题过程
展开
Substituting x=3+2sint into the proposed Cartesian expression gives
(7−x)(1+x)12======(4−2sint)(4+2sint)1216−4sin2t1216−2(1−cos2t)1214+2cos2t127+cos2t6y.
Thus the proposed expression is equivalent to the given parametric equation. Moreover,
−1≤sint≤1⟹1≤x≤5.
Therefore,
y=(7−x)(1+x)12,1≤x≤5.
解法四
思路
展开
分别由两个参数方程表示 cos2t 和 sint,再代入倍角公式。这样可先得到 x,y 之间的关系,随后整理为目标式。
答题过程
展开
From the parametric equations,
cos2t=y6−7
and
sint=2x−3.
Using cos2t=1−2sin2t,
y6−7=1−2(2x−3)2.
Hence,
y12===16−(x−3)2(4−(x−3))(4+(x−3))(7−x)(1+x).
Therefore,
y=(7−x)(1+x)12.
As −1≤sint≤1,
1≤x=3+2sint≤5.
Thus,
y=(7−x)(1+x)12,1≤x≤5.
(b)
解法一
思路
展开
承接 (a),先把 7−x 改写成 −(x−7),使两个分母都符合 x+ 常数的形式,再作部分分式分解。定义域沿用 (a) 的 1≤x≤5。
答题过程
展开
From part (a),
y=−(x−7)(x+1)12.
Let
−(x−7)(x+1)12=x+1A+x−7B.
Then
−12=A(x−7)+B(x+1).
Setting x=−1 gives
−12=−8A⟹A=23.
Setting x=7 gives
−12=8B⟹B=−23.
Hence the required Cartesian equation is
y=2(x+1)3−2(x−7)3,1≤x≤5.