I was wondering what kinds of initial value problems can have superposition of zero state response and zero input response?
An example of initial value problem that has the superposition is $ y'(t) = f(t), \quad y(0) = c. $ But are there other initial value problems that also have such superposition?
Also an initial value problem doesn't necessarily seem to have the superposition in general. An initial value problem is defined as (which is not necessarily first order):
An initial value problem is a differential equation $ y'(t) = f(t, y(t)) \, $ with $f: \Omega \subset \mathbb{R} \times \mathbb{R}^n \to \mathbb{R}^n $ where $\Omega \,$ is an open set, together with a point in the domain of $ƒ$ $ (t_0, y_0) \in \Omega, $ called the initial condition.
A solution to an initial value problem is a function $y$ that is a solution to the differential equation and satisfies $ y(t_0) = y_0. \, $ This statement subsumes problems of higher order, by interpreting $y$ as a vector. For derivatives of second or higher order, new variables (elements of the vector $y$) are introduced.
I think we also need to specify what an "input" is for an initial value problem.
Thanks and regards!