This question is from a mathematics competition question paper.
We are given the integral equation $$ y(x)= f(x) + \int_{0}^x \sin(x-t)y(t) dt $$
Then $y$ is given by:
- $y(x) = f(x) + \int_{0}^x (x-t)f(t) dt$
- $y(x) = f(x) - \int_{0}^x (x-t)f(t) dt$
- $y(x) = f(x) - \int_{0}^x \cos(x-t)f(t) dt$
- $y(x) = f(x) - \int_{0}^x \sin(x-t)f(t) dt$
From what I know, the solution is $$y(x) = f(x) + \int_{0}^x R(x,t,\lambda)f(t) dt,$$ where $R(x,t,\lambda)$ is the resolvent kernel.
Which is given by $$R(x,t,\lambda)= \sum_{n=0}^\infty \lambda^n K_{n+1}(x,t),$$ and $K_{n+1}(x,t)= \int_{t}^x K(x,t)K_n(x,t) $ with $K_1(x,t) = K(x,t)$.
But in this case, the resolvent kernel is not easy to find so I suppose there is something else used here. Please guide me.