I'm having trouble with the change of variables theorem in two variables.
The theorem says: $$\iint f(x,y)dxdy=\iint f(x(u,v),y(u,v))|J|dudv$$ Where J is the Jacobian.
If $f(x,y)=xy$ where $x,y \in \mathbb{R} $
$$\iint f(x,y)dxdy= \frac{(x·y)^2}{4}$$
if: $x=u+v; y=u-v$
$$\iint f(x,y)dxdy=\iint (u+v)(u-v)|J|dudv=2(\frac{u^3v}{3}-\frac{v^3u}{3})$$
Where |J|=2. If I undo the change I'd have to get the same result at the two cases but if I do I don't. What I am doing wrong?
Where my problem appeared
I was solving:
$$c^2 \phi_{xx}-\phi_{tt} =h(t,x)$$ with c constant and $$h(x,t)=tsin(x);x,t \in \mathbb{R}$$
I find the characteristics are: $$\xi=x+ct;\eta=x-ct$$ Then I make a change of variables and rewrite the PDE to: $$\phi_{\xi\eta}=\frac{1}{4c^2}H(\xi,\eta)$$ Then I have: $$\phi(\xi,\eta)=\frac{1}{4c^2}\int(\int (H(\xi,\eta)d\eta))d\xi+A(\xi)+B(\eta)$$ with $$H(\xi,\eta)=h(x=x(\xi,\eta),t=t(\xi,\eta)))=\frac{\xi-\eta}{2c}sin(\frac{\xi+\eta}{2}) $$
The problem
Solving this: $$\frac{1}{4c^2}\int(\int (H(\xi,\eta)d\eta))d\xi$$ If I undo with the change of variables theorem I just have: $$\frac{1}{4c^2} \iint 2c t sin(x) dxdt $$ Where $2c$ is the Jacobian. That integral is much easier than the one with $\eta$ and $\xi$ but I did both integrals and get to different results and I don't know what I am doing wrong.
Progress
As a commenter stated I could be mistaking the notion of double integral and iterative integral. I'm reviewing those concepts but I have solved nothing yet.
Oh sorry my integral is in R not R2
– Jorge Feb 14 '13 at 13:07then I do:
$\phi (\xi,\eta)=k*\int\int h(\xi,\eta)d\xi d\eta + F(\xi)+G(\eta)$
And there comes my change of variables theorem.
– Jorge Feb 14 '13 at 13:18\iintinstead of\int\int, and b) equations with integrals and fractions look much nicer and are easier to read if you typeset them as displayed equations by enclosing them in double dollar signs. – joriki Feb 14 '13 at 13:27