Hotmath
Math Homework. Do It Faster, Learn It Better.

Solving Systems of Linear Equations Using Elimination

Systems of Linear equations:

A system of linear equations is just a set of two or more linear equations.

In two variables ( x and y ) , the graph of a system of two equations is a pair of lines in the plane.

There are three possibilities:

  • The lines intersect at zero points. (The lines are parallel.)
  • The lines intersect at exactly one point. (Most cases.)
  • The lines intersect at infinitely many points. (The two equations represent the same line.)

       

How to Solve a System of Linear Equations Using The Elimination Method (aka The Addition Method, aka The Linear Combination Method)

  • Step 1 : Add (or subtract) a multiple of one equation to (or from) the other equation, in such a way that either the x -terms or the y -terms cancel out.
  • Step 2 : Then solve for x (or y , whichever's left) and substitute back to get the other coordinate.

Now, how do we know that a linear equation obtained by the addition of the first equation with a scalar multiplication of the second is equivalent to the first?

Let us take an example. Consider the system

3 x + 2 y = 3 x y = 4 .

Consider the equation obtained by multiplying the second equation by a constant m and then adding the resultant equation with the first one.

That is, ( 3 x + 2 y ) + m ( x y ) = ( 3 ) + m ( 4 ) .

What we need to prove is that this equation is equivalent to the equation 3 x + 2 y = 3 .

We have x y = 4 m ( x y ) = 4 m .

Since m ( x y ) = 4 m , subtract m ( x y ) from the left side and 4 m from the right side of the equation ( 3 x + 2 y ) + m ( x y ) = ( 3 ) 4 m which will retain the balance.

( 3 x + 2 y ) + m ( x y ) m ( x y ) = ( 3 ) 4 m ( 4 m )

Cancelling common terms we get, 3 x + 2 y = 3 which is equivalent to the first equation.

Therefore, the systems of equations 3 x + 2 y = 3 x y = 4 and ( 3 x + 2 y ) + m ( x y ) = 3 + m ( 4 ) x y = 4 are equivalent.

In general, for any system of equations K = L and P = Q , it ca be shown that K + m P = L + m Q is equivalent to K = L .

Example:

Solve the system { 4 x + 3 y = 2 8 x 2 y = 12

    Multiply the first equation by 2 and add the result to the second equation.

    8 x 6 y = 4 8 x 2 y = 12 _ 8 y = 16

    Solve for y .

    y = 2

    Substitute for y in either of the original equations and solve for x .

    4 x + 3 ( 2 ) = 2 4 x 6 = 2 4 x = 4 x = 1

    The solution is ( 1 , 2 ) .