Download 11.6 Systems of Nonlinear Equations

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

BKL singularity wikipedia , lookup

Two-body problem in general relativity wikipedia , lookup

Two-body Dirac equations wikipedia , lookup

Unification (computer science) wikipedia , lookup

Debye–Hückel equation wikipedia , lookup

Schrödinger equation wikipedia , lookup

Navier–Stokes equations wikipedia , lookup

Dirac equation wikipedia , lookup

Equations of motion wikipedia , lookup

Euler equations (fluid dynamics) wikipedia , lookup

Computational electromagnetics wikipedia , lookup

Van der Waals equation wikipedia , lookup

Calculus of variations wikipedia , lookup

Differential equation wikipedia , lookup

Exact solutions in general relativity wikipedia , lookup

Schwarzschild geodesics wikipedia , lookup

Partial differential equation wikipedia , lookup

Transcript
Section 11.6 Notes Page 1
11.6 Systems of Nonlinear Equations
In intermediate algebra you may have looked at systems of two equations but all of the equations were linear.
In this section we will still be solving equations using the elimination and substitution method, but the equations
will not be linear in style. First we will begin with a review of elimination and substitution method (linear).
Substitution Method (Linear Equations)
In this method you will take one equation and solve for either x or y, then substitute this into the other equation.
EXAMPLE: Solve the system using the substitution method:
3 x − y = 11
.
− 2 x + 5 y = −16
You can solve for any variable in any equation to begin this problem. You want to choose the variable that will
be the easiest to solve for. I will solve for y in the first equation since there is no number in front of it. If there
was a number in front of the y I would need to divide and that would cause fractions. So I will take the
equation 3x – y =11 and solve for y. You will get y = 3x – 11. Now we need to substitute this into the other
equation for y:
Now solve for x.
− 2 x + 5(3 x − 11) = −16
− 2 x + 15 x − 55 = −16
13 x − 55 = −16
13 x = 39 , so x = 3
Elimination Method (Linear Equations)
In this method we will multiply one or both of the equations by something so that when we add the equations
together one of the variables will be eliminated.
3 x + 4 y = −11
EXAMPLE: Solve the system using the elimination method:
.
5 x + 3 y = −11
You can either eliminate the x or the y. This time I will eliminate the x terms. There is a 3 and a 5. The
smallest number that both 3 and 5 will divide into will be 15. In order for them to cancel I must multiply one of
the equations by a negative. It doesn’t matter which one you multiply by a negative. I will multiply the top
equation by a –5 and I will multiply the bottom equation by 3:
− 15 x − 20 y = 55
15 x + 9 y = −33
− 11 y = 22
y = −2
Now add the equations together:
Solve for y.
Now we need to put –2 in for y in either the top or bottom equation. I will use the bottom equation this time:
5 x + 3(−2) = −11
5 x − 6 = −11
5 x = −5
.
x = −1
Solve for x.
So our answer is x = −1 and y = −2 . The point of intersection would be (–1, –2).
Section 11.6 Notes Page 2
EXAMPLE: Solve the system using any method:
3x − y = 4
6x − 2 y = 7
.
This could be solved by either substitution or elimination. I will solve it by substitution. We can solve the first
equation for y. You will get y = 3 x − 4 . We want to substitute this into the bottom equation.
6 x − 2(3 x − 4) = 7
6x − 6x + 8 = 7
8=7
We didn’t do anything wrong here. We ended up with a false statement, which means this system has
no solution. These lines are parallel, so they don’t cross.
If we were to solve this problem and we got 0 = 0, then this is a true statement. This means the statement is true
for all values, so this means we have infinite solutions.
Nonlinear Systems of Equations
EXAMPLE: Solve the system:
y = x−5
x2 − y2 = 5
You will need to decide in these problems which method is easier to use: elimination or substitution. In this
case substitution will be the easiest since one of the variables has already been solved for. We will substitute
the top equation into the bottom one. We will replace the y in the bottom equation and replace it with x – 5.
You will have: x 2 − ( x − 5) 2 = 5 . Now everything is in terms of a single variable. We need to expand this to:
x 2 − ( x 2 − 10 x + 25) = 5 . Now distribute the negative: x 2 − x 2 + 10 x − 25 = 5 . We cancel the x squared terms
to get 10 x − 25 = 5 . Solving this we get x = 3. We need to also find y so we can substitute a 3 for x in the first
equation: y = 3 – 5, so y = -2. As a point this would be written as (3, -2).
You are not expected to know how to graph the second
equation yet but I want to show it to you anyway so you
can see what it is you are actually doing. You are still
finding the intersection of two graphs. The first one is
a line and the second graph is called a hyperbola, which
we will focus on in chapter 9. Notice in this graph that
these intersect at (3, -2) which we found algebraically.
EXAMPLE: Solve the system:
xy = −2
Section 11.6 Notes Page 3
x + 2y = 0
We will use substitution for this one. Let’s solve the bottom equation for x. This way we won’t get fractions.
Solving for x in the bottom equation will give us x = −2 y . Now we will substitute this into the top equation.
Replace the x with -2y. Then you will have the equation: (−2 y ) y = −2 . This will give us − 2 y 2 = −2 . Divide
both sides by -2 to get y 2 = 1 . After taking the square root of both sides you will get y = ±1 .
Since we get two different values for y this means we will get two different values for x. We previously solve
for x and we got x = −2 y . When y = 1 we get: x = -2(1) = -2. When y = -1 we get x = -2(-1) = 2. So we get
two points as our answer: (-2, 1) and (2, -1). Make sure you put the correct y value with each x value.
EXAMPLE: Solve the system:
x2 − y2 = 0
2x 2 + 3y 2 = 5
It would be difficult to solve for x or y on this one so it will be easier to solve this one using elimination. I can
choose to eliminate either the x or the y. I will eliminate the y. All I need to do is multiply the first equation by
3x 2 − 3 y 2 = 0
3. I will get:
. Now add these equations together to get: 5 x 2 = 5 . Divide both sides by 5 to get
2
2
2x + 3y = 5
x 2 = 1 . We will get: x = ±1 . Now substitute these values back into either the first or second equation. Let’s
use the first equation. Let’s start with x = 1. We will put a 1 in for x in the first equation: 12 − y 2 = 0 . You
will get y 2 = 1 , so y = ±1 . Now we will use x = -1. We will put a -1 in for x in the first equation:
(− 1)2 − y 2 = 0 .
You will get y 2 = 1 , so y = ±1 .
So we get four points as our solution: (1, 1), (1, -1), (-1, 1), (-1, -1).
EXAMPLE: Solve the system:
x 2 + y 2 = 10
2 x 2 − y = −1
There is not a typo in this one. The second equation does not have the y as being squared. Again I think it will
be easier to solve this one using elimination. I will eliminate the x. I need to do is multiply the first equation by
− 2 x 2 − 2 y 2 = −20
-2. I will get:
. Now add these equations together to get: − 2 y 2 − y = −21 . Notice I can’t
2
2 x − y = −1
combine the two terms on the left side of the equals sign since these are not like terms. I need to set this equal
to zero, so I will add 21 to both sides: − 2 y 2 − y + 21 = 0 . Now I will multiply both sides by -1 to make it
easier to factor: 2 y 2 + y − 21 = 0 . Now factor it using whichever method is easiest. You will get:
7
(2 y + 7)( y − 3) = 0 . Solving this will give us two answers for y: y = − and y = 3 . We can put these into the
2
7
second equation to get x. Let’s start with y = − . We will put this into the second equation for y:
2
7
 7
