What is the derivative of y = ln((2x)/(x+3))?
2 Answers
The derivative can be found using the chain rule.
However, we must first determine the derivative for
Now, by function composition, we have:
The chain rule states that
We must differentiate both functions.
By the quotient rule:
The derivative of
Practice exercises:
Note: The power rule can be helpful when differentiating some of the functions above. This rule states that for a function
Hopefully this helps, and good luck!
Explanation:
Another approach is to first simplify the natural logarithm expression using the rule
y=ln(2x)-ln(x+3)
We can even simplify
y=ln(2)+ln(x)-ln(x+3)
When differentiating this, keep a couple things in mind. Primarily,
y^'=1/x-1/(x+3)*d/dx(x+3)
y^'=1/x-1/(x+3)
We can combine the fractions:
y^'=(x+3)/(x(x+3))-x/(x(x+3))
y^'=3/(x^2+3x)