3

I want to find all real $x$ that satisfy

$$ \textrm{det } X= \begin{vmatrix} x &2 &2 &2\\ 2 &x &2 &2\\ 2 &2 &x &2\\ 2 &2 &2 &x \end{vmatrix}\\ $$

My teacher does this by adding the three bottom rows to the top row

$$ \textrm{det } X= \begin{vmatrix} x+6 &x+6 &x+6 &x+6\\ 2 &x &2 &2\\ 2 &2 &x &2\\ 2 &2 &2 &x \end{vmatrix}\\ $$

and then subtracting a row of $2$'s from the bottom three rows

$$ \textrm{det } X= (x+6) \begin{vmatrix} 1 &1 &1 &1\\ 0 &x-2 &0 &0\\ 0 &0 &x-2 &0\\ 0 &0 &0 &x-2 \end{vmatrix}. $$

The answer is

$$ x\in \{-6,2\}. $$

I think I understand the operations (although subtracting an arbitrary row of numbers from a matrix/determinant row is something I've never seen before, but I don't see why that wouldn't be allowed. Just like you can subtract arbitrary coefficients on both sides of an equation, right?), my main issue is why they are performed.

  • Why can't I just in the same way subtract a row of $2$'s from the three bottom rows in the first determinant? If I do that I get a different answer.
  • I know I want a column of all zeroes except one column-element, but why do I need to perform the first operation beforehand? Is it somehow necessary that all the top row elements to be the same, $(x+6)$?
Chisq
  • 341
  • 5
    then subtracting a row of 2's from the bottom three rows That's misstated. What actually happens is that you pull out the factor $(x+6)$, first, then subtract the first row (which is all $1$s now) multiplied by $2$ from the other rows. – dxiv Jul 24 '18 at 17:36
  • Huh, then maybe that's it. But shouldn't that give me $2-2(x+6)$ as the elements that are supposed to become $0$?

    Edit: Saw your edit about the factorization. Ok, I'll have to think about that for a bit.

    – Chisq Jul 24 '18 at 17:38

3 Answers3

0

I think you should give a look at gaussian elimination.

You can only do certain manipulation the the matrix without changing it's determinant (or at least only changing it's sing or by some scalar). This manipulations are as follows:

  1. Swap two rows multiplies the determinant by $-1$
  2. Multiplying a row by a non zero scalar $\lambda$, multiplies the determinant as well by the same scalar
  3. Adding or subtracting multiples of one row to another leaves the determinant untouched

The algorithm for gaussian elimination goes something like this

  1. If the first row has first element zero than change it with some other row that has fist element not zero, if there aren't go to step 3
  2. Fore every row $A_i$, not counting the first, $(i \gt 1)$ multiplay the first row by some coefficient so that the sum of the first row and the row $A_i$ has fist element zero. Substitute the $i$-th row with the sum just calculated
  3. Now every element of the fist column, except many for the first one, are zero. Now go to the sub-matrix obtained by eliminating the first row and column and repeat this steps on every submatrix. At the end of this you should have a triangular or diagonal matrix
Davide Morgante
  • 3,518
  • 1
  • 13
  • 33
0

Another way: the determinant is a fourth-degree polynomial $p(x)$ in variable $x$.

It is easy to see that $p(2) = p(-6) = 0$, like you did.

Then take the derivative:

\begin{align} p'(x) &= \begin{vmatrix} 1 &2 &2 &2\\ 0 &x &2 &2\\ 0 &2 &x &2\\ 0 &2 &2 &x \end{vmatrix} + \begin{vmatrix} x &0 &2 &2\\ 2 &1 &2 &2\\ 2 &0 &x &2\\ 2 &0 &2 &x \end{vmatrix} + \begin{vmatrix} x &2 &0 &2\\ 2 &x &0 &2\\ 2 &2 &1 &2\\ 2 &2 &0 &x \end{vmatrix} + \begin{vmatrix} x &2 &2 &0\\ 2 &x &2 &0\\ 2 &2 &x &0\\ 2 &2 &2 &1 \end{vmatrix} \\ &=4 \begin{vmatrix} x &2 &2\\ 2 &x &2\\ 2 &2 &x\\ \end{vmatrix} \\ \end{align}

Taking derivatives again we get $p''(x) = 4\cdot 3 \begin{vmatrix} x &2 \\ 2 &x \\ \end{vmatrix}$ so we can conclude that $p'(2) = p''(2) = 0$.

Therefore $2$ is a root of $p$ with muliplicity $3$ so $$p(x) = (x-2)^3(x+6)$$

