I am trying to find a Taylor series for the following function: ${1\over 1-9x}$ centered at c = 7
I browsed through my Calc II book and found that I can use the general formula for a Taylor series expansion.
$$T(x) = \sum_{n=0}^\infty {f^n (c)\over n!} (x-c)^n$$
The book said that $f^n$ is a representation of the various derivatives of the given function. Do I try to compute a few derivatives and than represent them in a $f^n$ format?
Can someone help explain the initial steps to solving this problem, and just nudge me in the right direction please? Thank You
I would try taking a few derivatives of $f(x) = \frac{1}{1-9x}$, i.e., compute $f'(x)$, $f''(x)$, and so on, until you can recognize a pattern. You should be able to find a fairly simple formula for the $n$th derivative $f^{(n)}(x)$ in terms of $n$. To get the coefficients in the Taylor series, just plug in $x=7$ into $f^{(n)}(x)$.