Parametric Surfaces: rectangular and polar coordinates

hsetennis
Messages
117
Reaction score
2

Homework Statement



I'm not grasping how to convert a surface with known rectangular graph to a parametric surface (using some polar techniques, I assume). I would appreciate it if someone could clarify the conversion process.

One of the examples is as follows:
A sphere x^{2}+y^{2}+z^{2}=a^{2} is parametrized by \sqrt{a^{2}-u^{2}}cos(v)\hat{i}+\sqrt{a^{2}-u^{2}}sin{v}\hat{j}+u\hat{k}

Homework Equations



None.

The Attempt at a Solution



I tried converting the terms using the spherical coordinates: sin^{2}(\phi)cos^{2}(\theta)+sin^{2}(\phi)sin^{2}(\theta) + cos^{2}(\phi)=a
 
Last edited:
Physics news on Phys.org
hsetennis said:

Homework Statement



I'm not grasping how to convert a surface with known rectangular graph to a parametric surface (using some polar techniques, I assume). I would appreciate it if someone could clarify the conversion process.

One of the examples is as follows:
A sphere x^{2}+y^{2}+z^{2}=a^{2} is parametrized by \sqrt{a^{2}-u^{2}}cos(v)\hat{i}+\sqrt{a^{2}-u^{2}}sin{v}\hat{j}+u\hat{k}

Homework Equations



None.

The Attempt at a Solution



I tried converting the terms using the spherical coordinates: sin^{2}(\phi)cos^{2}(\theta)+sin^{2}(\phi)sin^{2}(\theta) + cos^{2}(\phi)=a
It's not always easy to come up with a parametric equation for some particular object.

Hopefully you know that for the vector representation of a surface, the vector s a position vector, that is to say, the tail of the vector sits at the origin, while the head of the vector traces out the surface, as the parameter(s) run through their range of values.

In the case of \vec{r}=\sqrt{a^{2}-u^{2}}\cos(v)\hat{i}+\sqrt{a^{2}-u^{2}}\sin{v}\hat{j}+u\hat{k}, we're saying that
x=\sqrt{a^{2}-u^{2}}\cos(v)

y=\sqrt{a^{2}-u^{2}}\sin(v)

z=u​

To see that this is a representation of a sphere of radius, a, centered at the origin, square x, y, and z, then take the sum of those squares.

Of course, we must allow u and v to run though the appropriate set of values.
 
Thanks, that makes sense. It all works so much easier going from parametric to rectangular, but the other way around seems a little far-fetched.
 
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