If $$f(x)=x+ \int_{0}^{1} t(x+t)f(t)dt$$, then find the value of $\int_{0}^{1} f(x).dx$
After rearranging I get $f(x)=x(1+\int_{0}^{1} t \cdot f(t).dt)+\int_{0}^{1} t^2 \cdot f(t).dt$
which means $f(x)$ will be a linear function of type $ax+b$ but how to find $a=1+\int_{0}^{1} t \cdot f(t).dt$ and $b=\int_{0}^{1} t^2 \cdot f(t).dt$ to finally get the desired result?