I have a function $\large{f(x)=\sqrt{x} \space \space \space x \forall \geq 0}$
I am looking for a quadratic approx. to $f(x)$ at $x=9$.
So far, I know that the quadratic approx. at $x = x_0$ follows the Taylor series:
$$q(x) = f(x_0) + f'(x_0)(x-x_0) + \frac {f''(x_0)}{2} {(x-x_0)}^2$$ and by calculation, $$\begin{align*}f(x) &= 3 \\ f'(x) &= \frac 1 6 \\ f''(x) &= \frac {-1} {108}\end{align*}$$
Are the calculations correct? And happens after this?

So your quadratic is $$q(x) = 3 + \frac{(x-9)}{6} - \frac{{(x-9)}^2}{216}$$