What is the Cartesian form of ( 3, (-5pi)/2 ) (3,5π2)?

1 Answer
Feb 14, 2018

Using the formulas:
x=r*cos(theta)x=rcos(θ)
y=r*sin(theta)y=rsin(θ)

our answer is (0,-3)(0,3) in Cartesian

Explanation:

To convert from Polar coordinates to Cartesian, we must apply the following formulas:

x=r*cos(theta)x=rcos(θ)
y=r*sin(theta)y=rsin(θ)

where polar form is (r,theta)(r,θ)
and Cartesian form is (x,y)(x,y)

for x:
x=3*cos(-5pi/2) = 3*0 = 0x=3cos(5π2)=30=0

y=3*sin(-5pi/2) = 3*-1 = -3y=3sin(5π2)=31=3

thus converting from polar to Cartesian:

Cartesian = (0,-3)(0,3)