If $\phi$ is the solution of the integral equation $$\phi(x)=1-2x-4x^2+\int_0^x[3+6(x-t)-4(x-t)^2]\phi(t)dt$$
Then the value of $\phi(\log 2)$ is
(a). 2
(b). 4
(c). 6
(d). 8
I tried this and I get the solution is $23$ but I am not sure about it can anyone please solve this.Thank you
Differentiating three times gives that $$\phi’’’(x)=3\phi’’(x)+6\phi’(x)-8\phi(x).$$ Solve the characteristic equation and we find it has three distinct roots, so everything will be easy.
The result I get is that $\phi(x)=e^x$ so $\phi(\log(2))=2$.
Thanks to @lan for pointing out my stupid errors.