Jump to content

Science:Math Exam Resources/Courses/MATH152/April 2012/Question 01 (c)/Solution 1

From UBC Wiki

From 1(b) we saw that the system of equations the line must satisfy is given by

2x1+x2x3=1x1+x2=1.

In order to find the parametric form we solve this system. First we put it in augmented form

[21111101]

and then perform row operations to reduce the matrix. First we will swap row 1 and row 2 so that the first pivot (row 1, column 1) has value 1.

[11012111]

and then we will subtract 2 multiples of row 1 from row 2 to place a zero below the pivot,

[11010111].

We will then multiply the second row by -1 to put a 1 in the pivot position there (row 2, column 2),

[11010111]

and finally we will subtract 1 multiple of row 2 from row 1 to put a 0 above the pivot,

[10100111].

Notice that because we have more columns than rows, then we have a free variables (the matrix is rank deficient). Let the free variable be x3, i.e. let x3=t. Then from our reduced matrix problem we have that x1=t and that x2+t=1 or x2=1t. Therefore we can write that

[x1x2x3]=[010]+t[111].

This parametrically describes the line.