Normalization of the infinite square well.

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
3 replies · 3K views
Jdraper
Messages
51
Reaction score
0
I have been going through my textbook deriving equations in preparation for my test on QM tomorrow. I noticed in the infinite square well that i was unable to complete the normalization.

My textbook, Griffiths reads :

(integral from 0 to a) ∫|A|^2 * (sin(kx))^2 =|A|^2 * (a/2) =1 Therefore, |A|^2 = 2/a

When i do this integral i do not get this result, furthermore when i put this integral into wolfram alpha i get this result:

http://www.wolframalpha.com/input/?i=integrate+sin^2(kx)+dx+from+0+to+a

Which is also not the required result.

It's probably something stupid but help would be appreciated none the less,

Thanks in advance, John.
 
Physics news on Phys.org
Using the result from Wolfram Alpha, your equation becomes
$$|A|^2 \left( \frac{a}{2} - \frac{\sin(2ak)}{4k} \right) = 1$$
Recall that k is restricted to certain values because of the boundary conditions. What are those values?
 
I derived the wave equation to be:

[itex]\Psi[/itex](x) = Asin(kx), So this means k takes integer values of n?

So k's values are restricted to (n*pi/a) where n=1,2,3

Just as i was writing that out i understood, k can only take integer values so sin(2kx) will always equal 0 meaning the expression is just a/2.

Thanks a bunch :)