In my differential equations book, we are trying to prove the linear dependence of a set of $3$ functions. We start with
$$c_1x^2+c_2x^3+\dfrac {c_3}{x}=0$$
Then the book says to differentiate twice, and get the following two equations
$$2c_1x+3c_2x^2-\dfrac{c_3}{x^2}=0$$
$$2c_1+6c_2x+\dfrac{c_3}{2x^3}=0$$
We set $x=1$ and go on to solver for $c_1, c_2, c_3$ and show that they all must be $0$.
However, why are we allowed to differentiate equations containing only one variable? If I have the equation $2x=5$ and differentiate both sides, I get $2=0$. The only way out I can see is if we temporarily consider $c_1, c_2, c_3$ as variables, but if that were the case then why aren't we seeing any $\dfrac {dc_1}{dx}$?
The issue is that in terms of functions you have $2x$ and $5$ being equal at one point, but for two functions to be equal they must agree at all points.
– Mark Schultz-Wu Mar 13 '16 at 05:10