Solving Unknown Variable: I^2 e^{-2x^2} d^2x

  • Thread starter Thread starter tomcenjerrym
  • Start date Start date
  • Tags Tags
    Variable
tomcenjerrym
Messages
37
Reaction score
0
I am confused about how the y variable came from?

I = e^{-x^{2}} dx

I^{2} = e^{-x^{2}} dx e^{-y^{2}} dy

The equation of I should be like this:

I = e^{-x^{2}} dx
I^{2} = (e^{-x^{2}})^{2} d^{2}x
I^{2} = e^{-2x^{2}} d^{2}x
 
Physics news on Phys.org
You're missing some integral signs, I believe. Remember that things like dx cannot be separated from the integral sign -- and that in the integrand, the variable x is "bound", and is not the same as an x on the outside. So:

I = \int_0^{\infty} e^{-x^2}\,dx = \int_0^{\infty} e^{-y^2}\,dy
I^2 = \int_0^{\infty} e^{-x^2}\,dx \int_0^{\infty} e^{-y^2}\,dy

One more thing: even if you were to be loose with notation and use what I refer to as "physicist shorthand" and treat dx as a variable of sorts, dx^2 \ne d^2x
 
and can you tell me why x = y?
 
It doesn't, but

\int_0^{\infty}e^{-x^2}\,dx= \int_0^{\infty}e^{-y^2}\,dy
 
tomcenjerrym said:
I am confused about how the y variable came from?

I = e^{-x^{2}} dx

I^{2} = e^{-x^{2}} dx e^{-y^{2}} dy

The equation of I should be like this:

I = e^{-x^{2}} dx
I^{2} = (e^{-x^{2}})^{2} d^{2}x
I^{2} = e^{-2x^{2}} d^{2}x
\int \int f(x) dx dx
would make no sense- once you have integrated with respect to x, there is no "x" left to integrate again!

It is true, as DeadWolfe said, that
\int_{-\infty}^\infty e^{-x^2}dx= \int_{-\infty}^\infty e^{-y^2}dy[/itex] <br /> because the x and y are &quot;dummy&quot; variables. You would integrate with respect to either, then evaluate at the end points (technically, take the limit) so there is no x or y in the final result- it doesn&#039;t matter what you call the variable.<br /> <br /> Of course, it is well known (Fubini&#039;s theorem) that the product<br /> \left(\int_a^b f(x)dx\right)\left(\int_c^d g(y)dy<br /> is the same as the iterated integral <br /> \int_{x=a}^b\int_{y=c}^d f(x)g(y) dydx[/itex]
 
Back
Top