Suppose $f:\mathbb{R}^n \rightarrow \mathbb{R}$. Specifically, $f(x)=x^T A x$ where $A$ is a positive definite matrix. Is $f$ strictly increasing with respect to $||x||$?
2026-03-25 06:05:40.1774418740
On
Is $f(x)=x^T A x$ strictly increasing with respect to $||x||$?
112 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
3
On
No. For example $x_1$ could be in the kernel of $A$ and $x_2$ could be some vector such that $f(x_2)>0$. By scaling $x_1$ and $x_2$ by positive constants we can guarantee $\lVert x_1\rVert > \lVert x_2\rVert$ and $f(x_1)<f(x_2)$.
Intuitively, $f$ is more a function of angle than of distance from the origin.
Let $A$ be the diagonal matrix with diagonal elements $1$ and $2$, and consider the vectors $(1,2)$ and $(3,0)$. We have $f(1,2)=f(3,0)$ even though $\|(1,2)\| <\|(3,0)\|$. [You can improve it further by taking the second vector as $(2.5,0)$].