Convert coordinates from polar (r, θ) to rectangular (x, y) form.
Polar Coordinates
Rectangular Coordinates
x-coordinate7.0711
y-coordinate7.0711
How does the conversion work?
Polar coordinates define a point by its distance from the origin (r) and its angle from the positive x-axis (θ). Cartesian coordinates define the same point by its horizontal (x) and vertical (y) distances.
💡
Pro Tips
The value of r is always non-negative in standard polar coordinates.
The angle can be in degrees or radians.
This is essentially the same as finding the horizontal and vertical components of a vector.
!
Fun Facts
"Polar coordinates are extremely useful in navigation and scenarios where things rotate around a central point, like radar displays."