Question 203724: solve the following system of equations:
x^2 + 4y^2=4
(x-1)^2+y^2=1 Found 2 solutions by Alan3354, jsmallt9:Answer by Alan3354(69443) (Show Source):
You can put this solution on YOUR website! x^2 + 4y^2=4 --> 4y^2 = 4 - x^2
(x-1)^2+y^2=1 --> 4x^2 - 8x + 4 + 4y^2 = 4
-------------
Sub for 4y^2 into 2nd eqn
4x^2 - 8x + 4 + (4-x^2) = 4
3x^2 - 8x + 4 = 0
Quadratic equation (in our case ) has the following solutons:
For these solutions to exist, the discriminant should not be a negative number.
First, we need to compute the discriminant : .
Discriminant d=16 is greater than zero. That means that there are two solutions: .
Quadratic expression can be factored:
Again, the answer is: 2, 0.666666666666667.
Here's your graph:
x = 2
x = 2/3
----------
at x=2: y = 0
--> (2,0) One solution
----------
at x = 2/3: y = +/- sqrt(8)/3
--> (2/3,y) 2nd point/solution
--> (2/3,-y) 3rd point/solution
----------------------------
You can put this solution on YOUR website!
Normally one use the substituion method to solve this type of system. You would start by solving for one of the variables in one of the equations and proceed from there. And this system can be done that way, too. But this system, since Y appears only as a squared term, can be solved in other ways:
We can solve for y^2 instead of y and substitute for y^2.
We can use the Elimination (aka Linear Combination or Addition) Method.
I will use the first one of these.
Solve the second equation for y^2:
Subtract (x-1)^2 from both sides giving:
Substitute into the first equation for y^2:
Solve for x. Start by simplifying:
Make one side 0:
Factor: (or use the quadratic formula if you prefer)
For this product to be zero one of the factors must be zero: or or
Now we use these, one at a time, to find the y values which go with them:
For x = 2/3: or y =
For x = 2:
So we have three points of intersection:
(2/3, (2sqrt(2))/3)
(2/3, -(2sqrt(2))/3)
(2, 0)