MAT187 L01 - Polar Coordinates

#MAT187 PCE

Polar to cartesian coordinates
x=rcos(θ)
y=rsin(θ)

Cartesian to polar coordinates
r2=x2+y2
tan(θ)=yx θ in radians

You can convert both individual coordinates and whole functions between coordinate systems.

Important: there is a domain restriction for arctan
arctan(θ) has a domain restriction of [π2,π2]. So, if you want an angle outside of that domain, make sure to add πn,nϵZ.