Solving a determinant to give it's factors

AI Thread Summary
The discussion revolves around solving a determinant with specific rows involving variables a, b, and c. The goal is to prove that the determinant equals 4(b + c)(c + a)(a + b). Participants suggest using row operations to simplify the determinant, such as replacing the third row with the sum of all three rows. There is also a recommendation to expand the determinant by cofactors for a more straightforward calculation. Overall, the conversation emphasizes different methods to approach the determinant problem effectively.
nirajnishad
Messages
16
Reaction score
0

Homework Statement


I have a determinant to solve.

Fistrow is -2a, a + b, a+c
Second row is b + a, -2b, b + c
Third row is c+a, c+b, -2c

Prove that the determinant is equal to 4 (b +c) (c +a) (a + b)


Homework Equations




Not applicable.

The Attempt at a Solution


I have tried addig up rows and column both three at a time and two at a time. I am unable to find any common factor. This is one of my first sums, so I'msure I'm missing out on something.


Also, could you tell me how to enter a determinant at PhysicsForums?
 
Physics news on Phys.org
nirajnishad said:
Fistrow is -2a, a + b, a+c
Second row is b + a, -2b, b + c
Third row is c+a, c+b, -2c

The best way to write this is using \LaTeX, but that's best learned another day.

What operations for finding a determinant do you know about so far?

Hint: You want to try eliminating entries in one of the rows so they become 0. What about replacing the 3rd row with (3rd+2nd+1st)?
 
So you have your determinant:
<br /> \left|\begin{array}{ccc}<br /> -2a &amp; a+b &amp; a+c \\<br /> b+a &amp; -2b &amp; b+c \\<br /> c+a &amp; c+b &amp; -2c<br /> \end{array}\right|<br />
Why not just expant the determinant? It's small enough to do by hand and have in mind to keep in one of the factors in the solution. It's a cheat but it will give you some idea of determinants.
 
scottie_000 said:
The best way to write this is using \LaTeX, but that's best learned another day.

What operations for finding a determinant do you know about so far?

Hint: You want to try eliminating entries in one of the rows so they become 0. What about replacing the 3rd row with (3rd+2nd+1st)?

i have tried adding all rows and colums.
after doing it ,i am unable to find any common factor in any row or coloumn
 
You can get fancy and perform row operations to make the determinant simpler, or you can just use brute force and expand by cofactors.

For example, expanding across the top row:
\left|\begin{array}{ccc} 1 &amp; 2 &amp; 0 \\3 &amp; -2 &amp; 1 \\2 &amp; 0 &amp; -2\end{array}\right|= 1\left|\begin{array}{cc} -2 &amp; 1 \\0 &amp; -2 \end{array}\right| - 2 \left|\begin{array}{cc} 3 &amp; 1 \\2 &amp; -2 \end{array}\right| + 0\left|\begin{array}{cc} 3 &amp; -2 \\2 &amp; 0 \end{array}\right|

Now it's a matter of evaluating three 2 x 2 determinants.
 
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