0

How should I take the derivative of the following:

$$\frac{t^2}{(1+t^4)^{1/2}}$$

I know the answer and I have tried quotient rule and product rule and I can't seem to succeed.

2 Answers2

1

If you're having trouble with the Quotient Rule you could reorganize the expression $$ \frac{t^2}{(1+t^4)^{1/2}} = t^2\cdot\left(1+t^4\right)^{-1/2} = \left(t^{-4}\right)^{-1/2}\cdot\left(1+t^4\right)^{-1/2} = \left(t^{-4}+1\right)^{-1/2} $$ and use the Chain Rule.

1

Using the Quotient Rule, we get

$\begin{align} \dfrac{d}{dt}\left(\dfrac{t^2}{(1+t^4)^{\frac{1}{2}}}\right) &= \dfrac{(1+t^4)^{\frac{1}{2}}\cdot 2t-t^2\cdot\frac{1}{2}(1+t^4)^{-\frac{1}{2}}\cdot4t^3}{1+t^4} \\ &= \dfrac{2t(1+t^4)^{\frac{1}{2}}-2t^5(1+t^4)^{-\frac{1}{2}}}{1+t^4} \\ &= \dfrac{2t(1+t^4)^{-\frac{1}{2}}\left((1+t^4)-t^4\right)}{1+t^4} \\ &= \dfrac{2t}{(1+t^4)^{\frac{3}{2}}} \end{align} $

John Habert
  • 4,001