Jacobians (2024)

Jacobians (1)

Home

Integration by Parts

Integration by Parts
Examples
Integration by Parts with a definite integral
Going in Circles
Tricks of the Trade

Integrals of Trig Functions

Antiderivatives of Basic Trigonometric Functions
Product of Sines and Cosines (mixed even and odd powers or only odd powers)
Product of Sines and Cosines (only even powers)
Product of Secants and Tangents
Other Cases

Trig Substitutions

How Trig Substitution Works
Summary of trig substitution options
Examples
Completing the Square

Partial Fractions

Introduction to Partial Fractions
Linear Factors
Irreducible Quadratic Factors
Improper Rational Functions and Long Division
Summary

Strategies of Integration

Substitution
Integration by Parts
Trig Integrals
Trig Substitutions
Partial Fractions

Improper Integrals

Type 1 - Improper Integrals with Infinite Intervals of Integration
Type 2 - Improper Integrals with Discontinuous Integrands
Comparison Tests for Convergence

Modeling with Differential Equations

Introduction
Separable Equations
A Second Order Problem

Euler's Method and Direction Fields

Euler's Method (follow your nose)
Direction Fields
Euler's method revisited

Separable Equations

The Simplest Differential Equations
Separable differential equations
Mixing and Dilution

Models of Growth

Exponential Growth and Decay
The Zombie Apocalypse (Logistic Growth)

Linear Equations

Linear ODEs: Working an Example
The Solution in General
Saving for Retirement

Parametrized Curves

Three kinds of functions, three kinds of curves
The Cycloid
Visualizing Parametrized Curves
Tracing Circles and Ellipses
Lissajous Figures

Calculus with Parametrized Curves

Video: Slope and Area
Video: Arclength and Surface Area
Summary and Simplifications
Higher Derivatives

Polar Coordinates

Definitions of Polar Coordinates
Graphing polar functions
Video: Computing Slopes of Tangent Lines

Areas and Lengths of Polar Curves

Area Inside a Polar Curve
Area Between Polar Curves
Arc Length of Polar Curves

Conic sections

Slicing a Cone
Ellipses
Hyperbolas
Parabolas and Directrices
Shifting the Center by Completing the Square

Conic Sections in Polar Coordinates

Foci and Directrices
Visualizing Eccentricity
Astronomy and Equations in Polar Coordinates

Infinite Sequences

Approximate Versus Exact Answers
Examples of Infinite Sequences
Limit Laws for Sequences
Theorems for and Examples of Computing Limits of Sequences
Monotonic Covergence

Infinite Series

Introduction
Geometric Series
Limit Laws for Series
Test for Divergence and Other Theorems
Telescoping Sums

Integral Test

Preview of Coming Attractions
The Integral Test
Estimates for the Value of the Series

Comparison Tests

The Basic Comparison Test
The Limit Comparison Test

Convergence of Series with Negative Terms

Introduction, Alternating Series,and the AS Test
Absolute Convergence
Rearrangements

The Ratio and Root Tests

The Ratio Test
The Root Test
Examples

Strategies for testing Series

Strategy to Test Series and a Review of Tests
Examples, Part 1
Examples, Part 2

Power Series

Radius and Interval of Convergence
Finding the Interval of Convergence
Power Series Centered at $x=a$

Representing Functions as Power Series

Functions as Power Series
Derivatives and Integrals of Power Series
Applications and Examples

Taylor and Maclaurin Series

The Formula for Taylor Series
Taylor Series for Common Functions
Adding, Multiplying, and Dividing Power Series
Miscellaneous Useful Facts

Applications of Taylor Polynomials

Taylor Polynomials
When Functions Are Equal to Their Taylor Series
When a Function Does Not Equal Its Taylor Series
Other Uses of Taylor Polynomials

Functions of 2 and 3 variables

Functions of several variables
Limits and continuity

Partial Derivatives

One variable at a time (yet again)
Definitions and Examples
An Example from DNA
Geometry of partial derivatives
Higher Derivatives
Differentials and Taylor Expansions

Differentiability and the Chain Rule

Differentiability
The First Case of the Chain Rule
Chain Rule, General Case
Video: Worked problems

Multiple Integrals

