Some of the most important functions in calculus are inverse and transcendental functions, like logarithmic, exponential, and inverse trig functions. Understanding their derivatives is critical for solving problems involving growth, decay, and inverse relationships.
y = f^{-1}(x)
, then \frac{dy}{dx} = \frac{1}{f'(f^{-1}(x))}
\ln x
: \frac{d}{dx}(\ln x) = 1/x
(for x > 0
)e^x
: \frac{d}{dx}(e^x) = e^x
\log_b x
: \frac{1}{x \ln b}
\frac{d}{dx}(\sin^{-1} x) = \frac{1}{\sqrt{1 - x^2}}
\frac{d}{dx}(\cos^{-1} x) = \frac{-1}{\sqrt{1 - x^2}}
\frac{d}{dx}(\tan^{-1} x) = \frac{1}{1 + x^2}
f(x) = \ln(3x^2)
Step 1: Use the chain rule: outer function is \ln(u)
, inner is 3x^2
\frac{d}{dx}(\ln(3x^2)) = \frac{1}{3x^2} \cdot 6x
Simplify: \frac{6x}{3x^2} = \frac{2}{x}
Final Answer: f'(x) = 2/x
f(x) = \tan^{-1}(2x)
Step 1: Use the derivative rule for inverse tangent: \frac{d}{dx}(\tan^{-1} u) = \frac{1}{1 + u^2} \cdot u'
u = 2x
, so u' = 2
Final Answer: f'(x) = \frac{2}{1 + 4x^2}