Why It Matters: Solving Systems With Matrices

Why Solve Systems with Matrices?

In a previous module, Polynomial and Rational Expressions, we explored a scenario in which a furniture company produces chairs and tables. Now suppose that our company has two workshops that both produce the tables and chairs, one in Atlanta, and the other in Boston. Furthermore, the two workshops make the furniture at different rates. The table below shows the maximum number of chairs and tables that can be made each day at the two workshops.

Atlanta Boston
Chairs 20 per day 30 per day
Tables 15 per day 12 per day

A large order comes in for 620 chairs and 360 tables. How many days should each workshop dedicate to table and chair production in order to fulfill the order most efficiently?

Man using a table saw in a woodshop.

When we use the phrase most efficiently, we mean that the workshops should be operating at full capacity with no extra production. For example, if we allowed the Atlanta shop to produce all of the tables and chairs by itself, then after 34 days, there would be [latex]31\times20=620[/latex] chairs and [latex]31\times15=465[/latex] tables.  That would fulfill the order, but then there would be [latex]465-360=105[/latex] extra tables cluttering up the workshop. And if we did not make those extra 105 tables, then that would mean the workshop was not working at full capacity. In a similar way, if the Boston workshop produced the entire order, there would either be extra furniture or inefficient use of resources there.

We expect to make use of both workshops. But how many days should each one be utilized for table and chair production? This calls for a system of equations! Let [latex]A[/latex] stand for the number of days to run the Atlanta workshop, and let [latex]B[/latex] stand for the number of days to run the Boston workshop.  Then there will be two equations, one for chairs and one for tables:

Total chairs:  [latex]20A+30B=620[/latex]

Total tables:  [latex]15A+12B=360[/latex]

Of course, using methods from the previous module, Systems of Equations and Inequalities, you can easily solve this system. However, every time a new order for chairs and tables comes in, you would have to solve a similar linear system again. It would be better if we had a more general method that could be used to solve the system,

[latex]20A+30B=C[/latex]
[latex]15A+12B=T[/latex]

in which [latex]C[/latex] and [latex]T[/latex] could be plugged in later. Fortunately, there is a straightforward method for doing exactly that. In this module, you will learn a new method for solving systems, one that uses a table of numbers called a matrix (pl. matrices), very much like the array of numbers from the initial table. The coefficient matrix for this system is:

[latex]\begin{bmatrix} {20} & {30} \\[0.3em] {15} & {12} \\[0.3em] \end{bmatrix}[/latex]

Then you can write the system as an equation of matrices as shown below.

[latex]\begin{bmatrix} {20} & {30} \\[0.3em] {15} & {12} \\[0.3em] \end{bmatrix} \begin{bmatrix} {A} \\[0.3em] {B} \\[0.3em] \end{bmatrix}=\begin{bmatrix} {C} \\[0.3em] {T} \\[0.3em] \end{bmatrix}[/latex]

The methods for working with such an equation will be discussed shortly. We will revisit our thriving furniture business at the end of the module and see how matrices can be used to solve our table and chair problem once and for all.