Matrix problem help. solve the remaining equation and find the value(s) for x

  • Thread starter Thread starter flatty
  • Start date Start date
  • Tags Tags
    Matrix
flatty
Messages
3
Reaction score
0

Homework Statement


| x 0 c|
| -1 x b| = 0
| 0 -1 a|

Homework Equations





The Attempt at a Solution


As best as I can tell I would end up with x * (xa - (-1b)) and -1c and then I would end up with Ax^2 + BX + C which leaves me confused am I looking at a quadratic equation for the answer or is there a way to get numerical values out of it?
 
Physics news on Phys.org
flatty said:

Homework Statement


| x 0 c|
| -1 x b| = 0
| 0 -1 a|

Homework Equations





The Attempt at a Solution


As best as I can tell I would end up with x * (xa - (-1b)) and -1c and then I would end up with Ax^2 + BX + C which leaves me confused am I looking at a quadratic equation for the answer or is there a way to get numerical values out of it?
Your problem statement says that the determinant of your matrix is zero.

What equation represents this?
 
I presume you are taking the determinant and setting it equal to zero. If so, what you've done looks right. Remember the solution to a quadratic equation? Also, you can only get a numerical answer if you know the values of a,b,c. Otherwise, the answer will be an expression involving a,b,c.
 
0=x*(xa-(-1b))-(-1*c)

I am using det(a)=A11(A22*A33-A23*A32)-A12(A21*A33-A23*A31)+A13(A21*A32-A22*A31)

Yes it is equal to zero sorry, new here.

Ax^2+bx+c=0 so I am assuming my answer would be x = [-b ± √(b^2 - 4ac) ]/2a
 
thanks
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
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