Question
Question: How do you convert \(\left( 4,-2 \right)\) from Cartesian to polar coordinates?...
How do you convert (4,−2) from Cartesian to polar coordinates?
Solution
In this question we have to convert the given Cartesian coordinates to the polar coordinates. In order to convert first of all we will find r as the distance between origin and the Cartesian point as r=x2+y2 where (x,y) are Cartesian coordinates and θ is the angle the ray joining the origin and the point makes with positive x-axis.
Complete step-by-step answer:
We have been given a Cartesian coordinates (4,−2).
We have to convert the given Cartesian coordinates to polar coordinates.
We know that we can convert the Cartesian coordinates (x,y) to polar coordinates (r,θ) of a point using the following relation
r=x2+y2
θ=atan2(y,x)
Here the function atan2(y,x) called 2-argument inverse tangent and is defined as
\theta =\left\\{ \begin{aligned}
& {{\tan }^{-1}}\left( \dfrac{y}{x} \right)\text{ if }x>0 \\\
& {{\tan }^{-1}}\left( \dfrac{y}{x} \right)\text{+}\pi \text{ if }x<0\text{ and y}\ge 0 \\\
& {{\tan }^{-1}}\left( \dfrac{y}{x} \right)-\pi \text{ if }x<0\text{ and y}<0 \\\
& \dfrac{\pi }{2}\text{ if }x=0\text{ and y}>0 \\\
& -\dfrac{\pi }{2}\text{ if }x=0\text{ and y}>0 \\\
& undefined\text{ if }x=0\text{ and y=}0 \\\
\end{aligned} \right\\}
We have given the Cartesian coordinates (x,y)=(4,−2).
Now, we can find the value of r by using the relation r=x2+y2
Now, substituting the values we will get
⇒r=42+(−2)2
Simplifying the above obtained equation we will get
⇒r=16+4⇒r=20⇒r=25
Now, we can find the value of θ as θ=tan−1(4−2)
Simplifying the above obtained equation we will get
⇒θ=tan−1(2−1)⇒θ=−tan−1(21)⇒θ=−0.463
So the polar coordinates are(25,−0.463).
Hence we get the required polar coordinates as (25,−0.463).
Note: The point to be noted is that r also called as radical coordinate is always positive and the value of θ also called angular coordinate is always measured in radians. We can also convert the negative angle to positive by adding 2π.