"Integrate e^(x^2): Solving the Equations

  • Thread starter Thread starter sai2020
  • Start date Start date
  • Tags Tags
    Integrate
Click For Summary

Homework Help Overview

The discussion revolves around the integration of the function e^(x^2), with participants exploring its significance in various contexts, including Quantum Mechanics. The original poster expresses uncertainty about how to approach the problem.

Discussion Character

  • Exploratory, Conceptual clarification, Assumption checking

Approaches and Questions Raised

  • Participants discuss the lack of an elementary anti-derivative for e^(x^2) and mention its importance in Quantum Mechanics. Some suggest that it is often integrated from 0 to ∞, while others explore connections to the Gaussian distribution and numerical integration methods.

Discussion Status

The conversation includes various interpretations of the integration problem, with some participants providing insights into related concepts and methods. There is no explicit consensus, but several productive lines of inquiry are being explored.

Contextual Notes

Some participants note the importance of the function in different fields, such as error analysis and optics, while others mention constraints related to the convergence of integrals involving e^(x^2).

sai2020
Messages
26
Reaction score
0

Homework Statement



Integrate e^(x^2)

Homework Equations





The Attempt at a Solution



I have no idea at all..
 
Physics news on Phys.org
There's a reason for that. That function, like most integrable functions, does not have an anti-derivative that can be written in terms of elementary functions.
 
But someone told me that it's important in Quantum Mechanics. (I'm still first year)
 
sai2020 said:
But someone told me that it's important in Quantum Mechanics. (I'm still first year)

You can solve it using a lambert function, but that is no elementary solution. I only know that as by a fluke someone asked me the same question yesterday. I already knew it was insoluble though with elementary functions.
 
Hi sai! :smile:

e^(-x^2) is important in Quantum Mechanics.

But it's usually integrated from 0 to ∞, for which there's a trick (from memory, the result is something like √π), and so an anti-derivative isn't needed. :smile:
 
I see. one of my friends is very good at maths and he's trying to solve this one for days. I'll tell him.

tiny-tim said:
But it's usually integrated from 0 to ∞, for which there's a trick (from memory, the result is something like √π), and so an anti-derivative isn't needed. :smile:

yeah i remember reading it somewhere. it's got something to do with the gaussian distribution if I'm not mistaken.
 
sai2020 said:
yeah i remember reading it somewhere. it's got something to do with the gaussian distribution if I'm not mistaken.

Yes, you're right … it is the gaussian distribution (aka the normal distribution)! :smile:
 
Thanks :)
 
tiny-tim said:
Hi sai! :smile:

e^(-x^2) is important in Quantum Mechanics.

But it's usually integrated from 0 to ∞, for which there's a trick (from memory, the result is something like √π), and so an anti-derivative isn't needed. :smile:

\int_0^{\infty} e^{x^2}\;dx where e^{x^2}={\frac{2}{x}}e^{x^2}

Is it something like this? I can't remember but I've seen that somewhere before? Reaching a bit now though, I wouldn't take my advice
 
Last edited:
  • #10
Schrödinger's Dog said:
\int_0^{\infty} e^{x^2}\;dx where e^{x^2}={\frac{2}{x}}e^{x^2}

Is it something like this?

No … it's more like ∫e^x^2dx = √[∫e^x^2dx∫e^y^2dy], and then changing to dr and dθ. :smile:
 
  • #11
And, once again, it must be
e^{-x^2}
in order to converge.
 
  • #12
:redface: oops! :redface:

Thanks, HallsofIvy! :smile:
 
  • #13
tiny-tim said:
No … it's more like ∫e^x^2dx = √[∫e^x^2dx∫e^y^2dy], and then changing to dr and dθ. :smile:

Hehe in that case I don't know where that came from. :smile:

Humour me could you show me how you would go about doing that in more detail? I'm not sure quite if I get that?

Are you talking about spherical polars? If so how does that work? Or should I say why does that work?
 
Last edited:
  • #14
Well, ∫e^-x^2dx and ∫e^-y^2dy are two different ways of writing the same thing, aren't they?

So each is the √ of their product, ie:

