How do you find the rectangular coordinates of the point with polar coordinates (5,π2)?

1 Answer
Aug 24, 2014

To convert from from polar coordinates to rectangular coordinates, we must remember these:

x=rcosθ
y=rsinθ

It's useful to remember these when we need to do these types of conversions. Knowing the r and θ from our question, we can find the rectangular coordinates:

r=5

θ=π2

x=(5)cos(π2)=(5)(0)=0
y=(5)sin(π2)=(5)(1)=5

Therefore, our rectangular coordinates are:

(0,5)