Questions tagged [quadratic-forms]

Quadratic forms are homogeneous quadratic (degree two) polynomials in $n$ variables. In the cases of one, two, and three variables they are called unary, binary, and ternary. For example $\quad Q(x)=2x^2\quad $ is called unary quadratic ploynomial, $\quad Q(x,y)= 2x^2+3xy+2y^2\quad$ is called binary quadratic polynomial and $\quad Q(x,y,z)=2x^2+3y^2+z^2+7xy+5yz+9xz\quad$ is called ternary quadratic polynomial.

A function $f : \mathbb{R^n}\to \mathbb{R^n}$ of the form $$f(x)=x^TAx=\sum_{i,j=1}^na_{ij}x_ix_j\qquad \text{where $A=(a_{ij})_{m \times n}$ be a real symmetric matrix and $x=x(x_1,x_2,...,x_n)\in \mathbb{R}$}$$ is called a quadratic form.

It is usually denoted by $Q(x)$.

Classification of the quadratic form $Q(x)=x^TAx$:

A quadratic form is said to be:

$a:\quad$ negative definite$: Q < 0$ when $x\neq 0$

$b:\quad$ negative semi definite$: Q ≤ 0$ for all $x$ and $Q = 0$ for some $x \neq 0$

$c:\quad$ positive definite$: Q > 0$ when $x \neq 0$

$d:\quad$ positive semi definite$: Q ≥ 0$ for all $x$ and $Q = 0$ for some $x \neq 0$

$e:\quad$ indefinite$: Q > 0$ for some $x$ and $Q < 0$ for some other $x$

Applications: The theory of quadratic forms and methods used in their study depend in a large measure on the nature of the coefficients, which may be real or complex numbers, rational numbers, or integers. In linear algebra, analytic geometry, and in the majority of applications of quadratic forms, the coefficients are real or complex numbers. In the algebraic theory of quadratic forms, the coefficients are elements of a certain field. In the arithmetic theory of quadratic forms, the coefficients belong to a fixed commutative ring, frequently the integers $\mathbb{Z}$ or the $p-$adic integers $\mathbb{Z}_p$. Binary quadratic forms have been extensively studied in number theory, in particular, in the theory of quadratic fields, continued fractions, and modular forms. The theory of integral quadratic forms in $n$ variables has important applications to algebraic topology.

References:

"https://en.wikipedia.org/wiki/Quadratic_form"

"http://mathworld.wolfram.com/QuadraticForm.html"

2414 questions
7
votes
2 answers

Solving a quadratic 9-equation system

I need to solve the following system: $$\begin{cases} A^TA=B &(1)\\ A\vec{x}=\vec{y} &(2)\\ \end{cases} $$ I need $A$, given $B$, $\vec{x}$ and $\vec{y}$. $A$ and $B$ are both 3-by-3 matrices; $\vec{x}$ and $\vec{y}$ are 3-component vectors. B is…
Charlie
  • 73
6
votes
1 answer

norm of a quadratic form

Suppose that $q$ is a quadratic form on $\mathbb{R}^n$, $q(x)=(x,Ax)$ say (or $q(x)=x^TAx$ if you prefer that notation). Then one could consider the quantity $$ \sup\{ \left|q(x)\right| : \left\| x \right\| \leq 1 \}. $$ Is this an interesting…
n00b
  • 259
  • 2
  • 10
6
votes
0 answers

Proving the multiplicativity of a quaternary quadratic form

Consider the set $S$ of all integers of the form $f(x,y) + f(z,w)$, where $x,y,z,w$ are integers, $$ f(x,y) = a x^2 + b x y + a^2 y^2,$$ and $a,b$ are integers with $$a > 1, \; \; 0 < b < 2 a^{3/2}, \; \; \gcd(a,b)=1. $$ How could one prove the…
Will Jagy
  • 139,541
5
votes
1 answer

About multiplying binary quadratic forms

