Consider an equation of the form: cy"+cy'+cy Or something of the form. Essentially, it's a polynomial but instead of powers, there are derivatives. Do these kind of things have a name? Or are they completely useless?
Note: I KNOW what Taylor Polynomials and the like are, but I mean something in the form of what I have shown.
There is a rich study of so-called "differential algebra."
https://en.wikipedia.org/wiki/Differential_algebra
However, what you're realizing is the connection between linear algebra and differential equations.
Namely, if $D: C^\infty(X) \longrightarrow C^\infty(X)$ is the derivative operator, and $1$ represents the identity map, then the vectors $y$ which satisfy the following polynomial equation
$$(a_n D^n + \cdots+ a_1D + a_01)y=0$$ are said to be solutions to the differential equation
$$a_n y^{(n)} + \cdots+ a_2y''+ a_1y' + a_0y=0.$$
The missing connection would be the Cayley Hamilton Theorem. Which would say that if $T:V\longrightarrow V$ is a linear operator, with characteristic equation $$a_n \lambda^n + \cdots+ a_1\lambda + a_0=0$$
Then $T$ satisfies this characteristic equation $$a_n T^nv + \cdots+ a_1Tv + a_0v=0$$ for all $v\in V.$