Matrix determinant proof problem

AI Thread Summary
The discussion focuses on proving the determinant of a specific n x n matrix with x's on the diagonal and a's elsewhere. The proposed formula for the determinant is (x + (n-1)a)(x - a)^(n-1). A participant suggests using mathematical induction, starting with the base case of n=1, where the determinant simplifies to x. The next step involves assuming the formula holds for a k x k matrix and then evaluating the (k+1) x (k+1) determinant by expanding along the first row. This approach aims to establish the validity of the formula for all n.
hayze2728
Messages
3
Reaction score
0

Homework Statement


I have to proove that the determinant of :

x a a . . . a
a x a . . . a
. . .
. . .
a . . . a
a . . . . . x

If you get the idea (it's (n x n) with x's along the diagonal and a's everywhere else)

That it is (x + (n-1)a)(x - a)^(n-1)


I really don't have a clue how to do this so any hints appreciated.
 
Physics news on Phys.org
Looks to me like induction on the size of the determinant would be best.

If n= 1, the determinant is just (x + (1-1)a)(x - a)^(1-1)= x.

Asume that formula is correct for a k by k determinant and evaluate the corresponding (k+1) by (k+1) determinant by expanding along the first row.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top