Summary
Highlights
Dr. Tom Crawford introduces Jacobians as stretch factors in integrals used for changing coordinate systems. He explains that some problems, like finding the area of a unit circle, become simpler when switching from Cartesian to polar coordinates (r and theta).
The video explains that calculating area involves dividing a shape into small pieces. As these pieces become infinitesimally small, the sum of their areas approaches the exact area of the shape. This limiting process is represented by the integral sign.
The unit circle's area is difficult to compute in Cartesian coordinates due to complex limits. Switching to polar coordinates simplifies this, making the Jacobian necessary for the coordinate change. The 'dxdy' term in Cartesian coordinates represents a small rectangular area.
In polar coordinates, the Cartesian rectangle transforms into a curved sector. To estimate its area, the sector is approximated as a rectangle. The width is 'dr', and the height is the arc length 'r dtheta'. This leads to 'r dr dtheta' for the area, where 'r' is the Jacobian.
Using the 'r dr dtheta' transformation, the integral for the unit circle's area becomes straightforward. The limits for r are from 0 to 1, and for theta from 0 to 2pi. Evaluating this integral yields 'pi', confirming the known area of a unit circle.
The video moves to derive a general Jacobian formula for any coordinate change from x,y to u,v. A small Cartesian rectangle (dx dy) transforms into a parallelogram in the new coordinate system. The area of this parallelogram is found using the cross product of its side vectors.
The vectors representing the sides of the transformed parallelogram are derived using partial derivatives relating x and y to u and v. For instance, the original dx component now has both horizontal and vertical components involving partial derivatives with respect to u and v.
The area of the parallelogram (which is the Jacobian) is calculated using the determinant of a matrix formed by the partial derivatives of x and y with respect to u and v. This results in the formula (dx/du * dy/dv) - (dx/dv * dy/du).
The general formula for the Jacobian, j = (dx/du * dy/dv) - (dx/dv * dy/du), is presented. This can also be expressed as the determinant of a matrix containing the partial derivatives of x and y with respect to u and v.
The general Jacobian formula is applied to the polar coordinate transformation (x=r cos theta, y=r sin theta). By calculating the necessary partial derivatives and plugging them into the formula, the Jacobian is found to be 'r', matching the geometrically derived result.