Consider a change of variables $\phi: \tilde{U}\to U$ and let $\tilde{u}^j$ and $u^i$ be the coordinates respectively on $\tilde{U}$ and $U$.
Question: Let $\tilde{X}$ be a vector field on $\tilde{U}$ with coordinates $\tilde{X}^j$. Show that the coordinates of $X = (d\phi)(\tilde{X})$ are $$ X^i = \sum_{j}\frac{\partial u^i}{\partial \tilde{u}^j} \tilde{X}^j. $$
The given solution is the following:
We have $$ (\underline{d\phi})_{ij} = \frac{\partial u^i}{\partial \tilde{u}^j}, $$ so that \begin{align*} X^i &= ((d\phi)(\tilde{X}))^i \\ &= \left(\sum_{j} (d\phi)\left(\frac{\partial}{\partial \tilde{u}^j}\right) \tilde{X}^j\right)^i \tag{$1$} \\ &= \left(\sum_{j} \frac{\partial u}{\partial \tilde{u}^j} \tilde{X}^j\right)^i \tag{$2$}\\ &= \sum_{j} \frac{\partial u^i}{\partial \tilde{u}^j} \tilde{X}^j. \end{align*}
I'm having a really hard time understanding the working done to go from $(1)$ to $(2)$. I know that $d\phi$ is simply the jacobian matrix, so I'm very confused on why it all of a sudden collapses to simply being $u$ in line $(2)$. Any illumination would be helpful, thank you!