직교좌표 → 극좌표 Logo
직교좌표 → 극좌표
Mathematics

Polar to Rectangular Coordinates: Conversion Formulas, Proofs & Solved Examples

Learn how to convert polar to rectangular coordinates (r, θ to x, y) using exact trigonometric formulas, proofs, and solved engineering examples.

By Shahab Dev
Polar to Rectangular Coordinates: Conversion Formulas, Proofs & Solved Examples - Rectangular to Polar Coordinates Guide

Converting polar to rectangular coordinates $(r, \theta) \to (x, y)$ is a fundamental mathematical operation used extensively across physics, engineering, computer graphics, and navigational systems. While polar coordinates define a location using a radius $r$ and angular direction $\theta$, Cartesian coordinates describe the exact horizontal ($x$) and vertical ($y$) placement on a rectangular grid.

Understanding how to transition between these coordinate systems is essential whether you are calculating vector components in static mechanics or developing digital graphics tools. You can perform bidirectional calculations instantly on our rectangular to polar coordinates converter or review the opposite transformation in How to Convert Rectangular to Polar Coordinates. Designers creating graphic assets often convert vector curves using an online vector converter to render smooth graphics across scaled resolutions.


Fundamental Equations for Polar to Rectangular Coordinates

To calculate the horizontal coordinate $x$ and vertical coordinate $y$ from polar inputs $r$ (radial distance) and $\theta$ (polar angle), use basic right-triangle trigonometry:

$$x = r \cdot \cos(\theta)$$

$$y = r \cdot \sin(\theta)$$

Trigonometric Derivation

Consider a right triangle formed in the Cartesian plane where:

  • The hypotenuse equals the polar radius $r$.
  • The horizontal adjacent side represents $x$.
  • The vertical opposite side represents $y$.
  • The angle at the origin between the hypotenuse and the positive x-axis is $\theta$.

Applying standard cosine and sine definitions: $$\cos(\theta) = \frac{\text{Adjacent}}{\text{Hypotenuse}} = \frac{x}{r} \implies x = r \cdot \cos(\theta)$$

$$\sin(\theta) = \frac{\text{Opposite}}{\text{Hypotenuse}} = \frac{y}{r} \implies y = r \cdot \sin(\theta)$$


Step-by-Step Solved Conversion Examples

Example 1: Standard Quadrant I Conversion

Given: $r = 10$, $\theta = 30^\circ$ ($\frac{\pi}{6}$ radians)

  1. Calculate $x$: $$x = 10 \cdot \cos(30^\circ) = 10 \cdot \frac{\sqrt{3}}{2} \approx 8.6603$$
  2. Calculate $y$: $$y = 10 \cdot \sin(30^\circ) = 10 \cdot 0.5 = 5.0000$$
  3. Cartesian Coordinate: $(8.6603, 5.0000)$

Example 2: Quadrant III Angle (Negative Coordinates)

Given: $r = 7$, $\theta = 225^\circ$ ($\frac{5\pi}{4}$ radians)

  1. Calculate $x$: $$x = 7 \cdot \cos(225^\circ) = 7 \cdot \left(-\frac{\sqrt{2}}{2}\right) \approx -4.9497$$
  2. Calculate $y$: $$y = 7 \cdot \sin(225^\circ) = 7 \cdot \left(-\frac{\sqrt{2}}{2}\right) \approx -4.9497$$
  3. Cartesian Coordinate: $(-4.9497, -4.9497)$

Technical Considerations in Engineering & Software

Angle Units: Degrees vs. Radians

A common source of calculation error in programming languages (such as JavaScript, Python, or C++) is passing degree values into trigonometric functions like Math.cos() or Math.sin(), which require radians.

To convert degrees to radians: $$\theta_{\text{radians}} = \theta_{\text{degrees}} \times \left(\frac{\pi}{180^\circ}\right)$$

In electrical engineering, phasor calculations expand on these principles. Learn more in our tutorial on converting complex numbers from rectangular to polar form.

In physical lab experiments and chemical engineering, accurate unit conversion is equally critical. For instance, converting mass parameters requires a precise weight converter to maintain scientific accuracy across imperial and metric standards.

Digital Web Tools and SEO Auditing

High-performing educational websites and mathematical web tools require clear user experience, accurate algorithms, and robust SEO infrastructure. Website owners optimizing digital tools rely on automated technical SEO audits to ensure search engines properly index dynamic calculator endpoints.

If you are looking to build modern, high-performance web applications or interactive conversion utilities, hiring expert specialists in web development provides a scalable foundation for growth.


Frequently Asked Questions

Can $\theta$ be greater than $360^\circ$ ($2\pi$)?

Yes. Polar angles are periodic. An angle of $400^\circ$ is co-terminal with $400^\circ - 360^\circ = 40^\circ$, yielding identical $(x, y)$ Cartesian coordinates.

What if $r = 0$?

If $r = 0$, both $x = 0 \cdot \cos(\theta) = 0$ and $y = 0 \cdot \sin(\theta) = 0$, placing the coordinate at the origin $(0,0)$ regardless of $\theta$.


Rectangular to Polar Converter – Convert coordinates bidirectional online.

Converting Complex Numbers – Electrical phasor & complex form calculations.

JPEG to SVG Converter – Convert raster images into high-resolution vector SVG graphics.

MG to LB Converter – High-precision unit conversion between milligrams and pounds.

InstantSEOScan – AI-powered website audit and SEO analysis platform.

Shahab Dev – Custom software development, web engineering, and digital solutions.