Linearity of the Derivative
Prerequisites: The derivative is linear. Which makes sense if you think in terms of rates of change.
Linearity means the rate of change of of a sum is the sum of the rates of change. Symbolically
dxd(f(x)+g(x))=dxdf(x)+dxdg(x)
The second bit of linearity is that you can bring the constant outside
dxdcf(x)=cdxdf(x)
The important thing is this making sense intuitively, the proof isn't important but I'll present it for completeness.
The trick is using the fact that limits are linear
(cf)′=h→0limhcf(x+h)−cf(x)=ch→0limhf(x+h)−f(x)=cf′(x)
And for the sum case (don't be afraid! it's just algebra!)
(f+g)′(x)=h→0limh(f+g)(x+h)−(f+g)(x)=h→0limhf(x+h)+g(x+h)−f(x)−g(x)=h→0limhf(x+h)−f(x)+h→0limhg(x+h)−g(x)=f′(x)+g′(x)