recategorized by
827 views
1 votes
1 votes

Let $a$ be a non-zero real number. Define

$$f(x) = \begin{vmatrix} x & a & a & a \\ a & x & a & a \\ a & a & x & a \\ a & a & a & x \end{vmatrix}$$ for $x \in \mathbb{R}$. Then, the number of distinct real roots of $f(x) =0$ is

  1. $1$
  2. $2$
  3. $3$
  4. $4$
recategorized by

1 Answer

2 votes
2 votes

Here we need to find the determinant of this matrix.

notice here it is block matrix.

This is a $ 2×2$ block matrix where the first and last and the second and third elements are the same. So, applying the formula for determinant of a block matrix as given here

When A = D and B = C, the blocks are square matrices of the same order and the following formula holds (even if A and B do not commute)

$det \begin{pmatrix} A & B\\ C& D \end{pmatrix} = det (A-B) \ det(A+B)$

https://en.wikipedia.org/wiki/Determinant#Block_matrices

here A =  $\begin{pmatrix} x & a\\ a& x \end{pmatrix}$

and B =  $\begin{pmatrix} a & a\\ a& a \end{pmatrix}$

 using above formula determinant is 

$f(x) = \begin{vmatrix} x-a & 0\\ 0 & x-a \end{vmatrix}\times \begin{vmatrix} x+a & 2a \\ 2a & x+a \end{vmatrix}$$= (x-a)^2[(x+a)^2 - 4a^2] = 0$

 $\Rightarrow (x-a)^2(x+a)^2 = 4a^2(x-a)^2$

$\Rightarrow (x+a)^2 = 4a^2$

so, the given equation have two real roots $x= -3a$ or $x = a$

Related questions

0 votes
0 votes
0 answers
1
Arjun asked Sep 23, 2019
574 views
A real $2 \times 2$ matrix $M$ such that $$M^2 = \begin{pmatrix} -1 & 0 \\ 0 & -1- \varepsilon \end{pmatrix}$$exists for all $\varepsilon 0$does not exist for any $\vare...
7 votes
7 votes
3 answers
2
Arjun asked Sep 23, 2019
1,065 views
The eigenvalues of the matrix $X = \begin{pmatrix} 2 & 1 & 1 \\ 1 & 2 & 1 \\ 1 & 1 & 2 \end{pmatrix}$ are$1,1,4$$1,4,4$$0,1,4$$0,4,4$
0 votes
0 votes
0 answers
3
Arjun asked Sep 23, 2019
584 views
Let $x_1, x_2, x_3, x_4, y_1, y_2, y_3$ and $y_4$ be fixed real numbers, not all of them equal to zero. Define a $4 \times 4$ matrix $\textbf{A}$ by$$\textbf{A} = \begin{...
2 votes
2 votes
2 answers
4