How do you convert r = 1/(1-cos(theta))r=11cos(θ) into cartesian form?

1 Answer

y^2=2x+1y2=2x+1 representing the parabola with axis ax =-1/2 and focus at the origin.

Explanation:

The conversion formula is (x, y) = (rcos theta, rsin theta)(x,y)=(rcosθ,rsinθ).

The given equation is r = sqrt (x^2+y^2)=1/(1-x/sqrt(x^2+y^2)r=x2+y2=11xx2+y2

Cross multiplying, rationalizing and simplifying,

y^2=2x+1y2=2x+1

This is in the standard form of the equation of parabolas

(y-beta)^2=4a(s-alpha)(yβ)2=4a(sα),

representing parabolas having vertex at #(alpha, beta) parameter a

and focus at(alpha +a, beta)α+a,β).

Here, a = 1/2, alpha = -1/2 and beta = 0a=12,α=12andβ=0...