SOLUTION: Find the intersection points of the pair of ellipses. Sketch the graphs of each pair of equations on the same coordinate axes and label the points on the intersection. Show proper

Algebra ->  Quadratic-relations-and-conic-sections -> SOLUTION: Find the intersection points of the pair of ellipses. Sketch the graphs of each pair of equations on the same coordinate axes and label the points on the intersection. Show proper       Log On


   



Question 691499: Find the intersection points of the pair of ellipses. Sketch the graphs of each pair of equations on the same coordinate axes and label the points on the intersection. Show proper algebra.
{4x^2+y^2=4
{4x^2+9y^2=36
I have already graphed them using a graphing system called geogebra. I need to know how to show my work though ( I need the proper algebra)

Answer by Edwin McCravy(20059) About Me  (Show Source):
You can put this solution on YOUR website!
Find the intersection points of the pair of ellipses. Sketch the graphs of each pair of equations on the same coordinate axes and label the points on the intersection. Show proper algebra.
system%284x%5E2%2By%5E2=4%2C%0D%0A+4x%5E2%2B9y%5E2=36%29
The standard form of an ellipse is

%28x-h%29%5E2%2Fa%5E2%22%22%2B%22%22%28y-k%29%5E2%2Fb%5E2%22%22=%22%221
if the major axis is horizontal and the minor axis vertical. Or

%28x-h%29%5E2%2Fb%5E2%22%22%2B%22%22%28y-k%29%5E2%2Fa%5E2%22%22=%22%221
if the major axis is vertical and the minor axis horizontal. 

Where (h,k) is the center, a is the semi-major axis and b is the
semi-minor axis.  b² > a²

We put the first one in standard form:

4x%5E2%22%22%2B%22%22y%5E2%22%22=%22%224
Get a 1 on the right by dividing through by 4

4x%5E2%2F4%22%22%2B%22%22y%5E2%2F4%22%22=%22%224%2F4

x%5E2%2F1%22%22%2B%22%22y%5E2%2F4%22%22=%22%221

Write x as (x-0) and y as (y-0)

%28x-0%29%5E2%2F1%5E2%22%22%2B%22%22%28y-0%29%5E2%2F2%5E2%22%22=%22%221

This ellipse has its major axis vertical because the larger
denominator is uder the y-term.  The center is (h,k) = (0,0),
the semi major axis-is a=2, and the semi-minor axis is b=1 

It has the graph:



---------------------

We put the second one in standard form:

4x%5E2%22%22%2B%22%229y%5E2%22%22=%22%2236
Get a 1 on the right by dividing through by 36

4x%5E2%2F36%22%22%2B%22%229y%5E2%2F36%22%22=%22%2236%2F36

x%5E2%2F9%22%22%2B%22%22y%5E2%2F4%22%22=%22%221

Write x as (x-0) and y as (y-0)

%28x-0%29%5E2%2F3%5E2%22%22%2B%22%22%28y-0%29%5E2%2F2%5E2%22%22=%22%221

This ellipse has its major axis horizontal because the larger
denominator is uder the y-term.  The center is (h,k) = (0,0),
the semi major axis-is a=3, and the semi-minor axis is b=2 

It has the graph:



Putting them both on the same set of axes:



It looks as if the only points of interesction are at
(x,y) = (0,2) and (0,-2)
 
But we are to show the proper algebra:

So we have this system of equations to solve:

 4x² +  y² =  4
 4x² + 9y² = 36

Subtracting the 1st equation term by term from the
2nd equation gives:

       8y² = 32
        y² =  4
         y = ±2

Substituting 4 for y² in the first equation:

 4x² +  y² = 4
 4x² +   4 = 4
       4x² = 0
        x² = 0
         x = 0

So the points of intersection as, as we suspected
from looking at the graph:

(x,y) = (0,±2) or (0,-2) and (0,2)

Edwin