General Setup and Review of 1D Integrals
What is a Double Integral?
Volumes as Double Integrals

Iterated Integrals over Rectangles

How To Compute Iterated Integrals
Examples of Iterated Integrals
Fubini's Theorem
Summary and an Important Example

Double Integrals over General Regions

Type I and Type II regions
Examples 1-4
Examples 5-7
Swapping the Order of Integration
Area and Volume Revisited

Double integrals in polar coordinates

dA = r dr (d theta)
Examples

Multiple integrals in physics

Double integrals in physics
Triple integrals in physics

Integrals in Probability and Statistics

Single integrals in probability
Double integrals in probability

Change of Variables

Review: Change of variables in 1 dimension
Mappings in 2 dimensions
Jacobians
Examples
Bonus: Cylindrical and spherical coordinates

The distortion factor between size in $uv$-space and size in $xy$space is called the Jacobian. The following video explains what the Jacobian is, how it accounts for distortion, and how it appears in the change-of-variable formula.


Definition: The Jacobian of the transformation $${\bf \Phi}: (u,\,v) \ \longrightarrow \ (x(u,\, v), \, y(u, \,v))$$ is the $2\, \times\, 2$ determinant$$\frac{\partial (x,\,y)}{\partial (u, \,v)} \ = \ \left|\,\begin{matrix}\displaystyle { \frac{\partial x}{\partial u}} & \displaystyle { \frac{\partial x}{\partial v} } \cr\\\displaystyle { \frac{\partial y}{\partial u} }& \displaystyle { \frac{\partial y}{\partial v}} \end{matrix}\,\right|\,\ = \ \frac{\partial x}{\partial u}\frac{\partial y}{\partial v} - \frac{\partial x}{\partial v}\frac{\partial y}{\partial u}.$$ Note that the bars around the $2 \times 2$ matrix mean ''determinant'', not absolutevalue. The Jacobian $\frac{\partial(x,y)}{\partial(u,v)}$ may be positive or negative.


Change-of-variable formula: If a 1-1 mapping $\Phi$ sends a region$D^*$ in $uv$-space to a region $D$ in $xy$-space, then $$\iint_D f(x,y) dx\,dy \ = \ \iint_{D^*} f(\Phi(u,v)) \left | \frac{\partial(x,y)}{\partial(u,v)} \right | du\, dv.$$ Note that this involves the absolute value of the Jacobian.Even when the Jacobian is negative, the distortion in volume is positive.


Example 1: Compute the Jacobian ofthe polar coordinates transformation $$x \ = \ r \cos \theta,\, \qquad y = r \sin \theta\,.$$Solution: Since \begin{eqnarray*} & \frac{\partial x}{\partial r} = \cos(\theta), \quad &\frac{\partial y}{\partial r} = \sin(\theta), \\& \frac{\partial x}{\partial \theta} = -r \sin(\theta), \quad &\frac{\partial y}{\partial \theta} = r \cos(\theta),\end{eqnarray*} our Jacobian is$$ \left|\begin{matrix} \displaystyle { \frac{\partial x}{\partial r} }& \displaystyle{\frac{\partial x}{\partial \theta} }\cr\\\displaystyle { \frac{\partial y}{\partial r} }& \displaystyle { \frac{\partial y}{\partial \theta}} \end{matrix}\right|\ = \ \left|\begin{matrix} \cos \theta & -r\sin \theta \cr\\ \sin \theta & r \cos \theta \end{matrix}\right|\ = \ r\,.$$This explains why there's an $r$ factor in polar integrals! The areaelement $dA=dx\,dy$ is notequal to $dr\,d\theta$. Instead, $dA$ is equal to $r\, dr\,d\theta$.

Let's see why the Jacobian is the distortion factor in general for a mapping$${\bf \Phi} : (u,\, v) \ \to \ (x(u,\,v),\, y(u,\,v))\ = \ x(u,\,v)\, {\bf i} +y(u,\,v)\, {\bf j}\,, $$making good use of all the vector calculus we've developed so far. Let $Q = [a,\,a+h]\times [c,\,c+k]$ be a rectangle in the $uv$-plane and ${\bf \Phi}(Q)$ its image in the $xy$-plane as shown in

Jacobians (2)


