So if $A$ is diagonalizable, how would you show the following is diagonalizable?
a)$p(A),p(x)$ (any polynomial)
b)$kI+A$ for any scalar $k$
c)$U^{-1}AU$ for any invertible matrix $U$.
So for the first one, I have no idea how polynomials associate with diagonalization. And neither can think of anything for the third.
For the second one, I assume that $P^{-1}(kI+A)P=P^{-1}kIP+P^{-1}AP=kI+D$, since $kI$ and$D$ each is diagonalizable, $kI + D$ is diagonalizable. But I felt I have a wrong idea about this, someone help?
If $A$ is diagonalizable, then there is $P$ invertible with $D = P^{-1}AP$ diagonal. If $p(x) = \sum_{k=0}^na_kx^k$, look at: $$P^{-1}p(A)P = P^{-1}\left(\sum_{k=0}^na_kA^k\right)P = \sum_{k=0}^n a_k D^k.$$Is that a diagonal matrix? How can you justify the steps I did above?
Your work in the second item is okay, because in the same way above: $$P^{-1}(kI+A)P = kI + D,$$which is a diagonal matrix.