Matrices in power diagonal question

  • Thread starter Thread starter nhrock3
  • Start date Start date
  • Tags Tags
    Matrices Power
nhrock3
Messages
403
Reaction score
0
find B matrices so B^{3}=A=\left(\begin{array}{cc}14 & 13\\13 & 14\end{array}\right)

,the diagonal form of A is D=\left(\begin{array}{cc}a & 0\\0 & b\end{array}\right)

i got weird numbers so for convinience the eigenvalues are a,b

so there is U for which

U^{-1}AU=\left(\begin{array}{cc}a^{\frac{1}{3}} & 0\\0 & b^{\frac{1}{3}}\end{array}\right)^{3}

i can find U
because A is simetric so U is consists of the orthonormal eigenvectors of A
what to do next,how to find B

?
 
Physics news on Phys.org
nhrock3 said:
find B matrices so B^{3}=A=\left(\begin{array}{cc}14 & 13\\13 & 14\end{array}\right)

,the diagonal form of A is D=\left(\begin{array}{cc}a & 0\\0 & b\end{array}\right)

i got weird numbers so for convinience the eigenvalues are a,b

so there is U for which

U^{-1}AU=\left(\begin{array}{cc}a^{\frac{1}{3}} & 0\\0 & b^{\frac{1}{3}}\end{array}\right)^{3}

i can find U
because A is simetric so U is consists of the orthonormal eigenvectors of A
what to do next,how to find B

?
You have U-1AU = D, where D is a diagonal matrix whose entries are the eigenvalues of A.

It turns out that U-1A1/3U is a cube root of D (or D1/3), where D1/3 is also a diagonal matrix whose entries are the cube roots of the entries of D. In short, U-1A1/3U = D1/3.

To verify that U-1A1/3U is a cube root of D,
notice that (U-1A1/3U)3
= (U-1A1/3U)(U-1A1/3U)(U-1A1/3U)
= U-1A1/3UU-1A1/3UU-1A1/3U
= U-1A1/3A1/3A1/3U
= U-1AU = D.

In other words, if we cube U-1A1/3U, we get D, so U-1A1/3U is a cube root of D.

To get B, which is A1/3, multiply both sides of the equation U-1A1/3U = D1/3 on the left by U, and multiply both sides on the right by U-1.
 
nhrock3 said:
find B matrices so B^{3}=A=\left(\begin{array}{cc}14 & 13\\13 & 14\end{array}\right)

,the diagonal form of A is D=\left(\begin{array}{cc}a & 0\\0 & b\end{array}\right)

i got weird numbers so for convinience the eigenvalues are a,b

so there is U for which

U^{-1}AU=\left(\begin{array}{cc}a^{\frac{1}{3}} & 0\\0 & b^{\frac{1}{3}}\end{array}\right)^{3}

i can find U
because A is simetric so U is consists of the orthonormal eigenvectors of A
what to do next,how to find B

?

Why do you say the eigenvalues of A are 'weird'? They don't look weird to me. In fact they are both integer cubes. What did you get? I think you can do this whole exercise with easy numbers.
 
Last edited:
\left(\begin{array}{cc}14 & 13\\13 & 14\end{array}\right)

the caracterstic polinomial

P(t)=(t-14)^{2}-169=t^{2}-28t+27

t=1 t=27

for t=1 i get (-1,1) and for t=27 i got the same (-1,1)

so the transformation matrices is not invertible which is wrong

where is my mistake?
 
nhrock3 said:
\left(\begin{array}{cc}14 & 13\\13 & 14\end{array}\right)

the caracterstic polinomial

P(t)=(t-14)^{2}-169=t^{2}-28t+27

t=1 t=27

for t=1 i get (-1,1) and for t=27 i got the same (-1,1)

so the transformation matrices is not invertible which is wrong

where is my mistake?

Your mistake is in what you didn't show. (-1,1) can't have an eigenvalue of both 1 and 27. Which is it?
 
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