Solving Linear Equations (Matrices)

AI Thread Summary
The discussion revolves around proving the solvability condition for a system of linear equations represented by a matrix, specifically that the equation is only solvable if c + 2b - 5a = 0. It further explores the intersection of three planes defined by the equations x + 2y - 3z = 1, 2x + 6y - 11z = 2, and x - 2y + 7z = 1, demonstrating that they intersect in a line. The coordinates of the intersection point with the plane z = s are expressed in terms of a parameter s. The participants also discuss the vector equation of the line formed by the intersection, confirming its correctness. The conversation emphasizes the importance of reducing the augmented matrix to RREF for finding solutions.
Gregg
Messages
452
Reaction score
0

Homework Statement



Prove that the equation

\left(<br /> \begin{array}{ccc}<br /> 1 &amp; 2 &amp; -3 \\<br /> 2 &amp; 6 &amp; -11 \\<br /> 1 &amp; -2 &amp; 7<br /> \end{array}<br /> \right)\left(<br /> \begin{array}{c}<br /> x \\<br /> y \\<br /> z<br /> \end{array}<br /> \right)=\left(<br /> \begin{array}{c}<br /> a \\<br /> b \\<br /> c<br /> \end{array}<br /> \right)

Is only soluble if c+2b-5a=0

(b) Hence show the planes


x+2y-3z=1

2x+6y-11z=2

x-2y+7z=1

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


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

x+2y-3z=a

2x+6y-11z=b

x-2y+7z=c

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

Not sure whether this is sufficient?

(b)

2x+4y-6z=2

2x+6y-11z=2

y=\frac{5}{2}z

x=1-2z

z=\lambda

x=1-2\lambda, y=\frac{5}{2}\lambda

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

r = \left(<br /> \begin{array}{c}<br /> 1 \\<br /> 0 \\<br /> 0<br /> \end{array}<br /> \right) + \lambda\left(<br /> \begin{array}{c}<br /> -2 \\<br /> \frac{5}{2} \\<br /> 1<br /> \end{array}<br /> \right)

Is that right?

(c) Substitute z=s

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

<br /> \begin{pmatrix}<br /> 1 &amp; 2 &amp; -3 &amp; a\\<br /> 2 &amp; 6 &amp; -11 &amp; b \\<br /> 1 &amp; -2 &amp; 7 &amp; c<br /> \end{pmatrix}<br />
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top