SOLUTION: how do you find the coordinates of a triangle's vertices by just having the coordinates of its midpoints?
Algebra.Com
Question 253208: how do you find the coordinates of a triangle's vertices by just having the coordinates of its midpoints?
Found 2 solutions by richwmiller, drk:
Answer by richwmiller(17219) (Show Source): You can put this solution on YOUR website!
I would say you have your work cut out for yourself.
Any line connecting the midpoints is parallel to a side of the original triangle
Pick two of the points.
Find the line that goes through them.
Get the slope
Plug in an the x,y.
Use the same slope. Get the line.
Do it two more times.
Find where those lines intersect.
The intersections will be the vertices.
Answer by drk(1908) (Show Source): You can put this solution on YOUR website!
Let A, B, and C be the verticies of the triangle.
By definition of midpoint, let
(A+B)/2 = m1
(A+C)/2 = m2
(B+C)/2 = m3,
where m1, m1, m3 are midpoints that I assume are given.
Solving using a process called Gauss-Jordan Elimination, we get
Coordinate A = m1 + m2 - m3
Coordinate B = m1 - m2 + m3
Coordinate C = -m1 + m2 + m3.
---
EX: m1 = (0,2), m2 = (3,0), m3 = (3,2)
A = (0,2) + (3,0) - (3,2) = (0,0)
B = (0,2) - (3,0) + (3,2) = (0,4)
C = -(0,2) + (3,0) + (3,2) = (6,0)
---
The three verticies are: (0,0) (6,0) (0,4).
RELATED QUESTIONS
The midpoints of a triangle are (3,-1) (4,3) and (0,5). Find coordinates for the vertices (answered by stanbon)
How do you find coordinates of the midpoints of the... (answered by Alan3354)
Given the coordinates of the midpoints of the sides of a triangle find the coordinates of (answered by venugopalramana)
The midpoints of the sides of a triangle are at (0,-3), (-1/2,7/2) and (-7/2,1/2). Find... (answered by Edwin McCravy)
The midpoints of the sides of a triangle are at (0,-3) , (-1/2,7/2) and (-7/2,1/2) Find... (answered by mananth)
The midpoints of the sides of a triangle are (2,5),(4,2,(1,1).Find the coordinates of the (answered by Edwin McCravy)
The midpoints of the sides of a triangle are at ( 0, -3 ), ( -1/2, 7/2 ), and ( -7/2,... (answered by MathLover1,math_tutor2020,greenestamps)
The sum of the x-coordinates of the vertices of a triangle in the Cartesian plane equals... (answered by ikleyn)
How do I find the coordinates of the midpoints that joins (3,5) and (2,7) (answered by josgarithmetic,Alan3354)