Re: change of variable in multiple integrations...




Proginoskes wrote:
> kiki wrote:
> > "Proginoskes" <proginoskes@xxxxxxxxxxxxx> wrote in message
> > news:1123058829.408325.6100@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> > >
> > > kiki wrote:
> > >> Hi all,
> > >>
> > >> I understand the change of variables in bi-varite integration:
> > >>
> > >> For example, if you have a<x1<x2<b, and you want to do integration:
> > >>
> > >> Integrate(Integrate(f(x1, x2), w.r.t x2 from x1 to b), w.r.t x1 from a to
> > >> b)
> > >>
> > >> If I change order of integration, it becomes
> > >>
> > >> Integrate(Integrate(f(x1, x2), w.r.t x1 from a to x2), w.r.t x2 from a to
> > >> b)
> > >>
> > >> This I understand well.
> > >>
> > >> How about more variables: for example, a<x1<x2<x3<x4<b,
> > >>
> > >> Original ordering: (first of all, is this a correct one)?
> > >>
> > >> Integrate(Integrate(Integrate(Integrate(f(x1, x2, x3, x4), w.r.t x4 from
> > >> x3
> > >> to b), w.r.t x3 from x2 to b, w.r.t x2 from x1 to b, w.r.t x1 from a to
> > >> b)
> > >>
> > >> Then change the order of x2 and x4: (is the following correct?)
> > >>
> > >> Integrate(Integrate(Integrate(Integrate(f(x1, x2, x3, x4), w.r.t x2 from
> > >> x1
> > >> to x3), w.r.t x3 from x1 to x4, w.r.t x4 from x1 to b, w.r.t x1 from a to
> > >> b)
> > >
> > > Yes, but I think your answer will be off by a sign. When you change
> > > variables, you need to multiply f(...) by the determinant of a certain
> > > matrix. This is why when you do integration with polar coordinates,
> > > you have the extra r factor. In short:
> > >
> > > Change from (x,y) to (r,T) [T for theta]:
> > > x = r cos T
> > > y = r sin T
> > >
> > > dx/dr = cos T, dx/dT = -r sin T
> > > dy/dr = sin T, dy/dT = r cos T
> > >
> > > | cos T -r sin T |
> > > | sin T r cos T |
> > >
> > > = r cos^T - (-r) sin^T = r (cos^T + sin^T) = r.
> > >
> > > Thus: int (f(x,y) dy dx) = int(f(r cos T, r sin T) r dr dT).
> > >
> > >> As you can see, these kind things can be very confusing when number of
> > >> variables become larger... is there any general rules governing such
> > >> techniques?
> > >
> > > Yes. Look up "Jacobian" in a 3-semester calculus textbook, or
> > > http://mathworld.wolfram.com/Jacobian.html .
> > >
> > > --- Christopher Heckman
> > >
> > > P.S. This seems correct; if anyone sees any obvious mistakes, please
> > > let me know, because I'll be teaching this in a month or so and haven't
> > > touched Calc III since my undergraduate days ...
> > >
> > > P.P.S. No, it was my senior year in high school, Fall 1988.
> > >
> >
> > Hi Chris,
> >
> > I understood the Jacobian and change of polar coordinates etc. But I still
> > did not see where did I miss a "sign"?
> >
> > Could you please elaborate directly on this problem...
>
> You're swapping variables x2 and x4. This is like using the following
> transformation:
>
> y1 = x1
> y2 = x4
> y3 = x3
> y4 = x2
>
> Now you need to calculate partial derivatives. The Jacobian becomes
>
> | 1 0 0 0 |
> | 0 0 0 1 |
> | 0 0 1 0 |
> | 0 1 0 0 |
>
> The determinant of this matrix is -1, so the new integral is of
> f(x1,x4,x3,x2) times -1, not just f(x1,x4,x3,x2).

Nope. (No one caught this.) The Jacobian is the absolute value of the
determinant, so you're still integrating the same function.

--- Christopher Heckman

.



Relevant Pages

  • Re: change of variable in multiple integrations...
    ... >> kiki wrote: ... This is why when you do integration with polar coordinates, ... > I understood the Jacobian and change of polar coordinates etc. ...
    (sci.math)
  • Re: jacobian/volume .
    ... double polar coordinates are defined by: ... The jacobian is r*s. ... WRT a from 0 to 2pi). ... Are my limits of integration ...
    (sci.math)
  • Re: Differentiation of Line Integral
    ... it is not missing the Jacobian. ... I said it's missing the absfunction from around the Jacobian. ... I see that I accidentally interchanged the limits of integration ... Still no absolute value. ...
    (comp.graphics.algorithms)
  • Re: Hyperspherical Volume Element
    ... The n spherical coordinates are ... >for specific n, and I recognize the pattern, but the determinant for the ... >Jacobian gets nastier the larger n gets. ... The Jacobian matrix of G_j is the identity matrix except for a 2 x 2 block ...
    (sci.math)
  • Re: jacobian
    ... determinant of jacobian of, g). ... The 2x2 matrix j at u,v whose determinant is J has an inverse matrix ... column) dF/dy,dG/dy.The entries of j are df/dx ... ...
    (sci.math)