Graph Defined in Polar Coordinates

The format of definition has one of the following forms:

R(fi)

R(fi);fimin

R(fi);fimin,fimax

R(fi);,fimax

 

where

R(fi) - is an expression which (after evaluations) can contain only variable, corresponding to polar angle φ. By default, variable name is fi.

fimin –  minimal value of polar angle

fimax –  maximal value of polar angle

 

If neither fimin,  nor fimax  are specified, the graph is plotted for φ varying over [0, 2π].

If fimax  is not specified, the graph is plotted for φ > fimin .     If fimin  is not specified, the graph is plotted for φ < fimin .  

 

ArtSGraph does not plot graph for negative values of radial vector, i.e. where R(fi) is negative. This is typical for Russian mathematical tradition. For instance the graph of R=cos(3*fi) has three petals, not six.

 

Examples:

1                                  ; ρ = 1 - circumference with radius equal to 1
cos(3*fi)                      ; trefoil,  ρ = cos(3*φ)

fi;0,4*pi                       ; 2 turns of Archimedes’ spiral:  ρ = φ

exp(fi);-pi/2,pi/2          ; arc of logarithmic spiral ρ = exp(φ) right to axis of ordinates