I'm supposed to find the curve of intersection of $z=x^2-y^2$ and $x^2+y^2=1$. I usually go about this by parametrization. I set $x=t$ and plug and chug the other variables. However that won't work easily in this situation.
My instructor recommended I use $x=\cos(t)$ and $y=\sin(t)$ instead. I'm curious as to how and why this will work, since I know that my method of parametrization doesn't change the values of the original variables, but this one seems to.
So why does using $x=\cos(t)$ and $y=\sin(t)$ work?
If you set x = cos(t) and y = sin(t), then the equality x$^2$ + y$^2$ = 1 is always fulfilled, due to the Pythagorean identity sin$^2$(x) + cos$^2$(x) = 1. Therefore, since the second equation is always true given the circumstances, you can simply plug in the values of x and y into the first equation and that will give you your desired curve, which in this case is z = x$^2$ - y$^2$, or z = cos$^2$(t) - sin$^2$(t) or, according to the double angle formula: z = cos(2t)