PHYS 3260

Projects

Worked examples

Download the project template (.zip) — the exact bundle to model yours on.

Why a Drum Has No Pitch: Modes of a Circular Membrane PHYS 3260, Mathematical Methods — worked example A Standing Electromagnetic Wave in a Square Cavity PHYS 3260, Mathematical Methods — worked example Quantum Tunnelling of a Wave Packet through a Rectangular Barrier (Numerical) PHYS 3260, Mathematical Methods — worked example Quantum Tunnelling of a Wave Packet through a Rectangular Barrier (Analytical) PHYS 3260, Mathematical Methods — worked example

The assignment

Choose a problem in physics or engineering that interests you, solve it using the mathematical methods from this course, and visualise the result. Then write it up as a short report. The strongest reports are published here, on the course site, for future students to learn from.

You each have a problem of your own below. Bring me a different one if you would rather — something from your major, your research group, or your job — but clear it with me first, in a paragraph saying what the question is and which methods from this course will answer it. The test a proposal has to pass is the same one the problems below pass: the mathematics of this course has to be doing the real work, not decorating a simulation.

What it is worth

The project is worth 5%, added on top of the 100% of the course. It is extra credit: not doing it costs you nothing, and doing it well is the cheapest 5% you will ever earn.

You may use AI on any part of this. I would rather you did, and said so — it is how the work is done now. But it means the artefact cannot be what is graded, so the grade lives in the ten-minute presentation. Each problem below carries a question you should expect to be asked while you are standing there, and each one is chosen so that it cannot be answered by anyone who has not personally followed the derivation. Use whatever tools you like to build the thing; be able to defend every line of it.

The problems

One each, and no two of you have the same one. Each is stated the way the worked examples above state theirs: what you are given, and what you are to find, in parts. They are problems in mathematics — the physics behind each one is background, and you are told everything you need about it, so a problem from a field you have never studied is not a problem you cannot do.

