Say you are trying to solve the wave equation,
$$\frac{\partial^2y}{\partial t^2}=c^2\frac{\partial^2y}{\partial x^2}$$
If the boundary is finite, you find that you need an infinite sum of solutions to fit some initial condition. $y = \sum y_n$.
Now if the medium is infinite, you don't have any boundary conditions, but require that the solution be bounded. In this case, you solve the wave equation using separation of variables as before, but with no boundary condition (since it is infinite). You notice that the eigenvalues fill out the entire space; they aren't discrete as like the $y_n$'s but continuous (my book talks about solving Sturm-Liouville, i.e. differential equation problems, in the midst of solving the wave equation. That's where the eigenvalue comes in).
Anyways, in this continuous eigenvalue case, we don't take a sum, but an integral. That is, using previous knowledge of the finite boundary case, we attempt solutions of the form,
$$\int_0 ^\infty y_w dw$$
to fit the initial condition. My question is, how does $\sum y_n \rightarrow \int y_w dw$? Specifically, why is there a $dw$? I know you need that differential to tell you what you are integrating over, but in the finite medium case, it was $\sum y_n$ and not $\sum y_n n$. If the latter was true, then I'd see how $n \rightarrow dw$, but there is no $n$.
I know that if the eigenvalues are continuous, like $\left\{ 0.00001,0.00002,... \right\}$, it would be impossible to add up all the solutions corresponding to each eigenvalue. So we take a little chuck of eigenvalues, a $dw$. Then the integral allows us to move across the real line and evaluate $y_w$ in each of those chunks. But then we aren't adding up each $y_w$, but adding up $y_w dw$. Does finding an area not change the problem? The wave equation is linear, so it admits a linear combination of solutions. $y_w$ is a solution, not $y_w dw$?