I have to progress this partial derivative. $$ \partial n^{1/2} e^{iφ} / \partial t $$
Using the rule $$ (ab)' = a'b + ab' $$
I would guess that the result would be:
$$ (1/2) n^{-1/2}e^{iφ} + n^{1/2}ie^{iφ} $$
But the result is this:
$$ (1/2) n^{-1/2}e^{iφ} \partial n/\partial t+ n^{1/2}ie^{iφ} \partial φ/\partial t $$
So why were the two extra partial parts there?
Define $a(n) = n^{1/2}$, and $b(\varphi) = e^{i \varphi}$. The function you are interested in is a product of composite functions, defined by \begin{align} F(t) &= a(n(t)) \cdot b(\varphi(t)) \\ &= (a \circ n)(t) \cdot (b \circ \varphi)(t) \end{align}
The derivative you want to calculate is $F'(t)$: \begin{align} F'(t) &= (a \circ n)'(t) \cdot (b \circ \varphi)(t) + (a \circ n)(t) \cdot (b \circ \varphi)'(t) \\ &= \left[ a'(n(t)) \cdot n'(t) \right] \cdot (b \circ \varphi)(t) + (a \circ n)(t)\cdot \left[ b'(\varphi(t)) \cdot \varphi'(t) \right] \\ &= \left[ \dfrac{1}{2 \sqrt{n(t)}} \cdot n'(t) \right] \cdot e^{i \varphi(t)} + \sqrt{n(t)} \cdot \left[i e^{i \varphi(t)} \cdot \varphi'(t) \right] \end{align}
In the first $=$ sign, I made use of the product rule, and in the second $=$ sign, I made use of the chain rule, and hopefully the bracketing makes it clear which term is which, when going from the second to third $=$ sign.
The computation I performed above is the notationally precise way of doing things, because it makes all the compositions explicit, and it makes the point of evaluation of derivatives explicit. The "quicker", but imprecise way is to write all this is: \begin{equation} \dfrac{d}{dt} \left( n^{1/2} \cdot e^{i \varphi}\right) = \left(\dfrac{1}{2 \sqrt{n}} \cdot \dfrac{dn}{dt} \right) \cdot e^{i \varphi} + n^{1/2} \cdot \left(i e^{i \varphi} \cdot \dfrac{d \varphi}{dt} \right) \end{equation}