Let $x \in \mathbb{R}^n$ be any real vector and let$\ A = A^\intercal \in \mathbb{R}^{n \times n}\ $ be a real symmetric matrix. Then, $$ x^\intercal A x = 0\ \ \ \forall x \ \ \implies \ \ A \equiv 0 $$
Can we still say this if $\ A = A^\intercal : \mathbb{R}^n \to \mathbb{R}^{n \times n}\ $ is a real symmetric matrix-valued function of $x$? I.e., $$ x^\intercal A(x) x = 0\ \ \ \forall x \ \ \overset{?}{\implies} \ \ A \equiv 0\ \ \ \forall x $$
Also, is there a name for equations of the form $f(x) = x^\intercal A(x) x$ with symmetric $A$? It is obviously not quadratic since $A$ depends on $x$, but it still has a certain quadratic-form feel.
Nevermind, found a counter-example. The matrix $A$ just needs to have an eigenvector of $x$ with eigenvalue 0, or put another way, $x$ just has to be in the null-space of $A$. This is obvious to construct in 2D, but of course applies generally. Let, $$x := \begin{bmatrix} x_1 \\ x_2 \end{bmatrix}$$
Find a vector orthogonal to $x$ and call it $v$. $$v(x) := \begin{bmatrix} x_2 \\ -x_1 \end{bmatrix}$$
Construct the following matrix by outer-product, $$A(x) := vv^T = \begin{bmatrix} x_2^2 & -x_1x_2 \\ -x_1x_2 & x_1^2 \end{bmatrix}$$
This matrix is symmetric $\forall x$, is not the zero matrix, but still satisfies $x^TAx = 0,\ \ \forall x$.