Systems of Linear Equations and Substitution Method

Solve Linear Systems by Substitution

Overview

  • The focus of this section is on solving linear systems using the substitution method.

  • A system of equations comprises two or more equations with the same variables.

  • The goal is to find the values of the variables that satisfy both equations simultaneously.

Steps to Solve Using Substitution Method

STEP 1: Isolate a Variable

  • Choose one of the equations and solve for one variable (either x or y).

  • Example from equations:

    • Given the equations:

      2x + 5y = -5
      \text{(Equation 1)}

      x + 3y = 3
      \text{(Equation 2)}

  • Choose Equation 2 to solve for x:

    • Rearranging gives:

      x = -3y + 3
      \text{(Revised Equation 2)}

STEP 2: Substitute and Solve

  • Substitute the expression obtained from Step 1 into the other equation:

    • Substitute into Equation 1:

      2x + 5y = -5

  • Replacing x gives:

    2(-3y + 3) + 5y = -5

  • Distributing and simplifying:

    • Simplification steps: -6y + 6 + 5y = -5 -y + 6 = -5

      • Further simplifying yields:
        -y = -11
        y = 11

STEP 3: Back Substitute to find x

  • Use the value of y from Step 2 and substitute back into Revised Equation 2:

    • Substitute into:

      x = -3y + 3

  • Giving:


x = -3(11) + 3

  • Thus,

    x = -33 + 3 = -30

Final Solution

  • The solution to the system of equations is:

    (x, y) = (-30, 11)

  • The solution can also be expressed as:

    • Point: (x, y)

Understanding Solutions of Systems of Equations

Definition

  • The solution to a system of equations is defined as the point that satisfies all equations in the system.

  • Examples are points represented as (x, y).

Methods to Solve Systems of Equations

  • Three primary methods to solve systems of equations include:

    1. Graphing

    • The point of intersection of the lines represents the solution.

    1. Substitution (Use this when at least one equation has an isolated variable)

    2. Elimination.

Substitution Method Details

  • When using substitution, identify an isolated variable from one equation, substitute that variable into the other equation, and solve.

  • Example:
    y = 2x - 5

  • For substitutions:

    • Given another equation, substitute to find specific variable values.

    • For instance, substituting into:
      3x - 4y = 7

    • Solve for the remaining variable after substitution.

Special Cases in Solutions

  • Infinite Solutions: If after simplification you encounter a statement resembling a number equals itself (e.g., 0 = 0) indicating the equations are dependent.

  • No Solution: If simplification reveals a contradictory statement (e.g., a number equals a different number, such as 1 = 2), the system has no solution.

Practical Examples Using Substitution Method

Example 1

  • Solve the system:

    • y = -4x - 3

    • y = 5

Steps:

  1. Substitute y from the second equation into the first:

    • This helps elucidate the values of x and subsequently y.

Example 2

  • Given System:

    • Isolate and substitute as previously described to derive solutions, checking back against original equations as necessary.

Additional Practice Problems

  1. Solve each of the following systems by substitution:

    • Example problems listed (detailed workings and solutions) to illustrate application of method.

    1) y = -4x - 3 and y = 5
    2) y = 5x + 10 and ext{(Equations noted for substitution)}

  2. Confirm and check the solutions against the original equations.

  3. Note patterns between coefficients and derived solutions as these involve dynamic relationships in systems of equations.

Review and Conclusion

  • Ensure comprehension of substitution as a fundamental technique in solving linear systems, noting importance of isolating variables, substitution, simplification, and checking back with original equations for correctness.

  • Understanding these principles will enhance problem-solving skills in algebra.