Points A and B are at (5 ,8 ) and (8 ,1 ), respectively. Point A is rotated counterclockwise about the origin by pi and dilated about point C by a factor of 5 . If point A is now at point B, what are the coordinates of point C?

1 Answer
Jul 3, 2017

The point C is =(-33/4,-41/4)

Explanation:

The matrix of a rotation counterclockwise by pi about the origin is

((-1,0),(0,-1))

Therefore, the transformation of point A is

A'=((-1,0),(0,-1))((5),(8))=((-5),(-8))

Let point C be (x,y), then

vec(CB)=5 vec(CA')

((8-x),(1-y))=5((-5-x),(-8-y))

So,

8-x=5(-5-x)

8-x=-25-5x

4x=-33

x=-33/4

and

1-y=5(-8-y)

1-y=-40-5y

4y=-40-1

y=-41/4

Therefore,

point C=(-33/4,-41/4)