Conversion from Parametric to Cartesian

AI Thread Summary
The discussion focuses on converting parametric equations into Cartesian form. For the first set of equations, the conversion was successful, yielding a matching plot. The second set, however, revealed an error in the application of trigonometric identities, leading to a discrepancy in the plotted results. The third set also posed challenges, with suggestions to solve for the parameter t using the quadratic formula for accurate conversion. Ultimately, the discussion emphasizes the importance of careful manipulation of equations and understanding trigonometric relationships in achieving correct Cartesian forms.
W3bbo
Messages
31
Reaction score
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
 
Physics news on Phys.org
Q2. You've made an error when multiplying through by 25.. you should have a -25 on the RHS of the penultimate line.

Q3. I'm not sure what you've done, but I'd try solving one of the parametric equations for t, but the quadratic formula, then subbing into the other equation.
 
Thanks. I got those questions correct.

Further on I'm faced with converting this into cartesian:
$\displaylines{<br /> x = 2{\mathop{\rm Cot}\nolimits} \left( t \right) \cr <br /> y = 2{\mathop{\rm Sin}\nolimits} ^2 \left( t \right) \cr} $​

I tried having a go using this:

$\displaylines{<br /> x = 2{\mathop{\rm Cot}\nolimits} \left( t \right) \cr <br /> t = {\mathop{\rm Tan}\nolimits} ^{ - 1} \left( {{\textstyle{2 \over x}}} \right) \cr <br /> y = 2{\mathop{\rm Sin}\nolimits} ^2 \left( {{\mathop{\rm Tan}\nolimits} ^{ - 1} \left( {{\textstyle{2 \over x}}} \right)} \right) \cr} $​

...but the plot is totally different.

I was able to solve it eventually using

$\displaylines{<br /> 1 + {\mathop{\rm Cot}\nolimits} ^2 \left( t \right) = {\mathop{\rm Cosec}\nolimits} ^2 \left( t \right) \cr <br /> 1 + \left( {{\textstyle{1 \over 2}}x} \right)^2 = \left( {{\textstyle{y \over 2}}} \right)^{ - 1} \cr} $p​

But can you explain why my initial attempt failed?

Thanks
 
Well, when you divide by 2, you should have x/2, not 2/x
 
Tedjn said:
Well, when you divide by 2, you should have x/2, not 2/x

Note it's Cot, not Tan. So I inverted the argument for Tan^-1. Otherwise it would have been ArcCot(x/2)
 
Sorry, I see that now. It's probably some quirk of the graphing software. The first set should work out to the second set if you get rid of the inverse trig functions.

y = 2\sin^2\left[\tan^{-1}\left(\frac{2}{x}\right)\right]

From a picture of the right triangle, we know that

\sin t = \pm\frac{2}{\sqrt{4+x^2}} \implies \sin^2 t = \frac{4}{4 + x^2}

Then,

\frac{y}{2} = \frac{4}{4+x^2}\longrightarrow<br /> \left(\frac{y}{2}\right)^{-1} = \frac{4+x^2}{4} = 1 + \frac{x^2}{4} = 1 + \left(\frac{1}{2}x\right)^2
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top