Line 1: Line 1:
 +
[[Category:math]]
 +
[[Category:tutorial]]
 +
[[Category:calculus]]
 +
[[Category:formulas]]
 +
[[Category:math squad]]
 +
 
==Jacobians==
 
==Jacobians==
  
Line 5: Line 11:
 
===Basic Definition===
 
===Basic Definition===
  
The Jacobian Matrix is just a matrix that takes the partial derivatives of each element of a function (which is in the form of a vector.
+
The Jacobian Matrix is just a matrix that takes the partial derivatives of each element of a function (which is in the form of a vector. So, if F is a function that maps from < u , v > to < x , y >, then the Jacobian of this function would looks like this:
 +
 
 +
<math>\begin{bmatrix}
 +
\frac{\partial x}{\partial u} & \frac{\partial x}{\partial v} \\
 +
\frac{\partial y}{\partial u} & \frac{\partial y}{\partial v}  \end{bmatrix}</math>
 +
 
 +
To help illustrate this, let's do an example:
 +
 
 +
Example #1) Let's take the Transformation: <math>T(u,v) = <u*\cos v,r*\sin v>. </math> What would be the Jacobian Matrix of this Transformation?
 +
 
 +
Solution:
 +
Note that
 +
<math>
 +
 
 +
x=u*\cos v \longrightarrow \frac{\partial x}{\partial u}= \cos v and \frac{\partial x}{\partial v} = -u*\sin v
 +
y=u*\sin v \longrightarrow \frac{\partial y}{\partial u}= \sin v and \frac{\partial y}{\partial v} = u*\cos v
 +
 
 +
</math>
 +
 
 +
Therefore the Jacobian matrix is
  
 +
<math>\begin{bmatrix}
 +
\frac{\partial x}{\partial u} & \frac{\partial x}{\partial v} \\
 +
\frac{\partial y}{\partial u} & \frac{\partial y}{\partial v}  \end{bmatrix}=
 +
\begin{bmatrix}
 +
\cos v & -u*\sin v \\
 +
\sin v & u*\cos v  \end{bmatrix}
 +
</math>
  
For example, let's take the function: F(x,y) = <x,y> .
+
Now after doing

Revision as of 09:14, 8 May 2013


Jacobians

This page is dedicated to explaining what the Jacobian matrix is, and also how to use it. In general, this topic is useful for Vector Calculus and making some surface integrals easier to do.

Basic Definition

The Jacobian Matrix is just a matrix that takes the partial derivatives of each element of a function (which is in the form of a vector. So, if F is a function that maps from < u , v > to < x , y >, then the Jacobian of this function would looks like this:

$ \begin{bmatrix} \frac{\partial x}{\partial u} & \frac{\partial x}{\partial v} \\ \frac{\partial y}{\partial u} & \frac{\partial y}{\partial v} \end{bmatrix} $

To help illustrate this, let's do an example:

Example #1) Let's take the Transformation: $ T(u,v) = <u*\cos v,r*\sin v>. $ What would be the Jacobian Matrix of this Transformation?

Solution: Note that $ x=u*\cos v \longrightarrow \frac{\partial x}{\partial u}= \cos v and \frac{\partial x}{\partial v} = -u*\sin v y=u*\sin v \longrightarrow \frac{\partial y}{\partial u}= \sin v and \frac{\partial y}{\partial v} = u*\cos v $

Therefore the Jacobian matrix is

$ \begin{bmatrix} \frac{\partial x}{\partial u} & \frac{\partial x}{\partial v} \\ \frac{\partial y}{\partial u} & \frac{\partial y}{\partial v} \end{bmatrix}= \begin{bmatrix} \cos v & -u*\sin v \\ \sin v & u*\cos v \end{bmatrix} $

Now after doing

Alumni Liaison

Ph.D. on Applied Mathematics in Aug 2007. Involved on applications of image super-resolution to electron microscopy

Francisco Blanco-Silva