Simultaneous equations
Encyclopedia : S : SI : SIM : Simultaneous equations
In mathematics, simultaneous equations, or systems of equations, are a set of equations where variables are shared. A solution consists of values for the variables which satisfy all of the equations simultaneously.
For example, the following is a set of equations:
- [x^2 + y^2 = 1\,]
- [2x + 4y = 0\,]
Finding solutions
To get a numerical solution to an unknown, one must have at least as many independent equations as variables. If there are fewer independent equations than variables, there will be infinitely many solutions - another way to say this is that the solution set will be an infinite set (the set containing these infinitely many solutions). When this happens, in many cases, it is said that there are no solutions to the particular unknown one is looking for - however this is a misnomer. In such a case the solutions to an unknown depend on other variables. For more information see indeterminate system.
If the number of independent equations is the same as the number of variables, there will typically be finitely many solutions. Therefore systems are frequently considered where the number of variables and independent equations is the same.
Because of the importance of this, the phrase in the form "x equations, y unknowns" (for example "2 equations 3 unknowns" or "4 equations, 4 unknowns") is often used to describe systems of equations. If y=x or y
Systems of simultaneous equations can be hard to solve. A common technique is the substitution method: try to solve one of the equations for one of the variables and substitute the result into the other equations, thereby reducing the number of equations and the number of variables by 1. Continue until you reach a single equation with a single variable, which (hopefully) can be solved; back substitution then yields the values for the other variables.
In the above example, we first solve the second equation for x:
Simultaneous equation models are a form of statistical model in the form of a set of linear simultaneous equations. They are often used in econometrics.
In modular arithmetic, simple systems of simultaneous congruences can be solved by the method of successive substitution.
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.Substitution method
and substitute this result into the first equation:
After simplification, this yields
and from x = −2y we obtain the corresponding x values. Our system of equations has two solutions:
Systems of simultaneous linear equations are studied in linear algebra and can always be solved; one uses Gauss-Jordan elimination or the Cholesky decomposition. To solve general systems numerically on a computer, the n-dimensional Newton's method may be used.
Algebraic geometry is essentially the theory of simultaneous polynomial equations. The question of effective computation with such equations belongs to elimination theory.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
