Sign In
Systems of equations can be classified based on their algebraic characteristics, especially the types of equations involved. The following are some of the most common types.
Type of System | Description | Example |
---|---|---|
Linear System | Includes only linear equations. | x+2y=8 2x-3y=1 |
Linear-Quadratic System | Includes one linear equation and one quadratic equation. | y=3x+1 x^2+y^2=25 |
Quadratic System | Consists solely of quadratic equations. | x^2+y^2=16 y=x^2-4 |
Nonlinear System | Contains at least one nonlinear equation. | sinx+y=1 x^2+y^2=4 |
Keep in mind that linear-quadratic systems and quadratic systems are also nonlinear systems.
A nonlinear system is a system of equations in which at least one of the equations is nonlinear. Consider the following system of equations. 2x + 4y = 10 & (I) 4x^2 + y = - 5 & (II)
Even if the first equation in the system is linear, the system is a nonlinear system because the x-term of Equation (II) is elevated to the power of 2, making it nonlinear.A system of quadratic equations is a system of equations that consists of only quadratic equations. y=x^2-6x+3 y=- x^2+2x-5 Similar to systems of linear equations, the solution to a system of quadratic equations are the values of the variables that make all the equations true. In the example above, x= 2 and y= - 5 are a solution to the system. This can be verified by substituting the values into each equation.
y=x^2-6x+3 | y=- x^2+2x-5 |
---|---|
-5 = 2^2-6( 2)+3 | -5=- 2^2+2( 2)-5 |
-5 = 4 - 12 + 3 | -5 =-4 + 4-5 |
-5 = -5 | -5 =-5 |
A linear-quadratic system is a system of equations containing one linear equation and one quadratic equation. 2x-y=3 x^2+y-3x=9 Similar to a system of linear equations, the solutions to a linear-quadratic system are the values that satisfy both equations simultaneously. For instance, in the given example x= 4 and y= 5 are solutions. The values can be verified by substituting them into each equation.
2x-y=3 | x^2+y-3x=9 |
---|---|
2( 4)- 5=3 | 4^2+ 5-3( 4)=9 |
8-5=3 | 16+5-12=9 |
3=3 ✓ | 9=9 ✓ |