Solve Determinant Question: Polynomials of Degree n-2 or Less

  • Thread starter talolard
  • Start date
  • Tags
    Determinant
In summary: F_1(x_1) &=& x_1\\F_2(x_1) &=& x_1+x_2\\\vdots &\vdots &\ddots &\vdots\\F_n(x_1) &=& x_1+x_n\\\end{array}Here's an example of what that would look like:In summary, the author claims that the determinant of a matrix of polynomals of degree n-2 or less is 0, and that this is true for any n greater than or equal to 3. However
  • #1
talolard
125
0
Hello all. I have a question about determinants. The question is from an exam and solutions were not published. I would like to know if my solution is correct. Please excuse me for the imperfect formatting, I am struggling with the interface. Espeacially the superscripts were supposed to be subscripts.

Homework Statement



The question is to compute the determinant of a matrix of polynomals of degree n-2 or less that looks like this:

F[tex]_{1}[/tex](X[tex]_{1}[/tex]) F[tex]_{1}[/tex](X[tex]_{2}[/tex]) ... F[tex]_{1}[/tex](X[tex]_{n}[/tex])

F[tex]_{2}[/tex](X[tex]_{1}[/tex]) F[tex]_{2}[/tex](X[tex]_{2}[/tex]) ... F[tex]_{2}[/tex](X[tex]_{n}[/tex])

[tex]\cdots[/tex]
[tex]\cdots[/tex]
[tex]\cdots[/tex]
F[tex]_{n}[/tex](X[tex]_{1}[/tex]) F[tex]_{n}[/tex](X[tex]_{2}[/tex]) ... F[tex]_{n}[/tex](X[tex]_{n}[/tex])I assumed n=3 and showed that in this case the determinant is 0.
I then assumed correctness for n and want to show that this is true for n+1 thus proving by induction.
Writing the same matrix but with n+1 rows and columns, I compute the determinant using expansion by row. I "crossed out" the n+1 row and n+1 column and so have a sum of sclars (which are polynomials) multiplying the NXN matrix that I assumed has a 0 determinant. So the sum is 0 hence conculding the proff.
Is this correct?
Thank you
Tal
 
Physics news on Phys.org
  • #2
talolard said:
Hello all. I have a question about determinants. The question is from an exam and solutions were not published. I would like to know if my solution is correct. Please excuse me for the imperfect formatting, I am struggling with the interface. Espeacially the superscripts were supposed to be subscripts.

Homework Statement



The question is to compute the determinant of a matrix of polynomals of degree n-2 or less that looks like this:

[...]

I assumed n=3 and showed that in this case the determinant is 0.
I then assumed correctness for n and want to show that this is true for n+1 thus proving by induction.
Writing the same matrix but with n+1 rows and columns, I compute the determinant using expansion by row. I "crossed out" the n+1 row and n+1 column and so have a sum of sclars (which are polynomials) multiplying the NXN matrix that I assumed has a 0 determinant. So the sum is 0 hence conculding the proff.
Is this correct?
Thank you
Tal

Sounds right. The polynomials in question were given? It would seem not to be the case that det = 0 for the 1x1 case unless the first polynomial was given to be zero. Could you give more details on the problem?

BTW w.r.t. formatting, the inline latex type doesn't always line up vertically with normal text so you should avoid mixing. Rather put all your equation inside a single tex block.

The editor now has a latex reference ([tex]\Sigma[/tex] button in advanced editor)
You can also use pmatrix, bmatrix, Bmatrix and vmatrix environments for respectively matrices in (),[],{},||. Also the array environment for more control.

try: e.g.

\begin{vmatrix}
F_1(x_1) & F_1(x_2) &\cdots & F_1(x_n)\\
F_2(x_1) & F_2(x_2) &\cdots & F_2(x_n)\\
\vdots & \vdots & \ddots & \vdots\\
F_n(x_1) & F_n(x_2) & \cdots &F_n(x_n)
\end{vmatrix}

For:

[tex]
\begin{vmatrix}
F_1(x_1) & F_1(x_2) &\cdots & F_1(x_n)\\
F_2(x_1) & F_2(x_2) &\cdots & F_2(x_n)\\
\vdots & \vdots & \ddots & \vdots\\
F_n(x_1) & F_n(x_2) & \cdots & F_n(x_n)
\end{vmatrix}
[/tex]

Also see the AMS's "ftp://ftp.ams.org/pub/tex/doc/amsmath/short-math-guide.pdf"[/URL] for a good reference on latex commands (not all implemented here, I don't think, but nothing missing that I've every tried to use.)
 
Last edited by a moderator:
  • #3
Thanks for the reply. The only information about the Polynomials is that they are of degree n-2 at most. From this I assumed that n greater than or equal to 3. We never encountered polynomals of a negative degree and intuitvely i imagine that there is "no such thing". Was the assumption wrong? My logic is that for inדtance X-2=(1/x)2
Thanks
Tal
 
  • #4
