I have this definition: $f:R^n → R^m$ is differentiable at $a∈R^n$, if there exists a linear transformation $μ:R^n→R^m$ such that
$\lim_{h \to 0} \frac{|f(a+h)-f(a)-\mu(h)|}{|h|} = 0$.
My questions are what's the linear transformation $μ(h)$ for? What does it mean and where does it come from? Why is it necessary?
Can anyone explain the definition to me a bit better? Thanks
The linear map $\mu$ is the derivative of $f$ at $a$. It's the best linear approximation of $f$ near $a$.
For a detailed answer look here.