Installation procedure

from Wikipedia, the free encyclopedia

The substitution procedure is used to solve systems of equations . The idea behind this procedure is to solve one of the equations for a variable and then plug that variable into the other equations. This eliminates one variable.

This procedure can also be used for larger or non-linear systems of equations, but it then quickly becomes confusing. However, if you proceed according to the following algorithm, you can keep an overview even with large systems of equations:

There are n equations with n variables.

  • Step 1: Solve the first equation (any equation) to the last variable.
  • Step 2: Substituting this equation into all of the other equations.

A system of equations with n - 1 variables is created. Steps 1 and 2 are repeated until there is only one equation with one variable left.

Now insert all the variables from below.

Note: As confusing expressions arise when inserting them, it is advisable to make simplifications in between. If you can group constants together, this is what you should do. Fractions with constants should be combined into a new constant if necessary: ​​For example ( a + b + c ) / ( e + f ) = h , where a , b , c , e , f , h are all constant.

Example with two variables

For a system of equations with two equations and two variables , proceed as follows:

  • Step 1: Solving an equation for a variable
  • Step 2: Substituting these variables into the other equation
  • Step 3: Solve the equation obtained in step 2 for the contained variable
  • Step 4: Substituting the solution into the equation transformed after step 1

Numerical example

The following system of equations is given:

Step 1 :

One of the two equations must be solved for or . In this example the 2nd equation is solved for .

Step 2 :

Then you can replace this in the first equation with the term :

Step 3 :

This equation can now be solved for.

Step 4 :

The solution is inserted into the rearranged equation (II):

And checked:

The solution set is thus: .

See also