Question
Question: How do you convert \(\left( -4,3\pi \right)\) from polar to Cartesian coordinates?...
How do you convert (−4,3π) from polar to Cartesian coordinates?
Solution
To convert the given polar coordinates (r,θ) into Cartesian coordinates (x,y) we will use the following relations:
x=rcosθy=rsinθ
Then by substituting the values and simplify the obtained equations we get the desired answer.
Complete step-by-step answer:
We have been given a polar coordinates (−4,3π).
We have to convert the given polar coordinates into Cartesian coordinates.
Now, we know that (x,y) are Cartesian coordinates and θ is the angle the ray joining the origin and the point makes with positive x-axis.
Now, we know that the relation between polar coordinates (r,θ) (here, r is called the radical coordinate and θ is called the angular coordinate) and Cartesian coordinates (x,y) is given by
x=rcosθy=rsinθ
So by substituting the values we will get
⇒x=−4cos3π
Now, we know that cos3π=−1 so substituting the value we will get
⇒x=−4(−1)⇒x=4
Now, consider y=rsinθ
So by substituting the values we will get
⇒y=−4sin3π
Now, we know that sin3π=0 so substituting the value we will get
⇒y=−4(0)⇒y=0
Hence we get the required Cartesian coordinates of the given polar coordinates (−4,3π) as (4,0).
Note: We can use the relation r=x2+y2,θ=atan2(y,x) to convert the Cartesian coordinates into polar coordinates. The point to be remembered is that the angle is always measured in degree and the value of radical coordinate is always positive. We can convert the negative angle to positive by adding 2π.