I'm not so experienced with Complex Analysis and I somewhere stumbled upon the following function $ f: \mathbb{C}^2 \rightarrow \mathbb{R} $ that I need to minimize with respect to the Complex variable $ t $ ($ t \neq 0 $):
$$ f(t, u) = |t|^2 + a(|t + u| - |u|), $$
where $ u $ is also Complex and $ a $ is a known Real constant (I can also assume $ a \geq 0 $). I wonder if I can find an explicit solution (even considering cases) for $ \hat{t} $ the minimizer, and if so I would appreciate if one can help me how to proceed?
Expanding on the hint in my comment, here is a way to solve it without calculus, using just basic algebra and the triangle inequality for complex numbers.
For constant $u$ the last term in $f(t) = |t|^2 + a|t + u| - a|u|$ is a constant, so minimizing $f(t)$ is equivalent to minimizing $g(t) = |t|^2 + a|t + u|\,$.
$|t+u| \ge \big||t| - |u|\big|$ by the triangle inequality, with equality iff $t = \lambda u$ with $\lambda \in \mathbb R^-$.
Then $\,g(t) = |t|^2 + a|t + u| \;\ge\; |t|^2+a\big||t|-|u|\big|\,$ when $\,a \ge 0\,$.
With $|t|=r \in \mathbb R^+$ the real function $h(r)=r^2 + a\big|r-|u|\big|$ has a minimum at either $\,r_0=|u|\,$ or $\,r_0=a/2\,$ depending on $\,a,u\,$.
Piecing it all together, $\,f(t)+a|u|=g(t)\ge h\left(|t|\right) \ge h(r_0)\,$ with equality when $\,|t|=r_0\,$ and the triangle inequality becomes an equality, so $\,t_0=-\frac{u}{|u|}r_0\,$.