Student[Precalculus][ConicsTutor] - illustrates graphs and information of conic sections
Calling Sequence
ConicsTutor()
ConicsTutor(f)
Parameters
f
-
(optional) input equation of the conic section in cartesian xy-coordinates or polar rt-coordinates
Description
The ConicsTutor command launches a tutor interface that illustrates the graph and provides information about the related conic section.
The equation f can be one of the following forms:
expr1=expr2 where expr1 and expr2 are of degree at most 2, in terms of x and y.
expr where expr is of degree at most 2 in terms of x and y.
r=g⁡t where g⁡t is the polar form of an equation for a conic section, in terms of the variable t.
g⁡t where g⁡t is the polar form of an equation for a conic section, in terms of the variable t.
Note that g⁡t can either be a constant or be in the form ab+c⁢d⁡t , where a, b, and c are real numbers, and d is the sine or cosine function.
If f is not specified, ConicsTutor uses a default function.
By default, the tutor returns the plot when you close it. You can instead choose to return nothing, an embedded table (including the plot and summary information), the command used to generate the plot, or summary information.
Examples
with⁡StudentPrecalculus:
If the ConicsTutor command is run with no arguments, the default expression is x2+y2=1.
ConicsTutor⁡
Circle:
ConicsTutor⁡x2+y2=1
Parabola:
ConicsTutor⁡x2+2⁢x⁢y+y2+2⁢x−2⁢y+4
Parabola in polar coordinates:
ConicsTutor⁡r=11+cos⁡t+π3
Ellipse:
ConicsTutor⁡x2+x⁢y+y2−3⁢x−1=0
Hyperbola:
ConicsTutor⁡8⁢x2+24⁢x⁢y+y2+x+2⁢y+1
See Also
Student, Student[Precalculus], Student[Precalculus][InteractiveOverview]
Download Help Document