document.write( "Question 750757: How do I write equation for each conic section:
\n" ); document.write( "Circle with center at (0 ,-3) and the radius of 5\r
\n" ); document.write( "\n" ); document.write( "Parabole with Vertex at (-3,5) and focus at (-1,5) \r
\n" ); document.write( "\n" ); document.write( "Ellipse with the vertices at (2,5) (2,-3) and co-vertices at (0,1) (4,1)
\n" ); document.write( "

Algebra.Com's Answer #456921 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
How do I write equation for each conic section:
\n" ); document.write( "Circle with center at (0 ,-3) and the radius of 5
\n" ); document.write( "Standard form of equation for a circle: \"%28x-h%29%5E2%2B%28y-k%29%5E2=r%5E2\", (h,k)=center, r=radius
\n" ); document.write( "For given circle:
\n" ); document.write( "center: (0,-3)
\n" ); document.write( "radius=5
\n" ); document.write( "\"x%5E2%2B%28y%2B3%29%5E2=25\"
\n" ); document.write( "..
\n" ); document.write( "Parabola with Vertex at (-3,5) and focus at (-1,5)
\n" ); document.write( "Parabola opens rightward:
\n" ); document.write( "axis of symmetry: y=5
\n" ); document.write( "Its basic equation: \"%28y-k%29%5E2=4p%28x-h%29%5E2\", (h,k)=(x,y) coordinates of vertex
\n" ); document.write( "For given parabola:
\n" ); document.write( "p=2(distance from vertex to focus on the axis of symmetry
\n" ); document.write( "4p=8
\n" ); document.write( "Equation:\"%28y-5%29%5E2=8%28x%2B3%29\"
\n" ); document.write( "..
\n" ); document.write( "Ellipse with the vertices at (2,5) (2,-3) and co-vertices at (0,1) (4,1)
\n" ); document.write( "Given ellipse has a vertical major axis
\n" ); document.write( "Its standard form of equation: \"%28x-h%29%5E2%2Fb%5E2%2B%28y-k%29%5E2%2Fa%5E2=1\", a>b, (h,k)=(x,y) coordinates of center
\n" ); document.write( "For given ellipse:
\n" ); document.write( "x-coordinate of center=2
\n" ); document.write( "y-coordinate of center=1 (midpoint of vertex)
\n" ); document.write( "center: (2,1)
\n" ); document.write( "a=4 (distance from center to vertices)
\n" ); document.write( "a^2=16
\n" ); document.write( "b=2(distance from center to co-vertices)
\n" ); document.write( "b^2=4
\n" ); document.write( "Equation of given ellipse: \"%28x-2%29%5E2%2F4%2B%28y-1%29%5E2%2F16=1\"
\n" ); document.write( "
\n" );