Unit Circle Visualization of Sine Cosine Tangent Cotangent
Вдохновлены этой анимацией?
Trigonometric Functions on the Unit Circle
Overview
A dark‑mode animation that builds the unit circle, sweeps an angle from the positive -axis, and visually defines , , and using perpendicular projections and tangent lines. The key takeaway is the geometric meaning of each trig function and the relationships and .
Phases
| # | Phase Name | Duration | Description |
|---|---|---|---|
| 1 | Intro | ~3s | Fade in a dark background, draw the white orthogonal axes with arrowheads and label the origin . |
| 2 | Unit Circle & Fixed Ray | ~4s | Draw the unit circle centered at (radius 1). Highlight the fixed ray on the positive -axis ending at . |
| 3 | Sweeping Angle | ~5s | Animate a rotating ray from to a variable position on the circle, drawing the angle arc and labeling it . |
| 4 | Cosine & Sine Projections | ~6s | Drop a vertical line from to the -axis meeting at ; highlight segment in green as . Drop a horizontal line from to the -axis meeting at ; highlight segment in orange as . |
| 5 | Tangent | ~5s | Draw the tangent line at (vertical line ). Extend ray until it meets this tangent at ; highlight in purple and label its length as . |
| 6 | Cotangent | ~5s | Draw the tangent line at (horizontal line ). Extend ray until it meets this tangent at ; highlight in pink and label its length as . |
| 7 | Summary Fade‑out | ~2s | Fade out all auxiliary lines, leaving the circle, axes, and the four highlighted segments with brief labels (optional). |
Layout
┌─────────────────────────────────────────────┐
│ │
│ MAIN (unit circle) │
│ │
├─────────────────────────────────────────────┤
│ Caption (optional small text for phase) │
└─────────────────────────────────────────────┘
Area Descriptions
| Area | Content | Notes |
|---|---|---|
| Main | Dark background, white orthogonal axes, unit circle, rotating ray , projection points , tangent intersections , highlighted segments (green, orange, purple, pink). | Primary visual focus throughout all phases. |
| Caption | Short phrase indicating the current concept, e.g., "Cosine = horizontal projection". | Shown only during phases 4‑6; can be omitted if space is needed. |
Notes
- Assumptions: No explicit textual labels for points are required beyond the highlighted segments; the caption area provides brief context. The animation runs ~30 seconds total, well within the 30‑second guideline.
- All colors are chosen for contrast on a dark background: green for cosine, orange for sine, purple for tangent, pink for cotangent.
- The angle arc is drawn with a thin white arc and a small label "" near its middle.
- The tangent at is the vertical line ; the tangent at is the horizontal line .
- The scene will be implemented as a single Manim
Sceneclass. - No persistent on‑screen text is used except the optional caption; all mathematical meaning is conveyed visually.
Создано
Описание
A dark‑mode animation draws the coordinate axes and unit circle, sweeps an angle from the positive x‑axis, and highlights the horizontal and vertical projections as cosine and sine. It then shows the tangent line at (1,0) to illustrate tangent length and the tangent line at (0,1) for cotangent, emphasizing their ratios to sine and cosine. The scene fades out, leaving the four key segments labeled.
Создано
Sep 12, 2026, 02:26 PM
Длительность
0:32
Теги
trigonometryunit-circlegeometry