Quadratic Form x^2-xy+y^2: Determining Sign Consistency

  • Thread starter Thread starter player1_1_1
  • Start date Start date
  • Tags Tags
    Forum Quadratic
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
5 replies · 2K views
player1_1_1
Messages
112
Reaction score
0

Homework Statement


i have quadratic form
[tex]x^2-xy+y^2[/tex]
how can I check if this form has always same sign (+ or -)?
 
Physics news on Phys.org
player1_1_1 said:

Homework Statement


i have quadratic form
[tex]x^2-xy+y^2[/tex]
how can I check if this form has always same sign (+ or -)?

It's non-negative for all x,y, and 0 only at 0,0. Suppose |x|<|y|. Then |xy|<y^2, and the expression is positive. Likewise if |y|<|x|.
 
i heard about silvester method (with det), how i can solve this with this method?
 
Represent the form as a matrix, M, so x^(T)Mx is your quadratic form. Then find the eigenvalues of M.
 
well, I know that:) but why this form is represented by this matrix? why this form is defined when its more than 0 and no defined when less? and what can I do when det is 0?
 
I think the answers would be a lot clearer if you actually tried to do the problem. What is the matrix M and what are it's eigenvalues? It only has two and they are both positive.