Can integrals be solved by rotation of axis?

  • Context: Undergrad 
  • Thread starter Thread starter cragar
  • Start date Start date
Click For Summary

Discussion Overview

The discussion revolves around the possibility of solving certain integrals through the technique of rotation of axes. Participants explore whether this method simplifies the integration process or is necessary for solving specific integrals, particularly in relation to the Gaussian integral and its properties.

Discussion Character

  • Exploratory
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants suggest that rotation of axes is essential for solving certain integrals, citing that improper limits of integration necessitate this transformation.
  • Others argue that squaring an integral is permissible, but there are concerns about whether this leads to different answers and under what conditions it is valid.
  • Participants discuss the Gaussian integral as an example, noting that it can be solved by changing variables and using polar coordinates, though the method raises questions about the legitimacy of squaring the integral first.
  • There is a debate about the implications of Fubini's theorem in relation to the product of integrals and whether changing variables during integration is justified.
  • Some participants express uncertainty about the appropriateness of combining integrals over different variables and the implications of such operations on the validity of the results.

Areas of Agreement / Disagreement

Participants do not reach a consensus on whether rotation of axes is necessary for solving integrals, nor on the validity of squaring integrals and changing variables. Multiple competing views remain regarding these mathematical techniques.

Contextual Notes

Limitations include unresolved questions about the conditions under which squaring an integral is valid, the dependence on the continuity of functions involved, and the implications of transformations on the region of integration.

cragar
Messages
2,546
Reaction score
3
You know how some integrals can't be solved. But is it possible to solve some of these integrals by rotation of axis or does it just make it easier.
Like in this link about half way down the page they found an integral equivalent to the Riemann zeta function. But then they had to do rotation by axis to do the integral. Could they have done it without rotation by axis.
http://mathworld.wolfram.com/RiemannZetaFunctionZeta2.html
 
Physics news on Phys.org
No, they couldn't have solved the integral you're referring to without rotating the region of integration by [tex]\frac{\pi}{4}[/tex]. This is because the original limits of integration are improper at the upper limits. In fact, the rotation you're referring to is actually a transformation [tex]x=x(u,v)[/tex], and [tex]y=y(u,v)[/tex]. Transformations can be used to change untamable regions of integration into tamable ones.

A famous example of a seemingly unsolvable integral is [tex]\int_0^{\infty} e^{-x^2} dx[/tex]. But in fact it can be solved. This integral is called the Gaussian integral, should you be interested in further reading.
 
Samuelb88 said:
A famous example of a seemingly unsolvable integral is [tex]\int_0^{\infty} e^{-x^2} dx[/tex]. But in fact it can be solved. This integral is called the Gaussian integral, should you be interested in further reading.

Which is solved by changing the variables and using polar coordinates, if I'm not wrong.
Very elegant.
 
But its weird in the Gaussian integral they square the whole thing first, then change it to polar and then square root the answer. Is that even allowed to square it first? it only works on some integrals.
 
Of course we are allowed to square an integral. Why would we not be able to?
 
Because it leads to different answers. I can't just square any integral then integrate it and then take the square root to get my answer.
 
I think you can. Suppose [tex]f(x)[/tex] is a continuous function on [a,b]. Then [tex]\int_a^b f(x) dx = F(b)-F(a)[/tex]. Now let [tex]I = \int_a^b f(x) dx = F(b)-F(a)[/tex]. Then [tex]I^2 = (\int_a^b f(x) dx)(\int_a^b f(x) dx)= (F(b)-F(a))(F(b)-F(a)) = (F(b)-F(a))^2[/tex]. Hence [tex]I = F(b)-F(a)[/tex]. As an application, I will cite:

