\begin{equation} \begin{aligned} \min_{t_1, t_2 \in R} \quad & t_1t_2 + \frac{1}{t_1t_2^2}\\ \textrm{s.t.} \quad & t_1, t_2 > 0\\ \\ \end{aligned} \end{equation}
How do I make the objective value of the given primal program arbitrarily close to zero?
As $t_1$ and $t_2$ both have inverse ($\frac{1}{t_1}$ and $\frac{1}{t_2^2}$ respectively), can't make both terms go zero..