Very quick question: function signature

  • Thread starter Thread starter cezarion
  • Start date Start date
  • Tags Tags
    Function
Click For Summary

Homework Help Overview

The discussion revolves around understanding the concept of the signature of quadratic forms, particularly in the context of calculating signatures from given expressions. The original poster seeks clarification on how to derive the signature from a specific quadratic form involving variables a, b, c, and d.

Discussion Character

  • Conceptual clarification, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants explore the definition of signature in relation to eigenvalues and the representation of quadratic forms in matrix form. There are attempts to express quadratic forms as sums of squares and questions about the conversion of linear terms into a signature.

Discussion Status

The discussion is ongoing, with participants providing insights and examples to clarify the concept of signatures. Some guidance has been offered regarding the relationship between eigenvalues and signatures, but there is no consensus on the approach to take for the original problem posed by the poster.

Contextual Notes

There is mention of constraints related to the course content, specifically that eigenvalues have not yet been covered, which may limit the approaches available to the participants. Additionally, the complexity of the quadratic forms being discussed raises questions about the appropriateness of the problem for the current level of understanding.

cezarion
Messages
5
Reaction score
0
I was just wondering if somebody could give me a very quick definition and work through a short example. We have just covered quadratic forms, and one of the questions we have been given is on calculating signatures.

I found several online references that say the signature relates to the number of positive and negative squares, but I am not sure how to apply this. For instance, how would I go about getting the signature of

a b + b c + c d ?

I immediately see

.5(a + b)^2 + .5(b + c)^2 + .5(c + d)^2 - .5a^2 - b^2 - c^2 - .5d^2

gives three positive squares and four negative sqares, but I have no idea if this is the correct way to approach the problem. Thank you for your assistance!
 
Physics news on Phys.org
Doesn't the signature of a quadratic form refer to the number of positive versus negative eigenvalues in the matrix of the quadratic form? In this case the matrix is 4x4, isn't it? There aren't really seven independent squares.
 
Let's do a simple one, take L=xy, a two dimensional quadratic form. Note you can represent this in matrix form as M=[[0,1/2],[1/2,0]]. To get the value of the quadratic form on a vector (x,y) multiply on the right by the column version of (x,y) and on the left by the row. Got that? Now let's solve it. Notice L=((x+y)/2)^2-((x-y)/2)^2. So if I let v and w be the linear functions that are the contents of the squares, L=v^2-w^2. Now think about the matrix. It has eigenvalues +1 and -1 and corresponding eigenvectors [1,1] and [1,-1]. If you think about it these actually correspond to v and w (e.g. [x,y].[1,1]=x+y, [x,y].[1,-1]=x-y) and the algebra I've done corresponds to diagonalizing L. And if you just need the signature, you only need to know the signs of the eigenvalues. So to do your problem I put your matrix into a computer program and observed that the eigenvalues I get look pretty nasty, so I don't want to explicitly write the diagonalization. But it's pretty easy to read off the signs.
 
Last edited:
Thank you for your reply. I think I understand your example for L = xy. If instead I take M = xy + yz can I write M = \frac{1}{2}(x + y)^2 - \frac{1}{2}(x - y)^2 + \frac{1}{2}(y + z)^2 - \frac{1}{2}(y - z)^2?

We haven't covered eigenvalues yet in our course, so I'm not sure how to apply that to finding the signature. Thanks again for your help.
 
I'm afraid not. There are three variables x,y and z. So you have to express the quadratic form as a sum of three squares. Take for example the quadratic form x^2, with just one variable. That has signature 1, right? Now write it as x^2+x^2-x^2. Looks like it has a different signature written in that form. If you don't know eigenvectors then the only way I can think of is to make a really clever guess as to how to express a quadratic form in n variables as a sum of at most n quadratics. Your last example can be written as ((x+sqrt(2)*y+z)^2-(x-sqrt(2)*y+z)^2)/(4*sqrt(2) and there's also a zero eigenvalue associated with x-z. If you haven't done eigen stuff yet, I don't think this question is in the right chapter. Unless the quadratic form is REALLY EASY.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
Replies
3
Views
1K
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
3
Views
2K
Replies
15
Views
2K
Replies
5
Views
2K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 9 ·
Replies
9
Views
4K
Replies
4
Views
2K