The question is expand $(1+x+2ax^{2})^{b}$ in ascending power of $x$ up to the term in $x^{2}$.
I did as following:
$\bigg(1+\big(x+2ax^{2}\big)\bigg)^{b}=\left(^{b}_{0}\right)(1)^{b}+\left(^{b}_{1}\right)(1)^{b-1}(x+2ax^{2})+\left(^{b}_{2}\right)(1)^{b-2}(x+2ax^{2})^{2}+\dots$
$\hspace{37.5 mm}=(1)(1)+(b)(1)(x+2ax^{2})+\left(^{b}_{2}\right)(1)(x^{2}+4ax^{3}+4a^{2}x^{4})+\dots$
$\hspace{37.5 mm}=1+bx+2abx^{2}+\left(^{b}_{2}\right)x^{2}+\dots$
$\hspace{37.5 mm}=1+bx+\big(2ab+\left(^{b}_{2}\right)\big)x^{2}+\dots$
But the answer in my book has $2a$ not $2ab$.
Where did I make a mistake?