Parameter wurdiynd

93 Views Asked by At

How would I parameterise this curve in 3D? I am confused since the diagrams deal with three variables in total – should I use complex numbers? I'm only used to two diagrams and haven't encountered a problem with three like this.

2

There are 2 best solutions below

2
On BEST ANSWER

The projection in the $xy$-plane looks like an Archimedean spiral. Except that everything in the $y$-direction is doubled. The formulas $$ x=t \cos t,\qquad y=2t\sin t $$ match with the first figure perfectly. The given points correspond to $t=9\pi/2$, $t=5\pi$, $t=11\pi/2$ and $t=6\pi$ - all in the third revolution $t\in[4\pi,6\pi]$.

The two latter figures give the impression that the curve lies on the elliptical cone $$ (3x)^2+(3y/2)^2=(\pi z)^2. $$ Plugging in the first two equations gives $$ (3x)^2+(3y/2)^2=9t^2(\cos^2t+\sin^2t)=9t^2, $$ so we can solve that $z=3t/\pi$.

Here's a 3D view of that parametrized curve by Mathematica

enter image description here

together with a view from the side

enter image description here


How to? The Archimedean spirals (as well as the logarithmic spirals) occur in all books about polar coordinates. I had a bit of luck spotting that the four points you have fit on an Archimedean spiral, if you stretch it by a factor of two in the direction of $y$-axis. The latter two sketches give that we should always have $z\ge0, |x|\le \pi z/3, |y|\le2\pi z/3$, also implying that everything in the $y$-direction is stretched by a factor of two. Going from these data points to a curve on a cone is just 3D-imagination. Anyway, here is the curve $$ \left\{\begin{array}{cl}x&=t\cos t,\\ y&=2t\sin t,\\ z&=3t/\pi\end{array}\right. $$ one more time together with the surface of the above elliptical cone.

enter image description here

5
On

Hint:

in $xy$ plane, you use polar coordinates as follows.

$x=r\cos(t)$ and $y=r\sin(t)$ with

$r=ae^{-bt}$ and you choose the right parameters $a,b.$

to get $z$ , you replace $x$.