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.
You want the equation you got by substituting in to the recurrence relation to be true for all $n$, so $B - 2B - 2$, $C + 4B - 2C$ and $D - 2B + 2 C - 2D$ must all be $0$. Now, what are $B$, $C$ and $D$?