Solving Equations: Det as Product of 4 Linear Factors

  • Thread starter Thread starter Gregg
  • Start date Start date
AI Thread Summary
The determinant of the given matrix is expressed as a product of four linear factors: (a-b)(c-b)(a-c)(a+b+c). A determinant of zero indicates that there is not a unique solution to the system of equations, implying the existence of infinitely many solutions. The values of 'a' for which the determinant is zero are found to be a=2, a=1, and a=-3. When solving the equations for a=-3, the resulting solutions indicate that the trivial solution (x=y=z=0) is the only solution. Confusion arises regarding the equations used in the calculations, highlighting the importance of consistency in the problem statement.
Gregg
Messages
452
Reaction score
0

Homework Statement



Express the determinant as a product of 4 linear factors

<br /> \left(<br /> \begin{array}{ccc}<br /> a &amp; \text{bc} &amp; b+c \\<br /> b &amp; \text{ac} &amp; a+c \\<br /> c &amp; \text{ab} &amp; a+b<br /> \end{array}<br /> \right)

b hence or otherwise find the values of a for which the sumultaneous equations.

<br /> ax+2t+3z=0<br />

<br /> 2x+ay+(1+a)z=0<br />

<br /> x+2ay+(2+a)z=0<br />

have a solution other than x=y=z=0

ii) solve the equations when a=-3


The Attempt at a Solution


<br /> \text{Det}\left[\left(<br /> \begin{array}{ccc}<br /> a &amp; \text{bc} &amp; b+c \\<br /> b &amp; \text{ac} &amp; a+c \\<br /> c &amp; \text{ab} &amp; a+b<br /> \end{array}<br /> \right)\right] = (a-b)(c-b)(a-c)(a+b+c)<br />


I get the right answers for part 2 of 1,2,-3. I don't know why that determinant of 0 implies that solution.

for the last part i get

x=\frac{5\lambda}{3}
y=\lambda
z=\lambda

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

The answer is

r = \lambda\left(<br /> \begin{array}{c}<br /> 1 \\<br /> 0 \\<br /> 1<br /> \end{array}<br /> \right) ?
 
Physics news on Phys.org
3x-18y-3z=0

-3x+2y+3z=0

y=0

x=z

z=\lambda

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

I wonder why it messes up when I use the other equations
 
Gregg said:

Homework Statement



Express the determinant as a product of 4 linear factors

<br /> \left(<br /> \begin{array}{ccc}<br /> a &amp; \text{bc} &amp; b+c \\<br /> b &amp; \text{ac} &amp; a+c \\<br /> c &amp; \text{ab} &amp; a+b<br /> \end{array}<br /> \right)

b hence or otherwise find the values of a for which the sumultaneous equations.

<br /> ax+2t+3z=0<br />
I presume you mean "y" rather than "t" here.

<br /> 2x+ay+(1+a)z=0<br />

<br /> x+2ay+(2+a)z=0<br />

have a solution other than x=y=z=0

ii) solve the equations when a=-3


The Attempt at a Solution


<br /> \text{Det}\left[\left(<br /> \begin{array}{ccc}<br /> a &amp; \text{bc} &amp; b+c \\<br /> b &amp; \text{ac} &amp; a+c \\<br /> c &amp; \text{ab} &amp; a+b<br /> \end{array}<br /> \right)\right] = (a-b)(c-b)(a-c)(a+b+c)<br />


I get the right answers for part 2 of 1,2,-3. I don't know why that determinant of 0 implies that solution.
Determinant 0 does not imply any particular solution. It implies that there is NOT a unique solution. Since the given matrix equation has (0 0 0) as a solution, that means that there must be other solutions- in fact an infinite number of solutions, forming a subspace of R3. Since you have shown that the determinant is (a- b)(c- b)(a- c)(a+ b+ c), it will be 0 when anyone of those factors is 0. Further, the determinant in (b) is the same as in (a) with b= 2 and c= 1. So its determinant is (a-2)(a-1)(a+ 3)= 0. The determinant will be 0 when a= 2, a= 1 or a= -3, making those factors 0.

for the last part i get

x=\frac{5\lambda}{3}
y=\lambda
z=\lambda

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

The answer is

r = \lambda\left(<br /> \begin{array}{c}<br /> 1 \\<br /> 0 \\<br /> 1<br /> \end{array}<br /> \right) ?
With a= 3, the equations become 3x+ 2y+ 3z= 0, 2x+ 3y+ 4z= 0, and x+ 6y+ 5z= 0. x= \lambda, y= 0, z= \lambda makes the first equation 3\lambda+ 3\lambda= 6\lambda= 0 which is true only for \lambda equals 0 and that is the "trivial" solution.
r = \lambda\left(<br /> \begin{array}{c}<br /> 1 \\<br /> 0 \\<br /> 1<br /> \end{array}<br /> \right)
is definitely NOT a solution.
 
Gregg said:
3x-18y-3z=0

-3x+2y+3z=0

y=0

x=z

z=\lambda

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

I wonder why it messes up when I use the other equations
Where did you get these three equations? They are NOT the equation from yyour first post.
 
(3) x-6y-z=0
3x-18y-3z=0
from (1) -3x+2y+3z=0

(1)+(3) = -16y=0
y=0

x=z
z=x
etc?
 
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...
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