I am having problems with the following question:
Use the linear approximation $(1+x)^k\approx 1+kx$ to find an approximation for the function $f(x)$ for values of $x$ near zero $$f(x)=\sqrt[3]{\left(1-\frac1{2+x}\right)^2}.$$
When $x$ approaches $0$, the fraction part approaches $\frac12$, which is far from $0$. So I wonder how I can apply the approximation formula given by the question to evaluate the linear approximation of $f(x).$
$$ f(x) = \left( 1- \frac{1}{2+x}\right)^{2/3} = \left( 1- \frac{1}{2} \frac{1}{1+x/2}\right)^{2/3} = \left( 1- \frac{1}{2} (1+x/2)^{-1}\right)^{2/3} $$ and $(1+x/2)^{-1} \approx 1-x/2$ so therefore $$ f(x) \approx \left( 1- \frac{1}{2}(1-x/2)\right)^{2/3} $$ ... and so on. Maybe like this?