Proving Positivity of Quadratic Forms Using Eigendecomposition

  • Thread starter Thread starter GenAlg
  • Start date Start date
GenAlg
Messages
1
Reaction score
0

Homework Statement



Show that the quadratic form h(x) = X^t(AA^t)X is greater than or equal to 0 for all x in R^n.

Homework Equations


The Attempt at a Solution



Since (AA^t)^t = (A^t)^t A^t = AA^t, AA^t can (according to the spectral theorem) be diagonalized in an orthonormal eigenvector basis. Assuming X = TX' to be the relation between the bases, it follows that (since T is orthogonal):

h(x) = X^t(AA^t)X = (TX')^t(AA^t)(TX') = (X'^t T^t) (AA^t)(TX') = X'^t (T^{-1} AA^t T)X' = X'^t D X' = \mu_1 x_1'^2 + \mu_2 x_2'^2 + ... \mu_n x_n'^2

The problem is thus equivalent to showing that \mu_1 \ge 0, \mu_2 \ge 0, ... , \mu_n \ge 0. I haven't gotten anywhere with that approach.

I attempted to work directly on h(x) = X^t(AA^t)X as well by trying to complete the square for 2x2, 3x3, ... matrices AA^t (i.e. by using induction), and the proof would, if some relevant transformation is valid and all eigenvalues are ≥0, follow from Sylvester's law of inertia. I didn't get anywhere with that approach either.

Ideas?
 
Physics news on Phys.org
I don't know most of the methods you used in your solution attempt, however...

Rewrite h(x) in terms of Y = A^tX
 
Hint: Try rewriting X^t (AA^t) X as an inner product of something with itself.

Alternatively, if you want to explicitly prove that all eigenvalues are positive, consider an eigenvector y, with AA^t y = \lambda y. What's (AA^t y) \cdot y? Now apply a basic result about the transpose to get what you want.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top