Message Boards Message Boards

0
|
3048 Views
|
2 Replies
|
1 Total Likes
View groups...
Share
Share this post:

Solve differential equation with Delay, please help!!

Posted 4 years ago

Good evening, Please I stuck in a programme of a differential equation with Delay I want to solve the following equation:

T= 2,
homogen =  D[f[x, t], t] - D[f[x, t], {x, 2}]  +  Integrate[ t*s*Sin[t] (f[x, s - 1])^2, {s, 0, t}] 
+  (3 + Abs[f[x, t - 1]])/(40 Exp[t]* (1 + Abs[f[x, t - 1]]))  == 0;
(*données initiales propres *)
ic = {f[x, t /; t <= 0] == x^2  t^2};
(* Condition aux bord de Dirichlet*)
bc = {f[0, t] == 0, f[\[Pi], t] == 0};
(*résolution analytique de l'équation *)
sol1 = NDSolveValue[{homogen, ic, bc}, f, {x, 0, \[Pi]}, {t, -T, T}]
POSTED BY: LMDP amir
2 Replies

Your equations do not make sense to me. Your integration is in "s" but there are "s" variables in the rest of the expression. Also, you probably should give some background as to how the equations are derived to be of more help (and to help us determine if they are correct).

Regards,

Neil

POSTED BY: Neil Singer
Posted 4 years ago

Hello Neil, I just corrected the code, sorry I didn't pay attention at the beginning, now it's just a heat equation with delay. but I still can't resolve it.

I think there is a problem in the initial conditions "ic"

Best regards,

POSTED BY: LMDP amir
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract