Let $d$ and $d^*$ be two metrics on a set $X$. If there exists two real numbers $k_1,k_2 >0$ such that $$ k_1d(x,y) \leq d^*(x,y) \leq k_2 d(x,y), $$ for $x,y \in X$, then the metrics $d$ and $d^*$ are equivalent.
Using the above definitions, the three metrics defined on $\mathbb{R}^2$, \begin{align*} d(x,y)= \sqrt{(x_1-y_1)^2 + (x_2-y_2)^2} \\ d^*(x,y)=\max \{|x_1-y_1|,|x_2-y_2|\} \\ d^{**}(x,y)=|x_1-y_1|+|x_2-y_2| \end{align*} are equivalent as $$ d^*(x,y) \leq d(x,y) \leq \sqrt{2} d^*(x,y) $$ and $$ d^*(x,y) \leq d^{**}(x,y) \sqrt{2} d^*(x,y). $$ My question is how these constants are found here? Suggest me a method to find the constants using the definition .