Re: [CAD_CAM_EDM_DRO] Math for constant speed ellipse
Posted by
Todd Fleming
on 2002-12-28 16:39:22 UTC
> Todd,This is the beginning of what lead up to my D.E. Unfortunately, sqrt( (dx/dt)
>
> I used to have a nice symbolic math program between my
> ears. Let's see if it still runs at all.
>
> It looks like you want to calculate x axis and y axis speeds vs
> time for an ellipse of semimajor axes a in x and b in y centered around
> the origin.
>
> Let's define P as the time to travel all the way around the ellipse
> at constant speed.
>
> Then x(t)= a*cos(2*PI*t/P) and y(t)=b*sin(2*PI*t/P)
>
> parameterized to time t.
>
> To find the axis speeds we differentiate
>
> dx/dt= -a*2*PI*sin(2*PI*t/P)/P = x axis velocity
> dy/dt= b*2*PI*cos(2*PI*t/P)/P = y axis velocity
>
> The resulting constant speed around the ellipse is just
> the perimeter divided by the period which is also
>
> sqrt( dx/dt^2 + dy/dt^2)
>
> This is confirmed a constant by the trig identity cos()^2 +sin()^2 =1
>
> Hope I got that right. Still on my first cup of coffee goofing off here
> on a saturday morning.
>
> Les
^2 + (dy/dt)^2 ) isn't constant. cos()^2 + sin()^2 = 1; but a^2 cos()^2 +
b^2 sin()^2 isn't a constant, unless a = b. If a = b then we have a circle.
This is my goal: find a function f(t), such that plotting the parametric
equations x = a cos(f(t)) and y = b sin(f(t)) with a linearly-increasing t
produces a constant speed.
To simplify things, I kept everything in radians; this keeps us from having
to multiply by PI during differentiation. The less constants to keep track
of, the better.
Set sqrt( (dx/dt)^2 + (dy/dt)^2 ) = constant C, square both sides of the
equation, then evaluate the dirivatives. You end up with the DE at
http://www.flemingcnc.com/Papers/help_de.png .
Thanks,
Todd
Discussion Thread
Todd Fleming
2002-12-27 18:35:47 UTC
Math for constant speed ellipse
Les Watts
2002-12-28 15:47:44 UTC
Re: [CAD_CAM_EDM_DRO] Math for constant speed ellipse
Yesamazza@a...
2002-12-28 16:15:31 UTC
Re: [CAD_CAM_EDM_DRO] Math for constant speed ellipse
Todd Fleming
2002-12-28 16:39:22 UTC
Re: [CAD_CAM_EDM_DRO] Math for constant speed ellipse
Todd Fleming
2002-12-28 16:45:08 UTC
Re: [CAD_CAM_EDM_DRO] Math for constant speed ellipse
Les Watts
2002-12-29 08:05:19 UTC
Re: [CAD_CAM_EDM_DRO] Math for constant speed ellipse
Bill Vance
2002-12-29 12:09:12 UTC
Re: [CAD_CAM_EDM_DRO] Math for constant speed ellipse
Les Watts
2002-12-29 14:56:29 UTC
Re: [CAD_CAM_EDM_DRO] Math for constant speed ellipse
Todd Fleming
2002-12-29 16:51:46 UTC
Re: [CAD_CAM_EDM_DRO] Math for constant speed ellipse
Bill Vance
2002-12-29 16:52:26 UTC
Re: [CAD_CAM_EDM_DRO] Math for constant speed ellipse
jcc3inc <jccinc@o...
2003-01-02 17:32:11 UTC
Re: Math for constant speed ellipse
Todd Fleming
2003-01-05 12:12:59 UTC
Re: [CAD_CAM_EDM_DRO] Re: Math for constant speed ellipse
Mariss Freimanis <mariss92705@y...
2003-01-05 18:00:59 UTC
Re: Math for constant speed ellipse
Jan Kok
2003-01-05 23:29:11 UTC
Re: [CAD_CAM_EDM_DRO] Math for constant speed ellipse
Kevin P. Martin
2003-01-06 07:46:32 UTC
RE: [CAD_CAM_EDM_DRO] Math for constant speed ellipse
Nigel Bailey
2003-01-06 08:56:42 UTC
RE: [CAD_CAM_EDM_DRO] Math for constant speed ellipse - kepler?
Todd Fleming
2003-01-06 19:52:52 UTC
RE: [CAD_CAM_EDM_DRO] Math for constant speed ellipse
Todd Fleming
2003-01-06 20:16:10 UTC
Re: [CAD_CAM_EDM_DRO] Re: Math for constant speed ellipse
Todd Fleming
2003-01-06 20:33:51 UTC
Re: [CAD_CAM_EDM_DRO] Math for constant speed ellipse
Todd Fleming
2003-01-06 20:45:19 UTC
Re: [CAD_CAM_EDM_DRO] Math for constant speed ellipse
Mariss Freimanis <mariss92705@y...
2003-01-07 02:25:25 UTC
Re: Math for constant speed ellipse
Jan Kok
2003-01-07 03:09:18 UTC
Re: [CAD_CAM_EDM_DRO] Math for constant speed ellipse
bjammin@i...
2003-01-07 07:16:30 UTC
Re: [CAD_CAM_EDM_DRO] Math for constant speed ellipse
torsten98001 <torsten@g...
2003-01-07 15:01:48 UTC
Re: Math for constant speed ellipse