1

How do you differentiate a constant $K$ from first principles to show that it equals zero? $f(x) = K$ but what does $f(x+h)$ equal to where $h$ is the change in $x$?

Mankind
  • 13,170
J. Doe
  • 199

2 Answers2

3

If $f (x)=k $ for all $x $ then $f (x+h)=k $ also.

Karl
  • 4,693
1

Your function $f$ is constantly equal to $K$.

This means that no matter what value $y$ you plug into $f$, it will always return $K$, i.e. $f(y)=K$. In particular, I can choose $y=x$ to get $f(x)=K$, or I can choose $y=x+h$ to get $f(x+h)=K$.

Mankind
  • 13,170