Polar-Rectangular Conversion Formulas
Polar-Rectangular Conversion Formulas
Rules for converting between polar coordinates and rectangular coordinates.

Key Formula
x=rcosθ,y=rsinθr=x2+y2,θ=tan−1(xy)
Where:
- x = Horizontal coordinate in the rectangular system
- y = Vertical coordinate in the rectangular system
- r = Distance from the origin to the point (radius)
- θ = Angle measured counterclockwise from the positive x-axis
Worked Example
Problem: Convert the polar point (r, θ) = (6, 60°) to rectangular coordinates.
Step 1: Find the x-coordinate using the cosine formula.
x=rcosθ=6cos60°=6⋅21=3
Step 2: Find the y-coordinate using the sine formula.
y=rsinθ=6sin60°=6⋅23=33
Answer: The rectangular coordinates are (3,33), which is approximately (3,5.196).
Why It Matters
Many curves, such as spirals and cardioids, have much simpler equations in polar form, so converting between systems lets you choose whichever representation makes a problem easier. These formulas also appear when you evaluate double integrals by switching to polar coordinates, a standard technique in calculus for regions with circular symmetry.
Common Mistakes
Mistake: Using θ = tan⁻¹(y/x) without checking the quadrant of the point.
Correction: The inverse tangent function returns values only in (−90°, 90°). If the point lies in quadrant II or III, you must add 180° (or π) to get the correct angle. Always plot or check the signs of x and y to determine the true quadrant.
Related Terms
- Polar Coordinates — The (r, θ) system these formulas convert from
- Cartesian Coordinates — The (x, y) system these formulas convert to
- Trigonometric Functions — Sine and cosine used in the conversions
- Pythagorean Theorem — Basis for the formula r = √(x² + y²)
