How to calculate this determinate

  • Thread starter Thread starter jdstokes
  • Start date Start date
AI Thread Summary
The discussion revolves around calculating the determinant of a specific matrix function f_n defined by a Vandermonde-like structure. Part (b) establishes that f_n can be expressed as a polynomial in x_1 with coefficients derived from the determinants of smaller matrices, specifically showing that g_{n-1} equals (-1)^{n-1} times the determinant of f_{n-1}. For part (c), participants suggest using the Laplace expansion method to demonstrate that x_i - x_1 is a factor of f_n for i from 2 to n. The conversation emphasizes the polynomial nature of the determinant and the relationships between its coefficients. Overall, the thread provides insights into determinant calculation techniques and polynomial factorization in the context of matrix functions.
jdstokes
Messages
520
Reaction score
1
Let n be a positive integer, and define the function

f_n(x_1,x_2,\ldots, x_n) = \left( <br /> \begin{array}{ccccc}<br /> 1 &amp; 1 &amp; 1 &amp; \ldots &amp; 1 \\<br /> x_1 &amp; x_2 &amp; x_3 &amp; \ldots &amp; x_n \\<br /> x_1^2 &amp; x_2^2 &amp; x_3^2 &amp; \ldots &amp; x_n^2 \\<br /> \vdots &amp; \vdots &amp; \vdots &amp; \ddots &amp; \vdots \\<br /> x_1^{n-1} &amp; x_2^{n-1} &amp; x_3^{n-1} &amp; \ldots &amp; x_n^{n-1}<br /> \end{array}<br /> \right)

(b) By considering the first column expansion of the determinant, show that

f_n(x_1,x_2,\ldots,x_2) = g_0 + g_1x_1 + g_2x_1^2 + \cdots + g_{n-1}x_1^{n-1}, and, in particular, g_{n-1}=(-1)^{n-1}f_{n-1}(x_2,x_3,\ldots,x_n)

(c) Show that f_n(x_1,x_2,\ldots,x_2) has x_i-x_1 as a factor, for all values of i from 2 to n.

I think I've sorted part (b) out. I don't have a clue about how to proceed in part (c).

Thanks.

James
 
Physics news on Phys.org
Why do you have

f_n(x_1,x_2,\ldots,\mathbf{x_2}) = g_0 + g_1x_1 + g_2x_1^2 + \cdots + g_{n-1}x_1^{n-1}

Do you mean

f_n(x_1,x_2,\ldots,\mathbf{x_n}) = g_0 + g_1x_1 + g_2x_1^2 + \cdots + g_{n-1}x_1^{n-1}

I'm not exactly sure if this will work, but write f_n as a polynomial in x_1 with coefficients g_0,\, \dots ,\, g_{n-1}. You should be able to write these coefficients (or, at least one of them) in terms of f_{n-1}, which you can in turn write as a polynomial in x_2. You'll get something with x_1 and x_2 in there, and hopefully you'll be able to factor it to get the desired results. You should end up with new coefficients for which you can do something similar, working in all the x_i and then hopefully being able to factor.

Alternatively, treat f_n(x_1,\, \dots ,\, x_n) as the single-variable polynomial f_{n-x_2,\dots ,x_n}(x_1). If f_n is supposed to factor as it suggests in part c), then so should this new polynomial. But this polynomial is of degree n-1, and the problem suggests that you can pull out n-1 factors, so if what you are supposed to prove is correct, then the new polynomial should be a constant multiplied by the product of those factors. This doesn't seem exactly right because your coefficients are matrices, but the roots you're finding are whatever x_1 is, but you may want to try this approach. Take the product of those factors, and multiply it by g_{n-1} and see if you end up with f_n.
 


To calculate the determinant of the given function, we can use the Laplace expansion method. This involves expanding the determinant along one row or column and using cofactors to solve for the determinant. In this case, we will use the first column expansion.

First, we can see that the determinant is a polynomial in x_1, with degree n-1. This means it can be written as g_0 + g_1x_1 + g_2x_1^2 + \cdots + g_{n-1}x_1^{n-1}. We can also see that the coefficients of this polynomial are determined by the cofactors of the first column.

Using the Laplace expansion, we can write the determinant as:

f_n(x_1,x_2,\ldots,x_n) = x_1 \cdot \left(
\begin{array}{ccccc}
x_2 & x_3 & x_4 & \ldots & x_n \\
x_2^2 & x_3^2 & x_4^2 & \ldots & x_n^2 \\
\vdots & \vdots & \vdots & \ddots & \vdots \\
x_2^{n-1} & x_3^{n-1} & x_4^{n-1} & \ldots & x_n^{n-1}
\end{array}
\right)

Now, we can see that this is just the determinant of f_{n-1}(x_2,x_3,\ldots,x_n), with x_1 as a common factor. This means that g_{n-1} is equal to (-1)^{n-1} times the determinant of f_{n-1}(x_2,x_3,\ldots,x_n).

For part (c), we can use the same method of Laplace expansion to show that x_i-x_1 is a factor of f_n(x_1,x_2,\ldots,x_n). Expanding along the i-th column, we get:

f_n(x_1,x_2,\ldots,x_n) = (x_i-x_1) \cdot \left(
\begin{array}{ccccc}
1 & 1 & 1 & \ldots & 1 \\
x_1 & x_2 & x_3 & \ldots &
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Back
Top