Forgive me for my simple question, calculus from Engineering school is about ten years in the past for me.
$f(x) = \sqrt{x+2}$
What is $f'(x)$?
If it were just $f(x) = \sqrt{x}$ it would be easy, because $\sqrt{x} = x^\frac{1}{2}$, but the case of $f(x) = \sqrt{x+2}$ is different because of $+2$, correct? Or am I wrong? :/
Use the chain rule$$\frac {dy}{dx}=\frac {dy}{du}\cdot\frac {du}{dx}$$Or, in a more recognizable form with $f(x)$ and $g(x)$$$f(g(x))'=g'(x)f'(g(x))$$Where $g(x)=x+2$ and $f(x)=\sqrt x$.