How to solve delay differential equation

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
iVenky
Messages
212
Reaction score
12
Is there some systematic procedure to solve delay differential equation ?

Here's one equation that I would like to solve

[itex]\large \frac{1}{ \omega } \frac{dV_0(t)}{dt} = V_i(t) - \frac{V_o(t-T_d)}{k}[/itex]

where
Td is the delay

Thanks
 
Physics news on Phys.org
iVenky said:
Is there some systematic procedure to solve delay differential equation ?

Here's one equation that I would like to solve

[itex]\large \frac{1}{ \omega } \frac{dV_0(t)}{dt} = V_i(t) - \frac{V_o(t-T_d)}{k}[/itex]

where
Td is the delay

Thanks

The equation is linear, so Laplace transforms are suitable:
[tex] \mathcal{L}[f(t)] = \int_0^\infty e^{-st} f(t)\,dt = F(s)[/tex]
You will need to use
[tex] \mathcal{L}[f(t - t_0)] = e^{-st_0} \int_{-t_0}^0 e^{-su} f(u)\,du + \mathcal{L}[f(t)][/tex]