Punto 2
Punto 2
Poveda
Assignment: ACTIVIDAD 1 GUIA 1
Course: Análisis Multivariado y Funcional
Date: 08/16/22
G1C3
Find the point x1 ,x2 that lies on the line x1 + 4x2 = 13 and on the line x1 − x2 = 3. See the x2
figure.
x1
To find the intersectionpoint, first write a system ofequations, then write an augmented matrix that represents this system of
equations. Use elementary row operations to find a system of equations that are easier to solve.
The point x1 ,x2 that lies on the line x1 + 4x2 = 13 and on the line x1 − x2 = 3 is the same as the solution of the following
system of linear equations.
x1 + 4x2 = 13x1
x1 − 4x2 = 3x1
1 4 13
1 −1 3
Now use elementary row operations on the augmented matrix to replace the system with an equivalent system that is easier to
solve. The elementary row operations are shown below.
1.(Replacement) Replace one row by the sum of itself and a multiple of another row.
2.(Interchange) Interchange two rows.
3.(Scaling) Multiply all entries in a row by a nonzero constant.
Keep the 1 in the first column of row 1. Then use a row operation to change the entry in the first column of row 2 to a 0. To do
this, add − 1 times row 1 to row 2.
Multiply each entry in row 1 by − 1 and add it to the corresponding entry in row 2.
1 4 13 1 4 13
~
1 −1 3 0 − 5 − 10
1
Use a row operation to change the entry in the second column of row 2 to a 1. To dothis, multiply each entry in row 2 by − .
5
1
Multiply each entry in row 2 by − .
5
1 4 13 1 4 13
~
0 − 5 − 10 0 1 2
Keep the 1 in the second column of row 2. Then use a row operation to change the entry in the second column of row 1 to a 0.
To dothis, add − 4 times row 2 to row 1.
Multiply each entry in row 2 by − 4 and add it to the corresponding entry in row 1.
https://xlitemprod.pearsoncmg.com/api/v1/print/highered 1/2
16/8/22, 21:42 ACTIVIDAD 1 GUIA 1-Yesica Viviana Castellanos Poveda
1 4 13 1 0 5
~
0 1 2 0 1 2
x1 + x2 = 5x1
x2 = 2x1
This means the point x1 ,x2 that lies on the line x1 + 4x2 = 13 and on the line x1 − x2 = 3 is (5,2).
To verify that (5,2) is asolution, substitute these values into the left side of the original system and compute.
(5) + 4(2) = 5 + 8 = 13
(5) − (2) = 3
The results agree with the right side of the originalsystem, so (5,2) is the point that lies on the line x1 + 4x2 = 13 and on the line
x1 − x2 = 3.
https://xlitemprod.pearsoncmg.com/api/v1/print/highered 2/2