In Arfken (3rd ed) ex. 16.5.1 he derives the integral equation for a one dimensional linear oscillator that includes the Green function (eq. 16.148). This equation is a homogeneous integral equation. I know how to solve analytically the differential equation and I know what the solution is [the eigenvalue is $n^2π^2$ while $y = \sin(nπx)$]. My question is that how to I solve analytically the integral equation:
$$ y(x) = λ\left[ \int_0^x G_2(x,t)y(t)dt + \int_x^1 G_1(x,t)y(t)dt\right]$$
where $G_2(x,t) = t(1-x)$ whereas $G_1(x,t) =x(1-t)$.