The quadratic forms with discriminant -23 up to change of variables are: A(x,y): $x^2 + xy + 6 y^2$ B(x,y): $2 x^2 - xy + 3 y^2$ C(x,y): $2 x^2 + xy + 3 y^2$ Viewed as number fields it's relatively easy then compute: A(x,y)A(a,b): $A(xa - 6yb,ya…
quanta
  • 12,425
4
votes
5 answers

show that the function $z = 2x^2 + y^2 +2xy -2x +2y +2$ is greater than $-3$

Show that the function $$z = 2x^2 + y^2 +2xy -2x +2y +2$$ is greater than $-3$ I tried to factorize but couldn't get more than $(x-1)^2 + (x+y)^2 +(y-1)^2 - (y)^2$. Is there any another way to factorize or another method??
maths lover
  • 3,344
4
votes
2 answers

Proving the multiplicativity of a binary quadratic form

Consider the set $S$ of all integers of the form $x^2+y^2+4xy$, where $x$ and $y$ are integers. How could one prove the set $S$ is closed under multiplication? I have tried the bashy brute force method, but to no avail. Perhaps someone could help?
3
votes
2 answers

Which integers are representable by $x^2+2y^2+7z^2$?

I have been trying to characterize integers representable by several ternary forms and reached a roadblock with this particular form: $$x^2+2y^2+7z^2$$ Ideally, I am looking for a characterization of square-classes represented. Computer…
Tahs
  • 33
3
votes
1 answer

About the roots of a quadratic equation

Let $m_1$ and $m_2$ the real and diferent roots of the quadratic equation $ax^2+bx+c=0$. Do you know some way to write $m_1^k + m_2^k$ in a simplest form (linear, for example) using just $a,b,c,m_1$ and $m_2$? Thanks for the attention!
Maicon
  • 31
3
votes
0 answers

System of symmetric quadratic equations

Suppose $A_1, A_2, \ldots A_k$ are real symmetric (but possibly singular or indefinite) matrices. I want to know whether the system of quadratic equations $$v^T A_i v =0 $$ has a nontrivial solution for $v$. Is there an efficient way of doing this?
user7530
  • 49,280
3
votes
1 answer

Number of solutions of a positive integral quadratic form is finite?

Is there an easy way to see the following: Suppose Q is an integral quadratic form in $n$ variables that is positive definite, that is $Q(x) \geq 1$ for all $0 \neq x \in \mathbb{Z}^n$. Then the number of solutions to the equation $Q(x)=m$, for some…
Boris Datsik
  • 380
  • 1
  • 8
3
votes
2 answers

Existence of complex solutions satisfying two quadratic forms

If I have two linear equations, $ax + by = 0$ and $cx + dy = 0$, and I wanted to find out if they had any non-trivial solutions, I would simply check if $(a,b)$ and $(c,d)$ are linearly dependent. Now suppose I set two quadratic forms equal to zero,…
Murray
  • 53
3
votes
1 answer

finding an anistropic quadratic form

Let $F$ be a simple transcendental extension of the field with three elements. How can I find $a, b \in F$ such that the quadratic form $x^2-ay^2-bz^2$ is anisotropic?
Rupert
  • 928
3
votes
3 answers

Question about answer about quadratic forms on MO

I have a question regarding this MO answer: The answer says that in characteristic $2$, we cannot obtain a quadratic form from a bilinear form. I thought it was the other way around and now I am confused. I thought that if $2 \neq 0$ then we have…
3
votes
0 answers

Can systems of equations of diagonal quadratic forms be solved by Gaussian Elimination

Can the following system of equations be solved using Gaussian Elimination? $$ \begin{bmatrix} s_{00} & s_{01} & s_{02} & s_{03}\\ s_{10} & s_{11} & s_{12} & s_{13}\\ s_{20} & s_{21} & s_{22} & s_{23}\\ …
cookie
  • 31
3
votes
1 answer

Witt Groethendieck Ring splitting

I have a really basic question about the Witt Groethendieck ring of a field: In Lam's book, it says that $\widehat{W}(F)/\widehat{I}^2(F)$ depends only on the square classes of $F$, $\widehat{W}/\widehat{I}^2\cong \mathbb{Z}\oplus…
1
2 3
8 9