Solving for k to Satisfy ||kA-I||<1

  • Thread starter Thread starter saltine
  • Start date Start date
saltine
Messages
84
Reaction score
0

Homework Statement


How do I analytically solve for k to satisfy:
||kA-I||&lt;1?
Here, k is a real number scalar, A is a known matrix.

Homework Equations



The Attempt at a Solution


I am confused because if A was a number, I could break it into two cases where kA-I is positive and negative. But now A is a matrix so I can't do so. How should I look at the problem and what other equations are relevant?

Suppose the norm of A is 5, e.g. A = [5 0;0 5]. Then I know that the upper limit of k is 2/5, so that kA-I can be at most [1 0;0 1]. I also know that the lower limit of k has to be 0, because if k is ever negative, the norm would be greater than one, since the norm of I is already 1.

But how do I solve for this kind of result given an arbitrary matrix A?

- Thanks
 
Physics news on Phys.org
There are several different definitions of "norm" of a matrix. Which are you using here?
 
The largest gain in magnitude to a vector:

For y = Ax, the norm of A is the largest 'a' satisfying |y| = a|x| from all possible choices of x, where |.| is the 2-norm of the vector. Does this definition make sense?
 
The vector norm of Ax squared is Ax.Ax (dot product). So you can find the operator norm of A by finding the square root of the largest eigenvalue of A*A^(T).
 
So in my original equation where I am trying to find the unknown k such that ||kB-I||&lt;1, my A is kB-I. To find the eigenvalues of AA^T, I do 0 = \lambda I - AA^T = \lambda I - (kB-I)(kB-I)^T

Is there a way to pull out k so that I could solve for k in terms of the old eigenvalues or the old norm?

- Thanks
 
I don't think you can really 'pull out the k' in any useful way. I think you just have to put the matrix B in and crank it out. It could get pretty complicated unless the matrix is small.
 
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