Last Updated 10/28/2022

Sage Essentials
Section 6: Plotting Curves

The polar_plot command

Graphs of polar equation  r=f( θ )  are handled by the polar_plot command.

Example 3

Plot the polar equation  r(θ)=sin(3θ) for 0θ 5π 6 .

 

Note that we use the default variable x here instead of defining a new variable “theta”. If you want to use the variable θ. You can use the following codes.

Try this!

Graph the limaçons r( θ )=1+2sinθ  on [ 0,2π ] .

 


← Previous Example Next Example →