The values of $\lambda$ for which the following equation has a non-trivial solution $\phi(x)=\lambda\int_0^{\pi} K(x,t)\phi(t)dt$ where $0\leq x\leq \pi$ and $K(x,t)= \begin{cases} \sin x\cos t & 0\leq x\leq t \\ \cos x\sin t & t\leq x\leq \pi \end{cases} $ are
$(a)$ $\bigg(n+\frac{1}{2}\bigg)^2-1$, $n\in \mathbb{N}$.
$(b)$ $n^2-1$, $n\in \mathbb{N}$.
$(c)$ $\frac{1}{2}(n+1)^2-1$, $n\in \mathbb{N}$.
$(d)$ $\frac{1}{2}(2n+1)^2-1$, $n\in \mathbb{N}$.
I converted this integral equation into its equivalent ordinary second order linear differential equation $\phi''(x)+2\lambda\cos^2(x)\phi(x)=0$ with mixed boundary conditions $\phi(0)=0$ and $\phi'(\pi)=0$. Next I need to find the eigenvalues of this ODE to find the required answer. $\lambda=0$ will give us trivial solution, so this possibility is discarded. But cannot check for the other two cases $\lambda=\mu^2>0$ and $\lambda=-\mu^2<0$. Any help will be appreciated in this regard.