Solving an equation including matrices

  • Thread starter Thread starter Hokey
  • Start date Start date
  • Tags Tags
    Matrices
Hokey
Messages
4
Reaction score
0

Homework Statement



Okay. So I have an equation:

ABA + BAB = 2I

where A and B are square nxn-matrices and I is the identity matrix. From this, I am supposed to find a way to express B as a function of A (given that A is close to I). So B = F(A), and it is also given that F(I) = I.

Homework Equations



The Attempt at a Solution



I just haven't ever come across an equation where there are matrices involved (apart from Ax = B...), and it doesn't really get me anywhere when I try multiplying with A or B's inverse from left, right or center.

The only thing I can think of is that since A is supposed to be close to I, maybe I can say that A = I + H. When inserting this on the left side of the equation, I get B + B^2 + {a couple of terms with H in them so I ignore them, assuming that they are small}. But I'm not sure where to go from B + B^2 = 2I either. A is gone, so now I can't find a function that depends on A, so it seems like I'm on the wrong track...

Help, please? I just want to know what you can and can't do when it comes to matrices in equations, since I've never seen an example of how you solve things like this! Thanks!
 
Physics news on Phys.org
Your matrix equation is quadratic in B due to the term B A B. How would you solve a simpler equation:

<br /> X^{2} = A<br />

where A is a square matrix?
 
Dickfore said:
How would you solve a simpler equation:

<br /> X^{2} = A<br />

where A is a square matrix?

Umm... it's a square matrix, does that mean that we can decide the square root? :P

Like I said, I haven't really done anything like this before. If anyone can recommend some online reading (preferrably with examples of calculations) about solving matrix equations it would be much appreciated :) When I google it I get mostly hits on numerical calculations, not a lot about handling these things symbolically.
 
Dickfore said:
Your matrix equation is quadratic in B due to the term B A B. How would you solve a simpler equation:

<br /> X^{2} = A<br />

where A is a square matrix?

I spent some thought on this and decided to work out an example.

If we take A to represent a half-turn, its matrix is:

A = \begin{pmatrix}-1 &amp; 0 \\ 0 &amp; -1 \end{pmatrix}

The equation has an infinite number of solutions. For instance:

X = \begin{pmatrix}1 &amp; 1 \\ -2 &amp; -1 \end{pmatrix} \qquard \textrm{ or } \qquad X = \begin{pmatrix}0 &amp; -1 \\ 1 &amp; 0 \end{pmatrix}

Could you elaborate?
 
Hey, I am also very interested in solving this equation.
 
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