You are on page 1of 5

EQUATION OF CURVES

Equation of curves
Rotation based on cartesian co-ordinate system

Newx =oldx*Cos(Theta) - oldy*Sin(Theta)


i.e. x' = x*cos(Theta) - y*sin(Theta)
Newy =oldy*Cos(Theta) + oldx*Sin(Theta)
i.e. y' = y*cos(Theta) + x*sin(Theta)

ES-00365 Rev A

Rotation based on Cartesian CS

Let x = r * cos(Theta)
And y = r * sin(Theta)
X = r * cos(P+T)
Y = r * sin(P+T)
Now, x' = r * (Cos(P)*Cos(T)-Sin(P)*Sin(T))
And y' = r * (Sin(P)*Cos(T)+Cos(P)*Sin(T))
Substituting value of X and y
Thus, x' = x * Cos(T) - y * Sin(T)
y' = y * Cos(T) + x * Sin(T)

ES-00365 Rev A

Some important Cartesian Eqns.


Sine
x = 50 * t
y = 10 * sin (t * 360)
Parabola
x = (4 * t)
y = (3 * t) + (5 * t ^ 2)
z=0
helix
x = 4 * cos (t * (5 * 360))
y = 4 * sin (t * (5 * 360))
z = 10 * t

ES-00365 Rev A

Some important Cylindrical Eqns.

Spiral
r=t
theta = 10 + t * (20 * 360)
z=t*3

Circle Spiral Column


theta = t * 360
r = 10 +10 * sin (6 * theta)
z = 2 * sin (6 * theta)

Helical Wave
r=5
theta = t * 3600
z = (sin (3.5 * theta-90)) +24 * t
ES-00365 Rev A

You might also like