题目
Problem
A curve C has parametric equations
x=t−3ty=t1+2t∈Rt>3
Show that all points on C lie on the curve with Cartesian equation
y=bxax−1
where a and b are constants to be found.
(3)
题目中文翻译
曲线 C 的参数方程为
x=t−3ty=t1+2t∈Rt>3
证明 C 上所有点都在直角坐标方程
y=bxax−1
所表示的曲线上,其中 a,b 为待求常数。
解答
解法一
思路
展开
先由 x=t−3t 解出参数 t,再代入 y=t1+2 消去参数。最后将所得方程整理成题目指定的形式,便可确定 a 和 b。
答题过程
展开
From
x=t−3t,
we have
x(t−3)=xt−t=t(x−1)=t3x3x.
Therefore,
t=x−13x.
Substituting this into the equation for y gives
y====t1+23xx−1+23xx−1+6x3x7x−1.
Comparing this with
y=bxax−1,
we obtain
a=7,b=3.