Given is $f(x_1,x_2) = \sqrt {(6x_1)^2 + (9x_2)^2}$
Calculate the smallest Lipschitz constant: $L > 0$
so that: $ |f(x)-f(y)| \leq L||x-y|| $
for all $x,y\in {\Bbb R}^2$ and $||.||$ being the Euclidean norm.
So far the exercises I've been doing have only required me to calculate Lipschitz constants in $f(x)$ and column sum norms. This is why I am totally lost here and would appreciate any help. Thank you.
$fx = 36x / \sqrt { 36x_1^2 + 81x_2^2} $ and $fy = \dfrac{81y}{\sqrt{81y^2+36x^2}} $
i'm swinging in the dark here. what i've usually done is i differentiated $f(x)$ and always had a value I could compare it with in order to get L. but in this exercise I don't know how to proceed
– tictac Jun 19 '20 at 20:30