Finding values that make a determinate = 0

  • Thread starter Thread starter DanielJackins
  • Start date Start date
DanielJackins
Messages
39
Reaction score
0

Homework Statement



Given the matrix A = {a, 3, 8}{a, -3, 4}{7, -4, a} find all values of a that make det(A) = 0.

(each {} is a row in the matrix, 3x3)

The Attempt at a Solution



I've expanded it out using the Cofactor theorem, ie. a11c11 + a21c21 + a31c31, and I come out with a polynomial, -2(3a^2+8a-126) which I equate to 0. Solving for the quadratic gives ugly roots which I can't see being correct.

Thanks for any help
 
Physics news on Phys.org
Doing a very quick calculation, are you sure your '-126' shouldn't be '126'? (When you factor out the -2, shouldn't you have a positive 126 left?)
 
Well according to maple your determinant is correct. You should really trust the math instead of your intuition about what you can see being correct.
 
Huh, it was correct :P I just figured the answer would be integers. Thanks for the help :)
 
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