Solving Parametric Equation: Intersection of x^2 & x^2 + y^2 = 1

  • Thread starter Thread starter tnutty
  • Start date Start date
  • Tags Tags
    Parametric
tnutty
Messages
324
Reaction score
1

Homework Statement



Show that the curve with parametric equation :

x = sint t;
y = cos t;
z = sni^2 t

is the curve of intersection of the surface z = x^2 and x^2 + y^2 = 1.

The Attempt at a Solution



From polor equation I know that x = rcos(t) and y = rsin(t);

from this we can replace x^2 + y^2 = 1. with cos(t) + sin(t) = 1

and since z = x^2, and x = rcos(t), it follows that z = r^2cos^2(t) = cos^2(t)

so we have the vector equation :

v = < cos(t) , sin(t), cos^2(t).

But this doesn't follow the question. Whats wrong?
 
Physics news on Phys.org
The 't' in the polar equations is the theta coordinate in polar coordinates. Your parameter t in the parametric equations is NOT theta. Just show the two x,y,z equations are satisfied for any t.
 
so could I just use, tan(theta) = y/x = sin t / cos t;
theta = tan ^-1(y/x)
= tan ^-1 sin t / cos t
= 1 / tan = cot?
 
You don't need theta at all. Forget theta. Just work with the original t. This is a question about x,y,z coordinates, not r,theta,z. There is no point in trying to change coordinates. Reread my post 2. Starting with the word "Just".
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top