How do you differentiate #f(x) = ln(1/sqrt(arcsin(e^(x)) ) ) # using the chain rule?

1 Answer
Aug 7, 2017

# f'(x) = - 1/(2arcsin(e^x) \ sqrt(1-e^(2x)) \ e^x ) #

Explanation:

Using the chain rule we can differentiate a function of a function, so for example:

# d/dx( (1+2)^10 ) = 10(1+2x)^9d/dx(1+2x) #

Where we have implicitly used the chain rule:

# d/dx f(g(x)) = f'(g(x)) \ g'(x) #

To give:

# d/dx X^n = nX^(n-1) (dX)/dx # and #X=X(x)#

In this question the function has been specifically designed to test knowledge of the chain rule as it will need to be applied several times. We than join (or "chain") the results together to get the final derivative:

Note that we will need the following standard derivatives:

# [A] \ d/dx lnx \ \ \ \ \ \ = 1/x#
# [B] \ d/dx arcsinx = 1/(sqrt(1-x^2)) #
# [C] \ d/dx e^x \ \ \ \ \ \ \ \ \ = e^x #

So we can simplify the expression using the log rules:

# f(x) = ln(1/sqrt(arcsin(e^x))) #
# " " = ln(sqrt(1/arcsin(e^x))) #
# " " = ln((arcsin(e^x))^(-1/2)) #
# " " = -1/2ln(arcsin(e^x)) #

Chain rule application no 1 (using [A]) gives

# f'(x) = -1/2 1/arcsin(e^x) d/dx arcsin(e^x) #
# " " = - 1/(2arcsin(e^x)) d/dx arcsin(e^x) #

Chain rule application no 2 (using [B]) gives

# f'(x) = - 1/(2arcsin(e^x)) 1/(sqrt(1-(e^x)^2)) d/dx e^x #
# " " = - 1/(2arcsin(e^x)) 1/(sqrt(1-e^(2x))) d/dx e^x #

Chain rule application no 3 (using [C]) gives

# f'(x) = - 1/(2arcsin(e^x)) 1/(sqrt(1-e^(2x))) e^x #

Leading to the final result:

# f'(x) = - 1/(2arcsin(e^x) \ sqrt(1-e^(2x)) \ e^x ) #