If you are only given one endpoint and a midpoint, you know what the middle of the line segment is. Since the midpoint is half of what the line segment's length is, all you have to do is find the distance between the endpoint given and the midpoint, then add that coordinate to your midpoint and get your other endpoint.
For example:
Endpoint A: (4,5)
Midpoint: (6,8)
Distance between: (2,3)
Add (2,3) to (6,8) and get Endpoint B: (8,11).
Yes, a ray has only one endpoint.
A ray has one endpoint and continues in the other direction infinitely.
It is a ray.
To calculate the x-coordinate of the midpoint of a horizontal segment, you simply take the sum of x-coordinate of the endpoints of the horizontal segment and divide this by two. An example is if one is given endpoints with th x and y coordinates 2,3 and 5,6. To find the midpoint of the x-coordinates add 2 and 5 and divide this by 2, or 7/2.
since you know of one points and the halfway point between the other point. just multiply the halfway point by 2 and this is the total distance between the two points.
i have found the answer dont worry.
to be honest I dont know
You practically just use the midpoint formula. M(x,y)= (x1 + x2, y1 + y2)---------- --------(the 2 is part of a fraction for the midpoint formula) ---> 2 2For ex.The midpoint of JK is (3,4). One endpoint is K(-3,-2).(-3 + y2 , -2 + y2).-------- ---------2 2You Multiply the midpoint coordinates to the denominators. So the midpoint coordinate 3 is multiplied to the first denominator and 4 is multiplied to the second denominator.The equations turn out to be:6=-3 + x2 AND 8= -2 + y2x2=9 y2=10so the Other endpoint's coordinates are (9,10)
midpoint is given by the formula (x1 +x2) /2 and (y1 +y2) /2 where (x1 ,y1 )and (x2 ,y2) are the end points of the line segment .so if one end point and mid point is given the other end point can be calculated .
The other endpoint is -5,-8.
If endpoint J is at (4, 15) and midpoint L is at (1, 8) then endpoint K is at (-2, 1) Because (4-2)/2 = x and (15+1)/2 = y for midpoint (1, 8)
The other end point is (8,-10).
The midpoint is going to have an x and y value halfway between those of the two endpoints. The midpoint has an x value 6 higher than the first endpoint and a y value 4 lower. Just continue this pattern to get the other endpoint. (-2+6, 6-4)=(4, 2) The midpoint formula: [(x1 + x2)/2, (y1 + y2)/2] By substituting the given values into the formula we have: (x1 + -8)/2 = -2 and (y1 + 10)/2 = 6 x1 - 8 = -4 and y1 + 10 = 12 x1 -8 + 8 = -4 + 8 and y1 + 10 - 10 = 12 - 10 x1 = 4 and y1 = 2 Thus, the other endpoint is (4, 2).
There are two possible answers given the information. What isn't given is if the second point is one third of the way from the known or unknown endpoint. Say the known endpoint is (xe,ye) and the point one third of the way along is (xt,yt). If the point one third of the way is closest to the known endpoint, the other endpoint would be (xe+3*(xt-xe), ye+3*(yt-ye)). This is probably the answer implied by your question. If the point is closest to the unknown endpoint the the unknown endpoint is (xe+(3/2)*(xt-xe), ye+(3/2)*(yt-ye)).
Opposite rays are halves of a line. There is one endpoint and the two rays extend infinitely from it in opposite directions. The endpoint can actually be any point on the line, but it can be assumed to be the midpoint.
a median is a line or segment with one endpoint as the midpoint, and the other end at the vertex. so start at a vertex and draw a straight line to the midpoint of the opposite side.
If the coordinate of A is x, and that of the midpoint of AB, M, is m then the distance AM is m-x so the distance AB = 2*(m-x) So the coordinate of B is x + 2*(m-x) = 2m-x For coordinates in more than one dimension, apply the above rule separately for each dimension.