To determine the coordinate of point P after the described rotations, let's go step by step.
First, the point P(3, 5) is rotated 180 degrees clockwise about the point A(3, 2). To perform this rotation, we need to find the vector between the center of rotation (A) and the point being rotated (P). We can then apply the rotation matrix to obtain the new position.
Let
be the vector from A to P. We can calculate it as follows:
.
Now, we can apply the rotation matrix for a 180-degree clockwise rotation:
,
where
is the angle of rotation in radians. Since we want to rotate 180 degrees, we have
.
Applying the rotation matrix, we get:
.
The new position of P after the first rotation is P'(0, -3).
Next, we need to rotate P' (0, -3) 90 degrees counterclockwise about the point B(1, 1).
Again, we calculate the vector from B to P', denoted as
:
.
Using the rotation matrix, we rotate
by 90 degrees counterclockwise:
,
where
is the angle of rotation in radians. Since we want to rotate 90 degrees counterclockwise, we have
.
Using the rotation matrix, we get:
.
The final position of P after both rotations is P''(4, -1).
Therefore, the coordinate of point P after the rotations is (4, -1).