Author Archives: wdengquantum.me

Linear Response Theory

Problem: Prove the Sokhotski-Plemelj theorem on the real line \(\textbf R\): \[\frac{1}{\omega-\omega’\pm i0^+}=\mathcal P\frac{1}{\omega-\omega’}\mp i\pi\delta(\omega-\omega’)\] Solution: (in this solution, the function \(\chi(\omega)\) is assumed to be analytic on the integration interval in \(\textbf R\) to be able to apply the … Continue reading

Posted in Blog | Leave a comment

Unsupervised Learning, Recommenders, Reinforcement Learning

Problem: Distinguish between a supervised data set and unsupervised data set. Solution: Supervised data is of the form \(\{(\textbf x_1,y_1),…,(\textbf x_N,y_N)\}\). Unsupervised data consists of stripping away the target labels \(y_1,…,y_N\), leaving behind just the feature vectors \(\{\textbf x_1,…,\textbf x_N\}\). … Continue reading

Posted in Blog | Leave a comment

Advanced Learning Algorithms

Problem: In a multilayer perceptron (MLP), how are layers conventionally counted? Solution: The input layer \(\textbf x\equiv\textbf a^{(0)}\) is also called “layer \(0\)”. However, if someone says that an MLP has e.g. \(7\) layers, what this means is that in … Continue reading

Posted in Blog | Leave a comment

Many-Body Green’s Functions

Problem: Given a system of \(N\) identical bosons or fermions with Hamiltonian \(H\) in a mixed ensemble described by a density operator \(\rho\) (usually \(\rho=e^{-\beta H}/Z\) or \(\rho=e^{-\beta(H-\mu N)}/Z\) in equilibrium at temperature \(T=1/k_B\beta\) and chemical potential \(\mu\) though one … Continue reading

Posted in Blog | Leave a comment

Identical Quantum Particles & Second Quantization

Problem: What does it mean for \(N=2\) particles to be identical? Solution: \(N=2\) particles are identical iff their intrinsic properties are all identical; in classical mechanics this typically means mass \(m\), charge \(q\), etc. while in quantum mechanics this typically … Continue reading

Posted in Blog | Leave a comment

Fermi Liquid Theory

Problem: What is the meant by the phrase “elementary excitations” of an ideal Fermi gas? Solution: Basically “excitations” is a fancy word for “excited states”, in this case more precisely “many-body excited states”. One example is depicted in the diagram … Continue reading

Posted in Blog | Leave a comment

Supervised Machine Learning: Regression & Classification

Problem: Somewhat bluntly, what is machine learning? Solution: Machine learning may be regarded (somewhat crudely) as just glorified “curve fitting”; an “architecture” is really just some “ansatz”/choice of fitting function that contains some number of unknown parameters, and machine learning … Continue reading

Posted in Blog | Leave a comment

Basic Kinetic Theory

Problem: Consider placing a fictitious open surface in an equilibrium ideal gas at temperature \(T\); although the net particle current density through such a surface would be \(\textbf J=\textbf 0\), if one only counts the particles that go through the … Continue reading

Posted in Blog | Leave a comment

The Hall Effect

Problem #\(1\): Describe how the classical Hall coefficient \(\rho^{-1}\) and explain why it’s “causally intuitive”. Solution #\(1\): In the classical Hall effect, the “cause” is both an applied current density \(J\) together with an applied perpendicular magnetic field \(B\). The … Continue reading

Posted in Blog | Leave a comment

Method of Images

In sufficiently symmetric geometries, the method of images provides a way to solve Poisson’s equation \(|\partial_{\textbf x}|^2\phi=-\rho/\varepsilon_0\) in a domain \(V\) subject to either Dirichlet or Neumann boundary conditions (required for the uniqueness theorem to hold) by strategically placing charges … Continue reading

Posted in Blog | Leave a comment