2

Possible Duplicate:
What is Jacobian Matrix?

Is there any physical intuition for the Jacobian?

I understand that it is the matrix of partial derivatives and how to construct it. What I want to know is

  • what's the use of it? Application wise
  • is there a nice intuitive explanation for it? I mean regarding its significance and otherwise
Inquest
  • 6,635

1 Answers1

5

The Jacobian is the matrix that represents the linear transformation that takes a small change in the input of a function to the corresponding small change in output:

For $f:\mathbb R^n\to\mathbb R^m$, a fixed $x \in \mathbb R^n$, we have $$f(x+h) = f(x) + J(x)h + o(|h|) \qquad\text{for }h\in\mathbb R^m, h\to 0$$ provided that the various partial derivatives exist and behave sufficiently nicely.

In this way the Jacobian is the direct analogue of the derivative in ordinary real analysis.