Intersecting Lines y equals x and y equals negative x
Graph of y = x and y = -x
Overview
A brief animation that draws the Cartesian coordinate system, plots the line highlighting the origin , and then adds the line . The viewer sees how the two lines intersect at the origin and are symmetric about the x‑axis.
Phases
| # | Phase Name | Duration | Description |
|---|---|---|---|
| 1 | Intro | ~2s | Title fades in at the top; axes appear. |
| 2 | Plot | ~4s | The line is drawn from left to right; a small dot appears at the origin with a label “”. |
| 3 | Plot | ~4s | The line is drawn, mirroring the first line; the origin dot remains highlighted. |
| 4 | Outro | ~2s | Both lines stay on screen while the title fades out; a brief caption “Symmetric lines through the origin” appears at the bottom. |
Layout
┌─────────────────────────────────────┐
│ TOP AREA │
├───────────────────────┬─────────────┤
│ │ │
│ LEFT AREA │ RIGHT AREA│
│ (main graph area) │ (optional) │
│ │ │
├───────────────────────┴─────────────┤
│ BOTTOM AREA │
└─────────────────────────────────────┘
Area Descriptions
| Area | Content | Notes |
|---|---|---|
| Top | Title “Graph of and ” | Fades in during Intro, fades out in Outro |
| Left | Cartesian axes with both lines; origin dot and label | Primary visual, occupies most of the screen |
| Right | (empty) | Reserved for future extensions; remains blank |
| Bottom | Caption “Symmetric lines through the origin” | Appears in Outro, small font |
Notes
- All drawing actions use smooth linear growth (Create) to keep the animation fluid.
- The origin dot and its label should stay visible throughout the whole scene.
- No additional text is shown except the title and final caption.
- The entire scene fits within a single
Sceneclass.
Creado por
Descripción
The animation draws a Cartesian coordinate system, then draws the line y equals x from left to right, highlights the origin with a dot and label, then draws the line y equals negative x, showing symmetry about the x axis. The title appears at the top and fades out, and a caption appears at the bottom stating the lines are symmetric through the origin.
Fecha de creación
Mar 28, 2026, 04:58 AM
Duración
0:14
Etiquetas
coordinate-systemlinear-functionssymmetrygraphing