Question
Question: How do you convert \(\left( -4,3 \right)\) into polar coordinates?...
How do you convert (−4,3) into polar coordinates?
Solution
In this question we have to convert the given Cartesian coordinates to the polar coordinates. We will convert the Cartesian coordinates (x,y) to polar coordinates (r,θ) of a point using the following relation
r=x2+y2
θ=atan2(y,x)
Complete step-by-step answer:
We have been given a Cartesian coordinates (−4,3).
We have to convert the given Cartesian coordinates to 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.
θ=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,3).
Now, we can find the value of r by using the relation r=x2+y2
Now, substituting the values we will get
⇒r=(−4)2+(3)2
Simplifying the above obtained equation we will get
⇒r=16+9⇒r=25⇒r=5
Now, we can find the value of θ as θ=tan−1(−43)
Simplifying the above obtained equation we will get
⇒θ=−tan−1(43)⇒θ=−36.86∘
Now, adding 180∘ to the obtained value we will get
⇒θ=−36.86+180∘⇒θ=143.13∘
So the polar coordinates are(5,143.13∘).
Hence we get the required polar coordinates as (5,143.13∘).
Note: Here in this question the angle we get is negative and the point lies in the second quadrant so we need to add 180∘ to the obtained value of the angle. Also remember that the angle is always measured in degree.