I have recently seen Green's functions for the first time but for some reason can't seem to get my head around them. I have been told we can use them to solve differential equations up to an integral, however I am having difficulties seeing why they should work (probably from my inexperience).
For example if we are asked to solve $\mathcal{L}(u(x)) = f(x)$ on say $[0,1]$ with $u(0) = u(1) = 1$ where $\mathcal{L}$ is any second order Sturm-Liouville operator (say take $\mathcal{L} = \frac{d^2}{dx^2}$) then with Green's functions we would have $G(x,\xi)$ satisfies $\mathcal{L}(G) = \delta(x-\xi)$ and our solution for $u$ is $u(x) = \int\limits_0^1 G(x,\xi) f(\xi)\ d\xi$.
Now consider the case where $f = 0$ everywhere. This means that in our integral we have $f(\xi) = 0$ everywhere so we get $u(x) = 0$ everywhere as $G$ has to be bounded (at least that is what I think it has to based on all the examples I have seen so far) which is wrong.
I will be glad if someone could point out to me where I am making my mistake. Thank you in advance.