Conversion between rectangular coordinates \(x\) and \(y\) and polar coordinates \(r\) and \(\theta\) involves several key formulas.
To convert from rectangular to polar coordinates:
- \r = \sqrt{x^2 + y^2}\
- \(\theta\) = \tan^{-1}(\frac{y}{x})\
The first formula calculates the radius \(r\), which is the straight-line distance from the origin to the point. The second formula calculates the angle \(\theta\), which is measured counterclockwise from the positive x-axis to the line connecting the origin to the point.
Conversely, to convert from polar to rectangular coordinates:
- x = r \cos \theta\
- y = r \sin \theta\
These formulas help transition between coordinate systems, which is useful in various branches of science and engineering.