Therefore the zeros are indeed only $-6$ and $2$.

mechanodroid
  • 46,490
-1

"Subtracting a row of 2s" is NOT a valid matrix operation. But subtracting one row from another is. Perhaps what your teacher did (or meant to do) is, first subtract the third row from the second to get $\left|\begin{array}{ccc} x & 2 & 2 & 2 \\ 0 & x- 2 & 2- x & 0 \\ 2 & 2 & x & 2 \\ 2 & 2 & 2 & x \end{array}\right|$.

Now, subtract the fourth row from the third to get $\left|\begin{array}{ccc} x & 2 & 2 & 2 \\ 0 & x- 2 & 2- x & 0 \\ 0 & 0 & x- 2 & 2-x \\ 2 & 2 & 2 & x \end{array}\right|$.

Finally, you can subtract the first row from the fourth to get $\left|\begin{array}{ccc} x & 2 & 2 & 2 \\ 0 & x- 2 & 2- x & 0 \\ 0 & 0 & x- 2 & 2-x \\ 2- x & 0 & 0 & x- 2 \end{array}\right|$.

That's almost an "upper triangular" matrix. We can calculate the determinant reasonably easily by "expanding on the first column: $x\left|\begin{array}{cc} x- 2 & 2- x & 0 \\ 0 & x- 2 & 2- x \\ 0 & 0 & x- 2 \end{array}\right|$$- 2\left|\begin{array}{cc} 2 & 2 & 2 \\ x- 2 & 2- x & 0 \\ 0 & x- 2 & 2- x \end{array}\right|$.

That first determinant is $x(x- 2)^3$. For the second we can further expand that three by three determinant on the first column to get $-2\left(2\left|\begin{array}{cc}2- x & 0 \\ x- 2 & 2- x\end{array}\right|- (x- 2)\left|\begin{array}{cc}2 & 2 \\ x- 2 & 2- x\end{array}\right|\right)= -4(2- x)^2- (x- 2)(4- 2x- 2x+ 4)= -4(2- x)^2- (x- 2)(8- 4x)= -4(2- x)^2+ 4(2- x)^2= 0$.

So the determinant of the given matrix is $x(x- 2)^3$.

user247327
  • 18,710
  • Why is it not a valid matrix operation? If we ignore the determinant and just focus on the matrix itself, I subtract one row of coefficients of indpendent variables on the LHS and implicitly do the same on the RHS by subtracting the y. So if I subtract 2 of all the independent variable coefficients and do the same on the right hand side (explicitly subtracting the independent variable coefficients instead of implicitly, since I wouldn't know what coefficient to put in front of the y), why wouldn't that be allowed? – Chisq Jul 24 '18 at 18:30
  • I don't know what you mean by "subtract 2 of all the independent variable coefficients". My comment was related to subtracting the number 2 from a row or column. For example, if the original matrix is $\begin{bmatrix} 2 & 2 \ 1 & 3\end{bmatrix}$ then the determinant is 23- 21= 4. But subtracting 2 from the first row gives $\begin{bmatrix}0 & 0 \ 1 & 2 \end{bmatrix}= 0$. – user247327 Jul 24 '18 at 18:36
  • @Chisq I wouldn’t necessarily call it invalid, but in this context it’s useless. What relationship is there between the determinant of an arbitrary $2\times2$ matrix $A$ and $A-\begin{bmatrix}0&0\2&2\end{bmatrix}$? You need to limit yourself to operations that have known effects on the determinant. – amd Jul 24 '18 at 18:49
  • @user247327 I mean, if we write a 3x3 matrix as a system of equations instead, then the numbers in the matrix will become the coefficients of the LHS variables (say $x_1$, $x_2$ $x_3$, the "independent" ones) Then I could subtract for example $2x_2$ from both LHS and RHS, without concerning myself about whether there is such a row that only contains $x_2$. But I think I figured out why the operation on a matrix wouldn't be allowed. It's because if we right out the whole matrix equation Ax=Iy, there are only y's on the RHS. Dunno if I'm confusing you but it's unimportant anyway. Thanks though. – Chisq Jul 24 '18 at 18:49
  • @amd Yea I see your point. Thanks. – Chisq Jul 24 '18 at 18:50
  • @user247327 So the determinant of the given matrix is x(x−2)^3 Except it's not, because yours vanishes at $,x=0,$ while the original one does not. For the second we can further expand Recheck your calculations in this part. – dxiv Jul 25 '18 at 05:42