so I'm having an issue with equation numbers and the align environment. This has happened with several of my equation blocks where there is an extra equation number in there for no reason that I can see. I've tried using \nonumber in several places but cannot seem to locate where the issue is coming from. My code is:
\begin{align} P(t) &= \frac{3}{2}\left[v_d(t)i_d(t)\right] \\ Q(t) &= \frac{3}{2}\left[-v_d(t)i_q(t)\right] \\ \end{align} and it looks like:
Can anyone shed any light on this. I can split these into two separate equations instead of using align, but the thing is I have some really long equations that need to be split over multiple lines as well that I need a single equation number for. If someone could at least suggest a work around for me, I'd really appreciate it.
\begin{align} P(t) &= \frac{\left(Re\left\{\overrightarrow{v}(t)\overrightarrow{i}(t)\right\} + Re\left\{\overrightarrow{v}(t)\overrightarrow{i}(t)^*\right\}\right)}{2} \nonumber \\ &\qquad + \frac{\left(Re\left\{\overrightarrow{v}(t)\overrightarrow{i}(t)e^{-j\frac{4\pi}{3}}\right\} + Re\left\{\overrightarrow{v}(t)\overrightarrow{i}(t)^*\right\}\right)}{2} \\ &\qquad + \frac{\left(Re\left\{\overrightarrow{v}(t)\overrightarrow{i}(t)e^{-j\frac{8\pi}{3}}\right\} + Re\left\{\overrightarrow{v}(t)\overrightarrow{i}(t)^*\right\}\right)}{2} \nonumber \\ \end{align} 

