Positive definite matrix bounded below

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
Charles49
Messages
87
Reaction score
0

Homework Statement



Let [tex]A[/tex] be a positive definite [tex]n\times n[/tex] real matrix, [tex]b\in\mathbb{R}^n[/tex], and consider the quadratic polynomial [tex]Q(x)=\frac{1}{2}\langle{x, Ax\rangle}-\langle{b, x\rangle}[/tex]. Show that [tex]Q[/tex] is bounded below.

2. The attempt at a solution

I have to come up with a constant [tex]m[/tex] so that [tex]Q(x)\ge m[/tex] for all [tex]x\in\mathbb{R}^n.[/tex] I see that [tex]Q[/tex] looks a lot like a parabola. I know how to find the lower bound of a parabola opening upward but I don't know how to generalize this to quadratic forms.
 
Last edited:
Physics news on Phys.org
Sorry, its supposed to be x.
 
Let C be such that [itex]C^2=A[/itex] (why does C exist?) and let [itex]c=C^{-1}b[/itex] (why is C invertible?).

Calculate

[tex]\frac{1}{2}<Cx-c,Cx-c>[/tex]
 
This is what I got but I don't know what it does

[tex]\frac{1}{2}\langle{Cx-C^{-1}b, Cx-C^{-1}b\rangle} = \frac{1}{2}||Cx-C^{-1}b||\\<br /> =\frac{1}{2}||C^{-1}(Ax-b)||[/tex]

[tex]C[/tex] exists because A is positive definite. [tex]C^{-1}[\tex] exists because A has no zero eigenvalues.[/tex]
 
Last edited:
Yes, so that shows that

[tex]<Cx-C^{-1}b,Cx-X^{-1}b>\geq 0[/tex]

Now try to evaluate this in another way... Use the linearity of the inproduct.
 
This suggestion helped a lot. Thanks.