M10 - Straight Lines and Quadratic Equations
Straight Lines and Quadratic Equations 1. Straight Line Graphs Represented on a 2D Cartesian coordinate system $(x, y)$. The Equation of a Line General form: $y = mx + c$ $m$: Gradient (slope). $c$: $y$-intercept (where the line crosses the $y$-axis). Gradient ($m$) Gradient measures the steepness: $\text{gradient} = \frac{\text{vertical change}}{\text{horizontal change}} = \frac{\text{rise}}{\text{run}}$. Calculating Gradient from Two Points: Given $(x_1, y_1)$ and $(x_2, y_2)$: $$m = \frac{y_2 - y_1}{x_2 - x_1}$$ ...