I know dy / dx = n^n-1
I have the problem $y = \sqrt{x^2+2x}$
I have broken that down to $y = \sqrt{x^2 +2x}$. The x would differentiate to 1, but how do you differentiate the surd?
I know dy / dx = n^n-1
I have the problem $y = \sqrt{x^2+2x}$
I have broken that down to $y = \sqrt{x^2 +2x}$. The x would differentiate to 1, but how do you differentiate the surd?
First note that the chain rule is $$ \frac{d}{dx}f(g(x))= \frac{d}{dg(x)}f(g(x)) \frac{d}{dx}g(x) $$ Therefore $$ \frac{d}{dx}\sqrt{x^2+2x}= \frac{d}{dx}(x^2+2x)^{\frac{1}{2}}= \frac{1}{2}(x^2+2x)^{\frac{1}{2}-1}\frac{d}{dx}[x^2+2x] =\frac{1}{2}(x^2+2x)^{-\frac{1}{2}}(2x+2) = \frac{2x+2}{2(x^2+2x)^{\frac{1}{2}}} = \frac{x+1}{\sqrt{x^2+2x}} $$
you must write $(x^2+2x)^{1/2}$ and the derivative with respect to $x$ is given by $\frac{1}{2}(x^2+2x)^{-1/2}(2x+2)$