- 1,590
- 3
I'm looking at an integro-differential equation prompted by a HW question. This is a simplified version of it:
\frac{df}{dx}=-\frac{af}{x^2}\left(\int_{x_0}^x u^2f(u)du+M\right);\quad f(x_0)=1
with:
x_0>0
and a and M positive constants.
Does anyone know if it can be approached analytically and how? I'm currently working on a modified Runge-Kutta method to solve it numerically . Is that the best approach for such equations?
\frac{df}{dx}=-\frac{af}{x^2}\left(\int_{x_0}^x u^2f(u)du+M\right);\quad f(x_0)=1
with:
x_0>0
and a and M positive constants.
Does anyone know if it can be approached analytically and how? I'm currently working on a modified Runge-Kutta method to solve it numerically . Is that the best approach for such equations?