Possible energy values given Hamiltonian

Rayan
Messages
17
Reaction score
1
Homework Statement
The Hamiltonian for a two level system with the orthonormal states |1⟩ and |2⟩ is given by:
Relevant Equations
H = a|1⟩⟨1| + b|1⟩⟨2| + b|2⟩⟨1| + c|2⟩⟨2| ,

where a,b and c are real constants with energy unit.
So first I rewrote H as a matrix:

$$ H =
\begin{pmatrix}
a & b \\
b & c
\end{pmatrix} $$

And tried to find the eigenvalues/energies of H, so I solved

$$ det (H - \lambda I ) =
\begin{vmatrix}
a-\lambda & b \\
b & c-\lambda
\end{vmatrix} = (a-\lambda)(c-\lambda) - b^2 = ac - a\lambda - c\lambda + \lambda^2 - b^2 = 0
$$

but got a complicated solution

$$ \lambda = \frac{a+c}{2} \pm \sqrt{ ( \frac{a+c}{2} )^2 - (ac-b^2) } $$

What am I doing wrong here?
 
Last edited:
Physics news on Phys.org
Rayan said:
So first I rewrote H as a matrix:

$$ H =
\begin{pmatrix}
a & b \\
b & c
\end{pmatrix} $$
Ok.

Rayan said:
And tried to find the eigenvalues/energies of

$$ H - \lambda I $$
Terminology: You want the eigenvalues of ##H##, not ##H - \lambda I##.

Rayan said:
but got a complicated solution
$$ \lambda = \frac{a-c}{2} \pm \sqrt{ ( \frac{a-c}{2} )^2 - (ac-b^2) } $$
What am I doing wrong here?
It's hard to tell where you made the mistakes. Please show the steps in getting the quadratic equation for ##\lambda## and then the steps in solving for ##\lambda##.
 
TSny said:
Ok.Terminology: You want the eigenvalues of ##H##, not ##H - \lambda I##.It's hard to tell where you made the mistakes. Please show the steps in getting the quadratic equation for ##\lambda## and then the steps in solving for ##\lambda##.
You're right! I just updated my question with the steps!:)
 
Rayan said:
$$ det (H - \lambda I ) =
\begin{vmatrix}
a-\lambda & b \\
b & c-\lambda
\end{vmatrix} = (a-\lambda)(c-\lambda) - b^2 = ac - a\lambda - c\lambda + \lambda^2 - b^2 = 0
$$
This looks good.

Rayan said:
but got a complicated solution

$$ \lambda = \frac{a+c}{2} \pm \sqrt{ ( \frac{a+c}{2} )^2 - (ac-b^2) } $$
This looks correct.

My preference would be to write what you have as $$ \lambda = \frac{a+c}{2} \pm \frac1 2 \sqrt{ ((a+c)^2 - 4(ac-b^2) } $$
You should be able to simplify the expression inside the square root a little. (Work with the terms involving ##a## and ##c##.)
 
##|\Psi|^2=\frac{1}{\sqrt{\pi b^2}}\exp(\frac{-(x-x_0)^2}{b^2}).## ##\braket{x}=\frac{1}{\sqrt{\pi b^2}}\int_{-\infty}^{\infty}dx\,x\exp(-\frac{(x-x_0)^2}{b^2}).## ##y=x-x_0 \quad x=y+x_0 \quad dy=dx.## The boundaries remain infinite, I believe. ##\frac{1}{\sqrt{\pi b^2}}\int_{-\infty}^{\infty}dy(y+x_0)\exp(\frac{-y^2}{b^2}).## ##\frac{2}{\sqrt{\pi b^2}}\int_0^{\infty}dy\,y\exp(\frac{-y^2}{b^2})+\frac{2x_0}{\sqrt{\pi b^2}}\int_0^{\infty}dy\,\exp(-\frac{y^2}{b^2}).## I then resolved the two...
It's given a gas of particles all identical which has T fixed and spin S. Let's ##g(\epsilon)## the density of orbital states and ##g(\epsilon) = g_0## for ##\forall \epsilon \in [\epsilon_0, \epsilon_1]##, zero otherwise. How to compute the number of accessible quantum states of one particle? This is my attempt, and I suspect that is not good. Let S=0 and then bosons in a system. Simply, if we have the density of orbitals we have to integrate ##g(\epsilon)## and we have...
Back
Top