In my studies of fractional analysis I have been solving problems to familiarize with the concepts of fredholm theory, and I found the following problem which I have been having problems solving:
For the following integral equation in $L^{2}[0,1] $ $f(x)-\lambda\int^{1}_{0}\min(x,t)f(t)dt=\sin(\frac{\pi N x}{2})$.
a) For any $\lambda\in\mathbb{C}$ solve the homogeneous equation
b)Specify the number of solutions on $\lambda, N\in\mathbb{N}$.
I tried to solve the homogeneous equation, but I am having problems doing it, this is my attempt:
We need to solve $f(x)-\lambda\int^{1}_{0}\min(x,t)f(t)dt=0$, for this we use the following $\min(x,t)=\frac{x+t}{2}+\frac{|x-t|}{2}$:
$$f(x)=\frac{\lambda}{2}\int^{1}_{0}(x+t)f(t)dt+\frac{\lambda}{2}\int^{1}_{0}|x-t|f(t)dt.$$
Then we differentiate with respect to $x$ yielding the following: $$f'(x)=\frac{\lambda}{2}\int^{1}_{0}f(t)dt+\frac{\lambda}{2}\int^{1}_{0}\frac{x-t}{|x-t|}f(t)dt$$
And we differentiate one more time and we get $f''(x)=0$, so we then can see that $f(x)=k_{1}x^{2}+k_{2}x+k_{3}$.
Once we get this we should substitute this on the homogeneous equation, calculate the integral and obtain a system of equations for the coefficients, the problem is that, when I did this I found that $k_{1}=k_{2}=k_{3}=0$, so I gues I did something wrong.
Any help would be appreciated.
As a first step, let us determine the spectrum of the linear operator $A: L^2([0,1]) \to L^2([0,1])$ defined by $$ (Af)(x)=\int\limits_0^1 {\min}(x,t)f(t)dt=\int\limits_0^xt f(t) dt+ x\int\limits_x^1f(t) dt. $$ The operator $A$ is selfadjoint as the integral kernel satisfies the condition $\min(x,t) = \overline{\min(t,x)}$. The eigenvalue equation $$\int\limits_0^x tf(t)dt+ x \int\limits_x^1 f(t) dt = a f(x),$$ implies $f(0)=0$ for the eigenfunction $f$ associated with the real eigenvalue $a$. Differentiation leads to $$ \int\limits_x^1 f(t) dt = a f^\prime(x), $$ implying the further condition $f^\prime(1)=0$ on the eigenfunction. Differentiating once more, gives the second order differential equation $$ a f^{\prime\prime}(x)+f(x)=0, \quad f(0)=0, \, f^\prime(1)=1 $$ with the (normalized) solutions $$f_n(x) = \sqrt{2} \, \sin \frac{(2n+1) \pi x}{2}, \quad n=0,1,2,\ldots $$ with associated eigenvalues $$ a_n= \left(\frac{2}{(2n+1) \pi} \right)^2.$$
Coming back to the original problem, task (a) was to solve the equation $f-\lambda Af=0$ for arbitrary complex $\lambda$. The case $\lambda=0$ admits only the trivial solution $f=0$ and we shall assume $\lambda\ne 0$ in the following. The equation $Af=\frac{1}{\lambda}f$ has a nontrivial solution $f= c f_n$ (for some $n$) only if $\lambda \in \{1/a_0, 1/a_1,1/a_2,\ldots\}$. On the other hand, in the case $\lambda \notin \{1/a_0,1/a_1,1/a_2,\ldots \}$, $f=0$ remains as the only solution.
Task (b) was to study the inhomogeneous integral equation $f-\lambda Af = g$ for the special case $g(x)=\sin (\pi N x/2)$ with positive integer $N$. In the following, I shall discuss the general case, leaving the remaining steps for the special case as an exercise. For $\lambda=0$, the (unique) solution is given by $f=g$. Assuming $\lambda \ne 0$ and writing the equation in the form $(\mathbf{1}-\lambda A)f=g$, it is obvious that we have to distinguish two cases depending on whether the operator $\mathbf{1}-\lambda A$ has an inverse or not. In the first case, the complex parameter $\lambda \notin \{1/a_0,1/a_1,1/a_2,\ldots\}$ and there exists a uniquely determined solution $$f=(\mathbf{1}-\lambda A)^{-1} g =\sum\limits_{n=0}^\infty\frac{\langle f_n| g\rangle}{1-\lambda a_n} f_n, \quad \langle f_n | g \rangle =\int\limits_0^1 \overline{f_n(t)} g(t) dt,$$ where the spectral decomposition of the operator was used. In the second case (where $\mathbf{1}-\lambda A$ has no inverse), we have $\lambda =1/a_m$ for a certain $m \in \{0,1,2,\ldots\}$ and the original equation can be written in the form $$f-f_m \langle f_m | f \rangle -\frac{1}{a_m} \sum\limits_{n\ne m} a_n\langle f_n|f\rangle f_n=g. $$ As the left-hand-side is a vector in the orthogonal complement of $f_m$, the condition $\langle f_m |g \rangle =0$ is required for the solvability of this equation. The final steps are straightforward and one finds the general solution $$f= c f_m +\sum\limits_{n\ne m}\frac{\langle f_n |g\rangle}{1-a_n/a_m} f_n $$ with $c$ arbitrary.