To derive the equation of the line in slope-intercept form (which is \(y = mx + b\)), we need to determine the slope \(m\) and the y-intercept \(b\).
-
Finding the slope \(m\): The slope \(m\) is calculated using the formula: \[ m = \frac{y_2 - y_1}{x_2 - x_1} \] Using the points \((0, -2)\) and \((1, 3)\):
- \( (x_1, y_1) = (0, -2) \)
- \( (x_2, y_2) = (1, 3) \)
Plugging in the values, we have: \[ m = \frac{3 - (-2)}{1 - 0} = \frac{3 + 2}{1} = \frac{5}{1} = 5 \]
-
Finding the y-intercept \(b\): The y-intercept \(b\) is the value of \(y\) when \(x = 0\). From the point \((0, -2)\), we can see that: \[ b = -2 \]
-
Writing the equation: Now that we have the slope and y-intercept, we can substitute these values into the slope-intercept form: \[ y = mx + b \] Substituting \(m = 5\) and \(b = -2\): \[ y = 5x - 2 \]
Therefore, the equation of the line in slope-intercept form is: \[ y = 5x - 2 \]