How exactly is this happening?

42 Views Asked by At

I was studying Derivative and my book says if:

enter image description here

Then its derivative is:

enter image description here

I can't understand how the writer has changed the first derivative fraction into the second one. In other words, how did he simplify?

Note: I'm really really basic, so please explain in details.

Thank you.

1

There are 1 best solutions below

0
On BEST ANSWER

Observe that $$\sqrt{(1+x^2)^3}=(1+x^2)^{3/2}$$ Thus $$\begin{align*}\left((1+x^2)^{3/2}\right)'&=\frac{3}{2}(1+x^2)^{3/2-1}(1+x^2)'\\&=\frac{3}{2}(1+x^2)^{1/2}2x=\frac{3}{\not 2}(1+x^2)^{1/2}\not2x\\&=3x\sqrt{1+x^2}\end{align*}$$


The first equation is due to the chain rule. i.e. $$\left(f\left(g(x)\right)\right)'=f'(g(x))g'(x)$$ with $f(x)=x^{3/2}$ and $g(x)=(1+x^2)$.