How Can You Simplify a 3x3 Matrix Determinant with Variables a and b?

  • Thread starter Thread starter Koranzite
  • Start date Start date
  • Tags Tags
    Determinant Matrix
Koranzite
Messages
5
Reaction score
0

Homework Statement



I've attached the problem, it involves reducing a 3x3 matrix determinant to row echelon form, but the leading diagonal elements have to be linear in a and b afterwards.

Homework Equations




The Attempt at a Solution



I've managed to convert it to row echelon form by: r3-ar2 ; r2-ar1 ; r3-br2
The problem is that this leaves a diagonal element having cubic terms. Can anyone see a way to acomplish this? Should be an easy problem, but I've spent over an hour trying different combinations.
 

Attachments

  • matrix question.PNG
    matrix question.PNG
    6.3 KB · Views: 437
Physics news on Phys.org
I recommend just computing the determinant and doing some simple algebra to factor the resulting expression.
 
AKG said:
I recommend just computing the determinant and doing some simple algebra to factor the resulting expression.

I also tried that, to no avail.
 
Koranzite said:
I also tried that, to no avail.

The factorization is not immediately obvious, but what finally worked for me was to look at the determinant for two different numerical values of a (namely, a = 0 and a = 1) and in each case to factor the resulting polynomial in b. Some factors are the same for both values of a, and some others differ in such a way that you can easily figure out what they are as functions of a. You end up with a factorization exactly of the required type.

RGV
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top