For the graph $y = \sqrt{x}$ the normal parametric equations would $x = t^2$ and $y = |t|$. However, the direction for that graph would be going from infinity to zero when $t \leq 0$ and zero to infinity when $t \geq 0$. I want that graph to go from zero to infinity when $t\leq 0$ and infinity to zero when $t \geq 0$. How do I reverse the direction of the parametric equations $x = t^2$ and $y = |t|$?
Asked
Active
Viewed 4,666 times
0
-
"However, the direction for that graph would be going from infinity to zero when $t\le0$". How do you figure that? $\lim_{t\to0}y=0$, and $\lim_{t\to-\infty^+}y=\infty$. – rurouniwallace Jul 31 '13 at 23:03
-
If t = -10, then x = 100 and y = 10, but when t = 0, x = 0 and y = 0. – Jul 31 '13 at 23:09
-
So in other words, you want $y=\infty$ when $t=0$? – rurouniwallace Jul 31 '13 at 23:22
-
I don't think you expressed your idea the right way. – May 30 '16 at 22:41
1 Answers
0
Reciprocals might meet your needs, so try $x = t^{-2}$ and $y = \left|t^{-1}\right|$ and consider what this might mean (if anything) for $t=0$.
Henry
- 157,058