Finding a^2 from Matrix Inverse

In summary, the conversation discusses finding the value of $a^2$ given a matrix equation and determining under what conditions the matrix is invertible. The expert suggests looking at different equivalent definitions of a singular matrix and solving for $a^2$ using the equation $k=\frac{1}{a}=2a$.
  • #1
Yankel
395
0
Hello,

I have another question regarding inverse matrices. I need to find

\[a^{2}\]

given:

\[\exists x: \begin{pmatrix} 1 &a \\ 2a &1 \end{pmatrix}^{2}\cdot \begin{pmatrix} 1\\ x \end{pmatrix}=\begin{pmatrix} 0\\ 0 \end{pmatrix}\]

Any hints or guidance will be appreciated !

Thanks !
 
Physics news on Phys.org
  • #2
Some random thoughts that occurs to me:

We can see that the matrix:

$\begin{bmatrix}1&2a\\a&1 \end{bmatrix}^2$

is singular. Let's call this matrix $M^2$.

Convince yourself that if $M$ is invertible, so is $M^2$. Since $M^2$ is singular, then, so must $M$ be. Under what conditions will $M$ be singular?
 
  • #3
not sure I follow you

what makes you think it is singular ? I ran an example setting a=2 on Maple and there was an inverse...

if they tell me there exist x such that...is it right to say that there exist x that solves this linear equation system, meaning that the matrix is invertible ? saying that, is it correct to say that rank of this matrix must equal 2, and that what I need to do here is to find the values of a that gives me that ? If I am correct, I know WHAT to do, but not HOW to do, because of the 17th power up there.
 
  • #4
There are lots of "equivalent" definitions of a singular matrix:

1) A matrix that is not invertible.
2) A matrix $A$ for which there exists some other matrix $B \neq 0$ with $AB = 0$.
3) A matrix $A$ for which there exists some non-zero vector $v$ such that $Av = 0$.
4) A matrix with zero determinant.

It should be clear that definition #3 is easiest to apply, here: since the vector $(1,x)^T$ is non-zero, no matter "what" $x$ may be.

Yes, for SOME values of $a$, the matrix $M$ WILL be invertible. You are not interested in those values, you are interested in the values for which $M$ will NOT be invertible (Hint: look at definition #4).
 
  • #5
basically I am not suppose to use determinants for this one...

I understand what you mean now, for why seeking for values of a for which the matrix is NOT invertible. How should I find them if I have a 17th power - this I am yet to realize
 
  • #6
Not using determinants seems an onerous restriction, as it truly is the most elegant way in this case.

I do not see why you keep mentioning the "17th power" it truly does not seem relevant.

I forgot the mention a 5th equivalent definition of a singular matrix:

One whose columns form a linearly dependent set.

If we apply THIS definition, we must have:

$(2a,1) = (k,ka)$ for some field element (real number? rational? complex? you do not say...) $k$.

Since by direct substitution we see $a = 0$ does not work, we may assume $a \neq 0$.

This leads to the two equations:

$2a = k$
$1 = ka$

That is:

$k = \dfrac{1}{a} = 2a$.

This last equation can be solved for $a^2$.
 

Related to Finding a^2 from Matrix Inverse

1. How do you find a^2 from a matrix inverse?

To find a^2 from a matrix inverse, you first need to find the inverse of the given matrix. Then, multiply the inverse by itself to get a^2. This can be represented as a^2 = (A^-1)(A^-1), where A is the original matrix.

2. Why is finding a^2 from a matrix inverse important?

Finding a^2 from a matrix inverse is important in solving systems of linear equations and in determining the inverse of a matrix. It also allows for simplification of calculations in various mathematical applications.

3. Can you find a^2 from any matrix inverse?

No, not all matrices have an inverse. In order for a matrix to have an inverse, it must be a square matrix with a non-zero determinant. If these conditions are met, then a^2 can be found from the matrix inverse.

4. Is there a shortcut to finding a^2 from a matrix inverse?

There is no shortcut to finding a^2 from a matrix inverse, but there are certain methods and strategies that can make the process more efficient. For example, if the matrix is diagonalizable, then finding the inverse and a^2 can be simplified.

5. How does finding a^2 from a matrix inverse relate to eigenvalues and eigenvectors?

Finding a^2 from a matrix inverse is closely related to eigenvalues and eigenvectors. The eigenvalues of a matrix are the roots of the characteristic polynomial, which can also be used to find the inverse of a matrix. Additionally, the eigenvectors can be used to diagonalize the matrix, making it easier to find the inverse and a^2.

Similar threads

  • Linear and Abstract Algebra
Replies
6
Views
666
  • Linear and Abstract Algebra
Replies
9
Views
2K
  • Linear and Abstract Algebra
Replies
10
Views
1K
  • Linear and Abstract Algebra
Replies
34
Views
2K
Replies
2
Views
745
  • Linear and Abstract Algebra
Replies
8
Views
1K
Replies
31
Views
2K
  • Linear and Abstract Algebra
Replies
15
Views
1K
  • Linear and Abstract Algebra
2
Replies
52
Views
2K
  • Linear and Abstract Algebra
Replies
2
Views
917
Back
Top