diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2023-05-26 18:32:42 +0200 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2023-05-26 18:32:42 +0200 |
commit | 28055b9c8a840b539f74dfad291ab1dc986486a7 (patch) | |
tree | f584ecd23b836c7586400a93cfbd577faa5691d7 | |
parent | d48023040ba300aff4b8a6f01d2d80382a1efa7d (diff) | |
download | SciPostPhys_16_001-28055b9c8a840b539f74dfad291ab1dc986486a7.tar.gz SciPostPhys_16_001-28055b9c8a840b539f74dfad291ab1dc986486a7.tar.bz2 SciPostPhys_16_001-28055b9c8a840b539f74dfad291ab1dc986486a7.zip |
Clarified conditions for nontrivial isolated eigenvalue solution.
-rw-r--r-- | 2-point.tex | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/2-point.tex b/2-point.tex index 3bacf89..af0af87 100644 --- a/2-point.tex +++ b/2-point.tex @@ -1173,7 +1173,17 @@ assuming the last equation is satisfied. The trivial solution, which gives the b \[ \lambda_\mathrm{min}=\mu-\sqrt{4f''(1)}=\mu-\mu_\mathrm m \] -as expected. We need to first the nontrivial solutions with nonzero $X$, but because the coefficients are so nasty this will be a numeric problem... Specifically, we are good for $y$ where one of the eigenvalues of $B-yC$ is zero. +as expected. We need to first the nontrivial solutions with nonzero $X$, but +because the coefficients are so nasty this will be a numeric problem... +Specifically, we are good for $y$ where one of the eigenvalues of $B-yC$ is +zero. In this case, if the associated normalized eigenvector is $\hat X$, its magnitude is set by +\begin{equation} + \|X\|^2=\frac1{\hat X^TC\hat X}\left(1-\frac{f''(1)}{y^2}\right) +\end{equation} +In practice, we find that $\hat X^TC\hat X$ is positive. Therefore, for the +solution to make sense we must have $y^2>f''(1)$. In practice, there is at most +\emph{one} $y$ which produces a zero eigenvalue of $B-yC$ and satisfies this +inequality, so the solution seems to be unique. \section{Conclusion} |