Parametric to Cartesian Conversion: Troubleshooting and Identifying Mistakes

  • Thread starter Thread starter autre
  • Start date Start date
  • Tags Tags
    Parameter
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
autre
Messages
116
Reaction score
0
I have the parametric function x(t) = (1-t^2)/(1+t^2), y(t) = 2t/(1+t^2) and need to eliminate the parameter and find a Cartesian equation.

I've tried to substitute t = tan u, then x(t) = cos(2u) and y(t) = tan(2u). From that I get y = sin(2x)/x. However, when I entered the original parametric function into a grapher, I get an entirely different graph. Where did I go wrong?
 
Physics news on Phys.org
autre said:
I've tried to substitute t = tan u, then x(t) = cos(2u) and y(t) = tan(2u).

I'm not getting that for the y(t) equation. I think it's because you got your identity confused.
[tex]\frac{2\tan u}{1 - \tan^2 u} = \tan 2u[/tex]
(minus in the denominator)

But here we have:
[tex]y(t) = \frac{2\tan u}{1 + \tan^2 u} = \frac{2\tan u}{\sec^2 u} = ...[/tex]