What is the derivative of y = ln ((x^2+1)^5 / sqrt(1-x)) ?
2 Answers
Explanation:
You're going to have to use thw whole arsenal for this one - chain rule, power rule, quotient rule.
Since you can write your function as
you can use the chain rule to differentiate it like this
Now focus on calculating
You will get
This can be further broken down into
Plug this back into your target derivative to get
As an alternative to Stefan's solution (which is a fine solution), we could use the properties of logarithms to rewrite
Explanation:
= ln(x^2+1)^5 - ln(1-x)^(1/2)
= 5ln(x^2+1)- 1/2 ln(1-x)
So , using
= (10x)/(x^2+1) + 1/(2(1-x))
(Showing that his is the same as Stefan's answer is left as an algebra exercise.)