How do you convert the Cartesian coordinates (0,-10) to polar coordinates?

1 Answer
Sep 12, 2015

(r,theta)=(10,(3pi)/2)(r,θ)=(10,3π2)

Explanation:

When converting from Cartesian to polar coordinates we use the following relationships

x=rcosthetax=rcosθ

y=rsinthetay=rsinθ

r=sqrt(x^2+y^2)r=x2+y2

We are given the point (0,-10)(0,10)

Proceed by finding rr. Since rr is a length we only want the positive square root.

r=sqrt((0)^2+(-10)^2)r=(0)2+(10)2

r=sqrt100=10r=100=10

Now we utilize the other relationships

x=rcosthetax=rcosθ so we can write

0=10costheta0=10cosθ

So costheta=0cosθ=0

We know that we are on the y axis at x=0x=0 and y=-10y=10 so our angle is

theta=(3pi)/2θ=3π2

Also

y=rsinthetay=rsinθ so we can write

-10=10sintheta10=10sinθ

sintheta=-1sinθ=1

This occurs when theta=(3pi)/2θ=3π2

Therefore (r,theta)=(10,(3pi)/2)(r,θ)=(10,3π2)

Make sure your calculator is in radians