Eigen Vector Proofs: Proving Real Symmetric Matrix M is Positive Definite

sdevoe
Messages
21
Reaction score
0

Homework Statement



Let M be a symmetric matrix. The eigenvalues of M are real and further M can be
diagonalized using an orthogonal matrix S; that is M can be written as

M = S^-1*D*S

where D is a diagonal matrix.
(a) Prove that the diagonal elements of D are the eigenvalues of M.
(b) Prove that the real symmetric matrix M is positive defi nite if and only if its eigen-
values are positive.

Homework Equations



Mx=λx


The Attempt at a Solution



a) So i know that S is the eigen vectors of M and D is the eigen values but I do not know how to prove that.

b)Does this have something to do with the gradient. I know positive definite means that transpose(x)*M*x must be greater than zero where x is x(1) through x(n) and M is the matrix in question.
 
Physics news on Phys.org
S is not the eigenvectors of M, S^{-1} is, the rest is straightforward verification.
 
With what equation would I begin that proof?
 
sdevoe said:
With what equation would I begin that proof?

first you claim that S^-1 are the eigenvectors, then you prove your claim by definition of eigenvectors
 
note that M = S-1DS means that

S-1D = MS-1.

express both matrix products above in terms of the column vectors of the matrix on the right in each product. compare your results, what do they say?
 
Ok I have that now what about the positive definite aspect?
 
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