MHB How do I calculate the Jacobian for a convolution?

AI Thread Summary
To calculate the Jacobian for the transformation t=τ+p, the correct approach involves recognizing that τ is independent of p. The Jacobian is given by the determinant of the matrix formed by the partial derivatives, resulting in a value of -1. This contrasts with the initial assumption that the Jacobian would equal -2, which was incorrect. The discussion highlights the importance of correctly identifying independent variables in transformations. Understanding these concepts is crucial for accurate calculations in convolution.
mathmari
Gold Member
MHB
Messages
4,984
Reaction score
7
Hello! :o

Having the transformation t=τ+p, I want to calculate the jacobian $\frac{J(t,τ)}{J(τ,p)}$.
Isn't it $$ \frac{J(t,τ)}{J(τ,p)}=\begin{vmatrix}
\frac{ \vartheta t}{\vartheta τ}& \frac{\vartheta t}{\vartheta p} \\
\frac{\vartheta τ}{\vartheta τ} & \frac{\varthetaτ }{\vartheta p}
\end{vmatrix}=\begin{vmatrix}
1& 1 \\
1 & -1
\end{vmatrix}=-1-1=-2$$? But the absolute value of the Jacobian for the convolution is $1$..What did I wrong?
 
Mathematics news on Phys.org
The transformation you actually have is this:

$$
\begin{cases}
t = \tau + p, \\
\tau = \tau.
\end{cases}
$$

Seems tautological? Yes, but it's the same way you do cylindrical coordinates:

$$
\begin{cases}
x = r \cos \theta, \\
y = r \sin \theta, \\
z = z.
\end{cases}
$$

We see that $\tau$ is independent of $p$. Therefore your Jacobian is

$$
\frac{\partial (t, \tau)}{\partial (\tau, p)}
=
\begin{vmatrix}
\frac{\partial t}{\partial \tau} & \frac{\partial t}{\partial p} \\
\frac{\partial \tau}{\partial \tau} & \frac{\partial \tau}{\partial p}
\end{vmatrix}
=
\begin{vmatrix}
1 & 1 \\
1 & 0
\end{vmatrix}
= -1.
$$
 
Fantini said:
The transformation you actually have is this:

$$
\begin{cases}
t = \tau + p, \\
\tau = \tau.
\end{cases}
$$

Seems tautological? Yes, but it's the same way you do cylindrical coordinates:

$$
\begin{cases}
x = r \cos \theta, \\
y = r \sin \theta, \\
z = z.
\end{cases}
$$

We see that $\tau$ is independent of $p$. Therefore your Jacobian is

$$
\frac{\partial (t, \tau)}{\partial (\tau, p)}
=
\begin{vmatrix}
\frac{\partial t}{\partial \tau} & \frac{\partial t}{\partial p} \\
\frac{\partial \tau}{\partial \tau} & \frac{\partial \tau}{\partial p}
\end{vmatrix}
=
\begin{vmatrix}
1 & 1 \\
1 & 0
\end{vmatrix}
= -1.
$$

Ok! Thanks for your help! (Yes)
 
I'm glad to help. If you encounter more difficulties or didn't understand what I meant, please ask! :)
 
Fantini said:
I'm glad to help. If you encounter more difficulties or didn't understand what I meant, please ask! :)

Ok! :D
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Back
Top