# Geometry Visualized: From Foundations to Curvature

## Audience and objective

- Audience: high-school students, undergraduates, and math enthusiasts.
- Tone: educational, intuitive, slow-paced, visually driven in the spirit of 3Blue1Brown.
- Goal: move from flat 2D shapes to multidimensional and non-Euclidean geometry through visual transformations rather than pure algebra.

## Scene 1: Foundations and rigid transformations

Narrative: Geometry begins with invariant properties, things that stay the same when shapes move. In Euclidean space, translating, rotating, or reflecting a shape changes its position but preserves distances and angles.

Visual direction:

- Dark grid background `#171717`.
- Vibrant blue triangle `#58C4DD` translating along vectors, rotating around an anchor, and reflecting across a dashed axis.
- Show the rotation matrix:

  ```text
  [ cos(theta)  -sin(theta) ]
  [ sin(theta)   cos(theta) ]
  ```

## Scene 2: Unit circle and wave projections

Narrative: Trigonometry is not just about triangles. It is the geometry of rotation. As a point traces the unit circle, its horizontal and vertical positions project waveforms across time.

Visual direction:

- Split view: unit circle on the left, Cartesian plane on the right.
- Green rotating vector `#83C167`.
- Horizontal tracing line projects the y-value onto a dynamic sine curve.
- Show `theta(t) -> y = sin(theta)` with live values.

## Scene 3: Geometric proofs and area rearrangement

Narrative: Algebraic identities often emerge directly from spatial manipulation. The Pythagorean theorem can be proven visually without solving an equation by rearranging areas.

Visual direction:

- Outer square with side length `(a+b)`.
- Four right triangles in warm yellow `#F0AC5D` slide and reconfigure.
- First reveal squares of areas `a^2` and `b^2`; then form one square of area `c^2`.
- Show `a^2 + b^2 = c^2`.

## Scene 4: Curved surfaces and non-Euclidean space

Narrative: When space itself curves, the rules change. On a sphere or saddle, geodesics behave differently and triangle angles need not sum to 180 degrees.

Visual direction:

- Smooth orbital 3D camera.
- Sphere with a geodesic triangle whose angles sum to more than 180 degrees.
- Hyperbolic paraboloid with diverging geodesic paths and a triangle whose angles sum to less than 180 degrees.
- Show `K = R_1212 / g` only if it supports rather than interrupts the visual explanation.

## Style and pacing

- Primary: teal blue `#58C4DD`.
- Secondary: soft green `#83C167`.
- Highlight: warm yellow `#F0AC5D`.
- Background: dark slate `#171717`.
- Text/formulas: off-white `#FFFDF5`.
- Keep equations in upper-right or lower-left reserved regions; do not cover the central construction.
- Include approximately 1.5 seconds of readable hold between major visual transformations.
- This is the next generalization test. Do not hand it a geometry-specific template. Let the same Director/Maker process derive a coherent multi-scene treatment, then compare it to the founder's Claude Design output.
