diff org/bk.org @ 0:f743fd0f4d8b

initial commit of dylan's stuff
author Robert McIntyre <rlm@mit.edu>
date Mon, 17 Oct 2011 23:17:55 -0700
parents
children
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/org/bk.org	Mon Oct 17 23:17:55 2011 -0700
     1.3 @@ -0,0 +1,88 @@
     1.4 +#+TITLE: Bugs in Quantum Mechanics
     1.5 +#+AUTHOR: Dylan Holmes
     1.6 +#+SETUPFILE: ../../aurellem/org/setup.org
     1.7 +#+INCLUDE:   ../../aurellem/org/level-0.org
     1.8 +
     1.9 +#Bugs in the Quantum-Mechanical Momentum Operator
    1.10 +
    1.11 +
    1.12 +I studied quantum mechanics the same way I study most subjects\mdash{}
    1.13 +by collecting (and squashing) bugs in my understanding. One of these
    1.14 +bugs persisted throughout two semesters of
    1.15 +quantum mechanics coursework until I finally found
    1.16 +the paper 
    1.17 +[[http://arxiv.org/abs/quant-ph/0103153][/Self-adjoint extensions of operators and the teaching of quantum
    1.18 +mechanics/]], which helped me stamp out the bug entirely. I decided to
    1.19 +write an article about the problem and its solution for a number of reasons:
    1.20 +
    1.21 +- Although the paper was not unreasonably dense, it was written for
    1.22 +  teachers. I wanted to write an article for students.
    1.23 +- I wanted to popularize the problem and its solution because other
    1.24 +  explanations are currently too hard to find. (Even Shankar's
    1.25 +  excellent [[http://books.google.com/books/about/Principles_of_quantum_mechanics.html?id=2zypV5EbKuIC][textbook]] doesn't mention it.)
    1.26 +- I wanted to check that the bug was indeed entirely
    1.27 +  eradicated. Attempting an explanation is my way of making
    1.28 +  sure.
    1.29 +
    1.30 +* COMMENT
    1.31 + I recommend the
    1.32 +paper not only for students who are learning
    1.33 +quantum mechanics, but especially for teachers interested in debugging
    1.34 +them. 
    1.35 +
    1.36 +* COMMENT
    1.37 +On my first exam in quantum mechanics, my professor asked us to
    1.38 +describe how certain measurements would affect a particle in a
    1.39 +box. Many of these measurement questions required routine application
    1.40 +of skills we had recently learned\mdash{}first, you recall (or
    1.41 +calculate) the eigenstates of the quantity
    1.42 +to be measured; second, you write the given state as a linear
    1.43 +sum of these eigenstates\mdash{} the coefficients on each term give
    1.44 +the probability amplitude.
    1.45 +
    1.46 +* The infinite square well potential
    1.47 +There is a particle in a one-dimensional potential well that has
    1.48 +infinitely high walls and finite width \(a\). This means that the
    1.49 +particle exists in a potential[fn:coords][fn:infinity]
    1.50 +
    1.51 +
    1.52 +\(V(x)=\begin{cases}0,&\text{for }\;0< x< a;\\\infty,&\text{for
    1.53 +}\;x<0\text{ or }x>a.\end{cases}\)
    1.54 +
    1.55 +The Schr\ouml{}dinger equation describes how the particle's state 
    1.56 +\(|\psi\rangle\) will change over time in this system.
    1.57 +
    1.58 +\(\begin{eqnarray}
    1.59 +i\hbar \frac{\partial}{\partial t}|\psi\rangle &=&
    1.60 +H |\psi\rangle \equiv\frac{P^2}{2m}|\psi\rangle+V|\psi\rangle \end{eqnarray}\)
    1.61 +
    1.62 +This is a differential equation whose solutions are the physically
    1.63 +allowed states for the particle in this system. Like any differential
    1.64 +equation, 
    1.65 +
    1.66 +
    1.67 +Like any differential equation, the Schr\ouml{}dinger equation 
    1.68 +#; physically allowed states are those that change in physically
    1.69 +#allowed ways.
    1.70 +
    1.71 +
    1.72 +** Boundary conditions
    1.73 +Because the potential is infinite everywhere except within the well,
    1.74 +a realistic particle must be confined to exist only within the
    1.75 +well\mdash{}its wavefunction must be zero everywhere beyond the walls
    1.76 +of the well.
    1.77 +
    1.78 +
    1.79 +[fn:coords] I chose my coordinate system so that the well extends from
    1.80 +\(0<x<a\). Others choose a coordinate system so that the well extends from
    1.81 +\(-\frac{a}{2}<x<\frac{a}{2}\). Although both coordinate systems describe the same physical
    1.82 +situation, they give different-looking answers.
    1.83 +
    1.84 +[fn:infinity] Of course, infinite potentials are not
    1.85 +realistic. Instead, they are useful approximations to finite
    1.86 +potentials when \ldquo{}infinity\rdquo{} and \ldquo{}the actual height
    1.87 +of the well\rdquo{} are close enough for your own practical
    1.88 +purposes. Having introduced a physical impossibility into the problem
    1.89 +already, we don't expect to get physically realistic solutions; we
    1.90 +just expect to get mathematically consistent ones. The forthcoming
    1.91 +trouble is that we don't.