Doug C. answered 12/07/15
Tutor
5.0
(1,556)
Math Tutor with Reputation to make difficult concepts understandable
If this is the function:
y = (x-1)1/2/(x4+1), then the given answer is incorrect (the -2x3 should be -4x3).
Take the natural log of both sides and then apply properties of logarithms to rewrite the right side of the equation.
ln y = 1/2 ln (x-1) - ln(x4+1)
Now take the derivative of both sides with respect to x.
(1/y) y' = (1/2)[1/(x-1)] - [1/(x4+1)](4x3) :The 4x3 made its appearance based on using the chain rule.
Now multiply both sides by y to isolate y'.
But y = the mess on the right side of the original problem.
So,
y' = (x-1)1/2/(x4+1) {(1/2)[1/(x-1)] - [1/(x4+1)](4x3) }
it is possible to change the way this looks to:
y' = (-7x4+8x3+1)/2(x-1)1/2(x4+1)2
You can get the same result by using the quotient rule.
Checkout:
http://www.wolframalpha.com
Enter differentiate (function) to confirm.