Eigenvalue/Eigenvector Proof for Matrix Polynomial p(A)

  • Thread starter Thread starter cookie91
  • Start date Start date
  • Tags Tags
    Proof
cookie91
Messages
5
Reaction score
0

Homework Statement



let p(x) = summation(from i=0 to k) aix^i

matrix polynomial for A is defined as p(A) = summation(i=0 up to k) aiA^i

Show that if (lambda, x) is an eigenpair of A then (p(lambda), x) is an eigenpair of p(A)

Homework Equations





The Attempt at a Solution



I pretty much have no idea where to start. I thought I could use Ax = lambda x like you would if you were proving that lambda^2 is an eigenvalue of A^2, etc, but I'm not sure how to get the p(A) bit?
 
Physics news on Phys.org
try multiplying the polynomial matrix form by the eignvector & see the results
 
here's some latex to help, click on it to see code

\sum_{i=0}^k a_i x^i
 
Thanks, I'm still not sure if I'm going about this the right way

so I've got

Use Ax = \lambdax

for p(A), multiply both sides of matrix polynomial by eigenvector x

p(A)x =
<br /> \sum_{i=0}^k a_i A^i <br /> x

from the polynomial in the question, p(x) =
<br /> \sum_{i=0}^k a_i x^i <br />

let x = \lambda

p(\lambda) =
<br /> \sum_{i=0}^k a_i \lambda^i <br />

p(A)x = <br /> \sum_{i=0}^k a_i \lambda^i <br /> x

p(A)x = p(\lambdax as required

but I'm not sure if I've really shown anything. how do i show that its the same x and \lambda that belong to the matrix A?
 
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