How to solve the following integral-differential equations?

  • Thread starter Thread starter jamesbom100
  • Start date Start date
jamesbom100
Messages
2
Reaction score
0
hello, everyone. Recently I confront with the integral differential equations(ide's) in my research. Anyone can help to solve h(t,s), A1(t,s), A2(t,s), B1(t,s), B2(t,s)?

The file attached as following. Thanks a lot. Numerical method is also okay!
 

Attachments

Physics news on Phys.org
Some of your equations look like they will be simplified if you Laplace transform them in s or t (or both).

The key rule is the convolution rule:

$$\mathcal L \left[ \int_0^t dt'~K(t-t')f(t')\right] = \hat{K}(s)\hat{f}(s).$$

Since some of your integrals are of this convolution form, Laplace transforming your equations looks like it may leave you with an algebraic equation for the Laplace transform of the function(s) you want to solve for.
 
Hi, Dear Mute:
Thanks for your the key rule: Laplace transform of the convolution form. However, my beta function only has numerical values(obtained by matlab), not a closed form(because the upper and lower limit of the integration). So how can I get a Laplace transform for numerical values of the beta function(by any command in other package)? Otherwise, how can I do the inverse Laplace transform of this complex algebraic equation(because the Laplace transform of beta is very complex, I think), by the command residue in mathematica or others?
 
jamesbom100 said:
Hi, Dear Mute:
Thanks for your the key rule: Laplace transform of the convolution form. However, my beta function only has numerical values(obtained by matlab), not a closed form(because the upper and lower limit of the integration). So how can I get a Laplace transform for numerical values of the beta function(by any command in other package)? Otherwise, how can I do the inverse Laplace transform of this complex algebraic equation(because the Laplace transform of beta is very complex, I think), by the command residue in mathematica or others?

As the Laplace transform is just ##\mathcal L [f(t)](y) = \int_0^\infty dt~\exp(-yt)f(t)##, you could easily solve for the Laplace transform numerically. The tricky part would probably be inverse transforming numerically.

Alternatively, you could fit a functional form to your ##\beta## function in terms of standard functions and compute the Laplace transform of the fit if you want to try and solve the equations analytically.

I suppose you could also combine both approaches and calculate the Laplace transform numerically and then fit a functional form to the Laplace transform of your ##\beta##.
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top