2 x 2 −  −  = −1 , or 2 x 2 + = −1 . Now solve. We need to subtract seven-halves from both sides:
2
 2
Section 11.6 Notes Page 4
9
9
2 x 2 = − . We can multiply both sides of the equation by one-half to get: x 2 = − . If you try to take the
2
4
square root of both sides you will get an imaginary number. We do not include imaginary number solutions in
7
this section. We only want to find the actual place the graphs meet. So we know that y = − is not going to
2
2
give us an x. Let’s now try y = 3. We will put this into the second equation for y: 2 x − 3 = −1 . Add 3 to both
sides to get: 2 x 2 = 2 . Divide both sides by 2 to get: x 2 = 1 . Then we get x = ±1 .
So we will get two places these graphs intersect: (1, 3) and (-1, 3).
EXAMPLE: Solve the system:
y=− x
( x − 3) 2 + y 2 = 5
This is another one that should be solved by the substitution method since one of our variables is already solved
for. We will substitute − x into the bottom equation for y: ( x − 3) 2 + (− x ) 2 = 5 . So now the equation
becomes: ( x − 3) 2 + x = 5 . We will expand this: x 2 − 6 x + 9 + x = 5 . We can add like terms: x 2 − 5 x + 9 = 5 .
We need to set this equal to zero: x 2 − 5 x − 4 = 0 . Factoring this we get: ( x − 1)( x − 4) = 0 . We get two
answers for x: x = 1 and x = 4. We can put these into the first equation to get our corresponding answers for y.
When x = 1 we have y = − 1 , so y = -1. When x = 4 we have y = − 4 so y = -2. So our two points of
intersection will be (1, -1) and (4, -2).
NOTE: Suppose you used the second equation to solve for y
instead of the first equation. If x = 1 and you put this into the
second equation you would have gotten y = ±1 . You need to
test this with the first equation. For example on point we got
was (1, 1). If we test this with the first equation we would get
1 = − 1 which is not a true statement so (1, 1) is not a solution.
Look at the graph. We should only have two points of intersection.