Project: Lissajous Figures
A parametric plot of the form
is called a Lissajous curve, named after Jules-Antoine
Lissajous, a 19th century mathematician who studied them. (You can also use
and
,
or two sines or two cosines --- for example
.
We will examine only the cases
.
Here are a few examples:
For each pair of numbers
there correspond four basic Lissajous curves:
Note that Lissajous curves come in two "Types". Type I curves are "smooth", while Type II curves have sharp "ends".
Use a calculator or computer to plot the two remaining Lissajous curves for
to go with the two plotted above. (Plot over the interval
.)
How many look like Type I? Type II? Include labeled sketches of these plots in
your project.
Try some more; for example, look at the 4 curves corresponding to
.
Also,
and
.
Do you think that for each
there will always be curves of both types? Include these plots in your
project, noting which are which.
Notice that both of the figures above have been plotted over the interval
.
In the first one, you start when
,
at the point
.
As
increases, you start tracing the curve moving leftward etc. You continue until
,
when you are at
again. You pass through every point on the curve once, and end up where you
started. You might say that
is the fundamental period of this curve: if you take a
domain smaller than
--- for example,
--- you won't get the whole curve; if you take a bigger domain --- e.g.
,
or
--- you will trace some points more than once. Not every
Lissajous curve has fundamental period equal to
.
For example,
has fundamental period
;
in other words, plotting this for
gives the whole curve, but no smaller interval will.
varies;
you can also usually see when a section is being retraced especially (see
brief instructions at the end).
Keep in mind that the functions
and
repeat exactly every
radians. This is also expressed by saying that
and
have period
.
Explain why the fundamental period of a Lissajous curve is never bigger than
.
(See the Helpful Fact above.)
What are the fundamental periods for the four Lissajous curves corresponding
to
?
(HINT: They will be of the form
for some whole number
.) The best way to do this is to try different values of
,
starting with
,
and check for the biggest one which gives the whole curve.
What are the fundamental periods of the four curves corresponding to
?
?
What is your guess for
where
is any whole number? Do all these curves "look" the same?
(This applies to smooth, i.e. Type I curves.) If the curve
is to repeat itself in some interval
,
both
and
must go through some multiples of their periods in this interval. Write a
paragraph justifying this assertion. So suppose that this curve repeats itself
after
radians. How is
related to the periods
and
of the sine and cosine functions? Note that
is smallest when
is biggest. What must
be in order that
be a fundamental period?
A Type II curve is drawn from one "end" to the other. Thus, it seems to have only half the fundamental period of the corresponding smooth (Type I) curve. If you want, you can think of the "complete" or "closed" Type II curve as going from one "end" to the other, and then back to the beginning. In this case it will have the same fundamental period as the corresponding smooth ones.
Summary: Suppose
divides both
and
,
so
and
.
How are the curves corresponding to
related to the curves corresponding to
(appearance and fundamental periods)? When will the Type I curves
corresponding to
have period exactly
?
If you think of the curve as the path of a particle moving through space as
time
varies, then the particle is always moving in the same direction for the
smooth or Type I curves, while there has to be a reversal of direction at the
"ends" in the Type II curves. The velocity becomes 0
at these points. If you know some vector calculus, see what this would mean in
each of the four cases corresponding to
.
(You may assume
.)
HINT: Suppose we are dealing with the
case. Then the velocity vector is simply the pair of derivatives
.
If this becomes the zero vector
,
then both components
and
have to be zero for the same value of
.
But the zeros of
are the numbers
,
while the zeros of
are the numbers
(
and
are whole numbers).
So
Solving for
in each of these, we
get:
(since they both equal
).
Use this to show that
must be even.
Now use this same idea to see when you get Type II curves in the other three
cases corresponding to
.
PLOTTING IN MATLAB: To plot the parametric curve
over the interval
,
simply
type:
at the MatLab >> prompt. Be careful not to forget the '
' signs around the functions! Ezplot does not give you much control
over the appearance of the plot (e.g. you can't set the color). You can use
the plot command for more flexibility, but it is best in an m-file. For
example, to produce the same plot but in red, you can create the
m-file:
(You can even put multiple plots in the same window using the "
hold on" command.)
PLOTTING ON A TI CALCULATOR: Put your calculator into
parametric and radian mode by
pressing the MODE button and highlighting these
choices. Press the Y= button and enter the functions
cos(3T) and sin(5T). Finally,
press the WINDOW button and choose
T to go from 0 to
,
and
and
to go from
to
;
now GRAPH.