Let $$y''(x)+a(x)y'(x)+b(x)y(x)=f(x),$$ an ODE of second order. Let $y_1$ and $y_2$ two solution of the homogeneous equation. To find a general solution, we use variation constant method. Why do we have to find $y$ s.t. $$\begin{cases} y(x)=\lambda (x)y_1(x)+\mu(x)y_2(x)\\ y'(x)=\lambda (x)y_1'(x)+\mu(x)y_2'(x) \end{cases} ?$$
Shouldn't it be $$\begin{cases} y(x)=\lambda (x)y_1(x)+\mu(x)y_2(x)\\ y'(x)=\lambda (x)y_1'(x)+\lambda '(x)y_1(x)+\mu(x)y_2(x)+\mu'(x)y_2(x) \end{cases} ?$$ I mean, why is $y'(x)$ is not the derivative of $y(x)=\lambda (x)y_1(x)+\mu(x)y_2(x)$ ? Isn't it weird ?
Because we impose on $\lambda$ and $\mu$ the condition $$ \lambda'y_1+\mu'y_2=0. $$