Parametric Equation (u,v,θ): Explained

  • Thread starter Thread starter Logarythmic
  • Start date Start date
  • Tags Tags
    Parametric
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 10K views
Logarythmic
Messages
277
Reaction score
0
In coordinates [tex](u,v,\theta)[/tex]:

[tex]x = \sqrt{uv} \cos{\theta}, y=\sqrt{uv} \sin{\theta}, z = \frac{1}{2}(u-v)[/tex]

What does this represent?
 
Physics news on Phys.org
That's not a part of my problem. This is a parametric equation for something, I'm just curious about what this something looks like...
 
Yeah, but I mean

[tex]x = r \cos \theta, y = r \sin \theta, z = z[/tex]

is an parametric equation for a cylinder. And my example is a parametric equation for..? For what?
 
Last edited:
Logarythmic said:
Yeah, but I mean

[tex]x = r \cos \theta, y = r \sin \theta, z = z[/tex]

is an parametric equation for a cylinder. And my example is a parametric equation for..? For what?

No, they are not. Those are the equations for changing from cylindrical coordinates to Cartesian coordinates in R3, just as Dextercioby said. IF you put restrictions on them, such as [itex]0\le \theta \le 2\pi[/itex], [itex]0\le r \le 1[/itex], [itex]0\le z\le 1[/itex], then they are parametric equations describing a cylinder of radius 1, length 1. If you set [itex]0\le \theta \le 2\pi[/itex], [itexr = 1[/itex], [itex]-\infty\le z\le\infty[/itex], then you have parametric equations for the surface of an infinite cylinder.

The equations you give, both here and in your original post can take on any values for x, y, z because u, v, [itex]\theta[/itex] can have any values. If you want to describe a specific region in R3, then you must put restrictions on them. If you want to describe a surface then, since a surface is two-dimensional, you must have x, y, z given in terms of two parameters, not three.