/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} Q16E As in Exercise 15, describe the ... [FREE SOLUTION] | 91Ó°ÊÓ

91Ó°ÊÓ

As in Exercise 15, describe the solutions of the following system in parametric vector form, and provide a geometric comparison with the solution set in Exercise 6.

\(\begin{array}{c}{x_1} + 3{x_2} - 5{x_3} = 4\\{x_1} + 4{x_2} - 8{x_3} = 7\\ - 3{x_1} - 7{x_2} + 9{x_3} = - 6\end{array}\)

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}}{ - 5}\\3\\0\end{array}} \right) + t\left( {\begin{array}{*{20}{c}}{ - 4}\\3\\1\end{array}} \right)\). Geometrically, the line passes through the vector \(\left( {\begin{array}{*{20}{c}}{ - 5}\\3\\0\end{array}} \right)\) and is parallel to the system \(\left( {\begin{array}{*{20}{c}}{ - 4}\\3\\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.

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&{ - 5}&4\\1&4&{ - 8}&7\\{ - 3}&{ - 7}&9&{ - 6}\end{array}} \right)\)

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

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

Use \({x_1}\) in the first equation to eliminate the \( - 3{x_1}\) term from the third equation. Add 3 times row one to row three.

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

To obtain 1 as the coefficient of \(2{x_2}\) in the third equation, multiply it by \(\frac{1}{2}\).

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

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

\(\left( {\begin{array}{*{20}{c}}A&{\bf{b}}\end{array}} \right) = \left( {\begin{array}{*{20}{c}}1&0&4&{ - 5}\\0&1&{ - 3}&3\\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&4\\0&1&{ - 3}\\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}}{ - 5}\\3\\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}}4\\{ - 3}\\0\end{array}} \right) = \left( {\begin{array}{*{20}{c}}{ - 5}\\3\\0\end{array}} \right)\\\left( {\begin{array}{*{20}{c}}{{x_1} + \left( 0 \right){x_2} + 4{x_3}}\\{\left( 0 \right){x_1} + {x_2} - 3{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}}{ - 5}\\3\\0\end{array}} \right)\end{array}\)

The system of equations is shown below:

\(\begin{array}{c}{x_1} + 4{x_3} = - 5\\{x_2} - 3{x_3} = 3\\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 the parametric form

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

Substitute \({x_3} = t\) in the equation \({x_2} - 3{x_3} = 3\) to obtain the general solution.

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

05

Write the solution in the parametric form

Obtain the vector in the parametric form by using \({x_1} = - 5 - 4t\), \({x_2} = 3 + 3t\), 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}}{ - 5 - 4t}\\{3 + 3t}\\t\end{array}} \right)\\ = \left( {\begin{array}{*{20}{c}}{ - 5}\\3\\0\end{array}} \right) + \left( {\begin{array}{*{20}{c}}{ - 4t}\\{3t}\\t\end{array}} \right)\\ = \left( {\begin{array}{*{20}{c}}{ - 5}\\3\\0\end{array}} \right) + t\left( {\begin{array}{*{20}{c}}{ - 4}\\3\\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}}{ - 5}\\3\\0\end{array}} \right) + t\left( {\begin{array}{*{20}{c}}{ - 4}\\3\\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}}{ - 5}\\3\\0\end{array}} \right) + t\left( {\begin{array}{*{20}{c}}{ - 4}\\3\\1\end{array}} \right)\).

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

Ifa 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 6, 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}}{ - 4}\\3\\1\end{array}} \right)\).

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

Thus, the line passes through the vector \(\left( {\begin{array}{*{20}{c}}{ - 5}\\3\\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 91Ó°ÊÓ!

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

Construct a \(3 \times 3\) matrix, not in echelon form, whose columns span \({\mathbb{R}^3}\). Show that the matrix you construct has the desired property.

In Exercise 19 and 20, choose \(h\) and \(k\) such that the system has

a. no solution

b. unique solution

c. many solutions.

Give separate answers for each part.

19. \(\begin{array}{l}{x_1} + h{x_2} = 2\\4{x_1} + 8{x_2} = k\end{array}\)

In Exercises 13-16, use a rectangular coordinator system to plot \(u = \left[ {\begin{array}{*{20}{c}}5\\2\end{array}} \right]\), \(v = \left[ {\begin{array}{*{20}{c}}{ - 2}\\4\end{array}} \right]\) and their images under the given transformation \(T\). (Make a separate and reasonably large sketch for each exercise.) Describe geometrically what \(T\) does to each vector \(x\) in \({\mathbb{R}^2}\).

\(T\left( x \right) = \left[ {\begin{array}{*{20}{c}}0&1\\1&0\end{array}} \right]\left[ {\begin{array}{*{20}{c}}{{x_1}}\\{{x_2}}\end{array}} \right]\)

In Exercises 3 and 4, display the following vectors using arrows

on an \(xy\)-graph: u, v, \( - {\bf{v}}\), \( - 2{\bf{v}}\), u + v , u - v, and u - 2v. Notice thatis the vertex of a parallelogram whose other vertices are u, 0, and \( - {\bf{v}}\).

3. u and v as in Exercise 1

Consider each matrix in Exercises 5 and 6 as the augmented matrix of a linear system. State in words the next two elementary row operations that should be performed in the process of solving the system.

6. \(\left( {\begin{aligned}{*{20}{c}}1&{ - 6}&4&0&{ - 1}\\0&2&{ - 7}&0&4\\0&0&1&2&{ - 3}\\0&0&3&1&6\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.