|
These are some interesting
examples of algebraic curves created with GraphiCal. Please notice that GraphiCal understands expressions in cartesian as well as polar form.
|
|
x(t)=cos(t)^3
|
y(t)=sin(t)^3
|
Astroid
|
|
|
x(t)=2*cos(t)-cos(2*t)
|
y(t)=2*sin(t)-sin(2*t)
|
Cardioid
|
|
|
 |
 |
|
|
phi(t)=t
|
r(t)=a*sin(t)/t
|
Cochleoid
|
|
|
phi(t)=t
|
r(t)=2*a*tan(t)*sin(t)
|
Cissoid of Diocles
|
|
|
 |
 |
|
|
x(t)=(a+ b)*cos(t)
-b*cos((a/b+1)*t)
|
y(t)=(a+b)*sin(t)
-b*sin((a/b+1)*t)
|
Epicycloid
|
|
|
phi(t)=t
|
r(t)= a / t
|
Hyperbolic Spiral
|
|
|
 |
 |
The expressions for the examples above were taken from
http://www-groups.dcs.st-and.ac.uk/~history/Curves/Curves.html
|