Follow the method of Example 3 to describe the solutions of the following system in parametric vector form. Also, give a geometric description of the solution set and compare it to that in Exercise 5.

\(\begin{aligned}{c}{x_1} + 3{x_2} + {x_3} = 1\\ - 4{x_1} - 9{x_2} + 2{x_3} = - 1\\ - 3{x_2} - 6{x_3} = - 3\end{aligned}\)

Short Answer

Expert verified

The solution in the parametric vector form is \(\left( {\begin{array}{*{20}{c}}{{x_1}}\\{{x_2}}\\{{x_3}}\end{array}} \right) = \left( {\begin{array}{*{20}{c}}{ - 2}\\1\\0\end{array}} \right) + {x_3}\left( {\begin{array}{*{20}{c}}5\\{ - 2}\\1\end{array}} \right)\). Geometrically, the line passes through the vector \(\left( {\begin{array}{*{20}{c}}{ - 2}\\1\\0\end{array}} \right)\) and is parallel to the system \(\left( {\begin{array}{*{20}{c}}5\\{ - 2}\\1\end{array}} \right)\).

Step by step solution

01

Write the system of equations in the augmented form

An augmented matrix for a system of equations is a matrix of numbers in which each row represents the constants from one equation (both the coefficients and the constant are on the other side of the equal sign), and each column represents all the coefficients for a single variable.

So, the system of equations in the augmented matrix form \(\left( {\begin{array}{*{20}{c}}A&{\bf{b}}\end{array}} \right)\) is shown below:

\(\left( {\begin{array}{*{20}{c}}A&{\bf{b}}\end{array}} \right) = \left( {\begin{array}{*{20}{c}}1&3&1&1\\{ - 4}&{ - 9}&2&{ - 1}\\0&{ - 3}&{ - 6}&{ - 3}\end{array}} \right)\)

Use \({x_1}\) in the first equation to eliminate the \( - 4{x_1}\) term from the second equation. Add 4 times row one to row two.

\(\left( {\begin{array}{*{20}{c}}A&{\bf{b}}\end{array}} \right) = \left( {\begin{array}{*{20}{c}}1&3&1&1\\0&3&6&3\\0&{ - 3}&{ - 6}&{ - 3}\end{array}} \right)\)

Use \({x_2}\) in the second equation to eliminate the \( - 3{x_2}\) term from the third equation. Add row two to row three.

\(\left( {\begin{array}{*{20}{c}}A&{\bf{b}}\end{array}} \right) = \left( {\begin{array}{*{20}{c}}1&3&1&1\\0&1&2&1\\0&0&0&0\end{array}} \right)\)

Use \({x_2}\) in the second equation to eliminate the \(3{x_2}\) term from the first equation. Add \( - 3\) times row two to row one.

\(\left( {\begin{array}{*{20}{c}}A&{\bf{b}}\end{array}} \right) = \left( {\begin{array}{*{20}{c}}1&0&{ - 5}&{ - 2}\\0&1&2&1\\0&0&0&0\end{array}} \right)\)

02

Write the augmented matrix in the system of equations

There are three columns in matrix A, which means there should be three entries in vector x.

Thus, the equation \(A{\bf{x}} = {\bf{b}}\) can be written as shown below:

\(\begin{array}{c}A{\bf{x}} = {\bf{b}}\\\left( {\begin{array}{*{20}{c}}1&0&{ - 5}\\0&1&2\\0&0&0\end{array}} \right)\left( {\begin{array}{*{20}{c}}{{x_1}}\\{{x_2}}\\{{x_3}}\end{array}} \right) = \left( {\begin{array}{*{20}{c}}{ - 2}\\1\\0\end{array}} \right)\end{array}\)

Write the above matrix equation in the system of equations as shown below:

\(\begin{array}{c}{x_1}\left( {\begin{array}{*{20}{c}}1\\0\\0\end{array}} \right) + {x_2}\left( {\begin{array}{*{20}{c}}0\\1\\0\end{array}} \right) + {x_3}\left( {\begin{array}{*{20}{c}}{ - 5}\\2\\0\end{array}} \right) = \left( {\begin{array}{*{20}{c}}{ - 2}\\1\\0\end{array}} \right)\\\left( {\begin{array}{*{20}{c}}{{x_1} + \left( 0 \right){x_2} - 5{x_3}}\\{\left( 0 \right){x_1} + {x_2} + 2{x_3}}\\{\left( 0 \right){x_1} + \left( 0 \right){x_2} + \left( 0 \right){x_3}}\end{array}} \right) = \left( {\begin{array}{*{20}{c}}{ - 2}\\1\\0\end{array}} \right)\end{array}\)

So, the system of equations is

\(\begin{array}{c}{x_1} - 5{x_3} = - 2\\{x_2} + 2{x_3} = 1\\0 = 0.\end{array}\)

03

Separate the variables into free and basic types

From the above equations, \({x_1}\) and \({x_2}\) are the pivot positions. So, \({x_1}\) and \({x_2}\) are basic variables, and \({x_3}\) is a free variable.

Let, \({x_1} = r\), \({x_2} = s\), \({x_3} = t\).

04

Obtain the values of basic variables in parametric forms

Substitute \({x_3} = t\) in the equation \({x_1} - 5{x_3} = - 2\) to obtain the general solution.

\(\begin{array}{c}{x_1} - 5\left( t \right) = - 2\\{x_1} = - 2 + 5t\end{array}\)

Substitute \({x_3} = t\) in the equation \({x_2} + 2{x_3} = 1\) to obtain the general solution.

\(\begin{array}{c}{x_2} + 2\left( t \right) = 1\\{x_2} = 1 - 2t\end{array}\)

