Problem 53

Question

Identify the conic and write its equation in rectangular coordinates: \(r=\frac{1}{2-2 \cos \theta}\)

Step-by-Step Solution

Verified
Answer
The given polar equation corresponds to the circle with radius 1 and center at (1,0) in rectangular coordinates. Its equation is \((x-1)^2 + y^2 = 1\).
1Step 1: Write the given equation
We start with the given polar equation: \(r=\frac{1}{2-2 \cos \theta}\)
2Step 2: Convert to Rectangular Coordinates
We will use the two basic relations between polar and rectangular coordinates: \(x= r \cos \theta\) and \(y= r \sin \theta\). First, multiply both sides of the equation by \(r(2 - 2\cos{\theta})\) to get \(r^2 = 2r - 2r \cos{\theta}\). Replace \(r^2\) and \(r \cos \theta\) by their rectangular equivalents, \(x^2 + y^2\) and \(x\), respectively. We get: \(x^2 + y^2 = 2\sqrt{x^2+y^2} - 2x\).
3Step 3: Simplify the equation
Next, to arrive at a standard equation for a conic section, re-arrange and square the entire equation to eliminate the square root. First, move the \(2x\) term to the left side: \(x^2 + y^2 + 2x = 2\sqrt{x^2+y^2}\). Then, square both sides of the equation to yield: \((x^2 + y^2 + 2x)^2 = 4(x^2 + y^2)\). Expanding and simplifying, we find the equation for the conic section: \(x^2 - 2x + y^2 = 0\).
4Step 4: Complete the square and identify the conic section
The expression \(x^2 - 2x\) can be written as \((x-1)^2 - 1\). So we rewrite the equation as \((x-1)^2 - 1 + y^2 = 0\), or \((x-1)^2 + y^2 = 1\). This is the equation of a circle with radius 1 and center at (1,0).