Plotting in Polar Coordinates

Dr. K. G. TeBeest

Example 8: Plot r = sin(theta/4)

Note how the curve fills in as the theta range is increased.

Here t is used instead of theta since t is easier to type.

> r:= sin( t / 4 );

r := sin(1/4*t)

> plot( r, t = 0 .. 1*Pi/2, coords = polar, scaling = constrained, thickness = 2);

[Maple Plot]

> plot( r, t = 0 .. 2*Pi/2, coords = polar, scaling = constrained, thickness = 2);

[Maple Plot]

> plot( r, t = 0 .. 3*Pi/2, coords = polar, scaling = constrained, thickness = 2);

[Maple Plot]

> plot( r, t = 0 .. 4*Pi/2, coords = polar, scaling = constrained, thickness = 2);

[Maple Plot]

> plot( r, t = 0 .. 5*Pi/2, coords = polar, scaling = constrained, thickness = 2);

[Maple Plot]

> plot( r, t = 0 .. 6*Pi/2, coords = polar, scaling = constrained, thickness = 2);

[Maple Plot]

> plot( r, t = 0 .. 7*Pi/2, coords = polar, scaling = constrained, thickness = 2);

[Maple Plot]

> plot( r, t = 0 .. 8*Pi/2, coords = polar, scaling = constrained, thickness = 2);

[Maple Plot]

> plot( r, t = 0 .. 9*Pi/2, coords = polar, scaling = constrained, thickness = 2);

[Maple Plot]

> plot( r, t = 0 .. 9*Pi/2, coords = polar, scaling = constrained, thickness = 2);

[Maple Plot]

> plot( r, t = 0 .. 10*Pi/2, coords = polar, scaling = constrained, thickness = 2);

[Maple Plot]

> plot( r, t = 0 .. 11*Pi/2, coords = polar, scaling = constrained, thickness = 2);

[Maple Plot]

> plot( r, t = 0 .. 12*Pi/2, coords = polar, scaling = constrained, thickness = 2);

[Maple Plot]

> plot( r, t = 0 .. 13*Pi/2, coords = polar, scaling = constrained, thickness = 2);

[Maple Plot]

> plot( r, t = 0 .. 14*Pi/2, coords = polar, scaling = constrained, thickness = 2);

[Maple Plot]

> plot( r, t = 0 .. 15*Pi/2, coords = polar, scaling = constrained, thickness = 2);

[Maple Plot]

> plot( r, t = 0 .. 16*Pi/2, coords = polar, scaling = constrained, thickness = 2);

[Maple Plot]


Return to Section 10.3

Dr. K. G. TeBeest
Applied Mathematics
Kettering University