What is Jacobian: Definition and 169 Discussions

In mathematics, a Jacobian, named for Carl Gustav Jacob Jacobi, may refer to:

Jacobian matrix and determinant
Jacobian elliptic functions
Jacobian variety
Intermediate Jacobian

View More On Wikipedia.org
  1. A

    Solution to "Find Jacobian for Cartesian to Cylindrical Polar Coordinates

    Homework Statement Consider the scalar field Φ(x, y, z) given by Φ(x, y, z) = x^2y^2z^2 (a) Write down the vector field A(x, y, z) defined by A(x, y, z) = ∇Φ(x, y, z) (b) Write down the scalar field Q(x, y, z) defined by Q(x, y, z) = ∇ . A(x, y, z) (c) Find the Jacobian for the...
  2. S

    Understanding Jacobian Matrices - Working Through Examples

    I get the idea of Jacobian matrices. I think. Working through different examples, I don't have any problems. For example, f1 = x^2 + y^2 f2 = 3x + 4y would result in [2x 2y] [3 4] Similarly, by my understanding, something like x^2 + y^2 3y + 4x would result in [2x...
  3. P

    Calculus: Coordinate Changes, Jacobian, Double Integrals?

    Calculus: Coordinate Changes, Jacobian, Double Integrals?? Homework Statement Show that T(u,v) = (u2 - v2, 2uv) maps to the triangle = { (u,v) | 0 ≤ v ≤ u ≤ 3 } to the domain D, bounded by x=0, y=0, and y2 = 324 - 36x. Use T to calculate ∬sqrt(x2+y2) dxdy on the region D...
  4. N

    MATLAB Matlab; Jacobian array calculation question

    Hi, i want to ask a question, if you help me i'll apraciate. I have a jacobian matris with 4 initial parameters. J [1,1] like: J = -1/25-7610043006264749541981/760193818229211136000000*20265^(3/4)*1663^(1/4)*(1/T)^(7/4)/Yf^(9/10)*233^(13/20)*1000^(7/20)*Yox^(33/20)-Ypr in here. I...
  5. W

    Gamma as a Jacobian of Lorentz transformations

    Hello. When one is converting between coordinate systems, the Jacobian arises as a necessary consequence of the conversion. Does this occur with transformations between relativistic systems, and, if so, is this manifested through the prevalence of gamma in the transforms? Any guidance would...
  6. WannabeNewton

    Help on Jacobian Matrix for Cartesian to Spherical

    Hi. First off I don't know if this is the right topic area for this question so I'm sorry if it isn't. So my current situation is that I can find the jacobian matrix for a transformation from spherical to cartesian coordinates and then take the inverse of that matrix to get the mapping from...
  7. N

    Jacobian of the transformation

    Homework Statement Hi I wish to perform an integral of the form \int_0^a {\int_0^b {f\left( {x - y} \right)dxdy} } What I do first is to define s := x-y, and ds = dx. Then we get \int_0^a {\int_{-y}^{b-y} {f\left( {s} \right)dsdy} } Then I can define t := x+y, so dt = dy. Then I get...
  8. A

    In partial differentiation why we have to use the jacobian?

    in partial differentiation why we have to use the jacobian?what does signifies?how does it differ from normal partial derivative? thanks
  9. A

    Jacobian matrix of a variable transformation

    Suppose I am changing variables from (x,y) to (s,t), where \begin{align*} s & = \frac 12 (x+y),\\ t & = y - x \end{align*} According to Wikipedia, if I want to see how the measure dx dy changes, I need to compute the Jacobian matrix J associated with this variable transformation and take its...
  10. V

    Where Should the Weather Station Be Located in the Preserve?

    Homework Statement The center of a national park is located at (0,0). A special nature preserve is bounded by by straight lines connecting the points A at (3,2), B at (5,1), C at (8,4) and D at (6,5) in a parallelogram. The yearly rainfall at each point is given by RF(x,y)=x^2+xy+y^2 in...
  11. V

    What is the total energy in the elliptical galaxy's radiation envelope?

    Homework Statement An elliptical galaxy has gravitational boundaries defiend by 9x^2+16y^2+144z^2=144. A black hole at the center of the galaxy is interacting with dark matter producing a radiation envelope defined by the region inside the cone Z^2=27x^2+48y^2. If the energy density in this...
  12. TheFerruccio

    Can the Jacobian be used for out of plane rectangles?

    Suppose I wanted to know the surface integral of a recently whose points are (0,0,0),(0,0,2),(1,1,0),(1,1,2) The integral itself, if the surface is parameterized in terms of u and v, would be in those two variables, a differential element whose sides are du and dv. However, since this...
  13. B

    What Does the Norm of a Jacobian Matrix Represent?

    In "Differential Equations, Dynamical Systems and Introduction to Chaos", the norm of the Jacobian matrix is defined to be: |DF_x| = sup |DF_x (U)|, where U is in R^n and F: R^n -> R^n and the |U| = 1 is under the sup. ...|U| = 1 DF_x (U) is the directional derivative of F in the direction of...
  14. C

    Understanding Jacobian in relation to physics

    I'm working with a game physics engine that uses Jacobians to resolve contact forces. It's been a few years since my physics and linear algebra classes (where we didn't get to Jacobian matrices), so what I'm reading about Jacobians is fairly overwhelming. Most of what I can find are fairly...
  15. P

    MATLAB How Can I Compute a Numerical Jacobian Matrix in MATLAB?

    Hello everyone, Does anyone know how I can compute the jacobian matrix numerically in matlab? So, I have the following. A 100x100 image and at each pixel, I have a 2 element gradient vector. What I would like to do is compute the jacobian matrix (wrt to the spatial location), at each pixel...
  16. Char. Limit

    What is the Jacobian of a Transformation with x=u/(u+v) and y=v/(u-v)?

    Homework Statement Find the Jacobian of the transformation: x=\frac{u}{u+v}, y=\frac{v}{u-v} Homework Equations Jacobian = \left|\stackrel{\frac{\partial x}{\partial u}}{\frac{\partial x}{\partial v}} \stackrel{\frac{\partial y}{\partial u}}{\frac{\partial y}{\partial v}}\right|...
  17. G

    Matlab, code to eval Jacobian Matrix numerically

    Homework Statement The question is in 5 parts all mainly to do with Newton's Method, I've done parts a,b,d and e, but am struggling with the understanding of part c. They have given us the code but unsure as to how to modify my own code to suit the question. Another problem is I don't...
  18. D

    Computing the Jacobian matrix for a solar system simulation

    Hello physicists! I'm a comp sci student and I am trying to graphically model a simplified version of the solar system as part of a programming exercise. In order to apply the gravitational forces to the planets, I need to compute the Jacobian matrix as it relates to two particles (planetary...
  19. M

    Question about Jacobian change of variables

    I'm not sure if this is a stupid question, but I'll go ahead anyway. I understand the math aspect of it, but one thing has me confused. If you have a uv plane, and then write x=x(u,v), y=y(u,v), why is it that no matter what the function transforming the uv plane to the xy plane is, we can...
  20. P

    Jacobian determinant and volume change

    Hello everyone, So, I read somewhere that the Jacobian determinant of a transformation determines the local volume change. Say I am in 3D space and I have the following relationship: F(x', y', z') = F(x, y, z) + T(x, y, z) The LHS gives the new position and the RHS is the old position + the...
  21. G

    Jacobian and the dimension of a variety

    I have the following problem: I'm studying a system of polynomial equations in R^n and I'm looking at the surface which is the solution set of this system. I'm mainly interested in the dimension of this surface at a given point. Now, naively, one would try to compute the Jacobian (of the m...
  22. P

    Exploring the Result of Jacobian Equality for PDEs

    I'm reading a text on PDEs.. I'm trying to follow some of the argument the author is presenting, but I'm having a bit of difficulty. We start w/ a collection of p functions in n variables (with p <= n). That is to say, we have: u_1, u_2, ..., u_p where u_i : \mathbb{R}^n...
  23. F

    What is the condition for the Jacobian transformation when changing variables?

    Hi, Assume that I have f(u,v,w,h) du dv dw dh and I need only to change three variables (u, v, w) say to other variables called (s, r, t) and keep h as is it is So my question can I write this as f(u,v,w,h) du dv dw dh = G(r,s,t,h) J(r,s,t) dr ds dt dh where J is jacobian...
  24. R

    Relationship between Diffeomorphism and Jacobian

    What is the relationship between being globally diffeomorphic and the Jacobian of the diffeomorphism? All I can think of is that if the Jacobian at a point is non-zero, then the map is bijective around that point. For example, if: f(x)=x_0+J(x_0)(x-x_0) where J(x0) is the Jacobian...
  25. A

    Jacobian Matrix for Linear Functions

    1. Find the jacobian matrix of the following two equations x'=-16x+3y y' = 18x-19y Homework Equations Here is my attempt I know how a jacobian matrix is derived so is this correct? -16 3 18 -19 The above is meant to be a matrix.
  26. B

    Evaluating double integral - jacobian help

    Homework Statement trying to evaluate the double integral from 0 to infinity and 0 to infinity of [(x^2 + y^2)/1 + (x^2-y^2)^2]e^-2xy dxdy using the coordinate transformation u=x^2-y^2 and v=2xy Homework Equations The Attempt at a Solution so i calculated the jacobian...
  27. L

    Jacobian of the linear transform Y = AX

    Homework Statement Y = AX = g(X) Where X,Y are elements of R^n and A is a nxn matrix. What is the Jacobian of this transformation, Jg(x)? Homework Equations N.A. The Attempt at a Solution Well, I know what to do in the non-matrix case. For example... U = g(x,y) V =...
  28. H

    Jacobian & Area Calculation of R x D Under T(u,v)

    Homework Statement Let D be the image of R = [1; 3] x [1; 4]. under the map T(u; v) = (u^2/v , v^2/u) (a) Compute the Jacobian of T. (b) Compute the area of D. The Attempt at a Solution I'm pretty sure I found the Jacobian (I got -2v/u + 2u/v), but I am confused on the next part...
  29. R

    Finding Jacobian for Homework Statement

    Homework Statement Here's my question: [PLAIN]http://img140.imageshack.us/img140/1500/89319562.gif The Attempt at a Solution (a) \int^{2 \pi}_0 \int^1_0 [r^2(cos^2\theta + sin^2\theta)]rdr d\theta \int^{2 \pi}_0 \int^1_0 r^3 dr d \theta = \int^{2 \pi}_0 \frac{r^4}{a} |^1_0 d...
  30. N

    Manipulating the Jacobian to Find Partial Derivatives with Two Variables

    The variables u and w are related to x and y by the equations: u=(e^x)*cos(y) and w=(e^-x)sin(y) If I have the Jacobian for δ(u,w)/δ(x,y) How could I manipulate it to find (δx/δw)? With u held constant.
  31. L

    Has anyone ever heard of the Jacovian or Jacobian law/theory

    Has anyone ever heard of the "Jacovian" or "Jacobian law/theory the correct spelling for this word might be , "Jacobian" or "Jacovian", or something else, but it is a theory or a law or a rule? Does anyone know what it actually might be called, this is referring to a theory or rule or law that...
  32. V

    Jacobian transformation problem

    I feel so stupid for asking this question, but I want to understand how this integral: \int^{\infty}_{0}d\alpha \int^{\infty}_{0} d\beta \frac{i}{[4 \pi i(\alpha + \beta)]^\frac{D}{2}} e^{[i \frac{\alpha\beta}{\alpha + \beta}p^2 - i(\alpha + \beta)m^2]} can be transformed into this...
  33. M

    Can someone help give me intuition with the Jacobian?

    When I learn something, especially in calculus, I like to get some intuition on where things come from and why they work, thing is I can't quite fully understand why the jacobian works...I'm not looking for an explanation on how to do it, I already know that, I just want to know why it works, if...
  34. P

    Jacobian Math Homework: Chain Rule and Determinants of Composition

    Homework Statement Suppose that P, Q, and R are regions in R2, and suppose T1 : P -> Q and T2 : Q -> R are dierentiable. Use the (multivariable) Chain Rule and det(AB) = det(A)det(B) to show that the Jacobian of the composition T2 o T1 is the product of the Jacobians of T1 and T2...
  35. S

    Need help finding inverse transformation for Jacobian

    Homework Statement Suppose R is a plane region bounded by xy=1, xy=3, x^2-y^2=1, x^2-y^2= 4. Use the substitution u=xy, v=x^2-y^2 to evaluate I = \iint\limts_R \, (x^2+y^2) dx\,dy The Attempt at a Solution Using the substitutions given, I find R` = { (u,v) | u for all [1,3] ; v for all [1,4]...
  36. 2

    Using the Jacobian to Prove Laplace's 2D Eq.

    Homework Statement I apologize in advance for my inability to present formal equations here. I'll do my best to be clear with the representation using simple text. "Use the Jacobian Matrix to Prove Laplace's 2D Eq.: (partial^2 u)/(partial x^2) + (partial^2 u)/(partial y^2) = 0"...
  37. Rasalhague

    Coordinate Transformation & Jacobian Matrix

    Is the following correct, as far as it goes? Suppose I have a vector space V and I'm making a transformation from one coordinate system, "the old system", with coordinates xi, to another, "the new system", with coordinates yi. Where i is an index that runs from 1 to n. Let ei denote the...
  38. H

    Proving the Henon Map is the Most General Quadratic Map with Constant Jacobian

    Homework Statement Show that the most general two-dimensional quadratic map with a constant Jacobian is the Henon map: xn+1=yn+1-ax2n yn+1=bxn, where a,b are positive constants. [/b] Homework Equations From the general quadratic map, xn+1=f1+a1xn+b1yn+c1x2n+d1xnyn+e1y2n...
  39. P

    How Does the Jacobian Correct Signal Intensity in MRI Imaging?

    Hello everyone, I have a small question about Jacobian and volume changes. So, I have a signal model from an imaging system where the signal intensities are preserved (it's an EPI MRI imaging system). So, basically for volume elements or voxels that are smaller than actually intended, the...
  40. K

    What is the significance of a non-zero Jacobian in proving diffeomorphism?

    Why is a non zero jacobian the necessary condition for a diffeomorphism? How to prove it?
  41. A

    The jacobian matrix of partial derivatives?

    In differential geometry what does df mean as in \mbox{f} : \mathbb{R}^m \mbox{ to } \mathbb{R}^n Then df is what? the jacobian matrix of partial derivatives?
  42. T

    How Do You Apply Jacobian Transformation to Evaluate a Double Integral?

    Homework Statement Use the given transformation to evaluate the given integral. \int\int(x-3y)DA R. where R is the triangular region with vertices (0,0), (2,1) and (1,2) ; x = 2u + v , y = u + 2v Trial : Using the points given I came up with these equations for the...
  43. C

    Prove jacobian matrix is identity of matrix of order 3

    If f(x,y,z) = xi + yj +zk, prove that Jacobian matrix Df(x,y,z) is the identity matrix of order 3. Because the D operator is linear, D1f(x,y,z) = i, D2f(x,y,z) = k, D3f(x,y,z) = k There is clearly a relationship between this and some sort of identity, but I'm not sure how to state it, and...
  44. A

    Derivation of Jacobian Determinant

    Hi, I'm having some problems with the derivation of the Jacobian determinant when used to describe co-ordinate transformations. As I understand it, the Jacobian determinant should relate the areas defined by two vectors in both co-ordinate systems. As the vectors are not necessarily...
  45. Q

    How Do You Evaluate an Integral Using a Jacobian and Change of Variables?

    I was self-studying the Jacobian and the change in variables when I came upon the following problem: In the integral I = \int_0^\infty \int_0^\infty \frac{x^2 + y^2}{1 + (x^2 - y^2)^2} e^{-2xy} \, dx dy , make the change of variables u = x^2 - y^2 , v = 2xy , and evaluate...
  46. A

    When is the Jacobian of a function a diagonal matrix

    Homework Statement Let f(x,y,z)=(exp(x),cos(y),sin(z)).Compute the Jacobian J(f) of f . In general ,when will the Jacobian J(g) of a function g(x,y,z) be a diagonal matrix ? Homework Equations The Attempt at a Solution I am not quiet sure about this question for J(f) i found...
  47. A

    Understanding Jacobian: Common Questions and Solutions for Multiples

    I've written down the questions I had in the word file , please open and read it so that you can know my problems . Please give me a help! PPT:http://www-astro.physics.ox.ac.uk/~sr/lectures/multiples/Lecture5reallynew.ppt"...
  48. M

    Can I show that its jacobian is nonsingular at the origin?

    Hi I have a problem. I want to prove a necessary condition in a theorem. I know that a smooth transformation is diffeomorphism around the origin. Can I show that its jacobian is nonsingular at the origin?
  49. F

    Jacobian Calculation for Transformation (x, y) to (u, v)

    calculate the jacobian d(x,y)/d(u,v) of the transformation u=x2+y2 v=x+y for this do i first have to calculate the jacobian d(u,v)/d(x,y) then do 1over the answer? because i would assume the matrix to be det|{(dudx,dudy)(dvdx,dvdy)} but with (u,v) on top i cannot get this
  50. T

    Jacobian: Row Swapping & Factor Extracting

    how do we get from this line ||d(x,y,z)/d(p,q,r)||= ||sin(q)cos(r), pcos(q)cos(r), -psin(q)sin(r) end of line 1 line 2 sin(q)sin(r), pcos(q)sin(r), psin(q)cos(r) end of line 2 line 3 cos(q), -psin(q), 0|| to the next line where we take out cos(q) to get cos(q)||pcos(q)cos(r), -sin(q)sin(r)...
Back
Top