Processing math: 100%

Coordinate Rotation Calculator







Formula

To calculate the new coordinates after rotation:

X=xcos(θ)+ysin(θ)

Y=xsin(θ)+ycos(θ)

What is Coordinate Rotation?

Coordinate rotation involves rotating a point in the x-y plane by a specified angle about the origin. This is commonly used in various fields such as computer graphics, robotics, and physics to transform coordinates and analyze motion or orientation.

Example Calculation 1

Let's assume the following values:

Step 1: Convert the angle to radians:

θ=45×π180=0.7854 radians

Step 2: Calculate the new X coordinate:

X=3cos(0.7854)+4sin(0.7854)=4.95

Step 3: Calculate the new Y coordinate:

Y=3sin(0.7854)+4cos(0.7854)=0.71

Example Calculation 2

Let's assume the following values:

Step 1: Convert the angle to radians:

θ=90×π180=1.5708 radians

Step 2: Calculate the new X coordinate:

X=5cos(1.5708)+6sin(1.5708)=6

Step 3: Calculate the new Y coordinate:

Y=5sin(1.5708)+6cos(1.5708)=5