M HYPE SPLASH
// updates

Characteristic polynomial of square of matrix?

By Emily Wilson
$\begingroup$

Let $A \in M_n(\mathbb{C})$ with $p_A(x)=(-1)^n\cdot (x-λ_1)\dots(x-λ_n)$ it's characteristic polynomial.

Prove that $p_{A^2}(x)=(-1)^n\cdot (x-λ_1^2)\dots(x-λ_n^2)$

Any tips on where to start from?

$\endgroup$ 1

1 Answer

$\begingroup$

The characteristic polynomial of a matrix has roots that are equal to its eigenvalues. Let $x$ be an eigenvector of $A$ with corresponding eigenvalue $\lambda$. Then $$ AAx = A \lambda x = \lambda^2 x. $$ So $x$ is an eigenvector of $A^2$ too, but its eigenvalue is $\lambda^2$. So the roots of the characteristic polynomial of $AA$ are the squares of the roots of $A$. Its characteristic polynomial is completely determined by this fact.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy