Finding the equation of a straight line

Finding the equation of a straight line from two points

Let’s suppose we know that two points are on a straight line - (x, y) and (x_1, y_1) - and we want to find the equation of that straight line.

We need to know the gradient if we want to find the equation of the line, and after that, we can substitute in our values for x, y, x_1, y_1 and m into the equation of a straight line: y - y_1 = m(x - x_1).

Finding the gradient

The gradient of a graph can be found by calculating the change in y divided by the change in x, or:

m = \frac{\Delta y}{\Delta x}

So, the gradient can be calculated using:

m = \frac{y - y_1}{x - x_1}

Finding the equation of the line

Once you have found the gradient, you can substitute it into the equation of a straight line:

y - y_1 = m(x - x_1)

Example: find the equation of the straight line that passes through the points (2, 3) and (5, 11)

Example: find the equation of the straight line that passes through the points (1, 4) and (3, 10)

flashcards

QuestionAnswer
What formula is used to find the gradient of a straight line from two points (x, y) and (x_1, y_1)?m = \frac{y - y_1}{x - x_1}
What is the equation of a straight line used after finding the gradient m?y - y_1 = m(x - x_1)
Find the equation of the straight line passing through (2, 3) and (5, 11).y = \frac{8}{3}x - \frac{7}{3}
Find the equation of the straight line passing through (1, 4) and (3, 10).y = 3x + 1
How do you calculate \Delta y when finding the gradient between points (x_1, y_1) and (x, y)?\Delta y = y - y_1
How do you calculate \Delta x when finding the gradient between points (x_1, y_1) and (x, y)?\Delta x = x - x_1
What is the gradient m of the line through points (2, 3) and (5, 11)?m = \frac{8}{3}
What is the gradient m of the line through points (1, 4) and (3, 10)?m = 3