How would you find the Taylor series for $f(x)=\ln(x+4)$ about $x=-1$ I know that you can do it the traditional way by finding all the derivatives of $f$ and finding the series that way, but I was wondering if there is a way to do it using the Maclaurin series for $\frac{1}{1-x}$ or the Maclaurin series for $\ln(1+x)$
Also when I Do it the traditional way I get $f(x)=ln(3)+\sum_{n=1}^{\infty} \frac{(-1)^{n+1}(n-1)! (x+1)^{n}}{3^n}$ which doesnt seem to be the right answer
HINT
Note that
$$\ln(x+4)=\ln 3 + \ln\left(\frac x 3+ \frac43\right)=\ln 3 + \ln\left(1+\frac x 3+ \frac13\right)$$
and let $y=\frac x 3+ \frac13 \to 0$.