Let [tex]f(x)=x^2[/tex] and let [tex]I = \int_1^2 x^2 dx[/tex]. Then [tex]I^2 = (\int_1^2 x^2 dx)(\int_1^2 x^2 dx)[/tex]. Proceed to integrate and get [tex]I^2 = (\frac{1}{3}(8-1))(\frac{1}{3}(8-1)) = \frac{49}{9}[/tex]. Now take the square root of each side and get [tex]I = \sqrt{\frac{49}{9}} = \frac{7}{3}[/tex]. Now calculate I and square your answer. You'll get [tex]\frac{49}{9}[/tex].

* I choose the positive root of the when I took the square root since we know that [tex]\int_1^2 x^2 dx = \frac{7}{3}[/tex].
 
Last edited:
Of course, one would first to show that the <squared> integral is not divergent. Only then you can <square> it. And one more thing, there's a theorem of Fubini whose simplest application is the <squaring> mentioned above.
 
If [tex]f(x)[/tex] is continuous of [a,b], then it's integral from a to b exists, right?
 
  • #10
They do it a little bit differently with the Gaussian integral. When they square it they turn one into a y and then combine them, then do it in polar. I don't know it just seems weird.
http://en.wikipedia.org/wiki/Gaussian_integral
It shows it in the second part.
 
  • #11
Yes, but [tex]\int_0^{\infty} e^{-x^2} dx[/tex] is the same thing as [tex]\int_0^{\infty} e^{-y^2} dy[/tex]. Hence: [tex](\int_0^{\infty} e^{-x^2} dx)(\int_0^{\infty} e^{-x^2} dx) = (\int_0^{\infty} e^{-x^2} dx)(\int_0^{\infty} e^{-y^2} dy)[/tex].
 
  • #12
Samuelb88 said:
Yes, but [tex]\int_0^{\infty} e^{-x^2} dx[/tex] is the same thing as [tex]\int_0^{\infty} e^{-y^2} dy[/tex]. Hence: [tex](\int_0^{\infty} e^{-x^2} dx)(\int_0^{\infty} e^{-x^2} dx) = (\int_0^{\infty} e^{-x^2} dx)(\int_0^{\infty} e^{-y^2} dy)[/tex].

then they combine the x and y pieces to have

[tex]\int\int e^{-x^2-y^2}dxdy[/tex]
I don't know maybe its ok.
 
  • #13
cragar said:
then they combine the x and y pieces to have

[tex]\int\int e^{-x^2-y^2}dxdy[/tex]
I don't know maybe its ok.

It's just doing

[tex]a\int{e^{x^2}dx}=\int{ae^{x^2}dx}[/tex]

but with

[tex]a=\int{e^{y^2}dy}[/tex]
 
  • #14
cragar said:
then they combine the x and y pieces to have

[tex]\int\int e^{-x^2-y^2}dxdy[/tex]
I don't know maybe its ok.
After mulling over the operations, you should be able to convince yourself that getting to this point is rock solid.

The main thing to worry about for this proof is the change of variable from Cartesian coordinates to polar coordinates. Something needs to be said here. (and as an aside, I once read an article suggesting there was a very narrow class of integrands where it is actually legitimate to use this overall trick)
 
  • #15
In order to square an integral, integrate, and then take the square root, don't you first have to show that the integral (or perhaps the integrand) is positive over the region of integration?
 
  • #16
when we square it why can we change one of the x's to a y? Now were integrating over a different axis.
 
  • #17
We are not "squaring" it. As has been said, If
[tex]I= \int_0^\infty e^{-x^2}dx[/tex]
then it is also true that
[tex]I= \int_0^\infty e^{-y^2}dy[/tex]

Now multiply the left and right sides of those two equations:
[tex]I(I)= I^2= \left(\int_0^\infty e^{-x^2}dx\right)\left(\int_0^\infty e^{-y^2}dy\right)[/tex]

Then Fubini's theorem says that the product of integrals can be written as a double integral:
[tex]I^2= \int_{x=0}^\infty \int_{y=0}^\infty e^{-(x^2+ y^2)}dydx[/tex].
 
  • #18
your good
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 8 ·
Replies
8
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K