Using Determinant Identities to solve

  • Context: Undergrad 
  • Thread starter Thread starter MMhawk607
  • Start date Start date
  • Tags Tags
    Determinant identities
Click For Summary
SUMMARY

The discussion focuses on proving that the determinant of the matrix formed by the rows {{1, 1, 1}, {a, b, c}, {a^2, b^2, c^2}} equals (b-c)(c-a)(a-b). The user calculated the determinant and obtained an expanded form, (bc^2) - (ba^2) - (ac^2) + (ab^2) + (ca^2) - (cb^2), and sought clarification on whether this is sufficient for proof. The discussion suggests that utilizing determinant identities can simplify the proof process, specifically through row operations to demonstrate the equality directly.

PREREQUISITES
  • Understanding of matrix determinants
  • Familiarity with polynomial identities
  • Knowledge of row operations in linear algebra
  • Basic algebraic manipulation skills
NEXT STEPS
  • Study determinant properties and identities in linear algebra
  • Learn about polynomial factorization techniques
  • Explore row reduction methods for simplifying determinants
  • Investigate applications of determinants in solving systems of equations
USEFUL FOR

Students and professionals in mathematics, particularly those focusing on linear algebra, matrix theory, and polynomial functions, will benefit from this discussion.

MMhawk607
Messages
5
Reaction score
0
Sorry for the format, I'm on my phone.

Lets say the matrix is

| 1 1 1 |
| a b c |
| a^2 b^2 c^|

Or
{{1,1,1} , {a, b,c} , {a^2, b^2,c^2}}

Show that it equals to
(b-c)(c-a)(a-b)

I did the determinant and my answer was
(bc^2) - (ba^2) - (ac^2) + (ab^2) + (ca^2) - (cb^2)


This is the same thing as the answer but multiplied out and it is hard to just factor the answer into what we're supposed to prove. So is there any other way, I assume using the determinant identities, to easily get (b-c) (c-a) (a-b)
Or is multiplying them out and showing that it's the same as my Determinant enough.
 
Physics news on Phys.org
Yes, just stating that (b-c)(c-a)(a-b)= (bc^2) - (ba^2) - (ac^2) + (ab^2) + (ca^2) - (cb^2) is sufficient?
 
You could say $$\left|\begin{matrix} 1 & 1 & 1 \\ a & b & c \\ a^2 & b^2 & c^2 \end{matrix}\right|
= \left|\begin{matrix} 1 & 0 & 0 \\ a & b-a & c-a \\ a^2 & b^2-a^2 & c^2-a^2 \end{matrix}\right| $$
## = (b-a)(c-a)(c+a) - (c-a)(b-a)(b+a)##. It's easy to get the answer given from there.
 

Similar threads

Replies
3
Views
2K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 33 ·
2
Replies
33
Views
3K
Replies
13
Views
4K
Replies
8
Views
5K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 25 ·
Replies
25
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K