New Reply

Using double integrals to evaluate single integrals

 
Share Thread
Feb3-13, 05:45 PM   #1
 

Using double integrals to evaluate single integrals


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 [tex]e^{-(x^2+y^x)}[/tex] 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 [tex]\int^2_0 arctan(\pi x)-arctan(x) dx[/tex]. The only way I know how to do that is by integration by parts
PhysOrg.com science news on PhysOrg.com

>> City-life changes blackbird personalities, study shows
>> Origins of 'The Hoff' crab revealed (w/ Video)
>> Older males make better fathers: Mature male beetles work harder, care less about female infidelity
Feb4-13, 01:54 PM   #2
mfb
 
Mentor
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.
Feb4-13, 02:28 PM   #3
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
If you have [itex]\int_a^b F(x)dx[/itex] and F'(x)= f(x) then, by the fundamental theorem of Calculus,[itex]F(x)= \int_p^x f(y)dy[/tex] for some p so [itex]\int_a^b F(x)dx= \int_a^b\int_p^x f(y)dydx[/itex]
Feb15-13, 08:53 AM   #4
 

Using double integrals to evaluate single integrals


Quote by HallsofIvy View Post
If you have [itex]\int_a^b F(x)dx[/itex] and F'(x)= f(x) then, by the fundamental theorem of Calculus,[itex]F(x)= \int_p^x f(y)dy[/tex] for some p so [itex]\int_a^b F(x)dx= \int_a^b\int_p^x f(y)dydx[/itex]
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:

[tex]\int_0^{\pi} \int_0^2 arctan(\alpha x)-arctan(x)dxd\alpha[/tex]

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
Feb15-13, 03:26 PM   #5
 
Recognitions:
Science Advisor Science Advisor
Quote by autodidude View Post
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 [tex]e^{-(x^2+y^x)}[/tex] 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 [tex]\int^2_0 arctan(\pi x)-arctan(x) dx[/tex]. 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.
Feb15-13, 03:48 PM   #6
 
Recognitions:
Homework Helper Homework Help
Quote by autodidude View Post
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:

[tex]\int_0^{\pi} \int_0^2 arctan(\alpha x)-arctan(x)dxd\alpha[/tex]

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?
Feb16-13, 01:45 AM   #7
 
Quote by mathman View Post
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.
Feb16-13, 05:15 AM   #8
 
Blog Entries: 1
Quote by autodidude View Post
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 [tex]e^{-(x^2+y^x)}[/tex] to evaluate it?
well the single integral is just area under the curve

so if [tex]A=\int e^{-x^2}dx[/tex]

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

so[tex] A= \sqrt{\iint e^{-(x^2+y^2)}dxdy}[/tex]
Feb24-13, 02:22 PM   #9
 
Quote by Mute View Post
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=π
Feb24-13, 11:05 PM   #10
 
Recognitions:
Homework Helper Homework Help
Quote by autodidude View Post
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?
New Reply

Similar discussions for: Using double integrals to evaluate single integrals
Thread Forum Replies
Difference Between Surface Integrals and Surface area using double integrals . Calculus 2
Difference between double and surface integrals? Purpose of surface integrals? Calculus 3
Polar Coordinates to evaluate integrals Calculus & Beyond Homework 4
Using Residue Calculus to evaluate real integrals Calculus & Beyond Homework 1
Three integrals to evaluate Calculus & Beyond Homework 4