
J. M.
asked 04/14/24Differentiate each of the following functions
differentiate each function
a. f(x)=1/x
b. g(x)=cos^-1 (x^2)
c. y=csc(x)
d. h(x)=ln(lnx)
e. y=e^x* tan*(x^3)
1 Expert Answer
Trajan E. answered 04/15/24
CS + Math double major at WPI tutoring Calculus, Physics, and CS
a. First rewrite 1/x = x-1. Then by the power rule, d/dx x-1 = -1 * x-2 = -1/(x2)
b. For this problem we have to know that d/dx arccos(x) = -1/√(1-x2)
We will use the chain rule: d/dx arccos(x2) = -1/√(1-(x2)2) * d/dx x2
Notice that we plugged in x2 into the formula for d/dx arccos(x). Also, the chain rule states that we multiply by the derivative of the inner function too, which is d/dx x2 = 2x.
Simplifying everything: -2x/√(1-x4)
c. Remember that csc(x) = 1/sin(x). Now we can use the chain rule, since we already know the derivatives of 1/x and sin(x). You could also use the quotient rule but I find it is prone to mistakes and in this case the chain rule is simpler.
d/dx 1/sin(x) = -1/sin2(x) * d/dx sin(x) = -cos(x) / sin2(x).
I prefer this form though it is equivalent to -cos(x)/sin(x) * 1/sin(x) = -cot(x) * csc(x)
d. For this problem we have to know that d/dx ln(x) = 1/x. Now we can use the chain rule:
d/dx ln(ln(x)) = 1/ln(x) * d/dx ln(x) = 1/ln(x) * 1/x = 1/(x * ln(x))
e. We will use the product rule and the chain rule. We also need to remember that d/dx tan(x) = sec2(x).
dy/dx = d/dx ex * tan(x3) + ex * d/dx tan(x3)
Since ex is its own derivative, the first term is just ex * tan(x3)
The second term is more complicated so we use the chain rule. d/dx tan(x3) = sec2(x3) * d/dx x3 = sec2(x3) * 3x2. Keep in mind that this term also has an ex.
Put it all together:
dy/dx = ex * tan(x3) + sec2(x3) * 3x2 * ex
In these five problems we used the power rule, chain rule, and product rule. We also saw a number of derivatives that are good to know:
d/dx arccos(x) = -1/√(1-x2)
d/dx ln(x) = 1/x
d/dx tan(x) = sec2(x)
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Paul M.
04/14/24