Question 1208374
<pre>
The first equation can be placed in one of the standard forms of an ellipse:

{{{(x-h)^2/a^2+(y-k)^2/b^2=1}}} or {{{(x-h)^2/b^2+(y-k)^2/a^2=1}}}

The value of " a " is the length of the semi-major axis and the value " b " is
the length of the semi-minor axis.  The major axis is always longer than the
minor axis.

If the number under the (x-h)<sup>2</sup> is greater than the number under
the (y-k)<sup>2</sup>, the ellipse will look like this:{{{drawing(20,10,-2,2,-1,1,arc(0,0,-3.9,1.9) )}}}
And If the number under the (y-k)<sup>2</sup> is greater than the number under
the (x-h)<sup>2</sup>, the ellipse will look like this: {{{drawing(10,20,-1,1,-2,2,arc(0,0,1.9,-3.9) )}}}

The center is the point (h,k).

You must memorize the above, and the facts about all the conic sections if you
expect to be successful doing conic section problems. You can't figure them out
or look them up every time.  You won't have time on a test or exam.

{{{ (x + 1) ^ 2 + 2 * (y - 4) ^ 2 = 12}}}

Divide through by 12 to get 1 on the right:

{{{ (x + 1) ^ 2/12 + 2 * (y - 4) ^ 2/12 = 12/12}}}

{{{(x+1)^2/12+(y-4)^2/6=1}}}

so the center is (-1,4), the 12 is larger than the 6, so the ellipse looks
like this: {{{drawing(20,10,-2,2,-1,1,arc(0,0,-3.9,1.9) )}}}.

{{{a^2=12}}}, so {{{a=sqrt(12)="3.46..."}}}, 
{{{b^2=6}}}, so {{{b=sqrt(6)="2.449..."}}},

We plot the center (-1,4), and the major and minor axes:

{{{drawing(400,1000/3,-7,5,-2,8,
graph(400,1000/3,-7,5,-2,8), line(-1-sqrt(12),4,-1+sqrt(12),4),
line(-1,4+sqrt(6),-1,4-sqrt(6))  )}}}

Then sketch in the ellipse:

{{{drawing(400,1000/3,-7,5,-2,8,
graph(400,1000/3,-7,5,-2,8), line(-1-sqrt(12),4,-1+sqrt(12),4),
line(-1,4+sqrt(6),-1,4-sqrt(6)),red(arc(-1,4,2sqrt(12),-2sqrt(6))  ))}}}

The other one is a parabola. I'll do it later if another tutor doesn't
do it first.  Then we'll have to solve the system of equations and find
their points of intersection, and graph both on the same set of
coordinate axes.  Maybe one of the other tutors will finish.

Edwin</pre>