|
Not Ranked
:
+0 / -0
0 score
ck
differentiate (2e^rootx)*(rootx-1)
[2(rootx-1)*e^rootx]'
2(rootx-1)*(e^rootx)' + (2(rootx-1))'*e^rootx
[ 2(rootx-1)*e^rootx*1/(2rootx) ]+[2/(2rootx) * e^rootx]
e^rootx * [(rootx-1)/rootx+ 1/rootx]
e^rootx * [1-1/rootx+1/rootx]
e^rootx
yep, looks good
|