Applicable Mathematics/Systems of Equations

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Home - 1 - 2 - 3 - 4 - 5 - 6- 7 - 8 - 9 - 10



A good deal of real world problems can be represented by various equations. Often, we will have more than one equation for a given problem.

Substitution[edit | edit source]

Substitution uses letters, such as x, y, or z, as representations of unknown values. These letters are used in both equations and expressions as tools to solve many different types of problems. In some cases, the value of the letter is known. If so, by using the substitution method, a numerical value replaces the letter given. Then, after the letter is replaced by a number, the expression or equation is simplified.

Introductory Examples[edit | edit source]

People & Feet[edit | edit source]

In a room of people we know there are twice as many feet as people, and we can represent this with the equation , where represents the number of feet, and represents the number of people. Knowing there are 20 people, then we can make another equation . Listing out the two equations we have:

Substituting for , we get the equation

So we know there are 40 feet.

Houses & Floorspace[edit | edit source]

Other situations can get more complex though. Suppose that your neighbor's house is 1.5 times as large as yours, but if you don't count your neighbor's 50 square unit basement, they are the same size. How many square units are the respective houses? Let be the area of your entire floor, and the area of your neighbor's floor. The problem can represented by the two equations.

Here, you have two equations as before, but this time they both have two variables, while in the last example, one equation had one variable and the other had two. However, you can still use substitution though you just have to substitute with the equation's expression instead of a constant. Now we substitute in the second equation for the right-hand side of the first equation:

Subtract y from both sides
Add 50 to both sides
Multiply both sides by 2

Now we can substitute the area of your floor into the first equation to get the area of your neighbours floor:

Systems of Linear Equations[edit | edit source]

Above we covered two real world examples (albeit simplified) that systems of equations are useful for solving. Equations composed of two or more linear functions are called Linear equations. Sets of these linear equations are called System of linear equations. Simply put, linear equations can only be solved if the number of Variables is equal to or less than the number of equations provided. The most common way of solving systems of equations is to use substitution, as shown above. However, we can represent the equations using matrices, allowing us to see patterns easier and perform operations more easily. Lets start with a set of 3 equations:

The matrix on the left represents the coefficients of the variables, and is called a coefficient matrix. On the right the right-hand side of the equation is included in the matrix, giving us what is called an augmented matrix.

Solving the above equation would look like the table on the left below normally, whereas the matrix solution would look like the table on the right.