Do eigenvectors of a squared matrix A tell us anything about the eigenvectors of A?

Hint

  1. Consider a nonzero matrix $A$ whose square is the zero matrix.
  2. Alternatively, if you are considering a real matrix $A$ and only considering real eigenvalues, consider a matrix $A$ such that $A^2$ has a negative eigenvalue.

Additional hints Consider, respectively, $$\textrm{(1)} \qquad \pmatrix{0&1\\0&0} \qquad \textrm{and} \qquad \textrm{(2)} \qquad \pmatrix{0&-1\\1&0} .$$

That said, at least for matrices $A$ over an algebraically closed field (like $\Bbb C$), the answer to the titular question is still yes, that knowing the eigenvectors of $A^2$ gives us at least some information about the eigenvectors of $A$:

Considering the Jordan block decomposition of $A$ shows that in this setting, for each eigenvalue $\lambda$ of $A^2$ there is at least one eigenvector $\bf v$ of $A^2$ that is an eigenvector of $A$. In particular, if all of the eigenvalues of $A^2$ are distinct, then all of the eigenvectors of $A^2$ are eigenvectors of $A$.


Consider $$A = \pmatrix{0 & 1 \\ 1 & 0}$$ We have $A^2 = I$ so $$A^2\pmatrix{1 \\ 0} = \pmatrix{1 & 0 \\ 0& 1}\pmatrix{1 \\ 0} = \pmatrix{1 \\ 0}$$ and therefore $\pmatrix{1 \\ 0}$ is an eigenvector for $A^2$. However,

$$A\pmatrix{1 \\ 0} = \pmatrix{0 & 1 \\ 1 & 0}\pmatrix{1 \\ 0} = \pmatrix{0 \\ 1}$$ is not a scalar multiple of $\pmatrix{1 \\ 0}$ so $\pmatrix{1 \\ 0}$ is not an eigenvector for $A$.