I understand that eigenvalues have their purpose in linear algebra (e.g. iterative methods won't converge unless the modulus of the spectral radius is less than or equal to one). But when I solve partial differential equations using a finite difference scheme, I'm generally more interested in the solution, its stability, and its convergence. What insight can I gain from solving an eigenvalue problem from the same PDE?
Say, for example, the eigenvalue problem
$\nabla^2u=\lambda u$ in $\Omega$
$u=0$ on $\partial \Omega$
Without a context to a physical problem, does solving this eigenvalue problem provide any insight into other related problems such as
$\nabla^2u=0$ in $\Omega$
$u=0$ on $\partial \Omega$
or
$\nabla^2u=f$ in $\Omega$
$u=0$ on $\partial \Omega$ ?