\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{equation}
w_{n} = \frac{1}{N_{d}} \sqrt{\frac{2\epsilon_{s}V_{bi}}{q(\frac{1}{N_{a}} + \frac{1}{N_{d}})}
\end{equation}
\end{document}
Can anyone help me spot where I'm getting an error here? Been going through this for ages trying to understand why it won't compile properly in Overleaf. It just returns a blank space in my document.

}at the end.\documentclass{article} \begin{document} \begin{equation} w_{n} = \frac{1}{N_{d}} \sqrt{\frac{2\epsilon_{s}V_{bi}}{q(\frac{1}{N_{a}} + \frac{1}{N_{d}})}} \end{equation} \end{document}works. – Nov 26 '21 at 17:44}– David Carlisle Nov 26 '21 at 17:45}at the end. Also, use modern IDE to help you avoid these mistakes by using automatic completion tools. – CroCo Nov 26 '21 at 17:47