Proving a Determinant Identity for Beginners

  • Thread starter Thread starter Vishalrox
  • Start date Start date
  • Tags Tags
    Determinants Sum
AI Thread Summary
The discussion centers on proving a determinant identity without expanding the determinant, specifically comparing the determinant D to the expression R. Participants share their attempts at solving the problem using various row and column operations but struggle to reach a conclusion. One contributor points out that the claimed result is false by providing counterexamples with specific values for a, b, and c, showing discrepancies between D and R. The conversation highlights the need for careful verification of expressions in determinant problems. Ultimately, the initial claim of equality between D and R is challenged and found incorrect.
Vishalrox
Messages
20
Reaction score
0
1. The problem

Prove that

| (a+b-c) (-c+a-b) (a+b+c) |
| (a-c) (c-a) (b-a) | = (a+b-c)(-c+a-b)(a-c)
| (a-b) (a-c) (a+b) |

using properties of determinants without expanding a determinant

2. The attempt at a solution

I tried a lot of ways like with following steps C(3) -> C(3) + C(2) , R(1) -> R(1) + R(2) ,
R(1) -> R(1) + R(2) - R(3)...but i could get nothing...its not my homework sum...i am just a 7th grade maths enthusiast...i saw this sum somewhere...i tried to solve this but couldn't get...can anyone help me up to solve this...or atleast guide me...where C(1) means column 1 and R(1) means Row 1 and similar things to that
 
Last edited:
Physics news on Phys.org
(a+b-c) (-c+a-b) (a+b+c) |
| (a-c) (c-a) (b-a) | = (a+b-c)(-c+a-b)(a-c)
| (a-b) (a-c) (a+b) |
\left|\begin{array}{ccc}a+b- c & -c+a-b & a+b+c \\ a-c & c-a & b-a \\ a-b & a-c & a+b\end{array}\right|

"C(3) -> C(3) + C(2)". Okay, that gives
\left|\begin{array}{ccc}a+b- c & -c+a-b & 2a \\ a-c & c-a & b+c-2a \\ a-b & a-c & 2a+b-c\end{array}\right|

But may I ask why you did that? How does it improve the situation?

Notice that the right side, (a+b-c)(-c+a-b)(a-c), is a product of three numbers, one of which is the upper left element of the determinant. The determinant of a diagonal or triangular matrix is just the product of the numbers on the main diagonal so I would recommend using row operations to change all numbers below the main diagonal to 0. For example, changing R2 to R2- (a-c)/(a+b-c)R1 will make the second row of the first column equal to 0.
 
that was one of the steps i did...i tried with many properties meddled with this a lot...but couldn't get a thing...instead of what you said i would just add R(2) and R(3) and get a 0..(R2 -> R2 + R3)...so that's aint the problem...u will get zeros...bu the problem gets more complicated i u proceed...so what i want is...a stock algorithm to get the answer...
 
Last edited:
Vishalrox said:
1. The problem

Prove that

| (a+b-c) (-c+a-b) (a+b+c) |
| (a-c) (c-a) (b-a) | = (a+b-c)(-c+a-b)(a-c)
| (a-b) (a-c) (a+b) |

using properties of determinants without expanding a determinant

2. The attempt at a solution

I tried a lot of ways like with following steps C(3) -> C(3) + C(2) , R(1) -> R(1) + R(2) ,
R(1) -> R(1) + R(2) - R(3)...but i could get nothing...its not my homework sum...i am just a 7th grade maths enthusiast...i saw this sum somewhere...i tried to solve this but couldn't get...can anyone help me up to solve this...or atleast guide me...where C(1) means column 1 and R(1) means Row 1 and similar things to that


The claimed result is false. Let D denote the determinant and R the expression on the right. When a=1, b=2, c=3 we have D = 16 but R = 0. When a=-1, b=0, c=2 we have D = 24 but R = -27.

There must be something wrong with the expressions you wrote.

RGV
 
Thanks, Ray. I didn't check.
 
Oh thanks...
 
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