How do you convert polar equations to rectangular equations?

1 Answer
Jan 8, 2015

To convert an equation given in polar form (in the variables rr and thetaθ) into rectangular form (in xx and yy) you use the transformation relationships between the two sets of coordinates:
x=r*cos(theta)x=rcos(θ)
y=r*sin(theta)y=rsin(θ)
enter image source here
You have to remember that your equation may need some algebraic/trigonometric manipulations before being transformed into rectangular form; for example, consider:

r[-2sin(theta)+3cos(theta)]=2r[2sin(θ)+3cos(θ)]=2
-2rsin(theta)+3rcos(theta)=22rsin(θ)+3rcos(θ)=2

Now you use the above transformations, and get:

-2y+3x=22y+3x=2
Which is the equation of a straight line!

A more complicated situation can be the following example:
theta+pi/4=0θ+π4=0
You can write:
theta=-pi/4θ=π4
Take the tangent of both sides and multiply and divide by rr the left side:
r/r*tan(theta)=tan(-pi/4)rrtan(θ)=tan(π4)
(rsin(theta))/(rcos(theta))=-1rsin(θ)rcos(θ)=1
Transforming you get:
y/x=-1yx=1
y=-xy=x