√∫∫e^-(x^2 + y^2)dxdy

= √∫∫e^-r^2dxdy

= √∫∫r.e^-r^2drdθ

= … ? :smile:
 
  • #15
tiny-tim said:
Hi sai! :smile:

e^(-x^2) is important in Quantum Mechanics.

But it's usually integrated from 0 to ∞, for which there's a trick (from memory, the result is something like √π), and so an anti-derivative isn't needed. :smile:
You are right! It is integrated from negative infinity to positive infinity. I get one method to do that, but have another problem..
e^(x^2)=e^(-i)*e^(ix^2)=e^(-i)*(cos(x^2)+isin(x^2))
I try to integrate sin(x^2) or cos(x^2) instead, however, i haven't get it yet:confused:
 
  • #16
tiny-tim said:
Well, ∫e^-x^2dx and ∫e^-y^2dy are two different ways of writing the same thing, aren't they?

So each is the √ of their product, ie:

√∫∫e^-(x^2 + y^2)dxdy

= √∫∫e^-r^2dxdy

= √∫∫r.e^-r^2drdθ

= … ? :smile:
I don't know e^{i\pi}+1 you're the teacher. :smile:

Please be gentle with me I haven't studied any of this in seven months, so I've forgotten most of it. :smile:
 
  • #17
Schrödinger's Dog said:
Humour me could you show me how you would go about doing that in more detail? I'm not sure quite if I get that?
The goal is to evaluate

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

This is obviously a positive value (if the integral converges), so I=\sqrt{I^2}, or

<br /> \begin{aligned}<br /> I^2 &amp;= \left(\int_0^{\infty}e^{-x^2}dx\right)\left(\int_0^{\infty}e^{-x^2}dx\right) \\[6pt]<br /> &amp;= \int_0^{\infty}e^{-(x+y)^2}\,dxdy &amp;\text{physicists have no problem w/ this step}\\[6pt]<br /> &amp;= \int_0^{\pi/2}\int_0^{\infty}e^{-r^2}r\,dr\,d\theta &amp; \text{conversion to polar}\\[6pt]<br /> &amp;= \frac{\pi}4 \int_0^{\infty} e^{-u} du &amp; \text{with substitution $ u=r^2 $} \\[6pt]<br /> &amp;= \frac{\pi} 4 &amp; \text{and thus}\\[6pt]<br /> I &amp;= \frac{\sqrt{\pi}}2<br /> \end{aligned}<br />
 
  • #18
Ah right I get it thanks DH. That's what I was looking for. :smile:

\begin{aligned}\\[6pt]&amp;= \int_0^{\infty}e^{-(x+y)^2}\,dxdy &amp;\text{physicists have no problem w/ this step}\\[6pt]\end{aligned}

Are the Secret Algebra Squad (SAS) onto them or something? :smile:

<br /> \int_0^{\infty}e^{-x^2}dx=0.88622692545275801364908374167057<br />

Nice and irrational. :smile:
 
Last edited:
  • #19
Welcome to PF!

Zachary said:
e^(x^2)=e^(-i)*e^(ix^2)=e^(-i)*(cos(x^2)+isin(x^2))
I try to integrate sin(x^2) or cos(x^2) instead, however, i haven't get it yet:confused:

Hi Zachary! Welcome to PF! :smile:

No … e^(x^2) doesn't equal e^(-i)*e^(ix^2).

And ∫e^(ix^2)dx can be dealt with in the same way as ∫e^(-x^2)dx, except that you end up with √∫e^(iu)du, which doesn't converge. :smile:
 
  • #20
tiny-tim said:
Hi sai! :smile:

e^(-x^2) is important in Quantum Mechanics.

But it's usually integrated from 0 to ∞, for which there's a trick (from memory, the result is something like √π), and so an anti-derivative isn't needed. :smile:

tiny-tim said:
Hi Zachary! Welcome to PF! :smile:

No … e^(x^2) doesn't equal e^(-i)*e^(ix^2).

And ∫e^(ix^2)dx can be dealt with in the same way as ∫e^(-x^2)dx, except that you end up with √∫e^(iu)du, which doesn't converge. :smile:

