Mar 22, 2005 Thread starter #3 D dalsip Guest What I need is help on how to set up the equation so as to drive a curve. Thanks!! [url]http://www-groups.dcs.st-and.ac.uk/~history/Curves/Fermats.h tml[/url]
What I need is help on how to set up the equation so as to drive a curve. Thanks!! [url]http://www-groups.dcs.st-and.ac.uk/~history/Curves/Fermats.h tml[/url]
Mar 22, 2005 Thread starter #4 P puppet Guest /* For cylindrical coordinate system, enter parametric equation /* in terms of t (which will vary from 0 to 1) for r, theta and z /* For example: for a circle in x-y plane, centered at origin /* and radius = 4, the parametric equations will be: /*&n bsp; r = 4 /* theta = t * 360 /*&n bsp; z = 0 /*-------------------------------------------------------- ----------- theta = t*360*40 r = theta^.5 z = 0 40 is the amount of circles .. the rest is from that guys equation hope this helps. View attachment 751
/* For cylindrical coordinate system, enter parametric equation /* in terms of t (which will vary from 0 to 1) for r, theta and z /* For example: for a circle in x-y plane, centered at origin /* and radius = 4, the parametric equations will be: /*&n bsp; r = 4 /* theta = t * 360 /*&n bsp; z = 0 /*-------------------------------------------------------- ----------- theta = t*360*40 r = theta^.5 z = 0 40 is the amount of circles .. the rest is from that guys equation hope this helps. View attachment 751
Mar 22, 2005 Thread starter #5 P puppet Guest u can use edit->copy->rotate and make the other 1/2 of the equation/. u can also add depth to it by adding somethign to the z-value of the equation ie z= t*5 (so it will go up 5 units) View attachment 752 this is a good web page for it http://mathworld.wolfram.com/ArchimedeanSpiral.html Edited by: puppet
u can use edit->copy->rotate and make the other 1/2 of the equation/. u can also add depth to it by adding somethign to the z-value of the equation ie z= t*5 (so it will go up 5 units) View attachment 752 this is a good web page for it http://mathworld.wolfram.com/ArchimedeanSpiral.html Edited by: puppet