[Linear Algebra] Showing equality via determinant properties

Click For Summary
SUMMARY

The discussion focuses on demonstrating the equality of two determinants involving linear combinations of vectors. The left-hand side determinant is transformed using row operations to reveal a factor of (1-t²) that relates it to the right-hand side determinant. The key operations include applying row transformations and factoring out coefficients, specifically using properties of determinants to manipulate the rows without direct evaluation. The final conclusion confirms that the determinant equality holds true through proper application of determinant properties.

PREREQUISITES
  • Understanding of determinant properties in linear algebra
  • Familiarity with row operations on matrices
  • Knowledge of linear combinations of vectors
  • Basic algebraic manipulation skills
NEXT STEPS
  • Study the properties of determinants in linear algebra
  • Learn advanced row operations and their effects on determinants
  • Explore examples of determinant manipulation involving linear combinations
  • Investigate the implications of determinant equality in linear transformations
USEFUL FOR

Students and educators in mathematics, particularly those focused on linear algebra, as well as anyone interested in understanding determinant properties and their applications in vector spaces.

CentreShifter
Messages
23
Reaction score
0
Problem:

Show, without evaluating directly, that
<br /> \left|\begin{matrix}<br /> a_1+b_1t&amp;a_2+b_2t&amp;a_3+b_3t \\<br /> a_1t+b_1&amp;a_2t+b_2&amp;a_3t+b_3 \\<br /> c_1&amp;c_2&amp;c_3 \end{matrix}\right|<br /> =<br /> (1-t^2)\left|\begin{matrix}<br /> a_1&amp;a_2&amp;a_3 \\<br /> b_1&amp;b_2&amp;b_3 \\<br /> c_1&amp;c_2&amp;c_3 \end{matrix}\right|<br />

Clearly, here I'm supposed to use the determinant properties, do some row ops on the first array, and end up with the RHS.

1. -tR1-R2 -> Row2 (no coefficient on determinant).

<br /> \left|\begin{matrix}<br /> a_1+b_1t&amp;a_2+b_2t&amp;a_3+b_3t \\<br /> b_1-b_1t^2&amp;b_2-b_2t^2&amp;b_3-b_3t^2 \\<br /> c_1&amp;c_2&amp;c_3 \end{matrix}\right|<br />

From here I can see that b_1-b_1t^2=b_1(1-t^2). But multiplying R2 by \frac{1}{1-t^2} means I have to also pull that out as a coefficient to the entire array. So now:
<br /> \frac{1}{1-t^2}<br /> \left|\begin{matrix}<br /> a_1+b_1t&amp;a_2+b_2t&amp;a_3+b_3t \\<br /> b_1&amp;b_2&amp;b_3 \\<br /> c_1&amp;c_2&amp;c_3 \end{matrix}\right|<br />

Another row op, R1 -> R1-tR2, and I have my RHS, except the coefficient is reciprocated. Am I doing this wrong?
 
Physics news on Phys.org
If you multiply a row or column by some t, the value of the determinant becomes t times the original value. So you need to divide the whole determinant by t so as to keep it unchanged.

ehild
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 62 ·
3
Replies
62
Views
4K
  • · Replies 20 ·
Replies
20
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
4
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K