diffusion
- 73
- 0
Homework Statement
Find the following derivatives:
\frac{d}{dx} (tanx)^(1/x)
\frac{d}{dx} \sqrt{\frac{x-1}{x^2 (x-4)}}
Homework Equations
Rules of differentiation
The Attempt at a Solution
I realize these are fairly elementary problems, just not sure the order I should perform the differentiation rules. My attempt at number 1 is as follows:
Considering 1/x as a separate function (u), we can use the chain rule:
\frac{d}{dx}tan(x)_{u} \frac{d}{dx} \frac{1}{x}
Apply quotient rule on 1/x:
= sec_{2} (x)_{u} \frac{1}{x^2}
= \frac{sec^2(x) ^{1/x}}{x^2}
Can someone please correct me if I have made any mistakes?
The second problem I'm not sure. As far as I can tell it's just applying the quotient rule to the fraction, all to the power of \frac{1}{2}. Do I need to apply the chain rule to the denominator before using the quotient rule?