2

I am trying to find the derivative of this expression

${{\sqrt x}(x^2 - {\sqrt x})}$

I would first of simplify the expression to:

${x^{1\over2}(x^2 - x^{1\over2})}$

And then apply ${x^{1\over2}}$ to the term in the brackets"

=> ${x^{3 \over2} - x}$

Then to find the derivative of this expression I get

${{3\over2} x^{1\over2} -1}$

${{3\over2} {\sqrt x} -1}$

But the answer in the book is:

${{5 \over 2}\sqrt[3]{x} - 1}$

dagda1
  • 825

1 Answers1

0

Notice, your mistake $\sqrt x\cdot x^2\ne x^{3/2}$, $$\sqrt x(x^2-\sqrt x)=x^{1/2}(x^2-x^{1/2})=x^{5/2}-x$$ hence, $$\frac{d}{dx}(x^{5/2}-x)=\frac 52x^{\frac 52-1}-1=\color{red}{\frac 52x^{\frac 32}-1}$$