Category: Coordinate Geometry & Functions
A linear equation creates a completely straight line when plotted on a 2D Cartesian grid. This happens because its variable has a maximum power of 1, ensuring the rate of change remains constant across the entire coordinate path.
The most effective structural format for linear equations is Slope-Intercept form: y = mx + b. The parameter m tracks the precise slope (Rise over Run), while b locks down the exact y-intercept coordinate where the line cuts through the vertical axis.
Let us mathematically prove why two intersecting lines are perpendicular (meet at a perfect 90-degree angle) if and only if their slopes are negative reciprocals of each other, meaning m₁ · m₂ = -1.
This proof explains why angular coordinate systems remain perfectly orthogonal across 2D rendering frames, an essential formula for programming clean camera axes in web vector games.