Question
Question: How do you convert \(\left( -2,0 \right)\)from Cartesian to polar coordinates? \[\]...
How do you convert (−2,0)from Cartesian to polar coordinates? $$$$
Solution
We recall the definitions of the polar coordinates (r,θ)and Cartesian coordinates(x,y). We find r as the distance between origin and the Cartesian point as r=x2+y2 and θ as the angle the ray joining the origin and the point makes with positive x−axis θ=atan2θ where atan2(y,x) represents 2-argument inverse tangent function.$$$$
Complete step by step answer:
We know that Cartesian coordinate system the position of the any point on the plane is represented by an ordered pair (x,y) where the real numbers x,y are the distances from perpendicular reference lines called x−axis and y−axis. The first number is x is called x−coordinate measured whose absolute value is distance from y−axis and second number y is called y−coordinate whose absolute value is distance from x−axis.
We also know that in the polar coordinate system every point is represented in the plane with an ordered pair $\left( r,\theta \right)$ where $r$ is the distance from a reference point (conventionally origin) and $\theta $ is the angle from a reference direction (conventionally positive direction of $x-$axis) . The reference point is called the pole and the reference direction is called the polar axis. Here $r$ is called radial coordinate which is always positive and $\theta \in \left[ 0,2\pi \right)$ is called angular coordinate.
We can convert the Cartesian coordinate (x,y) to polar coordinate (r,θ) of a point using the following relations