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 tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top