Given a linear operator over a space that has a inner product defined, we define the adjoint operator (the symbol is called "dagger") as the unique operator that satisfies:
Notation used in quantum mechanics.
Ket is just a vector. Though generally in the context of quantum mechanics, this is an infinite dimensional vector in a Hilbert space like .
Bra is just the dual vector corresponding to a ket, or in other words projection linear operator, i.e. a linear function which can act on a given vector and returns a single complex number. Also known as... dot product.
For example:is basically a fancy way of saying:that is: we are taking the projection of along the direction. Note that in the ordinary dot product notation however, we don't differentiate as clearly what is a vector and what is an operator, while the bra-ket notation makes it clear.
The projection operator is completely specified by the vector that we are projecting it on. This is why the bracket notation makes sense.
It also has the merit of clearly differentiating vectors from operators. E.g. it is not very clear in that is an operator and is a vector, except due to the relative position to the dot. This is especially bad when we start manipulating operators by themselves without vectors.
This notation is widely used in quantum mechanics because calculating the probability of getting a certain outcome for an experiment is calculated by taking the projection of a state on one an eigenvalue basis vector as explained at: Section "Mathematical formulation of quantum mechanics".
Making the projection operator "look like a thing" (the bra) is nice because we can add and multiply them much like we can for vectors (they also form a vector space), e.g.:just means taking the projection along the direction.
Ciro Santilli thinks that this notation is a bit over-engineered. Notably the bra's are just vectors, which we should just write as usual with ... the bra thing makes it look scarier than it needs to be. And then we should just find a different notation for the projection part.
Maybe Dirac chose it because of the appeal of the women's piece of clothing: bra, in an irresistible call from British humour.
But in any case, alas, we are now stuck with it.
This is the possibly infinite dimensional version of a Hermitian matrix, since linear operators are the possibly infinite dimensional version of matrices.
There's a catch though: now we don't have explicit matrix indices here however in general, the generalized definition is shown at: en.wikipedia.org/w/index.php?title=Hermitian_adjoint&oldid=1032475701#Definition_for_bounded_operators_between_Hilbert_spaces
Experiments explained:
- via the Schrödinger equation solution for the hydrogen atom it predicts:
- spectral line basic lines, plus Zeeman effect
- Schrödinger equation solution for the helium atom: perturbative solutions give good approximations to the energy levels
- double-slit experiment: I think we have a closed solution for the max and min probabilities on the measurement wall, and they match experiments
Experiments not explained: those that the Dirac equation explains like:
- fine structure
- spontaneous emission coefficients
To get some intuition on the equation on the consequences of the equation, have a look at:
The easiest to understand case of the equation which you must have in mind initially that of the Schrödinger equation for a free one dimensional particle.
Then, with that in mind, the general form of the Schrödinger equation is:where:
Equation 1.
Schrodinger equation
. - is the reduced Planck constant
- is the wave function
- is the time
- is a linear operator called the Hamiltonian. It takes as input a function , and returns another function. This plays a role analogous to the Hamiltonian in classical mechanics: determining it determines what the physical system looks like, and how the system evolves in time, because we can just plug it into the equation and solve it. It basically encodes the total energy and forces of the system.
The argument of could be anything, e.g.:Note however that there is always a single magical time variable. This is needed in particular because there is a time partial derivative in the equation, so there must be a corresponding time variable in the function. This makes the equation explicitly non-relativistic.
- we could have preferred polar coordinates instead of linear ones if the potential were symmetric around a point
- we could have more than one particle, e.g. solutions of the Schrodinger equation for two electrons, which would have e.g. and for different particles. No matter how many particles there are, we have just a single , we just add more arguments to it.
- we could have even more generalized coordinates. This is much in the spirit of Hamiltonian mechanics or generalized coordinates
The general Schrödinger equation can be broken up into a trivial time-dependent and a time-independent Schrödinger equation by separation of variables. So in practice, all we need to solve is the slightly simpler time-independent Schrödinger equation, and the full equation comes out as a result.
Set of eigenvalues of a linear operator.