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
player1_1_1
Messages
112
Reaction score
0

Homework Statement


i have quadratic form
x^2-xy+y^2
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
x^2-xy+y^2
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.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top