Solving a determinant to give it's factors

Click For Summary
SUMMARY

The discussion focuses on solving a determinant represented by a 3x3 matrix with specific entries involving variables a, b, and c. The determinant is proven to equal 4(b + c)(c + a)(a + b). Participants suggest various methods for solving the determinant, including row operations and cofactor expansion. The use of \LaTeX for formatting mathematical expressions is also highlighted as a best practice for clarity.

PREREQUISITES
  • Understanding of determinants and matrix operations
  • Familiarity with row operations in linear algebra
  • Knowledge of cofactor expansion for calculating determinants
  • Basic proficiency in \LaTeX for mathematical notation
NEXT STEPS
  • Learn advanced techniques for simplifying determinants using row operations
  • Study the properties of determinants and their applications in linear algebra
  • Explore the use of \LaTeX for formatting complex mathematical expressions
  • Practice solving determinants of larger matrices to enhance problem-solving skills
USEFUL FOR

Students studying linear algebra, mathematics educators, and anyone looking to improve their skills in solving determinants and using \LaTeX for mathematical documentation.

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.
 

Similar threads

Replies
1
Views
2K
  • · Replies 32 ·
2
Replies
32
Views
3K
  • · Replies 5 ·
Replies
5
Views
4K
Replies
3
Views
4K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K