Skip to main content

Polar curve

Constructs a curve with polar coordinates r=θ(t)

Syntax

polar_curve(Function, Range)
polar_curve(Function, Real, Real)
polar_curve(Expression, Identifier, Range)
polar_curve(List, Identifier, Range)
polar_curve(List, Range)

Description

Constructs a polar curve of the function in the range given.

calc.polar_curve1.calc.png
calc.polar_curve1.plotter0.calc.png

Constructs a polar curve of the function in the interval given by the two reals.

calc.polar_curve2.calc.png
calc.polar_curve2.plotter0.calc.png

Constructs a polar curve of the expression in the variable specified by Identifier and in the range given.

calc.polar_curve3.calc.png
calc.polar_curve3.plotter0.calc.png

Constructs a polar curve of the function given in the list, in the interval given by the range, with variable specified by Identifier.

calc.polar_curve4.calc.png
calc.polar_curve4.plotter0.calc.png

Constructs a polar curve of the function given in the list, in the interval given by the range.

calc.polar_curve5.calc.png
calc.polar_curve5.plotter0.calc.png