AnimG LogoAnimG

Trigonometry & the Unit Circle

Audience: High SchoolCategory: Math

Description

This animation shows the unit circle definition of sine and cosine. A point traces the circle as angle ΞΈ sweeps from 0 to 2Ο€. Vertical (sin) and horizontal (cos) projections are drawn in real time. Simultaneously, sin and cos waves trace out on a graph panel to the right, creating an intuitive visual connection between circular motion and wave graphs.

Trigonometry & the Unit Circle

Description

This animation shows the unit circle definition of sine and cosine. A point traces the circle as angle ΞΈ sweeps from 0 to 2Ο€. Vertical (sin) and horizontal (cos) projections are drawn in real time. Simultaneously, sin and cos waves trace out on a graph panel to the right, creating an intuitive visual connection between circular motion and wave graphs.


Phases

# Phase Name Duration Description
1 Setup 5s Draw axes, unit circle, formula labels
2 Key angle labels 4s Mark 0, Ο€/6, Ο€/4, Ο€/3, Ο€/2, Ο€ on circle
3 Point tracing 25s ΞΈ animates 0 β†’ 2Ο€; sin (red) and cos (blue) projections drawn live; wave graphs trace right panel
4 Summary 6s All elements visible; sinΒ²ΞΈ + cosΒ²ΞΈ = 1 identity shown

Layout

+------------------------+------------------------+
|                        |  sin/cos waves (right) |
|   Unit Circle (left)   |                        |
|       O────────‒(ΞΈ)    |  ~~~sin wave (red)~~~  |
|       |sin|    |       |                        |
|       +---cos--+       |  ~~~cos wave (blue)~~~ |
|                        |                        |
| ΞΈ = 1.57   [angle val] |                        |
+------------------------+------------------------+

Area Descriptions

Area Content Notes
Left half Unit circle + axes + point + projections Main geometric view
Right half Axes for wave graphs sin in RED, cos in BLUE traced as ΞΈ increases
Bottom left ΞΈ value readout Driven by ValueTracker
Circle Key angle dots + labels Ο€/6, Ο€/4, Ο€/3, Ο€/2, Ο€ marked

Assets & Dependencies

  • Fonts: LaTeX
  • Colors: SIN_COLOR = RED, COS_COLOR = BLUE_B, POINT_COLOR = WHITE, ANGLE_COLOR = YELLOW, BG = #1a1a2e
  • Manim version: ManimCE 0.19.1

Notes

  • Unit circle drawn with radius=1 in Manim units scaled to the axes
  • Wave graph x-axis represents ΞΈ from 0 to 2Ο€
  • Use ParametricFunction or dot-tracing to draw the waves incrementally
  • always_redraw for the moving point, sin line, cos line, and angle arc
Trigonometry & the Unit Circle for High School in Math | AnimG Library