You can put this solution on YOUR website! Find an equation in x and y for the conic section with polar equation
r = 1/ 1+ cos(theta)
-------
Conversions formulas:
x=rcos(theta)
y=rsin(theta)
---------
r= x^2+y^2
EQUATION:
r = 1/(1+cos(theta)
r = 1/[1+(x/r)]
r = 1/[(r+x)/r]
r = r/(r+x)
1= 1/(r+x)
r+x=1
sqrt(x^2+y^2)+x=1
sqrt(x^2+y^2)=1-x
Square both sides to get:
x^2+y^2=1-2x+x^2
y^2=-2x+1
----------
Cheers,
Stan H.