I'm reading through examples on this site.
In example 2_2, given the recurrence relation $A_n - 2A_{n-1} = 2n^2$, the guess for the particular solution is $A_n= Bn^2 + Cn + D$. Substituting that into the recurrence relation gets you 
I just don't know how to continue this to get the answer above.