For what values of x is the linear approximation $\sqrt{x + 3} \simeq \frac74 + \frac x4 $accurate to within 0.5?
My Try
I found this question under llinearization lesson Since this problem does not mention about a point around which it is approximated, I took it as 'a'
$\therefore$ $f(x)=f(a)+(x-a) f'(a)$
$f(x)=\sqrt{a+3} + \frac{x-a}{2\sqrt{x+3}}$
How do I proceed to find 'a' such that the error is within 0.5? Please Help! Thanks in advance.