Solving Non-linear Systems Algebraically

Algebraically, we can use the methods of substitution and elimination outlined in Section 8.1 to solve non-linear systems of equations. However, we need to exercise care when solving non-linear systems, especially since the operations involved may not always result in valid solutions!

For example, consider the system given by

Let’s try to use substitution here. From the top equation, we can see that . Substituting this into the bottom equation results in , or , which we can rewrite as . We can now use the quadratic formula on to find that . Taking a square root, we find that are possible values of . Note that there are actually four separate possible values of , one for each choice of plus or minus in the expression above: , and .

However, is actually negative! Since the square root of a negative number is not a real number, and are not valid -values of a solution to this system. The other two solutions are fine. Therefore, keeping in mind that , the solutions to our system are given by and . We can plug these back into the original equations to make sure that they satisfy both.

Taking a look at the graphs of these equations should shed some light on what’s happening here.

The only intersection points of the two graphs have a positive -coordinate. This could have tipped us off earlier that some of the -values we got wouldn’t be valid. Indeed, from the first equation, we have that , and this ensures that must be positive.

The above example illustrates the importance of always checking that the solutions you find are real numbers, and also checking that the solutions you find are actually solutions to the system.

Eliminating Variables

Now we illustrate the method of elimination, which can be used when you notice that the equations in the system have like terms. The difference from before is that we now may have non-linear terms that we can eliminate.

Let’s apply this technique to a system we saw previously.

Some Common Issues and Techniques

We say that the original system is linear in form because its equations are not linear, but a few substitutions reveal a structure that we can treat like a system of linear equations. However, the substitutions may introduce some complexity, as seen in the following example.

Consider the following system.
(a)
Is the system linear in form?
(b)
If so, make substitutions by defining variables and so that the system in terms of and is linear. What is ? What is ? What is our new associated linear system?
(c)
What is the solution set to our associated linear system?
(d)
What is the solution set to our original system?