AnimG 标志AnimG

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 y=xy = x highlighting the origin (0,0)(0,0), and then adds the line y=xy = -x. 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 y=xy = x ~4s The line y=xy = x is drawn from left to right; a small dot appears at the origin with a label “(0,0)(0,0)”.
3 Plot y=xy = -x ~4s The line y=xy = -x 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 y=xy = x and y=xy = -x 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 Scene class.

创作者

Dharya JunejaDharya Juneja

描述

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.

创建时间

Mar 28, 2026, 04:58 AM

时长

0:14

标签

coordinate-systemlinear-functionssymmetrygraphing

状态

已完成
AI 模型
Auto