MHB Finding Eigenvalues for Different r Values

  • Thread starter Thread starter Dustinsfl
  • Start date Start date
  • Tags Tags
    Eigenvalues
Dustinsfl
Messages
2,217
Reaction score
5
$$
\mathcal{J} = \begin{pmatrix}
-\sigma & \sigma & 0\\
1 & -1 & -\sqrt{b(r - 1)}\\
\sqrt{b(r - 1)} & \sqrt{b(r - 1)} & - b
\end{pmatrix}
$$
From a quick try and error, I was able to find that when $r = 1.3456171$ we will have 3 negative eigenvalues.
But when $r = 1.3456172$, there will be a complex-conjugate pair of eigenvalues.
Is there a mathematically more elegant way to determine this r value?
$b = \frac{8}{3}$ and $\sigma = 10$
 
Physics news on Phys.org
dwsmith said:
$$
\mathcal{J} = \begin{pmatrix}
-\sigma & \sigma & 0\\
1 & -1 & -\sqrt{b(r - 1)}\\
\sqrt{b(r - 1)} & \sqrt{b(r - 1)} & - b
\end{pmatrix}
$$
From a quick try and error, I was able to find that when $r = 1.3456171$ we will have 3 negative eigenvalues.
But when $r = 1.3456172$, there will be a complex-conjugate pair of eigenvalues.
Is there a mathematically more elegant way to determine this r value?
$b = \frac{8}{3}$ and $\sigma = 10$
This is an interesting problem. The eigenvalue equation is $\det(\mathcal{J} - \lambda I) = 0$, which simplifies to $$\lambda^3 + (b+\sigma+1)\lambda^2 + b(r+\sigma)\lambda + 2b\sigma(r-1) = 0.\qquad(1)$$ At the critical value of $r$ (the one where the bifurcation occurs, from three real roots to a complex conjugate pair), the eigenvalue equation will have a repeated root. That root will also be a root of the derived equation. So differentiate the eigenvalue equation to get $$3\lambda^2 +2(b+\sigma+1)\lambda + b(r+\sigma) = 0.\qquad(2)$$ Solve those equations together, to find that $$\lambda = \frac{18b\sigma(r-1) - b(b+\sigma+1)(r+\sigma)}{2(b+\sigma+1)^2 -6b(r+\sigma)}.$$ The next stage is to substitute that value of $\lambda$ into equation (2), to get a cubic equation for $r$. If you have stamina and patience enough to do that, you should find that, for the given values of $b$ and $\sigma$, one of the solutions is $r = 1.345617...$. (Rather you than me, though. (Yawn) )
 
Last edited:
Opalg said:
Solve those equations together, to find that $$\lambda = \frac{18b\sigma(r-1) - b(b+\sigma+1)(r+\sigma)}{2(b+\sigma+1)^2 -6b(r+\sigma)}.$$
How did you get this lambda? I solved for the quadratic and got something different. I also set the quadratic and cubic equal and then solved for lambda but didn't arrive at this lambda either.
 
dwsmith said:
How did you get this lambda? I solved for the quadratic and got something different. I also set the quadratic and cubic equal and then solved for lambda but didn't arrive at this lambda either.
Starting from $$\lambda^3 + (b+\sigma+1)\lambda^2 + b(r+\sigma)\lambda + 2b\sigma(r-1) = 0\qquad(1)$$ and $$3\lambda^2 +2(b+\sigma+1)\lambda + b(r+\sigma) = 0,\qquad(2)$$ I multiplied (1) by 3, and (2) by $\lambda$, and subtracted, getting $$(b+\sigma+1)\lambda^2 + b(r+\sigma)\lambda + 6b\sigma(r-1) = 0.\qquad(3)$$ I then multiplied (2) by $(b+\sigma+1)$, and (3) by 3, and again subtracted, to get the equation $$\lambda = \frac{18b\sigma(r-1) - b(b+\sigma+1)(r+\sigma)}{2(b+\sigma+1)^2 -6b(r+\sigma)}.$$
 
##\textbf{Exercise 10}:## I came across the following solution online: Questions: 1. When the author states in "that ring (not sure if he is referring to ##R## or ##R/\mathfrak{p}##, but I am guessing the later) ##x_n x_{n+1}=0## for all odd $n$ and ##x_{n+1}## is invertible, so that ##x_n=0##" 2. How does ##x_nx_{n+1}=0## implies that ##x_{n+1}## is invertible and ##x_n=0##. I mean if the quotient ring ##R/\mathfrak{p}## is an integral domain, and ##x_{n+1}## is invertible then...
The following are taken from the two sources, 1) from this online page and the book An Introduction to Module Theory by: Ibrahim Assem, Flavio U. Coelho. In the Abelian Categories chapter in the module theory text on page 157, right after presenting IV.2.21 Definition, the authors states "Image and coimage may or may not exist, but if they do, then they are unique up to isomorphism (because so are kernels and cokernels). Also in the reference url page above, the authors present two...
When decomposing a representation ##\rho## of a finite group ##G## into irreducible representations, we can find the number of times the representation contains a particular irrep ##\rho_0## through the character inner product $$ \langle \chi, \chi_0\rangle = \frac{1}{|G|} \sum_{g\in G} \chi(g) \chi_0(g)^*$$ where ##\chi## and ##\chi_0## are the characters of ##\rho## and ##\rho_0##, respectively. Since all group elements in the same conjugacy class have the same characters, this may be...

Similar threads

Replies
5
Views
2K
Replies
10
Views
2K
Replies
2
Views
1K
Replies
8
Views
3K
Replies
5
Views
2K
Replies
8
Views
2K
Replies
6
Views
1K
Back
Top