From 7709469fddd34483fded38ed03c7f8e4dff47b26 Mon Sep 17 00:00:00 2001 From: Isidora Araya <i.araya.day@gmail.com> Date: Sat, 23 Mar 2024 12:39:35 +0000 Subject: [PATCH] Fix integrand typo --- docs/2_debye_model_solutions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/2_debye_model_solutions.md b/docs/2_debye_model_solutions.md index 6abae06..c93a234 100644 --- a/docs/2_debye_model_solutions.md +++ b/docs/2_debye_model_solutions.md @@ -95,7 +95,7 @@ ax.legend(); 1. The energy stored in the vibrational modes of a two-dimensional Debye solid is: \begin{align*} - E & = \int_0^{\omega_D}(n_B(\omega(\mathbf{k}))+\frac{1}{2})\hbar\omega(\mathbf{k}) d\mathbf{k} \\ + E & = \int_0^{\infty}(n_B(\omega(\mathbf{k}))+\frac{1}{2})\hbar\omega(\mathbf{k}) d\mathbf{k} \\ & = \frac{L^2}{\pi v^2\hbar^2\beta^3}\int_{0}^{\beta\hbar\omega_D}\frac{x^2}{e^{x} - 1}dx + E_0 \end{align*} -- GitLab