AnimG LogoAnimG

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.

Created By

Dharya JunejaDharya Juneja

Description

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.

Created At

Mar 28, 2026, 04:58 AM

Duration

0:14

Tags

coordinate-systemlinear-functionssymmetrygraphing

Status

Completed
AI Model
Auto