How to solve delay differential equation

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
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]