sorry.. I meant x^2=-(-1)*x^2=-(i^2)*(x^2)=-i*(i*x^2) so that i can use e^ix=cosx+isinx.
But D H has provided the answer, that is quite nice.
 
  • #21
I'd like to point out that Gaussian's are useful for more than just quantum mechanics. They are good for error analysis and optics just to name a couple.
 
  • #22
Mindscrape said:
I'd like to point out that Gaussian's are useful for more than just quantum mechanics. They are good for error analysis and optics just to name a couple.

that's true. it is useful in the data analysis in the experiment..:smile:
 
  • #23
D H said:
The goal is to evaluate

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

This is obviously a positive value (if the integral converges), so I=\sqrt{I^2}, or

<br /> \begin{aligned}<br /> I^2 &amp;= \left(\int_0^{\infty}e^{-x^2}dx\right)\left(\int_0^{\infty}e^{-x^2}dx\right) \\[6pt]<br /> &amp;= \int_0^{\infty}e^{-(x+y)^2}\,dxdy &amp;\text{physicists have no problem w/ this step}\\[6pt]<br /> &amp;= \int_0^{\pi/2}\int_0^{\infty}e^{-r^2}r\,dr\,d\theta &amp; \text{conversion to polar}\\[6pt]<br /> &amp;= \frac{\pi}4 \int_0^{\infty} e^{-u} du &amp; \text{with substitution $ u=r^2 $} \\[6pt]<br /> &amp;= \frac{\pi} 4 &amp; \text{and thus}\\[6pt]<br /> I &amp;= \frac{\sqrt{\pi}}2<br /> \end{aligned}<br />
Mathematicians have no problem with that step either- it follows from Fubini's theorem. It's taught in most Multi-variable Calculus classes.

Sai2020, the fact that something is "important in Quantum Mechanics" (or, more generally probability and statistics) doesn't mean it is going to be easy to calculate. For x other than infinity, you look up values in a table generated by numerical integration.
 
Last edited by a moderator:
  • #24
HallsofIvy said:
Sai2020, the fact that something is "important in Quantum Mechanics" (or, more generally probability and statistics) doesn't mean it is going to be easy to calculate. For x other than infinity, you look up values in a table generated by numerical integration.

I didn't expect it to be easy. I just wanted to know :)

Btw, this is the friend
Zachary said:
You are right! It is integrated from negative infinity to positive infinity. I get one method to do that, but have another problem..
e^(x^2)=e^(-i)*e^(ix^2)=e^(-i)*(cos(x^2)+isin(x^2))
I try to integrate sin(x^2) or cos(x^2) instead, however, i haven't get it yet:confused:

I was talking about :)
sai2020 said:
I see. one of my friends is very good at maths and he's trying to solve this one for days. I'll tell him.
 
  • #25
Strictly speaking, the "Gaussian function" on which the Normal distribution is based is
f(x)= e^{\frac{-x^2}{2}}
rather than
e^{-x^2}
The method of integration from -\infty to \infty is the same but the result is, of course, different.
 
  • #26
HallsofIvy said:
Strictly speaking, the "Gaussian function" on which the Normal distribution is based is
f(x)= e^{\frac{-x^2}{2}}
rather than
e^{-x^2}
The method of integration from -\infty to \infty is the same but the result is, of course, different.

Ah that's what I was thinking about earlier, I knew I'd seen it before earlier.
 
  • #27
HallsofIvy said:
Strictly speaking, the "Gaussian function" on which the Normal distribution is based is
f(x)= e^{\frac{-x^2}{2}}
rather than
e^{-x^2}
The method of integration from -\infty to \infty is the same but the result is, of course, different.

The error function, on the other hand, is based on f(x)=e^{-x^2}. In particular,

\text{erf}(x) = \frac 2{\sqrt{\pi}}\int_0^x e^{-t^2}\,dt
 

Similar threads

Replies
7
Views
2K
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 26 ·
Replies
26
Views
2K
Replies
9
Views
3K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 7 ·
Replies
7
Views
2K