I’m trying to learn how to solve Volterra equations of the second kind using ApproxFun.jl.
For example, consider the following equation, where u is an unknown function on [0,1/2].
The closest similar example I could find was this, but I don’t know how to include the information regarding the different limits of integration, so ApproxFun.jl is giving me a u that is different from the solution that I can solve for analytically.
Can anyone help? I’ve tried the documentation, but I don’t quite yet see how to adapt the examples there to the equation I have.
Coming back to this, I am wondering what is the best way to represent
\int_0^1\exp(-|t-s|)u(s)ds
Indeed, if using a definite integral, the kernel is not smooth. We can cut it in two volterra kernels but the second one is \int_t^1 \exp(-s)u(s)ds et I dont know how to reverse Volterra