How do you write an equation of a line given the point (2,3) and the m=undefined?

1 Answer
Jun 13, 2015

#x=2# is the equation of the line through #(2,3)# with undefined slope.

Explanation:

If slope #m# is defined, then the equation of a line can be written in the form #y = mx + c# where #c# is the intercept with the #y# axis.

Given two points #(x_1, y_1)# and #(x_2, y_2)# on a line, the slope is given by the formula:

#m = (Delta y)/(Delta x) = (y_2 - y_1) / (x_2 - x_1)#

In the case of the line #x=2#, consider the two points #(2, 0)# and #(2, 1)#.

Then #(Delta y)/(Delta x) = (1 - 0) / (2 - 2) = 1/0# which is undefined.