Then $${\bf u} \ = \ {\bf \Phi}(a+h,\,c) - {\bf \Phi}(a,\,c)\,, \qquad{\bf v} \ = \ {\bf \Phi}(a,\,c+k) - {\bf \Phi}(a,\,c)\,.$$The area of the parallelogram spanned by ${\bf u} = u_1 {\bf i} + u_2 {\bf j}$ and ${\bf v} = v_1 {\bf i} + v_2 {\bf j}$ isthe determinant $\left | \begin{matrix} u_1 & v_1 \cr u_2 & v_2 \end{matrix}\right |$.


By the definition of partial derivatives, $$\frac{{\bf \Phi}(a+h,\,c) - {\bf \Phi}(a,\,c)}{h} \ \approx \\frac{\partial {\bf \Phi}}{\partial u}\Big|_{(a,c)}\ = \\frac{\partial x}{\partial u}\Big|_{(a,c)}\, {\bf i} + \frac{\partialy}{\partial u}\Big|_{(a,c)}\, {\bf j} \,,$$ $$\frac{{\bf \Phi}(a,\,c+k) - {\bf \Phi}(a,\,c)}{k} \ \approx \\frac{\partial {\bf \Phi}}{\partial v}\Big|_{(a,c)}\ = \\frac{\partial x}{\partial v}\Big|_{(a,c)}\, {\bf i} + \frac{\partialy}{\partial v}\Big|_{(a,c)}\, {\bf j}\,.$$We then compute $$\hbox{area}(\Phi(Q)) \approx \left | \begin{matrix} u_1 & v_1 \cr u_2 & v_2 \end{matrix}\right | \ \approx \ \left | \begin{matrix}h \frac{\partial x}{\partial u} & k \frac{\partial x}{\partial v} \crh \frac{\partial y}{\partial u} & k \frac{\partial y}{\partial v} \end{matrix} \right | \ = \ hk \left | \begin{matrix}\frac{\partial x}{\partial u} & \frac{\partial x}{\partial v} \cr\frac{\partial y}{\partial u} & \frac{\partial y}{\partial v}\end{matrix}\right |. $$

Since $\hbox{area}(Q) \, =\, hk$, this means that the area of our regionin the $xy$ plane is given by the absolute value of the Jacobian times thearea in the $uv$ plane. Our shorthand for this is $$dA \ = \ dx\, dy \ = \ \left | \frac{\partial(x,y)}{\partial(u,v)} \right |du \, dv.$$

Areas are alwayspositive, so the area of a small parallelogram in $xy$-space is always the absolute value of the Jacobian times the area of the correspondingrectangle in $uv$-space.

So why didn't we see an absolute value in the change-of-variables formulain one dimension? This had to do with the way we write the limits of integration.

Example 2: Compute $\int_0^{10} e^{-x/5} dx$.

Solution: We did this before using $x=g(u)=5u$. Instead, let's take$x=-5u$, so $g'(u)=-5$ is negative. Now $e^{-x/5}=e^u$ and $dx= -5 du$. The map $g$ sends the interval from 0 to -2 in $u$-space to the intervalfrom 0 to 10 in $x$-space,and our change-of-variable formula says$$\int_0^{10} e^{-x/5} dx \ = \ \int_0^{-2} -5 e^{u} du.$$Of course, we usually integrate from $-2$ to $0$, not from $0$ to $-2$.

Flipping the limits of integration changes the sign of the answer, so$$\int_0^{10} e^{-x/5} dx \ = \ \int_{-2}^{0} +5 e^{u} du = 5(1-e^{-2}).$$

If we had written our 1-dimensional integrals in terms of regions insteadin terms of starting points and end points, we would have had a factor of $+5$, rather than $-5$, all along. The mapping $x=-5u$ sends the region $D^*=[-2,0]$ to the region $D=[0,10]$, and $$\int_D e^{-x/5} dx \ = \ \int_{D^*} e^u \left | \frac{dx}{du} \right| du.$$


Jacobians (2024)

FAQs

What does the Jacobian tell us? ›

The Jacobian of a vector-valued function in several variables generalizes the gradient of a scalar-valued function in several variables, which in turn generalizes the derivative of a scalar-valued function of a single variable.

How to solve Jacobian? ›

