Consider the following function: $$f(q, p)=a\left[(b \cdot q)^{2}+(c \cdot p)^{2}-1\right] e^{-(b \cdot q)^{2}-(c \cdot p)^{2}}$$ with $a,b,c\in \mathbb{R}$. I want to express it in terms of $x\equiv b \cdot q,\ y\equiv c \cdot p$. How do I take into account the volume element under change of variables?
2026-03-30 00:18:21.1774829901
Volume element under change of variables
131 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in CALCULUS
- Equality of Mixed Partial Derivatives - Simple proof is Confusing
- How can I prove that $\int_0^{\frac{\pi}{2}}\frac{\ln(1+\cos(\alpha)\cos(x))}{\cos(x)}dx=\frac{1}{2}\left(\frac{\pi^2}{4}-\alpha^2\right)$?
- If $f ◦f$ is differentiable, then $f ◦f ◦f$ is differentiable
- Calculating the radius of convergence for $\sum _{n=1}^{\infty}\frac{\left(\sqrt{ n^2+n}-\sqrt{n^2+1}\right)^n}{n^2}z^n$
- Number of roots of the e
- What are the functions satisfying $f\left(2\sum_{i=0}^{\infty}\frac{a_i}{3^i}\right)=\sum_{i=0}^{\infty}\frac{a_i}{2^i}$
- Why the derivative of $T(\gamma(s))$ is $T$ if this composition is not a linear transformation?
- How to prove $\frac 10 \notin \mathbb R $
- Proving that: $||x|^{s/2}-|y|^{s/2}|\le 2|x-y|^{s/2}$
- Calculation of distance of a point from a curve
Related Questions in FUNCTIONS
- Functions - confusion regarding properties, as per example in wiki
- Composition of functions - properties
- Finding Range from Domain
- Why is surjectivity defined using $\exists$ rather than $\exists !$
- What are the functions satisfying $f\left(2\sum_{i=0}^{\infty}\frac{a_i}{3^i}\right)=\sum_{i=0}^{\infty}\frac{a_i}{2^i}$
- Lower bound of bounded functions.
- Does there exist any relationship between non-constant $N$-Exhaustible function and differentiability?
- Given a function, prove that it's injective
- Surjective function proof
- How to find image of a function
Related Questions in CHANGE-OF-VARIABLE
- Evaluation of $I=\iint_R e^{-(x^2+y^2)} \,dx\,dy$ by change of variable
- Undo a change of variables
- Optimization problem "change of variables" injectivity requirement
- Volume of revolution with coordinate transformation.
- $\int_0^1 \int_0^{1-y} \cos\Big( \frac{x-y}{x+y} \Big) \, dx dy$
- Does the following change of variable hold?
- Two variables with joint density: Change of variable technique using Jacobian for $U=\min(X,Y)$ and $V=\max(X,Y)$
- Calculate $\int\int_E e^{5x^2+2xy+y^2}dA$
- $X \sim R(0,1)$ and $Y \sim R(0,1)$ , where $X$ and $Y$ are independent.
- Given that $X,Y$ are independent $N(0,1)$ , show that $\frac{XY}{\sqrt{X^2+Y^2}},\frac{X^2-Y^2}{2\sqrt{X^2+Y^2}}$ are independent $N(0,\frac{1}{4})$
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
In order to simplify the given expression $(q,p)\mapsto f(q,p)$ you introduced new variables $x$, $y$ via $$x:=b\,q,\quad y:=c\,p\ .\tag{1}$$ This means that you in fact parametrize the $(q,p)$-plane by an auxiliary map $$\psi:\quad(x,y)\mapsto\left\{\eqalign{q&=x/b\cr p&=y/c \cr}\right.\quad\ .$$ (Your momentary troubles stem from the fact that the given formulas $(1)$ do not describe $\psi$, but its inverse $\psi^{-1}$.)
You now have the pullback $$\hat f:=f\circ\psi:\quad(x,y)\mapsto \hat f(x,y)= f\left({x\over b},{y\over c}\right)\ ,$$ which computes to $$\hat f(x,y)=a(x^2+y^2-1)e^{-x^2-y^2}\ ,$$ as originally desired. So far no "volume correction" is necessary.
Now it can be that a domain $B$ in the $(q,p)$-plane is given, and you want to compute the integral $$\int_B f(q,p)\>{\rm d}(q,p)\ .$$ It is possible to convert this integral to an integral concerning the pullback $\hat f$. To this end we need the description of the domain $\hat B:=\psi^{-1}(B)$ in the $(x,y)$-plane, that is transformed by $\psi$ into the given $B$, and we need the Jacobian $J_\psi(x,y)={1\over bc}$. The general transformation formula then says that $$\int_B f(q,p)\>{\rm d}(q,p)=\int_{\hat B}\hat f(x,y)|J_\psi(x,y)|\>{\rm d}(x,y)={1\over|bc|}\int_{\hat B}a(x^2+y^2-1)e^{-x^2-y^2}\>{\rm d}(x,y)\ .$$