Conditions for a real binary quadratic form to be positive definite

1.4k Views Asked by At

Since this question was heavily downvoted, I would like to change the presentation of the question as follows. I hope those of you who downvoted this question would be satisfied with the change.

In trying to solve this problem, I came up with the following result which is necessary to solve the problem.

My intent of posting the question is as follows.

  1. To use the result myself to answer other questions in this site.

  2. To provide a useful result which can be used by the users to answer other questions in this site.

  3. To have as many diffferent proofs of the result as possible, each of which can be understood by most undergraduate students of mathematics.

I beg you allow me to put my proof in the spoiler box. I don't want to spoil your pleasure of solving a problem. I welcome you to provide as many different proofs of the result as possible. Please provide full proofs which can be understood by most undergraduate students of mathematics.

Let $f = ax^2 + bxy + cy^2$ be a binary quadratic form over $\mathbb{R}$. $D = b^2 - 4ac$ is called the discriminant of $f$.
We say $f$ is positive definite if $f(x, y) \gt 0$ for every $(x, y) \ne (0, 0)$ in $\mathbb{R}^2$.

My Question Is the following proposition correct? If yes, how do you prove it?

Proposition Let $f = ax^2 + bxy + cy^2$ be a binary quadratic form over $\mathbb{R}$, $D$ its discriminant.
Then $f$ is positive definite if and only if $D \lt 0$ and $a \gt 0$.

2

There are 2 best solutions below

0
On BEST ANSWER

Here is an alternate proof, as requested by the OP.

The quadratic form corresponds to the matrix $$M = \left[\begin{array}{cc} a & b/2\\ b/2 & c\end{array}\right]$$ with $D = -4\det M.$

If $M$ is positive-definite, then it has two positive eigenvalues, and $\det M >0$. Moreover $(1,0)^TM(1,0) = a$ so $a>0$.

Now suppose $a>0$ and $D<0$. These two facts imply that also $c>0$. Since $M$ is symmetric, it has two real eigenvalues, and since $D<0$ they are either both positive or both negative. Since their sum is equal to the trace of $M$, which is positive, they must both be positive, and $M$ is positive-definite.

3
On

Spoiler

Suppose $f$ is positive definite. Since $f(1, 0) = a, a \gt 0$. Hence we have $f = ax^2 + bxy + cy^2 = a(x + \frac{b}{2a}y)^2 + \frac{4ac - b^2}{4a}y^2 = a(x + \frac{b}{2a}y)^2 + \frac{-D}{4a}y^2$
Since $f(-\frac{b}{2a}, 1) = \frac{-D}{4a}$, $D \lt 0$. The converse is clear.