Approximate $\:\mathbf{f(x) = 1/\sqrt{x^3 + 1}}\:$ by a polynomial of degree 3 centered at a = 2.
What exactly is this question asking when it says "approximate"? What is the end result supposed to be I'm so lost
I found the derivatives(up to the 3rd) and I substituted x with 2, but now what?
I'd appreciate any help!

The taylor polynomial of $f$ of dgree $3$ at $2$ is given by
$$f(2)+\frac{f'(2)}{1!}(x-2)+\frac{f''(2)}{2!}(x-2)^2+\frac{f'''(2)}{3!}(x-2)^3.$$