Originally posted by: BigJ
y = x^(1-x)
ln (y) = (1-x) * ln(x)
Use Chain Rule:
1/y * y' = -1 * ln(x) + 1/x * (1-x)
y' = (-1 * ln(x) + 1/x * (1-x)) * y
Remember y = x^(1-x)
So y':
y' = (-1 * ln(x) + 1/x * (1-x)) * x^(1-x)
You can clean it up a bit if you want, but that answer should suffice.
Originally posted by: twitchee2
Here is what i did, im kind of lost from what you did.
x^(1-x) = e^((1-x)lnx) then d/dx e^u = u'e^u.
set u = (1-x)lnx
the derivative of (1-x)lnx come out to be -lnx+1/x-1 correct?
then plugging everything back in i get : (-lnx+1/x-1)e^((1-x)lnx) which simplifies to (-lnx+1/x-1)x^(1-x) <-- my final answer. does this semm correct?