5. Dilations
Sign In
(x,y) &→ ( x2, y2) A(0,1) &→ A'(0,0.5) B(1,2) &→ B'(0.5,1) We will now mark the images and a line through them in the system.
We should now investigate the lengths and to do that we must calculate them. This can be done using the Distance Formula.
Segment | d = sqrt((x_2-x_1)^2 + (y_2-y_1)^2) | Distance |
---|---|---|
AB | d = sqrt(( 1- 0)^2 + ( 2- 1)^2) | sqrt(2) |
A'B' | d = sqrt(( 0.5- 0)^2 + ( 1- 0.5)^2) | 1/2sqrt(2) |
Therefore, the length of A'B' is half as long as AB.
2(A'B')=AB
Line | m = y_2-y_1/x_2-x_1 | Slope |
---|---|---|
AB | m = 2- 1/1- 0 | 1 |
A'B' | m = 1- 0.5/0.5- 0 | 1 |