For which values of k the matrix is diagonalized ?

  • MHB
  • Thread starter Yankel
  • Start date
  • Tags
    Matrix
In summary: Sure, let's try to find the eigenvectors for the eigenvalue 1 if k=-3.We have the equation:$(A-I)\vec{x} = 0$Substituting k=-3, we get:$\begin{pmatrix} -4 &-2 &1 \\ 4 &-4 &2 \\ 0 &0 &0 \end{pmatrix}\begin{pmatrix} x_1 \\ x_2 \\ x_3 \end{pmatrix} = \begin{pmatrix} 0 \\ 0 \\ 0 \end{pmatrix}$Simplifying, we get the system of equations:$-4x_1-2x_2+x
  • #1
Yankel
395
0
Hello

I need some help with this question...

I have a mtrix A:

[tex]\begin{pmatrix} k &-2 &1 \\ 4 &-k &2 \\ 0 &0 &1 \end{pmatrix}[/tex]and I need to find for which values of k, the matrix is diagonalized. I know the way to check if a matrix is diagonalized is to check the algebraic and geometric multipliers, but technically, how to do it with a parameter is beyond my skill, I need some help with the solution. I found the characteristic polynomial, it is:

[tex]-\lambda ^{3}+\lambda ^{2}+k ^{2}\lambda-k ^{2}+8-8\lambda[/tex]

and the final answer should be a^2>8 AND a!=3 (not equal 3)

Thanks !
 
Physics news on Phys.org
  • #2
The characteristic polynomial is

$\begin{vmatrix} k-\lambda &-2 &1 \\ 4 &-k-\lambda &2 \\ 0 &0 &1-\lambda \end{vmatrix}=(1-\lambda)\begin{vmatrix} k-\lambda &-2 \\ 4 &-k-\lambda \end{vmatrix}=(1-\lambda)(\lambda^2-k^2+8)$

So, the eigenvalues are $\lambda=1$ and $\lambda=\pm \sqrt{k^2-8}$. If $k^2<8$ then, there are no real roots so, $A$ is not diagonalizable in $\mathbb{R}$. Now, consider that if $k^2\geq 8$ there are multiple roots iff $k=\pm 3$ (Edited: or $k^2=8$).
 
Last edited:
  • #3
Fernando Revilla said:
there are multiple roots iff $k=\pm 3$.

What if $k^2=8$?
 
  • #4
ILikeSerena said:
What if $k^2=8$?

You know the answer (I suppose). :)
 
  • #5
The OP suggested that A is only diagonizable iff $k^2 > 8$ and $k \ne 3$.

That does not seem right.
Either way, each of the values $k=\pm 3$ and $k=\pm \sqrt 8$ require extra investigation.
$A$ turns out to be diagonizable with exactly one of those, but it is not $k=-3$.
 
Last edited:
  • #6
i suppose then, there is naught to do but investigate the eigenspaces. if $k = 3$ then solving $A - I = 0$ we get the eigenvectors (1,1,0) and (0,1,2) so the eigenspace belonging to 1 has dimension 2, so in this case $A$ is diagonalizable.

if $k = -3$ then solving $A - I = 0$ leads to the single eigenvector (1,-2,0) so in this case $A$ is not diagonalizable.

if $k = \sqrt{8}$ we get the single eigenvector (1,√2,0)

if $k = -\sqrt{8}$ we get the single eigenvector (1,-√2,0). so in both these cases $A$ is not diagonalizable. the computations of these facts is dreary, and i omit them. the relevant point is:

$\dim(E_{\lambda}) = \dim(\ker(A - \lambda I))$

therefore the $k$ for which the matrix $A$ is diagonalizable is:

$k \in (-\infty,-3) \cup (-3,-\sqrt{8}) \cup (\sqrt{8}, \infty)$

that is $k^2 > 8$ and $k \neq -3$

(the "answer" in the OP is incorrect).
 
  • #7
Also: in the cases where the given matrix $A$ has only two distinct eigenvalues $\lambda_1$ and $\lambda_2$, $A$ is diagonalizable $\Leftrightarrow\;(A-\lambda_1I)(A-\lambda_2I)=0$.
 
  • #8
sorry about the delayed response.

I don't understand this:

if k2≥8 there are multiple roots iff k=±3

how did we get ±3 ?
 
  • #9
$k \in (-\infty,-3) \cup (-3,-\sqrt{8}) \cup (\sqrt{8}, \infty)$

that is $k^2 > 8$ and $k \neq -3$

(the "answer" in the OP is incorrect).

but this is the answer I wrote, so it is correct, I am confused here...
 
  • #10
Yankel said:
sorry about the delayed response.

I don't understand this:

if k2≥8 there are multiple roots iff k=±3

how did we get ±3 ?

As Fernando showed, the characteristic polynomial factorizes to $(1-\lambda)(\lambda^2-k^2+8) = 0$.

What do you get if you substitute for instance k=-3?
[FONT=MathJax_Main]

[/FONT]
 
  • #11
Yankel said:
but this is the answer I wrote, so it is correct, I am confused here...

You wrote a^2>8 AND a!=3 (not equal 3).

We're assuming you intended k instead of a.
The second part should be that k is not equal to -3 instead.
 
  • #12
ILikeSerena said:
As Fernando showed, the characteristic polynomial factorizes to $(1-\lambda)(\lambda^2-k^2+8) = 0$.

What do you get if you substitute for instance k=-3?
[FONT=MathJax_Main]

[/FONT]

I get that the eigenvalues are 1,1,-1 ?

:confused:
 
  • #13
Yankel said:
I get that the eigenvalues are 1,1,-1 ?

Yes. That means that 1 is a multiple root.
1 will be a multiple root when k is either -3 or +3.
Furthermore, 0 will be a multiple root when k is either -√8 or +√8.

Your matrix is only diagonizable if it has 3 real eigenvalues, and furthermore if there are 3 independent eigenvectors.

If the eigenvalues are distinct, the eigenvectors are guaranteed to be independent.
If they are not, we have to check if we can find independent eigenvectors for the duplicated eigenvalues.
This is what deveno did.

Can you find the eigenvectors for the eigenvalue 1 if k=-3?
 
Last edited:

FAQ: For which values of k the matrix is diagonalized ?

What is the definition of diagonalization?

Diagonalization is the process of transforming a matrix into diagonal form by finding a similarity transformation matrix.

Why is diagonalization important in linear algebra?

Diagonalization makes it easier to solve systems of linear equations and perform other operations such as computing powers and inverses of matrices.

What is the condition for a matrix to be diagonalizable?

A square matrix is diagonalizable if and only if it has n linearly independent eigenvectors, where n is the size of the matrix.

How do you find the eigenvalues and eigenvectors of a matrix?

The eigenvalues can be found by solving the characteristic equation det(A - λI) = 0, where A is the matrix and λ is the eigenvalue. The corresponding eigenvectors can be found by solving the system of equations (A - λI)x = 0.

For which values of k the matrix is diagonalized?

A matrix can be diagonalized if and only if it has n linearly independent eigenvectors. The values of k do not affect the diagonalizability of the matrix, but they do affect the eigenvalues and eigenvectors.

Similar threads

Replies
15
Views
1K
Replies
4
Views
2K
Replies
10
Views
1K
Replies
34
Views
2K
Replies
20
Views
3K
Replies
5
Views
605
Replies
4
Views
2K
Back
Top