These are my conditions:
$$f'' +λf = 0 \tag{1}$$
$$f'(0) - f(0) = 0 \tag{2}$$
$$f(1) = 0 \tag{3}$$
$$0 I'm finding the eigenfunctions and eigenvalues. We start with $λ = 0$: $$f = ax+b \Rightarrow f'=a; a-b = 0 \Rightarrow 2a = 0 \Rightarrow a=b=0 \Rightarrow f = 0 $$ $λ = 0$ is not an eigenvalue. Question: Since we want values of $λ$ where the solution of $(1)$ is non-zero, and we know $f=0$, is that why $λ=0$ is not an eigenvalue? For $λ > 0$: $$f = c_1\cdot \cos(\sqrt{λ})x+c_2\cdot \sin(\sqrt{λ})x$$ $$f' =-c_1(\sqrt{λ})\sin(\sqrt{λ}) x+c_2(\sqrt{λ})\cos(\sqrt{λ})x$$ Question:
We know $(2)$, so if we subtract $f'$ and $f$ from each other, after substituting $x = 0$, we apparently have: $$f'(0) - f(0) = c_2 \sqrt{λ}\cdot \cos(\sqrt{λ}) -c_1 = 0$$
Why is that? We have a multiple $x = 0$ for every term in both $f$ and $f''$. How do we get this result? Thanks so much.