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

2 Answers
Oct 5, 2016

(x-1/2)^2+(y+1/2)^2=1/2(x12)2+(y+12)2=12

Explanation:

When converting from polar to rectangular equations you have to switch the references to rr and thetaθ to xx and yy.

x=rcos(theta)x=rcos(θ)
y=rsin(theta)y=rsin(θ)
r^2=x^2+y^2r2=x2+y2

Multiply each term by rr

r*r=rcos(theta)-rsin(theta)rr=rcos(θ)rsin(θ)

Simply

r^2=rcos(theta)-rsin(theta)r2=rcos(θ)rsin(θ)

Make the necessary substitutions

x^2+y^2=x-yx2+y2=xy

Gather the xx and yy variables to the same side

(x^2-x)+(y^2+y)=0(x2x)+(y2+y)=0

Now complete the square. Take the coefficient of both the xx and yy variable then divide by 2 and then square

(-1/2)^2=1/4(12)2=14

(1/2)^2=1/4(12)2=14

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(x2x+14)+(y2+y+14)=14+14

Simplify

(x^2-x+1/4)+(y^2+y+1/4)=1/2(x2x+14)+(y2+y+14)=12

Convert the 2 perfect square trinomials

(x-1/2)^2+(y+1/2)^2=1/2(x12)2+(y+12)2=12

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(x12)2+(y+12)2=12,
representing the circle through the origin,
with center at (1/2, -1/2) and radius 1/sqrt2(12,12)andradius12.

Explanation:

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

gives r=sqrt(x^2+y^2), cos theta =x/r and sin theta = y/rr=x2+y2,cosθ=xrandsinθ=yr.

Here, r = sqrt(x^2+y^2)=(x-y)/r=(x-y)/sqrt(x^2+y^2)r=x2+y2=xyr=xyx2+y2.

Cross multiplying, x^2+y^2=x-y x2+y2=xy, or in the standard form,

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

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

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

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

alpha= pi/4α=π4..