Def 4a) Slope-Intercept Form

  • The Slope-Intercept form refers to writing a line in the following way :

\begin{align} f(x) &= ax + b\\ y &= ax + b \\ y &= mx+b\end{align}

  • where or refers to the slope of the function and refers to the y-intercept.

  • The 3rd form uses a different coefficient which is often synonymous with the slope of the function.

  • The y-intercept refers to the point that is on the y-axis. It is denoted as:

Slope-Intercept Form to Point-Slope Form

Easily convert any linear equation from a slope-intercept form into a point-slope form, here is the general formula

Example

Suppose I have the following Linear Equation : and I wanted to express it as an equation around the point : Then \begin{align*}y &= 2x+1\\ y - 5 &= x + 1 - 5 \\ y - 5 &= 2x -4 \\ y - 5 &= 2(x -2) \end{align*} or you could simply observe that the slope is and use the Point-Slope Form and arrive to

General Form

Given a 1st degree polynomial of the form : , we can express it in terms of a slope and any other point , where by the following way : \begin{align*} f(x) &= ax + b\\ f(x) - y_1 &= ax + b - y_1 \\ f(x) - y_1 &= a(x + \frac{b - y_1}{a}) \\ f(x) - y_1 &= a(x - \frac{y_1 - b}{a}) \\ f(x) - y_1 &= a(x - x_1)\end{align*}

Why does this work?

  • For the individuals interested, the reason why this works is because linear equations are injective (Actually they are Bijective). Which means that every single x-value has a unique y-value! You can learn more about the concepts of Injective and Surjective if you want!
  • Another Take away is that we can express any y-value in terms of x in the following ways :

Slope-Intercept Form to Root Form