05

Write the solution in the parametric form

Obtain the vector in the parametric form by using \({x_1} = - 2 + 5t\), \({x_2} = 1 - 2t\), and \({x_3} = t\).

\(\begin{array}{c}\left( {\begin{array}{*{20}{c}}{{x_1}}\\{{x_2}}\\{{x_3}}\end{array}} \right) = \left( {\begin{array}{*{20}{c}}{ - 2 + 5t}\\{1 - 2t}\\t\end{array}} \right)\\ = \left( {\begin{array}{*{20}{c}}{ - 2}\\1\\0\end{array}} \right) + \left( {\begin{array}{*{20}{c}}{5t}\\{ - 2t}\\t\end{array}} \right)\\ = \left( {\begin{array}{*{20}{c}}{ - 2}\\1\\0\end{array}} \right) + t\left( {\begin{array}{*{20}{c}}5\\{ - 2}\\1\end{array}} \right)\end{array}\)

Or it can be written as shown below:

\(\left( {\begin{array}{*{20}{c}}{{x_1}}\\{{x_2}}\\{{x_3}}\end{array}} \right) = \left( {\begin{array}{*{20}{c}}{ - 2}\\1\\0\end{array}} \right) + {x_3}\left( {\begin{array}{*{20}{c}}5\\{ - 2}\\1\end{array}} \right)\)

Thus, the solution in the parametric vector form is \(\left( {\begin{array}{*{20}{c}}{{x_1}}\\{{x_2}}\\{{x_3}}\end{array}} \right) = \left( {\begin{array}{*{20}{c}}{ - 2}\\1\\0\end{array}} \right) + {x_3}\left( {\begin{array}{*{20}{c}}5\\{ - 2}\\1\end{array}} \right)\).

Geometrically, the line passes through the vector \(\left( {\begin{array}{*{20}{c}}{ - 2}\\1\\0\end{array}} \right)\) and is parallel to the system \(\left( {\begin{array}{*{20}{c}}5\\{ - 2}\\1\end{array}} \right)\).

If a line passes through vector\({\bf{a}}\)and is parallel to vector b,then the parametric equation of the line for the homogeneous equation is represented as\({\bf{x}} = t{\bf{b}}\), where\(t\)is a parameter.

From Exercise 5, the parametric equation is\(\left( {\begin{array}{*{20}{c}}{{x_1}}\\{{x_2}}\\{{x_3}}\end{array}} \right) = {x_3}\left( {\begin{array}{*{20}{c}}5\\{ - 2}\\1\end{array}} \right)\).

The comparison of the obtained equation with the equation in Exercise 5 shows that the line passes through the vector \(\left( {\begin{array}{*{20}{c}}{ - 2}\\1\\0\end{array}} \right)\) and is parallel to the system.

Thus, the line passes through the vector \(\left( {\begin{array}{*{20}{c}}{ - 2}\\1\\0\end{array}} \right)\) and is parallel to the system in Exercise 5.

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with Vaia!

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

In Exercises 15 and 16, list five vectors in Span \(\left\{ {{v_1},{v_2}} \right\}\). For each vector, show the weights on \({{\mathop{\rm v}\nolimits} _1}\) and \({{\mathop{\rm v}\nolimits} _2}\) used to generate the vector and list the three entries of the vector. Do not make a sketch.

15. \({{\mathop{\rm v}\nolimits} _1} = \left[ {\begin{array}{*{20}{c}}7\\1\\{ - 6}\end{array}} \right],{v_2} = \left[ {\begin{array}{*{20}{c}}{ - 5}\\3\\0\end{array}} \right]\)

Question: Determine whether the statements that follow are true or false, and justify your answer.

16: There exists a 2x2 matrix such that

A[11]=[12]andA[22]=[21].

Consider the problem of determining whether the following system of equations is consistent:

\(\begin{aligned}{c}{\bf{4}}{x_1} - {\bf{2}}{x_2} + {\bf{7}}{x_3} = - {\bf{5}}\\{\bf{8}}{x_1} - {\bf{3}}{x_2} + {\bf{10}}{x_3} = - {\bf{3}}\end{aligned}\)

  1. Define appropriate vectors, and restate the problem in terms of linear combinations. Then solve that problem.
  1. Define an appropriate matrix, and restate the problem using the phrase “columns of A.”
  1. Define an appropriate linear transformation T using the matrix in (b), and restate the problem in terms of T.

Suppose Tand U are linear transformations from \({\mathbb{R}^n}\) to \({\mathbb{R}^n}\) such that \(T\left( {U{\mathop{\rm x}\nolimits} } \right) = {\mathop{\rm x}\nolimits} \) for all x in \({\mathbb{R}^n}\) . Is it true that \(U\left( {T{\mathop{\rm x}\nolimits} } \right) = {\mathop{\rm x}\nolimits} \) for all x in \({\mathbb{R}^n}\)? Why or why not?

A Givens rotation is a linear transformation from \({\mathbb{R}^{\bf{n}}}\) to \({\mathbb{R}^{\bf{n}}}\) used in computer programs to create a zero entry in a vector (usually a column of matrix). The standard matrix of a given rotations in \({\mathbb{R}^{\bf{2}}}\) has the form

\(\left( {\begin{aligned}{*{20}{c}}a&{ - b}\\b&a\end{aligned}} \right)\), \({a^2} + {b^2} = 1\)

Find \(a\) and \(b\) such that \(\left( {\begin{aligned}{*{20}{c}}4\\3\end{aligned}} \right)\) is rotated into \(\left( {\begin{aligned}{*{20}{c}}5\\0\end{aligned}} \right)\).

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.

Sign-up for free