Solving Linear Equations (Matrices)

In summary, the given equation is only soluble if c+2b-5a=0 and the planes x+2y-3z=1, 2x+6y-11z=2, and x-2y+7z=1 intersect in a line. The coordinates of the point where this line meets the plane z=s can be found by substituting z=s into the equations.
  • #1
Gregg
459
0

Homework Statement



Prove that the equation

[itex]\left(
\begin{array}{ccc}
1 & 2 & -3 \\
2 & 6 & -11 \\
1 & -2 & 7
\end{array}
\right)\left(
\begin{array}{c}
x \\
y \\
z
\end{array}
\right)=\left(
\begin{array}{c}
a \\
b \\
c
\end{array}
\right)[/itex]

Is only soluble if [itex]c+2b-5a=0[/itex]

(b) Hence show the planes


[itex]x+2y-3z=1[/itex]

[itex]2x+6y-11z=2[/itex]

[itex]x-2y+7z=1[/itex]

Intersect in a line.

(c) Find in terms of s, the co-ordinate of the point in whihc this line meets the plane z=s.

The Attempt at a Solution


[itex]
\text{Det}\left[\left(
\begin{array}{ccc}
1 & 2 & -3 \\
2 & 6 & -11 \\
1 & -2 & 7
\end{array}
\right)\right]=0[/itex]

[itex]x+2y-3z=a[/itex]

[itex]2x+6y-11z=b[/itex]

[itex]x-2y+7z=c[/itex]

[itex]c+2b-5a = x-2y+7z + 2(2x+6y-11z) -5(x+2y-3z)=0[/itex]

Not sure whether this is sufficient?

(b)

[itex]2x+4y-6z=2[/itex]

[itex]2x+6y-11z=2[/itex]

[itex]y=\frac{5}{2}z[/itex]

[itex]x=1-2z[/itex]

[itex] z=\lambda[/itex]

[itex] x=1-2\lambda, y=\frac{5}{2}\lambda[/itex]

What is the vector equation of this result if it is correct?

[itex] r = \left(
\begin{array}{c}
1 \\
0 \\
0
\end{array}
\right) + \lambda\left(
\begin{array}{c}
-2 \\
\frac{5}{2} \\
1
\end{array}
\right)[/itex]

Is that right?

(c) Substitute z=s

[itex](1-2s,\frac{5s}{2},s)[/itex]
 
Physics news on Phys.org
  • #2
You could try reducing the augmented matrix to RREF and looking at what must happen to have a solution.

[tex]
\begin{pmatrix}
1 & 2 & -3 & a\\
2 & 6 & -11 & b \\
1 & -2 & 7 & c
\end{pmatrix}
[/tex]
 
  • #3


I would like to commend the student for their effort in attempting to solve the given problem. However, there are some issues with the solution provided.

Firstly, the statement that the determinant of the given matrix is equal to 0 is not sufficient to prove that the equation is only soluble if c+2b-5a=0. In order to prove this, we need to show that the system of equations represented by the matrix is consistent, i.e. has a unique solution. This can be done by using elementary row operations to reduce the matrix to its reduced row echelon form and showing that there are no contradictory equations.

Secondly, the solution for (b) is not entirely correct. While it is true that the planes intersect in a line, the given solution does not represent the correct parametric equations for the line of intersection. The correct parametric equations can be obtained by solving the system of equations using Gaussian elimination or by finding the intersection of two planes using the cross product.

Finally, for (c), the coordinates of the point of intersection with the plane z=s should be (1-2s, 5s/2, s) instead of (1-2s, 5s/2, 0). This can be verified by substituting the values of x, y, and z into the equations of the planes.

In conclusion, while the student has shown a good understanding of the concepts involved in solving linear equations using matrices, there are some errors in the solution provided. To improve, I would suggest reviewing the steps involved in solving systems of equations using matrices and practicing with more examples.
 

1. What is a linear equation?

A linear equation is an algebraic equation in which each term is either a constant or the product of a constant and a single variable. The general form of a linear equation is y = mx + b, where m is the slope and b is the y-intercept.

2. What is a matrix?

A matrix is a rectangular array of numbers, symbols, or expressions arranged in rows and columns. It is commonly used in mathematics and other fields to represent and manipulate data.

3. How do you solve a linear equation using matrices?

To solve a linear equation using matrices, you need to represent the equation as a matrix equation and then use various matrix operations such as addition, subtraction, and multiplication to isolate the variable on one side of the equation. The solution is the value of the variable that makes the equation true.

4. What are the steps involved in solving a linear equation using matrices?

The steps for solving a linear equation using matrices are:
1. Represent the equation as a matrix equation.
2. Use matrix operations to eliminate any constants or coefficients on the same side as the variable.
3. Use the inverse of the remaining coefficient matrix to isolate the variable on one side of the equation.
4. Use the inverse of the coefficient matrix to solve for the variable.
5. Check the solution by substituting it back into the original equation.

5. Can matrices be used to solve systems of linear equations?

Yes, matrices can be used to solve systems of linear equations. In fact, the process of solving a linear equation using matrices is essentially the same as solving a system of linear equations. Each equation in the system can be represented as a row in a matrix, and the solution is the value of the variables that satisfies all of the equations in the system.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
11
Views
813
Replies
19
Views
706
  • Precalculus Mathematics Homework Help
Replies
19
Views
1K
  • Precalculus Mathematics Homework Help
Replies
22
Views
3K
  • Precalculus Mathematics Homework Help
Replies
6
Views
577
  • Differential Equations
Replies
2
Views
711
  • Linear and Abstract Algebra
Replies
3
Views
2K
  • Precalculus Mathematics Homework Help
Replies
8
Views
1K
  • Precalculus Mathematics Homework Help
Replies
10
Views
566
  • Precalculus Mathematics Homework Help
Replies
4
Views
728
Back
Top