How can I find the error bound when trying to approximate $\sqrt3$ with the expansion up to and including $x^3$ for $\sqrt{4-9x}$?
I thought about using : $$|R_n(x)|\leq\left|\frac{M(x-c)^{n+1}}{(n+1)!}\right|$$
But I struggled to find the upper bound $M$, otherwise $c=0, x=\frac{1}{9},n=3$ right?
(Edit, n=3 and not 4)
As I understand it, you are considering the function $f : x \mapsto \sqrt{4-9x}$, performing a Taylor expansion of order $n=3$ at $0$, to obtain an approximation of its value at $x = \frac 1 9$, which is $\sqrt{3}$.
In order to quantify the remainder, one possible way to go is to use the mean-value form of the remainder in Taylor's theorem, which states that: $$ f(x) = f(0) + x f'(0) + \frac{x^2}{2!} f''(0) + \frac{x^3}{3!} f^{(3)}(0) + R_3(x) $$ where $$ R_3(x) = \frac{x^4}{4!} f^{(4)}(\xi_x) \quad \text{where} \quad \xi_x \in [0,x]. $$ Hence, to obtain an explicit bound, you just have to bound the fourth derivative on $f$ on $[0,\frac 19]$.
The fourth derivative of the function $s \mapsto \sqrt{s}$ is $-\frac{15}{16} x^{-\frac72}$. So, by composition, you have: $$ f^{(4)}(x) = - 9^4 \frac{15}{16} (4-9x)^{-\frac 72}. $$ Since this is an increasing function of $x$ and $\xi_x \in [0,x]$, you have, for $x = \frac 19$, $$ |f^{(4)}(\xi_x)| \leq |f^{(4)}(x)| = 9^4 \frac{15}{16} 3^{-\frac 72}. $$ Putting everything together, you end up with $$ |R_3(x)| \leq \frac{15}{16} \frac{1}{4!} 3^{-\frac 72} \approx 0.000835. $$