If a line segment has the end points (x1, y2) and (x2, y1), the midpoint is given by the following formula (the variables would be subscripted if text-only browsers allowed subscripted text): [(((x1) + (x2))/2), (((y1) + (y2))/2)].
Example:
1. Problem: Find the coordinates (x, y) of the midpoint of the
segment that connects the points (-4, 6) and (3, -8).
Solution: x1 + x2 -4 + 3 -1 1
x = ------- = ------ = -- = - -
2 2 2 2
y1 + y2 6 + (-8) -2
y = ------- = -------- = -- = -1
2 2 2
The answer: (-.5, -1)
Back to top.
Back to top.
Although finding the equation of a line is covered, you sometimes get more complex problems where you are given some information about a graph and are expected to find the equation of the line described.
Example:
1. Problem: Write the equation of the line that passes through
the point (2, -3) and has a slope of (1/2). Use
slope-intercept form.
Solution: Write the general equation used for the slope-
intercept form.
y = mx + b
Plug in any given information.
-3 = (1/2)2 + b
-3 = 1 + b
-4 = b
Write the equation of the line in slope-intercept form:
y = .5x - 4
Back to top.
Example:
1. Problem: Find the distance between (-2, 3) and (8, -1).
Solution: Plug any given information into the distance
equation.
d = SQRT[(8 - (-2))^2 + (-1 - 3)^2]
Simplify.
d = SQRT[10^2 + (-4)^2]
d = SQRT(100 + 16)
d = 2(SQRT(29))
Back to top.
Take the quiz on coordinate geometry. The quiz is very useful for either review or to see if you've really got the topic down.