LINEAR EQUATIONS
Visualizing relationships between two variables. Slope, intercepts, and the geometry of the infinite line.
01 // The Coordinate Plane
A 2D space defined by two perpendicular number lines: the horizontal X-Axis and vertical Y-Axis. They intersect perfectly in the center at the Origin (0,0). Every point in this space represents an exact mathematical pairing.
02 // Slope (m) & Rise/Run
The Rate of Change
Slope measures the steepness and direction of a line. It is the ratio of the vertical change between two points (the rise) to the horizontal change (the run). Drag the points in the lab below to see it in action!
Two-Point Constructor
Point 1 (x₁, y₁)(-4, -2)
Point 2 (x₂, y₂)(4, 2)
03 // Equation Forms
The gold standard. Best for graphing directly because it explicitly states your starting point and your path.
The constructor. Best for building an equation when you only have a single random point and a slope.
The organizer. Best for finding the exact X and Y intercepts quickly by plugging in zeros.
Practice Arena // Coming Soon
Dynamic Problem Sets
The question engine is currently offline while we aggregate vocabulary and construct the generation architecture. Check back soon for infinite practice problems!