i have a question about the approach "Variation of parameters (also known as variation of constants).
Imagine we have non-homogene ODE of the form: $$ y' = a(x) \cdot y + b(x)$$ The homogene solution is found by the Eigenvalue approach or others like seperation of variables.
This leads us to: $$ y_H = C \cdot \underbrace{e^{\int a(x) \mathop{dx}}}_{y_h} \qquad C \in \mathbb{C}$$
The next step to get the non-homogene solution is to use variation of constants with the approach: $$ y_P = C(x)\cdot y_h $$ Why do we expect the special solution $y_P$ to be of the same kind as $y_H$? How do I know that the soluation must have the structure $y(x) = y_H(x) + y_P(x)$
I would greatly appreciate answers to the question.