Suppose I have the recurrence relation
$a_n = - a_{n-1} + a_{n-2} + 2^n + n$
Is it alright to solve for the homogeneous 'general' solution and then split the solving of the particular solution into two cases (one for $2^n$ and one for $n$) then combine them for the final result?