In Chapter 16, we solved systems of linear equations. In this chapter, we expand those techniques to solve systems where at least one equation is a quadratic. These systems typically result in more than one pair of values for x and y.
The most common case is a system consisting of one linear equation and one quadratic equation. The most effective method here is Substitution.
Procedure:
1. From the linear equation, express one variable in terms of the other.
2. Substitute this expression into the quadratic equation.
3. Solve the resulting quadratic equation for the first variable.
4. Substitute these values back into the linear equation to find the corresponding values of the second variable.
A "Homogeneous" system is one where every term containing a variable in both equations is of the second degree (e.g., terms like x², xy, or y²). These can often be solved by substituting y = vx.