Advertisement
j0h

Building the Best Harmonograph

j0h
Oct 2nd, 2022 (edited)
2,018
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 6.50 KB | None | 0 0
  1. \documentclass[]{article}
  2.  
  3. %opening
  4. \title{Building the worlds best harmonograph}
  5. \author{Maker0}
  6.  
  7. \begin{document}
  8.  
  9. \maketitle
  10.  
  11. \begin{abstract}
  12. The harmonograph is a complex drawing machine, with complex interactions between multiple pendulums, producing twisting twining beats. Underlying symphonies in drawn lines, with emergent patterns. Lets look at what the harmonograph is, how it works, and how you can build your very own, with materials you probably already have.
  13. \end{abstract}
  14.  
  15. \section{History}
  16. A harmonograph is a mechanical apparatus that employs pendulums to create a geometric image. The drawings it creates are called Lissajous curves. The harmonograph was invented in 1844 by Hugh Blackburn, a professor of mathematics at the University of Glasgow.
  17. \section{Functionality}
  18. Harmonographs can have many pendulums and axes interacting, but every version of harmonograph suffers from the same constraints: force, and overcoming drag. Traditional harmonographs use mass and leverage to overcome drag placed on a pen. This makes traditional harmonographs cumbersome, heavy, a little bit hazardous. Everything from construction cost, to run time, to image quality is effected by the amount of drag which must be overcome to produce motion. \\ \\We want to make the worlds best harmonograph, which I assume means, light, small, and safe to operate. Maybe the whole thing can fit in my backpack, or pocket? The thing that makes harmonographs not work is drag,
  19. so how do we get rid of drag? The sources of drag are mainly from the pen dragging across the drawing surface.
  20. Other forms of drag occur, from mechanical friction in things like fulcrums, bearings pivots, motors, having poorly designed pendulums, wind resistance, or obstructions in path of the pendulums. \\  
  21. If we get rid of pen drag, the size and mass of the machine can be greatly reduced. In wondering how to do this, I was playing with a drawing tablet. I noticed the stylus did not actually need to
  22. touch the surface of the tablet to send the draw signal. The stylus, which works like a antenna, between the tablet acting like a transceiver which gets a stronger signal with the nib fully inserted.  
  23. With tape, or an elastic band suppressing the nib, the pen can operate about an inch away from the drawing tablet surface. This solves the primary constraint,of pen drag.
  24. \section{Construction}
  25. \textbf{Material needs}: magnets with a fastener, lightweight metal plate, string. other fasteners and or tape are optional.
  26. \\
  27. \textbf{Optional material}: a usb switch can make stopping the drawing process easy.
  28. \\
  29. \textbf{Software}:Your choice for software. I use myPaint, a free, and open source drawing program that works well with drawing tablets. Many other options exist.
  30. \\
  31. \textbf{Tool needs}: A drill, scissors or something to cut string with.\\
  32. \\
  33. Core requirements are that the plate is suspended by strings, and that the stylus is suspended above the drawing tablet via the plate.  \\
  34.  
  35. To begin, locate a place where you wish to suspend this harmonograph. It should be sturdy enough to withstand supporting the total mass of the system. between 0.5 to 5 Lbs.
  36. Next, determine the total length of string needed for each pendulum. Pendulum length determines both the speed of drawing, and travel of the stylus. This figure is the desired distance of travel with enough extra material to be able to secure the string to the magnets or some other supporting means. Tie one end of the string to the a magnet. Repeat this step as necessary, for the total number of pendulums you wish to have. in your metal plate, drill a hole sufficient to insert the stylus for your drawing tablet. Cork it with tape if necessary. Suspend the pendulum magnets, affix the magnets to the plate with the stylus in it. Situate the stylus above the drawing tablet. Plug the drawing tablet into your USB power switch. Open your drawing software of choice, and configure the software to draw lines. Give the harmonograph a gentle tap, and switch on the tablet feed. You should observe a pattern emerging. Switch off the tablet feed when you feel the drawing is complete.
  37.  
  38.  
  39. \section{Operation}
  40. Once your harmonograph is suspended, and your drawing tablet is in place beneath the stylus, you can give the harmonograph a gentle push. harmonic motion should immediately ensue. You can watch this motion for as long as you like. An efficient design will run for a very long time. An inefficient design may cease almost immediately. You can experiment, changing pendulum lengths, angles, positions, orientations, mass, distance from the detector (drawing tablet) and so on. Subtle changes may have vastly different emergent patterns.
  41. \section{Annex of variations}
  42. There are many ways to make this type of harmonograph. You can use inter woven strings in many patterns to create unique motions and interactions, use as few, or as many pendulums as you want. The use of magnets and a metal plate is what I found to be the easiest materials to procure, modify, and interact with. Many other possibilities exist, I have made similar, functional harmonographs with wood, cardboard, electrical boxes, plastic plates, and other materials. The primary issue I had with other construction methods was in changing the pendulum length and position. Using magnets made that process exceptionally easy to change.  \\
  43. Adding mass, to the harmonograph can also extend operational time, or add emphasis to minute waves.
  44.  
  45. \section{Conclusion}Building the worlds best harmonograph is entirely subjective, but I hope readers can see the
  46. benefits of building a harmonograph in this way. \\ Many possibilities exist for the construction of the harmonograph. tying strings to a plate, with the opposite ends secured to some other support
  47. is feasible, although may not be as easily adjusted. The method of using magnets on a metal plate has been simple for my uses. This type of harmonograph is both highly configurable, and simple to construct. Users can enjoy learning about chaotic and periodic motion, while drawing pretty pictures. Most importantly, have fun!
  48.  
  49. Other variations: motors may be added to the pendulums to add a self-starting functionality. Use of other energy inputs can also be used to change the operation of the harmonograph in various ways.
  50.  
  51. \section{Glossary}
  52. \textbf{Pendulum:} a weight hung from a fixed point so that it can swing freely backward and forward.\\
  53. \textbf{Lissajous curves:} a family of curves described by the parametric equations. Common examples include circles, parabolas, and ellipses.
  54.  
  55. \end{document}
  56.  
Tags: DIY
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement