Message Boards Message Boards

[?] Get symbolic solution expressions of Delay Differential Equations?

Posted 7 years ago

Hello all, The Wolfram documentation suggests to tackle Delay differential equations ( DDE's ) with NSolve, but I need a symbolic expression of the solution for my current analysis. So, I'm trying to solve using Dsolve. I found a thread

https://www.wolfram.com/mathematica/new-in-10/enhanced-calculus-and-differential-equations/find-symbolic-solutions-for-delay-differential-equ.html

which suggests a way to get symbolic expressions and tried the same for my current problem. But, I didn't get any favorable output. I have attached the file, any help in this regard will be much appreciated.

Thanks in advance

Attachments:
POSTED BY: Vamsi Meesala

I do not know why there is an error but not using Subscript it works :

 DSolve[{q[t] + omc*q[t] - omc*q[t - 1] + 2*sig*q'[t] + q''[t] == 0, 
 q[t /; t < 0] == 0}, q[t], {t, 0, 2}]

enter image description here

Another Example:

  DSolve[{q[t] + omc*q[t] - omc*q[t - 1] + 2*sig*q'[t] + q''[t] == 0, 
  q[t /; t < 0] == 1}, q[t], {t, 0, 1}]

enter image description here

Regards Mariusz.

Attachments:
POSTED BY: Mariusz Iwaniuk
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