Differential equation with phase shift

449 Views Asked by At

What are differential equations called where the derivative is not evaluated at the same point as the function?

E.g. $y'(t) = y(t+\pi/2)$ with the solution $y(t) = \sin(t)$.

1

There are 1 best solutions below

0
On BEST ANSWER

They are called delay differential equations, except that in your equation $y'$ depends on later values of $y$ rather than earlier values (but you could change $t$ to $-t$ to remedy that).