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##.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top