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

  • Thread starter Thread starter talolard
  • Start date Start date
  • Tags Tags
    Determinant
talolard
Messages
119
Reaction score
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_{1}(X_{1}) F_{1}(X_{2}) ... F_{1}(X_{n})

F_{2}(X_{1}) F_{2}(X_{2}) ... F_{2}(X_{n})

\cdots
\cdots
\cdots
F_{n}(X_{1}) F_{n}(X_{2}) ... F_{n}(X_{n})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
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 (\Sigma 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:

<br /> \begin{vmatrix}<br /> F_1(x_1) &amp; F_1(x_2) &amp;\cdots &amp; F_1(x_n)\\<br /> F_2(x_1) &amp; F_2(x_2) &amp;\cdots &amp; F_2(x_n)\\<br /> \vdots &amp; \vdots &amp; \ddots &amp; \vdots\\<br /> F_n(x_1) &amp; F_n(x_2) &amp; \cdots &amp; F_n(x_n)<br /> \end{vmatrix}<br />

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:
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
 
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:

F_k(x_j)= \begin{pmatrix} c_{k0}&amp; c_{k1} &amp;\cdots &amp; c_{km}\end{pmatrix}<br /> \begin{pmatrix}x_j^0\\x_j^1\\ \vdots \\ x_j^m\end{pmatrix}
where m = n-2.

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

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

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.
 
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
 
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