How to Solve Systems of Nonlinear Equations

When solving systems of nonlinear equations, you use the same approach as for systems of equations. The substitution method is the one we’ll use here.

Remember that in these cases, we can get more than one solution.

Rule

Systems of nonlinear equations

1.
You’ll find x or y by using the simplest equation.
2.
Put one expression into the other expression. Here you can get up to two solutions.
3.
These two equations have to be put back into the first equation you used one-by-one. First, you put in one of the solutions and solve for the corresponding variable. Then, you put in the other solution and solve for this solution’s corresponding variable.
4.
You can have more than one solution: (x1,y1), (x2,y2) and so on.

Example 1

Solve the system of equations

y + 2x = 1 (1) x2 + 3x = 5 y (2)

1.
Choose Equation (1) and solve for y: y + 2x = 1, y = 1 2x.
2.
Put this solution into Equation (2) and make it into an expression consisting only of x: x2 + 3x = 5 y x2 + 3x = 5 (1 2x) x2 + 3x = 5 + 1 + 2x x2 + x 6 = 0.

Solve x2 + x 6 = 0 using the quadratic formula:

x = 1 ±12 4 1 (6) 2 1 , = 1 ±1 + 24 2 , = 1 ±25 2 , = 1 ± 5 2 .

That makes:

x1 = 1 + 5 2 = 4 2 = 2, x2 = 1 5 2 = 6 2 = 3.
3.
Put the solutions into (1) and calculate one y-value for x1 and one y-value for x2:
y1 = 1 2 2 = 1 4 = 5 y2 = 1 2 (3) = 1 + 6 = 5

y1 = 1 2 2 y2 = 1 2 (3) = 1 4 = 1 + 6 = 5 = 5

Solutions:

(x1,y1) = (2,5), (x2,y2) = (3, 5).

Note! It is important to notice that an answer consists of one x-value and one y-value together! In this particular case, there are two answers.

Want to know more?Sign UpIt's free!