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

1 Answer
Sep 27, 2014

When trying to convert polar coords to rectangular coords or vice versa you need to be aware of a few equations.

cos(θ)=xrx=rcos(θ)

sin(θ)=yry=rsin(θ)

tan(θ)=yxθ=tan1(yx)

x2+y2=r2r=x2+y2

Polar Coordinates

(r,θ)(1,π3)

Calculate the x-value

x=rcos(θ)

x=(1)cos(π3)

x=(1)(12)

x=12

Calculate the y-value

y=rsin(θ)

y=(1)(32)

y=32

Rectangular Coordinates

(x,y)(12,32)