Suppose $A$ and $B$ are $n \times n$ complex matrices such that $$AB-BA=aI+A,$$ where $a \in \mathbb{C}.$ Find the characteristic polynomial of $A$.
If $A$ happens to be a Jordan block, this would be easy:
Write $A=cI+N$ with $c \in \mathbb{C}$ and $N$ nilpotent. Then $$(cI+N)B-B(cI+N)=(a+c)I+N,$$
that is, $$NB-BN=(a+c)I+N.$$
Take trace of both sides to get $c=-a$. So the characteristic polynomial would be $(x+a)^n$.
So I guess for a general $A$, the answer is the same?