If I've calculated the binomial expansion of $(1+kx)^n$ (where $k$ and $n$ are known) up to some term, is there then a shortcut for calculating $(a+kx)^n$?
Example: Given that the binomial expansion of $(1+6x)^{\frac23}$ up to and including the term in $x^2$ is $1+4x-4x^2$, what is the binomial expansion of $(8+6x)^{\frac23}$ (up to and including the term in $x^2$)?
Thanks to gammatester's answer and the help I received from Henning Makholm in its comment section, I realised this:
Let $\ f(x)=(1+kx)^n$, then, because,
$$ (a+kx)^n=\left(a\left(1+\frac{kx}a\right)\right)^n=a^n\left(1+k\frac{x}{a}\right)^n $$ you can calculate
$$ (a+kx)^n=a^nf\left(\frac{x}{a}\right) $$
So basically, each term ($x^m$) in the series has to be divided by $a$ to the same power ($a^m$) and then the whole series must be multiplied by $a$, thus your example becomes: