A harmonograph is a simple mechanical machine consisting of multiple pendulums and is used to demonstrate the effects of coupled oscillators by tracing out geometric patterns. Our harmonograph consists of two pendulums and traces Lissajous Figures when set in motion.
Equipment:
- Harmonograph apparatus
- Paper (a stack of paper works better for smoother lines)
- Pen (Pilot Easytouch pen works best)
- Clips to hold paper on drawing table
Demo:
Begin by placing a clean sheet of paper on the drawing table. Make sure the pen arm is raised, and set both pendulums in action. While the pendulums are moving, gently lower the pen arm to make contact with the paper. (Click to view GIF).
Explanation:
Pendulums exhibit simple harmonic motion which is governed by the following equation:
is the amplitude of the pendulum, is the frequency, and is phase. The exponential term represents the damping of the pendulum, with acting as the damping coefficient.
For our harmonograph, the two pendulums are governed by similar equations:
,
When the pendulums are set in motion, the resulting image is a compilation of vs. . Since the two pendulums are perpendicular, the resulting image represents Lissajous Figures.
We may change the frequencies and in order to get different images. Frequency is related to length through the following formula:
Thus, if we change the length of the pendulums, we can change the frequency to generate different images. To do so, simply move the weights on the pendulums up and down as desired.
A GIF of Python simulated motion is shown below (click to view GIF).
A Python produced simulated video is also available.
For those interested in a more detailed derivation of how our harmonograph was built/how it works see below.
Derivation of Frequency Relations:
Due to the substantial weight of the drawing platform and pen assembly, our harmonograph does not consist of two simple pendulums. As such, we need to account for the mass of each of the top components when determining frequency. The following is a derivation of the angular frequency for a pendulum consisting of two bobs.
To begin, we determine the torque around the fulcrum. This is given by:
.
We know that:
Then, assuming the same angular displacement for both the upper and lower pendulums, we have the following relationships for the torque on each bob:
,
These combine to give a total torque of:
But we also know that:
Thus we may equate the two relationships to obtain:
Then, assuming small angle displacements, we have the characteristic frequency:
We may now derive the relationships between bottom pendulum masses that are needed to obtain various Lissajous figures. For the platform assembly we have:
The mass of the platform assembly is denoted by and the length of the top pendulum is denoted by . Similarly, the mass on the bottom of the pendulum is denoted by while the bottom length is . For the pen holder assembly we have:
Here the mass of the pen assembly is marked as , the top length by , the bottom quantities are denoted by and .
We want to define a relationship between and such that we can create common ratios of frequencies (i.e. ).
To keep calculations less messy, let’s define the following constants:
,
,
,
,
If we choose to let , we may rewrite a relationship for as follows:
.
Solving for gives:
The values of the arbitrary constants are known, and we can set to an arbitrary weight (we only care about the ratios of quantities). Doing so, we are able to find the various platform weights that are need to generate Lissajous figures. These are shown in the table below.
How the UCSC Harmonograph Was Built:
The UCSC harmonograph consists of two pendulums, suspended above a wooden table, that move in perpendicular directions. One pendulum consists of a drawing table on top, the other consists of a support arm to hold a pen. The drawing platform is a simple plank of wood connected to a bowl using a laboratory collar to connect the two pieces together. The pen apparatus consists of a U-shaped cage that contains a narrow piece of threaded steel. A narrow dowel is perpendicularly connected to the steel rod and reaches towards the drawing table. This is attached to a pen. The pendulums are supported by wooden crossbeams that contain two sharp nails which act as pivots and allow them to oscillate (see Figure 1, click to view GIF).
Written by Madison Harris