48.6k views
5 votes
How could you determine the coordinates of the vertices of a translated image without using a graph?

User Kumiko
by
6.6k points

2 Answers

1 vote

Answer:

you can find the distance between one point to another point. you can use the distance coordinate formula to find the distance between the two coordinates.

Explanation:

User Dimitris Tseggenes
by
5.2k points
1 vote

Answer with explanation:

Let one of the coordinates of vertices of Preimage= (x,y)

Coordinates of vertices of this translated Image after translation = (p,q)

So, Amount of translation in Horizontal Direction(either left or right) = p-x

Amount of translation in Vertical Direction(either up or down) = q-y

Otherwise,

If translation done is in Horizontal Direction either Horizontally right or left by a' units and translation done in vertical direction, either Vertically up or down by b' units ,then coordinates of Image after translation

=(x+a ,y+b) or (x-a,y+b),or (x-a, y-b),or (x+a,y-b)

User Jvrdelafuente
by
5.8k points