Systems of Nonlinear Equations
Jump to navigation
Jump to search
Comparison to linear systems
Systems of nonlinear equations are solved using the same methods we used to solve linear systems, elimination and substitution.
Solving by substitution (example)
Solve the following system of equations:
Solution:
Using the first equation, we see that y = 3x + 2. Substituting 3x + 2 for y in the second equation we see that Now we can solve for x, by using the quadratic formula, or factoring. We find that or that
Solving back for y, we find that the two points on both curves are
Solving by elimination(example)
Solve the following system by elimination:
Solution:
We can subtract the second equation form the first to get . We can solve this equation for y to find that y = 2 or -3. For each value of y, we have 2 values for x. So we have four points of intersection
Return to Topics Page