talolard said:
Thanks for the reply. The only information about the Polynomials is that they are of degree n-2 at most. From this I assumed that n greater than or equal to 3. We never encountered polynomals of a negative degree and intuitvely i imagine that there is "no such thing". Was the assumption wrong? My logic is that for inדtance X-2=(1/x)2
Thanks
Tal

I see. That means e.g. for n=2 you have degree zero, i.e. constants. Yes, thus you have rows with the same value and thus multiples of each other and hence det=0.

I now see a possible problem with your inductive proof. Given the polynomials are of degree at most n-2, as you let n increase you must also let the degree of the submatrix entries increase. Your assertion about say n = K no longer holds when n=K+1 since you haven't shown, and can't assume it is the case that the determinants of the submatrices is zero. They are not restricted to being degree K-2 but rather (K+1)-2.

Follow me?

Hmmm... tricky. Ahhh yes. The space of polynomials of degree n-2 will be n-1 dimensional. That's easy enough to show since you have a basis x^k for k = 0 to n-2.

I would then expand each polynomial as a row vector of coefficients times a column vector of powers of x. So:

[tex] F_k(x_j)= \begin{pmatrix} c_{k0}& c_{k1} &\cdots & c_{km}\end{pmatrix}
\begin{pmatrix}x_j^0\\x_j^1\\ \vdots \\ x_j^m\end{pmatrix}[/tex]
where m = n-2.

Do this for each row or your matrix and for each variable you can then write:
[tex]\begin{pmatrix}
F_1(x_1) & F_1(x_2) &\cdots & F_1(x_n)\\
F_2(x_1) & F_2(x_2) &\cdots & F_2(x_n)\\
\vdots & \vdots & \ddots & \vdots\\
F_n(x_1) & F_n(x_2) & \cdots &F_n(x_n)
\end{pmatrix} =
\begin{pmatrix}
c_{1,0}& c_{1,1} &\cdots &c_{1,m}\\
c_{2,0}& c_{2,1} &\cdots &c_{2,m}\\
\vdots & \vdots & \ddots & \vdots\\
c_{n,0}& c_{n,1} &\cdots &c_{n,m}\end{pmatrix}
\begin{pmatrix}
x_1^0 & x_2^0& \cdots &x_n^0\\
x_1^1 & x_2^1& \cdots &x_n^1\\
\vdots & \vdots & \ddots & \vdots\\
x_1^m & x_2^m& \cdots &x_n^m\end{pmatrix}
[/tex]

The dimensions correspond to: [tex][n\times n] = [n\times(n-1)]\cdot[(n-1)\times n][/tex].

Looking at the matrix of coefficients and recalling that the space the rows span is only n-1 dimensional I would then argue that one row is a linear combination of the others, thus so too is one row of the original polynomial matrix and hence its determinant is zero.

(Since all the columns of the variable powers matrix are equal a given linear combination of rows of the coefficient matrix will correspond to a linear combination of rows of the polynomial matrix.)

There, that's how I'd prove it.
 
  • #5
Thanks. That seems like an even simpler proof. It took me a few minutes to see where my proof didn't work. It was a little subtle. Thanks for pointing that out.
Tal
 

Related to Solve Determinant Question: Polynomials of Degree n-2 or Less

What is a determinant?

A determinant is a mathematical value that can be calculated from a matrix. It represents certain properties of the matrix, such as its size and how the matrix will transform space.

What is the purpose of solving a determinant question?

The purpose of solving a determinant question is to find the value of the determinant for a given matrix. This can be useful in a variety of mathematical and scientific applications, such as solving systems of linear equations and calculating transformations.

What are the steps for solving a determinant question?

The steps for solving a determinant question depend on the size of the matrix. For a 2x2 matrix, the determinant can be found by multiplying the values in the main diagonal and subtracting the product of the values in the other diagonal. For larger matrices, there are various techniques such as expansion by minors and using row operations.

Can a determinant be negative?

Yes, the determinant of a matrix can be negative. The sign of the determinant depends on the arrangement of the elements in the matrix and the operations used to solve it.

What is the relationship between polynomials of degree n-2 or less and determinants?

There is no direct relationship between polynomials of degree n-2 or less and determinants. However, determinants can be used to solve systems of linear equations involving polynomials of degree n-2 or less, by representing the equations as a matrix and finding the determinant to determine the solutions.

Similar threads

  • Advanced Physics Homework Help
Replies
7
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
693
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
694
Replies
32
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
989
  • Calculus and Beyond Homework Help
Replies
1
Views
710
  • Quantum Physics
Replies
2
Views
819
  • Introductory Physics Homework Help
Replies
8
Views
488
Back
Top