Question: Integrate both sides

I want convert the integro differential equation to volterra integral equation by integration both side of integro-diff then subs in  initial condition 

intE := diff(u(x), x) = 1+x-x^2+int((x-t)*u(t), t = 0 .. x), u(0) = 3

How do it?

Please Wait...