Using double integrals to evaluate single integrals

  • Thread starter Thread starter autodidude
  • Start date Start date
  • Tags Tags
    Integrals
autodidude
Messages
332
Reaction score
0
In most calculus textbooks, they use double integrals to evaluate the Gaussian integral. Where did they get the idea - or how did they choose the two variable function e^{-(x^2+y^x)} to evaluate it?

I guess this is related...but if you were given a fairly hairy integral and it was suggested that you write the integrand as an integral, how would you go about doing so? The example I have in mind is \int^2_0 arctan(\pi x)-arctan(x) dx. The only way I know how to do that is by integration by parts
 
Physics news on Phys.org
Where did they get the idea
Intuition, or just brute force: Test options until one of them is successful.

and it was suggested that you write the integrand as an integral, how would you go about doing so?
arctan has a nice representation as integral.
 
If you have \int_a^b F(x)dx and F'(x)= f(x) then, by the fundamental theorem of Calculus,F(x)= \int_p^x f(y)dy[/tex] for some p so \int_a^b F(x)dx= \int_a^b\int_p^x f(y)dydx
 
HallsofIvy said:
If you have \int_a^b F(x)dx and F'(x)= f(x) then, by the fundamental theorem of Calculus,F(x)= \int_p^x f(y)dy[/tex] for some p so \int_a^b F(x)dx= \int_a^b\int_p^x f(y)dydx
<br /> <br /> This wouldn&#039;t be known as &#039;integration under the integral sign&#039; would it? I just came across the technique in Woods&#039; &#039;Advanced Calculus&#039; and it looks similar.<br /> <br /> I tried it on the integral I posted and I&#039;ve probably misunderstood something, but it doesn&#039;t seem to simplify it at all (still have to use integration by parts). And secondly, how do you choose the lower bound p? <br /> <br /> What I got was:<br /> <br /> \int_0^{\pi} \int_0^2 arctan(\alpha x)-arctan(x)dxd\alpha<br /> <br /> I ended up choosing 0 as a lower bound cause that&#039;s when the integrand is 0...hmmm...I think I&#039;ve got down the wrong track here
 
autodidude said:
In most calculus textbooks, they use double integrals to evaluate the Gaussian integral. Where did they get the idea - or how did they choose the two variable function e^{-(x^2+y^x)} to evaluate it?

I guess this is related...but if you were given a fairly hairy integral and it was suggested that you write the integrand as an integral, how would you go about doing so? The example I have in mind is \int^2_0 arctan(\pi x)-arctan(x) dx. The only way I know how to do that is by integration by parts

I presume you realize you have a typo. The exponent is x2+y2. The integration is easily carried out by converting to polar coordinates. The exponent is now r2, the differential is rdrdθ, and the limits are [0,∞) and [0,2π). As you can see the integration is straightforward.

Your other example seems to be completely unrelated.
 
autodidude said:
This wouldn't be known as 'integration under the integral sign' would it? I just came across the technique in Woods' 'Advanced Calculus' and it looks similar.

I tried it on the integral I posted and I've probably misunderstood something, but it doesn't seem to simplify it at all (still have to use integration by parts). And secondly, how do you choose the lower bound p?

What I got was:

\int_0^{\pi} \int_0^2 arctan(\alpha x)-arctan(x)dxd\alpha

I ended up choosing 0 as a lower bound cause that's when the integrand is 0...hmmm...I think I've got down the wrong track here

You're not quite going in the right direction. You want to start with

$$\int_0^2 dx~(\mbox{arctan}(\pi x) - \mbox{arctan}(x) ) = \int_0^2 dx~\left. \mbox{arctan}(yx)\right|^{y=\pi}_{y=1}.$$

You want to replace the ##\left. \mbox{arctan}(yx)\right|^{y=\pi}_{y=1}## with an integral. Do you think you know what to do now?
 
mathman said:
I presume you realize you have a typo. The exponent is x2+y2. The integration is easily carried out by converting to polar coordinates. The exponent is now r2, the differential is rdrdθ, and the limits are [0,∞) and [0,2π). As you can see the integration is straightforward.

Your other example seems to be completely unrelated.

No, I don't think his other example is unrelated at all. Why do you think it is?

There are integrals that are difficult to evaluate, but sometimes the integrand can be modified by adding another variable. Then, one can use, say, Fubini's Theorem to evaluate the original integral by switching order of integration and comparing. So, perhaps the integral he posted can be computed that way.
 
autodidude said:
In most calculus textbooks, they use double integrals to evaluate the Gaussian integral. Where did they get the idea - or how did they choose the two variable function e^{-(x^2+y^x)} to evaluate it?

well the single integral is just area under the curve

so if A=\int e^{-x^2}dx

then A^2=(\int e^{-x^2}dx)(\int e^{-y^2}dy)=\iint e^{-(x^2+y^2)}dxdy

soA= \sqrt{\iint e^{-(x^2+y^2)}dxdy}
 
Mute said:
You're not quite going in the right direction. You want to start with

$$\int_0^2 dx~(\mbox{arctan}(\pi x) - \mbox{arctan}(x) ) = \int_0^2 dx~\left. \mbox{arctan}(yx)\right|^{y=\pi}_{y=1}.$$

You want to replace the ##\left. \mbox{arctan}(yx)\right|^{y=\pi}_{y=1}## with an integral. Do you think you know what to do now?

Sorry for the late reply, I've been a bit occupied with coursework.

I'm not sure how you knew to replace the original integrand with arctan(yx) evaluated from y=1 to y=π
 
  • #10
autodidude said:
Sorry for the late reply, I've been a bit occupied with coursework.

I'm not sure how you knew to replace the original integrand with arctan(yx) evaluated from y=1 to y=π

Well, you want to make the single integral into a double integral, so it seems like the most straightforward way to do that would be to replace the integrand with another integral. You integrand had the form f(bx) - f(ax). This looks like the result of a definite integration:

$$ \int_a^b dy~\frac{d}{dy} f(yx)= \left.f(yx)\right|_{y=a}^{y=b} = f(bx) - f(ax).$$

I wrote it as ##\left. \mbox{arctan}(yx)\right|_{y=1}^{y=\pi}## rather than as an integral so that you could try and fill in the last step yourself.

Does this make more sense?
 
Back
Top