I am slightly stuck and was hoping someone could clarify about the superposition of solutions to linear, non-homogeneous differential equations.
I was taught that if you have two solutions to a linear equation, then any linear combination of these two solutions will also be a solution.
But surely this cannot be the case. Say I have the differential equation
$L(y)= a(x)\frac{d^2y}{x^2}+b(x)\frac{dy}{dx}+c(x)y=f(x)$ and I have two solutions $y_1$ and $y_2$, then the sum is not a solution as
$L(y_1+y_2)=L(y_1)+L(y_2)=2f(x)\neq f(x)$
I have a feeling that I have misunderstood something quite basic here...