CentreShifter
- 23
- 0
Problem:
Show, without evaluating directly, that
<br /> \left|\begin{matrix}<br /> a_1+b_1t&a_2+b_2t&a_3+b_3t \\<br /> a_1t+b_1&a_2t+b_2&a_3t+b_3 \\<br /> c_1&c_2&c_3 \end{matrix}\right|<br /> =<br /> (1-t^2)\left|\begin{matrix}<br /> a_1&a_2&a_3 \\<br /> b_1&b_2&b_3 \\<br /> c_1&c_2&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&a_2+b_2t&a_3+b_3t \\<br /> b_1-b_1t^2&b_2-b_2t^2&b_3-b_3t^2 \\<br /> c_1&c_2&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&a_2+b_2t&a_3+b_3t \\<br /> b_1&b_2&b_3 \\<br /> c_1&c_2&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?
Show, without evaluating directly, that
<br /> \left|\begin{matrix}<br /> a_1+b_1t&a_2+b_2t&a_3+b_3t \\<br /> a_1t+b_1&a_2t+b_2&a_3t+b_3 \\<br /> c_1&c_2&c_3 \end{matrix}\right|<br /> =<br /> (1-t^2)\left|\begin{matrix}<br /> a_1&a_2&a_3 \\<br /> b_1&b_2&b_3 \\<br /> c_1&c_2&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&a_2+b_2t&a_3+b_3t \\<br /> b_1-b_1t^2&b_2-b_2t^2&b_3-b_3t^2 \\<br /> c_1&c_2&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&a_2+b_2t&a_3+b_3t \\<br /> b_1&b_2&b_3 \\<br /> c_1&c_2&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?