How would one differentiate a function in this form?
$$f(x) = f(a)+{\frac {f'(a)}{1!}}(x-a)+{\frac {f''(a)}{2!}}(x-a)^{2}+{\frac {f'''(a)}{3!}}(x-a)^{3}$$
I'm sorry if this is something obvious, I'm not great with maths. I tried searching for the answer with no luck.
Differentiate with respect to $x$ ? On the left you have simply $f'(x)$ and on the right you have polynomial in $x$ ($a$ is a constant with respect to the derivative in $x$), so you get $$0+f'(a)+f''(a)(x-a)+\frac{f'''(a)}{2}(x-a)^2$$.