A simple analog clock may be simulated using just three Desmos Geometry Tool (DGT) elements and a pair of user‑defined polar vector functions. Polar vector notation is commonly used to solve a wide variety of real‑world scientific and engineering problems.
| Vector Clock |
๐ At the beginning of the DGT file, an input slider is scaled so that the minute hand completes 12 full rotations. Click the play button to animate the system.
๐ Unit circle is defined using the origin and the point (0, 1) as the reference definition points.
๐ Minutes vector starts at the origin, with a magnitude of 0.95. Its direction is defined opposite the angular displacement input, enforcing clockwise rotation.
๐ Hours vector starts at the origin with a magnitude of 0.65. Its direction is defined opposite the angular displacement input, enforcing clockwise rotation, and the minutes‑vector angular displacement is scaled by 1/12 to represent the hourly rate.
๐ Required functions: two function definitions from the VTools Functions library are required for this solution—Vpolar and Vp2. Use the preceding link for documentation to help implement these functions in your own Desmos Geometry Tool solutions.
๐ Compatibility note: these vector functions do NOT work in the Desmos Graphing Calculator (DGC).
No comments:
Post a Comment