Unit Circle Point Traces a Sine Wave
Inspired by this animation?
Point on Unit Circle with Corresponding Sine Wave
Overview
An animation that visualizes the relationship between circular motion and the sine function: a point travels counterβclockwise around a unit circle on the left, while its vertical coordinate is simultaneously plotted as a sine wave on the right. The key takeaway is that the sine of an angle equals the yβcoordinate of a point on the unit circle.
Phases
| # | Phase Name | Duration | Description |
|---|---|---|---|
| 1 | Intro | ~2s | The unit circle appears on the left, the empty sine axis appears on the right, and a point at is highlighted. |
| 2 | Rotation & Tracing | ~8s | The point moves smoothly around the circle completing one full revolution. As it moves, a vertical line drops from the point to the horizontal axis, and the tip of that line draws the sine wave on the right in real time. |
| 3 | Highlight & End | ~2s | After the full cycle, the completed sine wave is emphasized, the point returns to the start, and a brief label fades in near the wave. |
Layout
βββββββββββββββββββββββββ¬ββββββββββββββββββββββββ
β β β
β MAIN LEFT β MAIN RIGHT β
β (unit circle) β (sine axis) β
β β β
βββββββββββββββββββββββββ΄ββββββββββββββββββββββββ€
β Caption / label (optional, small text) β
βββββββββββββββββββββββββββββββββββββββββββββββββ
Area Descriptions
| Area | Content | Notes |
|---|---|---|
| Main Left | Unit circle of radiusβ―1 centered at the origin, with a moving point and a radial line indicating the current angle . | Primary visual for circular motion |
| Main Right | Horizontal axis representing angle (or time) and vertical axis for sine value; the sine curve is drawn progressively as the point moves. | Mirrors the left side in real time |
| Caption | Optional brief text such as "" that appears at the end. | Can be omitted if not needed |
Notes
- Assumptions: The animation runs for a single period (0β―ββ―), uses a smooth linear speed, and the sine axis is scaled to fit one wavelength horizontally.
- The total runtime is kept under 12β―seconds to stay well within the 30βsecond guideline.
- No persistent onβscreen text is used except the final optional label, adhering to the βavoid text unless necessaryβ rule.
- The scene will be implemented as a single Manim
Sceneclass. - All transitions are simple fades or linear motions; no complex effects are required.
Created By
Description
A point moves counterβclockwise around a unit circle while a vertical line projects its height onto a separate graph. As the point completes one full rotation, the projected height draws a sine wave in real time. The animation ends with the completed wave highlighted and a label indicating the sine relationship.
Created At
Aug 28, 2026, 07:19 AM
Duration
0:11
Tags
trigonometryunit-circlesine-function