$$x_n = 2x_{n-1}+2^n$$ $$x_1 =5$$
Finding the homogenous solution is easy enough but when attempting to solve the particular solution I arrive at:
$$C_22^n = 2C_22^{n-1} + 2^n $$ $$2C_2 = 2C_2 + 2 $$ $$ 2=0$$
At this point, I'm not sure how to proceed.
$x_n = 2x_{n-1}+2^n \\ x_n=An2^{n} \\ x_{n-1}=A(n-1)2^{n-1} \\ x_n=2x_{x-1}+2^n \text{ gives us } \\ A n 2^{n}=2A(n-1)2^{n-1}+2^n \\ An2^{n}=A(n-1)2^{n}+2^n \\ An=A(n-1)+1 \\ An=An-A+1 \\ -A+1=0 \\ A=1$