How do you differentiate #f(x) = ln(sqrt(arcsin(e^(3x)) ) # using the chain rule?
1 Answer
Explanation:
The first step we should take is to simplify the function by using logarithm rules to remove the square root from the function.
Since the square root is really a
#f(x)=1/2ln(arcsin(e^(3x)))#
From here, the first issue is the natural logarithm. According to the chain rule, we know that
#f'(x)=1/2(1/arcsin(e^(3x)))d/dx[arcsin(e^(3x))]#
Now, to differentiate the
#f'(x)=1/(2arcsin(e^(3x)))(1/sqrt(1-(e^(3x))^2))d/dx[e^(3x)]#
Before moving on to find the derivative of
#f'(x)=1/(2sqrt(1-e^6)arcsin(e^(3x)))*d/dx[e^(3x)]#
This final bout of differentiation also requires the chain rule, but differentiating things to the
#f'(x)=1/(2sqrt(1-e^6)arcsin(e^(3x)))(e^(3x)d/dx[3x])#
Since
#f'(x)=(3e^(3x))/(2sqrt(1-e^6)arcsin(e^(3x)))#