W3bbo
- 31
- 0
Homework Statement
Reduce these parametric functions to a single cartesian equation:
<br /> $\displaylines{<br /> x = at^2 \cr <br /> y = 2at \cr} $<br /> <br /> $\displaylines{<br /> x = 3{\mathop{\rm Sec}\nolimits} \left( \alpha \right) \cr <br /> y = 5{\mathop{\rm Tan}\nolimits} \left( \alpha \right) \cr} $<br /> <br /> $\displaylines{<br /> x = t^2 + 1 \cr <br /> y = t^2 + t \cr} $<br />
Homework Equations
N/A
The Attempt at a Solution
For Q1, I think I got the hang of it... in that the plots of my cartesian and the paremetric are identical:
<br /> $\displaylines{<br /> x = at^2 \cr <br /> y = 2at \cr <br /> \cr <br /> t^2 = {x \over a} \cr <br /> t = \sqrt {{x \over a}} \cr <br /> \cr <br /> y = 2a\sqrt {{x \over a}} \cr} $<br /> <br />
For Q2 I thought I had it solved with a trigonometric identity, but the plots look different:
<br /> $\displaylines{<br /> x = 3{\mathop{\rm Sec}\nolimits} \left( \alpha \right) \cr <br /> y = 5{\mathop{\rm Tan}\nolimits} \left( \alpha \right) \cr <br /> \cr <br /> {\mathop{\rm Sec}\nolimits} ^2 \left( \alpha \right) = 1 + {\mathop{\rm Tan}\nolimits} ^2 \left( \alpha \right) \cr <br /> \left( {{\textstyle{1 \over 3}}x} \right)^2 = 1 + \left( {{\textstyle{1 \over 5}}y} \right)^2 \cr <br /> {\textstyle{1 \over 9}}x^2 = 1 + {\textstyle{1 \over {25}}}y^2 \cr <br /> {\textstyle{1 \over {25}}}y^2 = {\textstyle{1 \over 9}}x^2 - 1 \cr <br /> y^2 = {\textstyle{{25} \over 9}}x^2 - 1 \cr <br /> y = \pm \sqrt {{\textstyle{{25} \over 9}}x^2 - 1} \cr} $<br /> <br />
Finally, Q3 seems deceptivly simple, but again, the plot doesn't match the original:
<br /> $\displaylines{<br /> x = t^2 + 1 \cr <br /> y = t^2 + t \cr <br /> \cr <br /> t^2 = x - 1 \cr <br /> y = x - 1 + \sqrt {x - 1} \cr} $<br /> <br />
I'm not looking for answers, just to find out where I've gone wrong.
Thanks