-1

According to my limited understanding of this subject, all eigenfunctions of operators are orthogonal, i.e. $\psi_1\times \psi_2 = 0$

However, as I learned about infinte wells, the eigenfunction of the energy operator is $\psi_n = C_nsin\frac{n\pi x}{L}$,but

$\psi_1 $ x $\psi_2=sin\frac{\pi x}{L}sin\frac{2\pi x}{L}$ which is not equal to $0$ for most values of $x$.

Is there something wrong about my understanding of orthogonality? I would appreciate any clarifications on the subject.

Qmechanic
  • 220,844
Krykt
  • 3

2 Answers2

4

Orthogonality means:

$$ \int \psi_i^* \psi_j = \delta^i_j $$

Not $\psi_i \times \psi_j = 0$ everywhere.

John Rennie
  • 367,598
1

Let's go back to ordinary vectors for a moment. If I have some $\vec a \in \mathbb R^n$ and $\vec b \in \mathbb R^n$, then I can define the inner product for this vector space as,

$$\langle a, b \rangle = \vec a \cdot \vec b = \sum_{i=1}^n a_i b_i = |\vec a| |\vec b|\cos\theta$$

where $\theta$ is the angle between the vectors. What does orthogonality mean? It means these two vectors would be perpendicular to each other and so $\theta = \pi/2$ implying that the inner product must vanish, i.e. $\langle a, b\rangle = 0$ for $\vec a$ and $\vec b$ orthogonal.

When we talk about functions, we define a different version of the inner product, namely,

$$\langle f, g \rangle = \int f^{*}g \, \mathrm dx .$$

So, following on from the vector example, we say $f$ and $g$ are orthogonal if $\langle f, g \rangle = 0$. For your set of functions $\psi_i$ this translates to, $\langle \psi_i, \psi_j\rangle = \delta_{ij}$.

This is always zero except when $i = j$, which makes sense since the same function cannot be orthogonal to itself, hence the appearance of the Kronecker delta. Note that in some cases there may need to be some weight function in the definition of the inner product.

JamalS
  • 19,600