Differentiate $\tan^3(x^2)$

192 Views Asked by At

Differentiate $\tan^3(x^2)$

I first applied the chain rule and made $u=x^2$ and $g=\tan^3u$. I then calculated the derivative of $u$, which is $$u'=2x$$ and the derivative of $g$, which is $$g'=3\tan^2u$$

I then applied the chain rule and multiplied them together, which gave me

$$f'(x)=2x3\tan^2(x^2)$$

Is this correct? If not, any hints as to how to get the correct answer?

3

There are 3 best solutions below

0
On BEST ANSWER

You are almost there! In this case you need to apply the Chain Rule three times.

We have that $$(\tan^3(x^2))'=3\tan^2(x^2)\cdot(\tan(x^2))'=3\tan^2(x^2)\cdot\sec^2(x^2)\cdot(x^2)'=6x\tan^2(x^2)\sec^2(x^2)$$

0
On

Your answer is not correct because $g' \neq 3\tan^2u$. For getting $g'$ you need to apply the chain rule once more. $$g(u) = f(h(u)) = f(\tan u) = \tan^3u$$ where $f(x) = x^3$ and $h(u) = \tan u$.

So $g'(u) = f'(h(u))*h'(u) = 3(h(u))^2*\sec u = 3\tan^2u * \sec u$

0
On

$$u'=2x$$ $$g'=3\tan^2u \cdot sec^2u$$

$$f'(x)=2x \cdot 3\tan^2(x^2)\sec^2(x^2) = 6x\tan^2(x^2)\sec^2(x^2)$$