Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

I have a strictly convex function

$ f(\bf{x}) = \dfrac{1}{2}\bf{x'Ax + b'x} $

where $ \bf{f} : \mathbb{R^n} \rightarrow \mathbb{R} $

and I was wondering how I can find/estimate the Lipschitz constant. I'm in an introductory nonlinear optimization course and I've never seen this before.

I did some searching and found various things like

$ || f(x) - f(y) || \leq L ||x-y|| $ where $ L $ is the Lipschitz constant

but I'm unsure how to actually use this on a specific, randomly generated function. I'm trying to implement the Nesterov optimal first order method if that helps.

Thanks!

share|improve this question
1  
Is $f$ even lipschitz continuous? Let $A=I$ and $b=0$, then $f(x) = \frac{||x||^2}{2}$. Since the derivative of $x^2$ is unbounded on $\mathbb{R}$, I'd say $f(x)$ is not lipschitz continuous. It's locally lipschitz continuous, though, because the derivative of $x^2$ is bounded on every bounded set. – fgp Oct 16 '12 at 18:18

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.