I'm not able to find particular solution of
$a_n-2a_{n-1}$=$3*2^n$
What i've tried
- Given RR is $a_n-2a_{n-1}$=$3*2^n$
- For the particular solution observe the r.h.s of the equation(1)
- It is $3*2^n$=(a constant)*$2^n$
- Consider the P.S =(a constant)*$2^n$
- $a_n^{(p)}$=A*$2^n$
- $a_{n-1}$=A*$2^{n-1}$
- Substituting this value in Eq..(1)
- A*$2^n-2$A*$2^{n-1}=$$3*2^n$
- $A*2^n(1-1)=3*2^n$
- $A*2^n0=3*2^n$
- This were i'm stuck i'm not getting $A$ value Please help..:(
If you are looking for a particular solution, you could try $a_0=0$ which would give $$a_1=2\times 0 + 3\times 2^1 = 6$$ $$a_2=2\times 6 + 3\times 2^2 = 24$$ $$a_3=2\times 24 + 3\times 2^2 = 72$$ $$\cdots$$ and see by inspection and prove by induction that $a_n=3n \, 2^n$.
A similar process of inspection and induction would give the general solution $a_n=(3n+a_0)2^n$.