Given an exact approximation x(k) = (x1(k), x2(k), x3(k), …, xn(k)) for x, the procedure of Jacobian's method helps to use the first equation and the present values of x2(k), x3(k), …, xn(k) to calculate a new value x1(k+1).

What is an example of a Jacobian question? ›

Example of Jacobian

Problem: Suppose x (u, v) = u2 - v2 and y (u, v) = 2 uv. Can you determine the Jacobian J (u, v)? Therefore, J (u, v) equals 4u2 + 4v2.

Does the Jacobian always have to be positive? ›

The Jacobian ∂(x,y)∂(u,v) may be positive or negative.

What is the intuition behind the Jacobian? ›

In short, the intuition is that the Jacobian matrix will give you an approximate change in output vector if you give it a small change in input vector, at a particular point in the domain of the function. The approximation is based on the linear approximation using the classical derivative of single-variable calculus.

What does it mean if the Jacobian is zero? ›

If the determinant of the Jacobian is zero, that means that there is a way to pick n linearly independent vectors in the input space and they will be transformed to linearly dependent vectors in the output space.

What is the practical application of Jacobian? ›

One of the many applications for the Jacobian matrix is to transfer mapping from one coordinate system to another, such as the transformation from a Cartesian to natural coordinate system, spherical to Cartesian coordinate system, polar to Cartesian coordinate system, and vice versa for each.

What is the Jacobian conceptually? ›

Jacobian is the determinant of the jacobian matrix. The matrix will contain all partial derivatives of a vector function. The main use of Jacobian is found in the transformation of coordinates. It deals with the concept of differentiation with coordinate transformation.

Why is it called Jacobian? ›

In mathematics, a Jacobian, named for Carl Gustav Jacob Jacobi, may refer to: Jacobian matrix and determinant (and in particular, the robot Jacobian) Jacobian elliptic functions.

Is the Jacobian a tensor? ›

In terms of shapes, the Jacobian multiplication dL/dy*dy/dx = gradient*J reduces itself to a tensor of the same shape as x .

What is the ideal value of Jacobian? ›

The Jacobian value ranges from 0.0 to 1.0, where 1.0 represents a perfectly shaped element.

What is Jacobian rule? ›

If the Jacobian matrix is a square matrix, then the number of rows and columns is same, thus it can be written as m = n, then f is a function from ℝn to itself. From the Jacobian matrix, we can form a determinant, known as the Jacobian determinant. The Jacobian determinant is sometimes called "Jacobian".

What is the physical significance of the Jacobian? ›

Physical meaning of the Jacobian

Thus, here, the jacobian represents the transformation of one volume unit from one coordinate space to another. For instance, in 2D carthesian coordinate, a volume (surface) of 1 correspond to a volume of r in polar coordinates.

Why do we use the Jacobi method? ›

In numerical linear algebra, the Jacobi method (a.k.a. the Jacobi iteration method) is an iterative algorithm for determining the solutions of a strictly diagonally dominant system of linear equations. Each diagonal element is solved for, and an approximate value is plugged in.

What is the significance of Jacobian in coordinate transformation? ›

This quantity dx dt is the Jacobian of this coordinate transformation. It tells us how to change the infinitesimal. So in simple words, when we make a change of a coordinate system, the Jacobian tells us how much the infinitesimal should change.

What does the determinant of the Jacobian represent? ›

The Jacobian determinant is a scalar value that represents the scaling factor or the amount of stretching, shrinking, or shearing that occurs when a transformation is applied to a set of variables. It provides information about how changes in the input variables collectively affect the output variables.

References

Top Articles
Latest Posts
Article information

Author: Fr. Dewey Fisher

Last Updated:

Views: 6313

Rating: 4.1 / 5 (62 voted)

Reviews: 93% of readers found this page helpful

Author information

Name: Fr. Dewey Fisher

Birthday: 1993-03-26

Address: 917 Hyun Views, Rogahnmouth, KY 91013-8827

Phone: +5938540192553

Job: Administration Developer

Hobby: Embroidery, Horseback riding, Juggling, Urban exploration, Skiing, Cycling, Handball

Introduction: My name is Fr. Dewey Fisher, I am a powerful, open, faithful, combative, spotless, faithful, fair person who loves writing and wants to share my knowledge and understanding with you.