Question
Question: P is the mid-point of the line segment AB. The coordinates of P are (5,-6). The coordinates of A are...
P is the mid-point of the line segment AB. The coordinates of P are (5,-6). The coordinates of A are (-1,10). How do you find the coordinate of B?
Solution
No matter whether the line is in 2d, 3d or 4d space the midpoint of a line segment is always equal to the sum of the coordinates divided by two. Since in this problem we are given the midpoint of the line segment and coordinate of one of the endpoints we can use the other mid-point as a variable and get the it's by using the midpoint formula.
Midpoint formula:
Mid-point=((2x1+x2),(2y1+y2))
Where the coordinates of the points are (x1,y1) and (x2,y2)
Complete step-by-step answer:
If two coordinates are given, we know the formula for finding the midpoint is:
Mid-point=((2x1+x2),(2y1+y2)); formula
Where the coordinates of the points are (x1,y1) and (x2,y2)
Now in the question coordinate of one of the points and the coordinate of the midpoint is given to us
In the given figure mid-point of the line AB is P=(5,−6) and A=(−1,10)
Now we need to find the coordinate of B
We will substitute the values of P as the mid-point and A as the first coordinate in the formula of midpoint
(5,−6)=((2−1+x2),(210+y2))
To get values of(x2,y2)is by equating the x-coordinate with 5 and equating the y-coordinate with -6
Let’s find X-coordinate:
(2−1+x2)=5
−1+x2=5×2
x2=10+1
x2=11
Let’s find the Y-coordinate:
210+y2=−6
10+y2=−6×2
y2=−12−10
y2=−22
So the coordinates of B=(11,−22)
Note: Try to be very careful with the negative signs of the coordinates this is where most people go wrong. And when finding the midpoint when both the points are given directly apply the midpoint formula. A line segment which is in the third dimensional plane has three coordinates of its midpoint so when we are solving for the coordinates we will get three different equations, and the same four different equations for the fourth dimensional plane.