Solving Schrodinger Equation: xav, (x2)av, Δx

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 6K views
CornMuffin
Messages
51
Reaction score
5

Homework Statement


Use the ground-state wave function of the simple harmonic oscillator to find xav, (x2)av, and [tex]\Delta x[/tex]. Use the normalization constant [tex]A=(\frac{m\omega _0}{\overline{h} \pi })^{1/4}[/tex]

Homework Equations


[tex]\psi (x) = Asin(kx)[/tex]
[tex](f(x))_{av} = \int ^{\infty }_{-\infty } \left| \psi (x) \right| ^2 f(x) dx[/tex]

The Attempt at a Solution


I calculated out [tex]x_{av}[/tex] as
[tex]x_{av} = \int ^{\infty }_{-\infty } \left| \psi (x) \right| ^2 x dx[/tex]
[tex]x_{av} = A \int ^{\infty }_{-\infty } xsin^2 (kx) dx[/tex]
[tex]x_{av} = A (x^2/4 - (cos(2kx))/(8k^2) - (xsin(2kx))/(4k))\right| ^{\infty}_{-\infty}[/tex]
[tex]x_{av} = 0[/tex]

I think that is right...but I am having trouble calculating [tex](x^2)_{av}[/tex]
[tex](x^2)_{av} = \int ^{\infty }_{-\infty } \left| \psi (x) \right| ^2 x^2 dx[/tex]
[tex](x^2)_{av} = A \int ^{\infty }_{-\infty } x^2 sin^2 (kx) dx[/tex]
[tex](x^2)_{av} = A (x^3/6 - (xcos(2kx))/(4k^2) - ((-1+2k^2x^2)sin(2kx))/(8k^2))\right| ^{\infty}_{-\infty}[/tex]
But this says [tex](x^2)_{av} = \infty[/tex]

which I don't think is correct...
 
  • Like
Likes   Reactions: Dasum1997
Physics news on Phys.org
Wrong wave function; that's not the ground state of a harmonic oscillator.

Also, [tex]cos(kx)[/tex] as [tex]x\rightarrow \pm \infty[/tex] is undefined; so a plane wave wave function isn't normalizable over infinite space. That's an important result too, though.
 
alxm said:
Wrong wave function; that's not the ground state of a harmonic oscillator.

Also, [tex]cos(kx)[/tex] as [tex]x\rightarrow \pm \infty[/tex] is undefined; so a plane wave wave function isn't normalizable over infinite space. That's an important result too, though.

Is this this correct ground state?
[tex]\psi (x) = (\frac{m\omega }{\pi \overline{h}})^{1/4}e^{\frac{-m\omega}{2\overline{h}}x}[/tex]
 
That is not the wave function for the ground state, you should use the hermite polynomials.
 
Dorilian said:
That is not the wave function for the ground state, you should use the hermite polynomials.

The first Hermite polynomial equals 1. So yes, it's correct.
 
CornMuffin said:
Is this this correct ground state?
[tex]\psi (x) = (\frac{m\omega }{\pi \overline{h}})^{1/4}e^{\frac{-m\omega}{2\overline{h}}x}[/tex]

You forgot a square in the argument of the exponential, it's [tex]\exp(-m\omega/(2 \hbar) x^2)[/tex].
(and for the LaTeX: it's \hbar, not \overline h)