Group Abstract Group Abstract

Message Boards Message Boards

0
|
4K Views
|
2 Replies
|
1 Total Like
View groups...
Share
Share this post:

Solve differential equation with Delay, please help!!

Posted 5 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
POSTED BY: Neil Singer
Posted 5 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