$$ f(x) + \int_0^1 (xy+x^2y^2) f(y) dy = x^3 +\frac16x^2+ \frac15x $$
I have this fredholm integral equation of the second kind and am not sure how to answer this equation. I know that is has to be written in the form $$ \sum a_jx^{j-1} $$
I do not know how to integrate with the function $f(y)$ in the integral.
Any help would be appreciated.
Thanks
can you start with: $$f(x)+\int_0^1(xy+x^2y^2)f(y)dy=x^3+\frac16x^2+\frac15x$$ $$f'(x)+(x+x^2)f(1)=3x^2+\frac13x+\frac15$$ $$f'(x)=(3-f(1))x^2+\left(\frac13-f(1)\right)+\frac15$$ so: $$f(x)=\int\left[(3-f(1))x^2+\left(\frac13-f(1)\right)+\frac15\right]dx+C$$