Consider the following question:
Suppose $X_{i}\sim N(\beta_{1}z_{i},\sigma^2)$. For a fixed $u$ and known $\beta_{1}$ calculate the probability $X_{i}$ is less than u. Derive the MLE of this probability.
Now, the probability in the second sentence can be derived by using a linear transformation to the standard normal. Namely:
$$\Phi\left(\frac{u-\beta_{1}z_{i}}{\sigma}\right) \tag{1}$$
My issue is with deriving the MLE of (1). My calcualtions are as follows:
\begin{align} L(z_{i})&=\prod_{i}^{n} \Phi\left(\frac{u-\beta_{1}z_{i}}{\sigma}\right) \tag{2}\\ \implies \textit{l}(z_{i})&= \sum_{i}^{n}\ln\left(\Phi\left(\frac{u-\beta_{1}z_{i}}{\sigma}\right)\right)\\ \implies \frac{\partial\textit{l}(z_{i})}{\partial z_{i}}&= \sum_{i}^{n} \frac{f(\frac{u-\beta_{1}z_{i}}{\sigma})}{\Phi(\frac{u-\beta_{1}z_{i}}{\sigma})} \tag{3} \end{align}
Set (3) equal to 0 to obtain the MLE of $z_{i}$. Specifically:
\begin{align} \sum_{i}^{n} \frac{f(\frac{u-\beta_{1}z_{i}}{\sigma})}{\Phi(\frac{u-\beta_{1}z_{i}}{\sigma})} =0 \tag{4} \end{align}
It is at this point I am unsure how to proceed as the denominator of equation (4) does not allow me to cancel out any terms with the numerator. Furthermore, I am uncomfortable with step (2) as this doesn't satisfy the definition of the likelihood function.