Arc Length of Lissajous Curves, or Pretty, Pretty Pictures!

27 Oct

In MV Calc today, we were learning about arc length. In 3D, if you have parametric equations defining a curve, you can find the arc length by calculating: 

L=\int_a^b \sqrt{(\frac{dx}{dt})^2+(\frac{dy}{dt})^2+(\frac{dz}{dt})^2}dt

I asked them to calculate the length of this curve, which will repeat itself, over and over and over:

x(t)=\cos(3t), y(t)=\sin(5t), z(t)=\cos(2t)

If you graph it, it looks like this (it’s a 3D Lissajous curve):

more about “2008-10-27_1849“, posted with vodpod

 

Which is awesome! They had to figure out the limits of integration (the function will go back to it’s original starting point when t=2\pi, so the limits of integration are from 0 to 2\pi. And we had to use our fnInt function on our graphing calculators to actually calculate the length. But it was cool.

During the class, I starting thinking of all the extensions and projects that could come out of this. For example, we could have students study x(t)=\cos(at), y(t)=\sin(bt), z(t)=\cos(ct). If a, b, and c are all rational numbers, we can prove that the curve will repeat itself. However, as soon as we make one of them irrational, we can prove the curve will not repeat itself. Look at this video to see how cool it looks!

more about “2008-10-27_1852“, posted with vodpod

What if all three (a, b, and c) are irrational? What constraints do we need if we want the function to repeat? (The answer won’t be tough, I imagine, but worth exploring.)

Also, on the subway ride home, I wondered if we could come up with an explicit formula (rather than parametric) for a surface containing every point on the curve. (A harder question, for sure.)

And another: what is the smallest volume you can design to enclose a curve which does repeat, like x(t)=\cos(3t), y(t)=\sin(5t), z(t)=\cos(2t). Since sine and cosine bounce between 1 and -1, I will say that your volume had better be better than 2^3.

3 Responses to “Arc Length of Lissajous Curves, or Pretty, Pretty Pictures!”

  1. Michael Croucher November 8, 2008 at 9:53 am #

    Hi Sam

    Great stuff – thanks for sharing! What maths software were you using in the screencasts? I couldn’t make it out due to the size of the videos (and I can’t seem to resize them either).

    There are some nice Wolfram Demonstrations on Lissajous figures

    http://demonstrations.wolfram.com/search.html?query=lissajous&submit.x=0&submit.y=0

    Things get really interesting when you start including the idea of damping.

  2. samjshah November 9, 2008 at 1:55 pm #

    Hi Mike: I was using this amazing program called MVT: Mathematical Visualization Toolkit! Just download it and play around with it (or you can use it online without downloading it): http://amath.colorado.edu/java/

Trackbacks/Pingbacks

  1. Carnival of Mathematics #43 « The Number Warrior - November 10, 2008

    [...] Shah investigates three-dimensional curves using parametric equations, complete with pretty [...]

Leave a Reply