5
$\begingroup$

We have the function:

$f(x) = \frac{x^2\sqrt[4]{x^3}}{x^3+2}.$

I rewrote it as $f(x) = \frac{x^2{x^{3/4}}}{x^3+2}.$

After a while of differentiating I get the final answer:

$f(x)= \frac{- {\sqrt[4]{\left(\frac{1}{4}\right)^{19}} + \sqrt[4]{5.5^7}}}{(x^3+2)^2}$(The minus isn't behind the four)

But my answer sheet gives a different answer, but they also show a wrong calculation, so I don't know what is the right answer, can you help me with this?

  • 0
    I cannot see where you get your answer from - is there no function of $x$ in the numerator - just a constant? Your post needs some editing to tidy it up (you need the derivative of $f$ in the last equation, for example), but it really isn't clear what you intended to put (eg what is raised to the power 19?).2012-10-30

2 Answers 2

1

Let $y=\frac{x^2\cdot x^{3/4}}{x^3+2}$ so $y=\frac{x^{11/4}}{x^3+2}$ and therefore $y=x^{11/4}\times(x^3+2)^{-1}$. Now use the product rule of two functions: $(f\cdot g)'=f'\cdot g+f\cdot g'$ Here $f(x)=x^{11/4}$ and $g(x)=(x^3+2)^{-1}$. So $f'(x)=\frac{11}{4}x^{7/4}$ and $g'(x)=(-1)(3x^2)(x^3+2)^{-2}$. But thinking of your answer in the body, I cannot see where did it come from.

2

Although collecting powers is a good idea as suggested, things are made clearer after taking formal logarithm before differentiating:

$\ln f=2\ln x+\frac{3}{4}\ln x -\ln(x^3+2)$ $\frac{f'}{f}=\frac{2}{x}+\frac{3}{4x}-\frac{3x^2}{x^3+2}=\frac{11}{4x}-\frac{3x^2}{x^3+2}=-\frac{x^3-22}{4x(x^3+3)}$ $f'=-\frac{x^\frac{11}{4}(x^3-22)}{4x(x^3+2)^2}$

  • 0
    it is impossible to tell because apparently you tried to evaluate the derivative at some point but only went half way through2012-10-31