Answer :
Task :
- To find the new point after rotating the point (1,1) to 90 degrees in counterclockwise direction.
Solution :
We know that,
when a point is rotated 90 degrees counterclockwise,it get swapped up from right to left and the sign of the new x coordinate.
In short,
Plugging in the values,
Thus, The point (-1,1) is the point we get after rotating (1,1) to 90 degrees in counterclockwise direction.
