Double integrals and change of variables

newmathman
Messages
4
Reaction score
0
Hi, everyone!

I have a problem in understading the change of variables in double integrals. Here is an example
\int\int x^2+y^2dx dy=\int \frac{x^3}{3}+y^2x dy=\frac{x^3y}{3}+\frac{y^3x}{3}+C_1
but if I first do a change in poral coordinates I get
\int\int r^2 r drd\theta=\int\frac{r^4}{4}d\theta=\frac{r^4\theta}{4}=\frac{1}{4}(x^2+y^2)^2 arctan(\frac{y}{x})+C_2
which is not the first answer. A more simple example is
\int\int dxdy=xy+C_1
and in poral
\int\int rdrd\theta=\int\frac{r^2}{2}d\theta=\frac{r^2\theta}{2}=\frac{1}{2}(x^2+y^2) arctan(\frac{y}{x})+C_2

Can someone explain what I do wrong?

Thanks in advance!
 
Last edited:
Physics news on Phys.org
you have to pick a region over which to integrate and then transform that region. for example let's integrate your first integral over the quarter of the unit circle in the first quadrant in the xy plane.

\int^{1}_{0}\int^{\sqrt{1-x^2}}_{0} x^2+y^2~dydx

in polar coordinates your integral will look like

\int^{\frac{\pi}{2}}_{0}\int^{1}_{0} r^3 dr d\theta
 
Last edited:
Why should I choose a region? When I have to evaluate a indefinite double integral, I can't apply change of variables?
 
newmathman said:
Why should I choose a region? When I have to evaluate a indefinite double integral, I can't apply change of variables?

I think this is where the problem is, because you seem to think that when you evaluate an indefinite single variable integral that you aren't integrating over a "region" when in fact you are, the segment of the real line [a,x], so it is similar the in the multiple variable case that you still would need to chose an arbitrary region over which to integrate.
 
Ahaa! So my integrals over dx dy are correct by the ones over dr d\theta are not?
 
Actually no, since even if you're doing a double integral wrt dxdy, and not cylindrical or spherical coordinates, you'll still need to specify a region over which the integration is done.
 
I was referring to d_leet's post. I mean the integrals over dx dy are correct in sense that I can evalute them and then substitude the values a<x<b, c<y<d for some region. But for integrals over dr d\theta I can not first evalute them and then substitude the values r1<r<r2, \theta_1&lt;\theta&lt;\theta_2.

Does it makes any sense, or I am talking nonsenses?? :smile:
 
It's possible to integrate in both cylindrical and cartesian coordinates without the limits, but it's not possible to change variables without first knowing the limits. Or at least that's what I feel.
 
I have a general question about double integrals. Since acceleration is the second derivative of the position function, can one not use a double integral notation to express the position function as a double integral of the acceleration function, like x(t) = \int a(t) dt dt? (I can't seem to make two integral symbols back to back, but that is supposed to be two integrals before a(t).)
 
  • #10
1) Please don't "hijack" other people's threads for new questions.

2) A "double integral" is with respect to two different variables. When you go from acceleration to position, you are integrating, twice, with respect to time.
 
Back
Top