MathGroup Archive 2011

[Date Index] [Thread Index] [Author Index]

Search the Archive

Rotating a surface similar to a helix

  • To: mathgroup at smc.vnet.net
  • Subject: [mg118848] Rotating a surface similar to a helix
  • From: Bill <WDWNORWALK at aol.com>
  • Date: Fri, 13 May 2011 06:26:02 -0400 (EDT)

Rotating a surface similar to a helix

Hi:

I have the following 2D parametric plot, showing a parabola mirrored about the x axis, forming a closed curve.

ParametricPlot[{{t,t^2-2},{t,-t^2+2}},{t,-1.41421,1.41421},PlotStyle->Red,Axes->True,AxesLabel->{x,y},PlotRange->{{-2.5,2.5},{-2.5,2.5}}]

I'd like to show these curves in 3D as:

ParametricPlot3D[{{t,t^2-2,u},{t,-t^2+2,u}},{t,-1.41421,1.41421},{u,0,6},Mesh->None,Axes->True,AxesLabel->{x,y,z},PlotRange->All,ViewPoint->{1.14,-1.85,5}]. 

Ok, got that.

The next thing that I'd like to do is to rotate the closed 3D cylinder, say 90 degrees. That is, the base would be at the 2D position plotted, and the top would be rotated 90 degrees. I'd like a smooth transition from the base to the top of the cylinder, like one see's with a helix.

Question: How can I do that in a 3D plot?


Thanks,

Bill


  • Prev by Date: Replace unevaluated symbols
  • Next by Date: Re: Notebooks windows lost bug
  • Previous by thread: Re: Replace unevaluated symbols
  • Next by thread: Re: Rotating a surface similar to a helix