Is This System of Equations Solvable?

  • Thread starter Thread starter Pengwuino
  • Start date Start date
  • Tags Tags
    Matrix
Pengwuino
Gold Member
Messages
5,112
Reaction score
20
Ok am I missing something here or did our professor give us a take-home quiz with a question that has no answer? We needed to find the answer to a system of equations as follows:

4x-8y+3z=16
-x+2y-5z=-21
3x-6y+z=6

I setup the matrix….

<br /> \begin{array}{*{20}c}<br /> 4 &amp; { - 8} &amp; 3 &amp; {16} \\<br /> { - 1} &amp; 2 &amp; { - 5} &amp; { - 21} \\<br /> 3 &amp; { - 6} &amp; 1 &amp; 6 \\<br /> \end{array}

I reduced it down to

<br /> \begin{array}{*{20}c}<br /> 0 &amp; 0 &amp; { - 17} &amp; { - 68} \\<br /> { - 1} &amp; 2 &amp; { - 5} &amp; { - 21} \\<br /> 0 &amp; 0 &amp; { - 14} &amp; { - 57} \\<br /> \end{array}

At this point I realized… the equations didn't work. Am I right to think this quiz was given with a bad problem on it?

I even had mathematica reduce it and it gave me 2 rows that tried to say 1 = 0.
 
Physics news on Phys.org
Pengwuino said:
At this point I realized… the equations didn't work. Am I right to think this quiz was given with a bad problem on it?

What's wrong with asking for a solution to a system with no solution? Your answer should be something like, "It's a singular matrix, no solution."
 
Well i wouldn't expect something that easy on a quiz...
 
Pengwuino said:
Well i wouldn't expect something that easy on a quiz...

So I guess that makes it a pretty good question for a quiz!:cool:
 
The determinant of the matrix is zero, so there is no solution.
 
A zero determinant of the coefficient matrix doesn't necessarily imply that there are no solutions. If the rank of the coefficient matrix is smaller than the rank of the 'extended matrix' (coefficient matrix + column of constants) then you have a system without a solution.
However, it's possible that although the determinant of the coefficient matrix is zero, the system still has solutions. You will find an infinite number of solutions in that case, the equations were then linearly dependant.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top