Every one of them can be solved with this course, calculus and algebra. Where some step genuinely has no closed form, the problem says so and says exactly what the computer is allowed to do instead; everything else is meant to come out of a pencil. Take yours as it stands, or take it and push it somewhere I have not suggested.

  1. Resonant tunnelling: a wave packet through two barriers

    Quantum mechanics · Chapters 2, 3, 7, 8 and 10

    The problem

    A particle of mass \(m\) moves in one dimension along a line carrying two identical rectangular barriers, each of height \(V_0\) and width \(a\), separated by a gap of width \(d\):

    \[ V(x) = \begin{cases} V_0, & -\tfrac{d}{2}-a < x < -\tfrac{d}{2} \ \text{ or }\ \tfrac{d}{2} < x < \tfrac{d}{2}+a, \\[2pt] 0, & \text{everywhere else.} \end{cases} \]

    Work in units with \(\hbar = m = 1\), and take \(V_0 = 2\), \(a = 1\), \(d = 6\). The particle is described by a complex function \(\psi(x,t)\) obeying the Schrödinger equation

    \[ i\hbar\,\frac{\partial \psi}{\partial t} = -\frac{\hbar^{2}}{2m}\,\frac{\partial^{2}\psi}{\partial x^{2}} + V(x)\,\psi , \]

    and \(|\psi(x,t)|^{2}\) is the probability density for finding it at \(x\). Separating the variables (Chapter 10) with \(\psi = \varphi(x)\,e^{-iEt/\hbar}\) leaves an ordinary differential equation for \(\varphi\),

    \[ \frac{d^{2}\varphi}{dx^{2}} + \frac{2m}{\hbar^{2}}\bigl(E - V(x)\bigr)\varphi = 0 , \]

    which has constant coefficients in each of the five regions where \(V\) is constant. No quantum mechanics is needed past this point: everything below is solving that equation, matching the pieces, and adding them up.

    1. Solve the equation in each of the five regions. For an energy \(E < V_0\) the solution outside the barriers is a pair of complex exponentials \(e^{\pm ikx}\) and inside them a pair of real ones \(e^{\pm\kappa x}\) (Chapter 8); give \(k\) and \(\kappa\) in terms of \(E\). Write down the conditions that \(\varphi\) and \(\varphi'\) are continuous at each of the four interfaces, and count your equations against your unknowns.
    2. Rewrite each interface, and each stretch between interfaces, as a \(2\times2\) matrix acting on the pair of amplitudes in a region. Multiply the five of them into one transfer matrix \(M(E)\) for the whole structure (Chapter 3), and read the transmission probability \(T(E)\) off it in closed form. Check the formula by setting \(d \to 0\): the two barriers merge into one of width \(2a\), and your \(T(E)\) must collapse to the single-barrier result.
    3. Show that \(T(E) = 1\) exactly — perfect transmission, with nothing reflected — at a handful of energies below the barrier top, and find the equation that fixes them. Say what those energies have to do with the gap between the barriers. Then plot \(T(E)\) for \(0 < E < V_0\) and, on the same axes, the transmission of a single barrier of width \(2a\): at a resonance the pair of barriers is transparent where the one solid barrier of the same thickness is not. Quote both numbers.
    4. Now the packet. Take a Gaussian, starting well to the left of the structure and moving right, \(\psi(x,0) = (2\pi\sigma^{2})^{-1/4} e^{-(x-x_0)^{2}/4\sigma^{2}}\,e^{ik_0x}\). Expand it in the stationary solutions of (b) — that expansion is a Fourier transform (Chapter 7), and for a Gaussian it is one you can do by hand — and write the exact evolution \(\psi(x,t) = \int \frac{dk}{\sqrt{2\pi}}\,A(k)\,\varphi_k(x)\,e^{-iE_kt/\hbar}\). Pick \(k_0\) to sit on one of the resonances you found, and \(\sigma\) big enough that the packet's spread in energy is narrower than that resonance is wide. Say what you chose and why.

    Solve it on paper. Parts (a)–(c) are pencil work from end to end: a constant-coefficient ordinary differential equation solved in five regions, eight matching equations, five \(2\times2\) matrices multiplied, and algebra. Nothing is put on a grid and no differential equation is ever stepped forward in time — if you find yourself discretising the Schrödinger equation, you have left the assignment. Part (d) is exact too, but the \(k\)-integral in it has no closed form for this potential, so evaluating that one integral is the only thing your program does. That is the same act as summing a Fourier series to draw a square wave.

    What has to move. The packet. \(|\psi(x,t)|^{2}\) through the collision, with the two barriers marked on the axis: the packet arrives, part of it is thrown straight back, and part of it fills the gap between the barriers and stays there, leaking out both sides long after the reflected piece has gone. Underneath, three running curves — the probability to the left of the structure, between the barriers, and to the right — so that the filling and the draining are numbers and not an impression. Run a free packet (no barriers, and that one does have a closed form) alongside as a ghost, so the delay can be seen.
    And the cheap one. No packet at all: sweep \(E\) slowly through a resonance and show \(|\varphi_E(x)|^{2}\). Off resonance the gap is dark; on it the amplitude between the barriers stands up by orders of magnitude. Every frame of this second animation is a formula from (b) evaluated at one energy.

    Be ready to answer, live. “One of your barriers on its own reflects almost everything at that energy. Two of them, with a gap, let all of it through. Where in the matrix product does the reflection cancel, and what decides how long the packet is held before it leaves?”

What to submit

Send a single .zip of one folder named after your project. Inside it:

Separately, hand in a ten-minute presentation — PowerPoint, Keynote or Beamer — covering the question, the mathematics, the figures and the conclusion; roughly one slide per minute. Put the equations in it as they appear in your report, and if your tool cannot set mathematics well, screenshot them from your PDF. The presentation is not part of the project folder and is not published here.

Make the animation the best thing you build. It is the preview on this page, and it is what decides whether anyone opens your project at all. Give it a caption that says what to watch for.

Open with the problem. Under the title, before anything you wrote about it, put a problemstatement block giving what is known and what is to be found, in parts — the way the worked examples above open. It is what tells a reader what you set out to do before they read how you did it, and writing it first is the cheapest way to find out whether your project is one problem or three. Your abstract goes under it, printed by \projectabstract, and everything from there down is your report.

Your .tex must compile to a PDF on its own, and it should use only standard constructs (sections, equations, figures, lists) plus the helper commands \projectinfo, problemstatement, \projectabstract and \webanimation shown in the template, so it also renders correctly on this website. The report is for the physics and the mathematics: keep source code out of it, and let the figures carry the results.

Say which methods from this course you used, where you use them — "separating the variables (Chapter 10)", "the Fourier transform (Chapter 7)" — not only in a list at the end. Half of the point of the project is recognising the course inside a problem it was not written for.

Student projects

No student projects have been published yet. The first accepted projects will appear here.