How do you convert the following to a rectangular equation: #r = cos (theta) - sin (theta)#?

2 Answers
Oct 5, 2016

#(x-1/2)^2+(y+1/2)^2=1/2#

Explanation:

When converting from polar to rectangular equations you have to switch the references to #r# and #theta# to #x# and #y#.

#x=rcos(theta)#
#y=rsin(theta)#
#r^2=x^2+y^2#

Multiply each term by #r#

#r*r=rcos(theta)-rsin(theta)#

Simply

#r^2=rcos(theta)-rsin(theta)#

Make the necessary substitutions

#x^2+y^2=x-y#

Gather the #x# and #y# variables to the same side

#(x^2-x)+(y^2+y)=0#

Now complete the square. Take the coefficient of both the #x# and #y# variable then divide by 2 and then square

#(-1/2)^2=1/4#

#(1/2)^2=1/4#

Insert the above 2 quantities on both sides of the equation to keep it balanced.

#(x^2-x+1/4)+(y^2+y+1/4)=1/4+1/4#

Simplify

#(x^2-x+1/4)+(y^2+y+1/4)=1/2#

Convert the 2 perfect square trinomials

#(x-1/2)^2+(y+1/2)^2=1/2#

Check out this tutorial on the conversion of equations from polar to rectangular.

Check out this tutorial on completing the square graphically

Check out this tutorial on completing the square analytically.

Oct 5, 2016

#(x-1/2)^2+(y+1/2)^2=1/2#,
representing the circle through the origin,
with center at #(1/2, -1/2) and radius 1/sqrt2#.

Explanation:

Use the conversion equation #r(cos theta, sin theta)=(x, y)# that

gives #r=sqrt(x^2+y^2), cos theta =x/r and sin theta = y/r#.

Here, # r = sqrt(x^2+y^2)=(x-y)/r=(x-y)/sqrt(x^2+y^2)#.

Cross multiplying, #x^2+y^2=x-y #, or in the standard form,

#(x-1/2)^2+(y+1/2)^2=1/2#, representing the circle through the origin,

with center at #(1/2, -1/2) and radius 1/sqrt2#.

Noe that the general polar equation of the circles through the pole r

= 0 is # r = d cos (theta+alpha)#. Here, the diameter d = sqrt 2 and

#alpha= pi/4#..