Vandermonde Determinant for NxN Matrices

  • Thread starter Thread starter grassstrip1
  • Start date Start date
  • Tags Tags
    Determinant Matrix
grassstrip1
Messages
11
Reaction score
0
The problem I have is this: Show that

\begin{bmatrix} 1 & 1 & 1 \\ λ_{1} & λ_{2} & λ_{3} \\ λ_{1}^{2} & λ_{2}^{2} & λ_{3}^{2} \end{bmatrix}
Has determinant

$$ (λ_{3} - λ_{2}) (λ_{3} - λ_{1}) (λ_{2} - λ_{1}) $$

And generalize to the NxN case (proof not needed)Obviously solving the 3x3 was not hard, I simply expanded the expression for the determinate given and showed it to be the same as the one i calculated using the rule of Sarrus.

However for the nxn case I'm not sure how to proceed. I tried entering bigger and bigger matrices into wolfram but there was no clear pattern. Is there a non computational way to solve this?
 
Physics news on Phys.org
Have you tried an induction over ##n##?
 
grassstrip1 said:
The problem I have is this: Show that

\begin{bmatrix} 1 & 1 & 1 \\ λ_{1} & λ_{2} & λ_{3} \\ λ_{1}^{2} & λ_{2}^{2} & λ_{3}^{2} \end{bmatrix}
Has determinant

$$ (λ_{3} - λ_{2}) (λ_{3} - λ_{1}) (λ_{2} - λ_{1}) $$

And generalize to the NxN case (proof not needed)Obviously solving the 3x3 was not hard, I simply expanded the expression for the determinate given and showed it to be the same as the one i calculated using the rule of Sarrus.

However for the nxn case I'm not sure how to proceed. I tried entering bigger and bigger matrices into wolfram but there was no clear pattern. Is there a non computational way to solve this?
I don't have a complete answer, but a 4x4 with the 4th row being cubic will result in a 6th power polynomial form. The number of combinations of 4 things taken 2 at a time is 6, making for the 6 factors. (I don't know how to choose the minus or plus sign for the terms, but if it does generalize, this might be helpful.)...editing... One additional observation is if two columns of a matrix are identical, I think the determinant is zero. This is consistent with setting the product of the factors equal to zero.
 
Last edited:
Thank you! The formula for the vandermonde determinant was exactly what I needed!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top