Solveeit Logo

Question

Question: How do you convert \(\left( -4,3 \right)\) into polar coordinates?...

How do you convert (4,3)\left( -4,3 \right) into polar coordinates?

Explanation

Solution

In this question we have to convert the given Cartesian coordinates to the polar coordinates. We will convert the Cartesian coordinates (x,y)\left( x,y \right) to polar coordinates (r,θ)\left( r,\theta \right) of a point using the following relation
r=x2+y2r=\sqrt{{{x}^{2}}+{{y}^{2}}}
θ=atan2(y,x)\theta =atan2\left( y,x \right)

Complete step-by-step answer:
We have been given a Cartesian coordinates (4,3)\left( -4,3 \right).
We have to convert the given Cartesian coordinates to polar coordinates.
In order to convert first of all we will find rr as the distance between origin and the Cartesian point as r=x2+y2r=\sqrt{{{x}^{2}}+{{y}^{2}}} where (x,y)\left( x,y \right) are Cartesian coordinates and θ\theta is the angle the ray joining the origin and the point makes with positive x-axis.
θ=atan2(y,x)\theta =atan2\left( y,x \right)
Here the function atan2(y,x)atan2\left( y,x \right) 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)\left( x,y \right)=\left( -4,3 \right).
Now, we can find the value of r by using the relation r=x2+y2r=\sqrt{{{x}^{2}}+{{y}^{2}}}
Now, substituting the values we will get
r=(4)2+(3)2\Rightarrow r=\sqrt{{{\left( -4 \right)}^{2}}+{{\left( 3 \right)}^{2}}}
Simplifying the above obtained equation we will get
r=16+9 r=25 r=5 \begin{aligned} & \Rightarrow r=\sqrt{16+9} \\\ & \Rightarrow r=\sqrt{25} \\\ & \Rightarrow r=5 \\\ \end{aligned}
Now, we can find the value of θ\theta as θ=tan1(34)\theta ={{\tan }^{-1}}\left( -\dfrac{3}{4} \right)
Simplifying the above obtained equation we will get
θ=tan1(34) θ=36.86 \begin{aligned} & \Rightarrow \theta =-{{\tan }^{-1}}\left( \dfrac{3}{4} \right) \\\ & \Rightarrow \theta =-36.86{}^\circ \\\ \end{aligned}
Now, adding 180180{}^\circ to the obtained value we will get
θ=36.86+180 θ=143.13 \begin{aligned} & \Rightarrow \theta =-36.86+180{}^\circ \\\ & \Rightarrow \theta =143.13{}^\circ \\\ \end{aligned}
So the polar coordinates are(5,143.13)\left( 5,143.13{}^\circ \right).
Hence we get the required polar coordinates as (5,143.13)\left( 5,143.13{}^\circ \right).

Note: Here in this question the angle we get is negative and the point lies in the second quadrant so we need to add 180180{}^\circ to the obtained value of the angle. Also remember that the angle is always measured in degree.