For part (a), we'll have to use a combination of the product rule and the chain rule. Since the quantities ex + 1/x and ln(x2 - e2x) are being multiplied together, we can use the product rule on them. Recall that the product rule goes like this: (uv)' = uv' + u'v, where (uv)' is the derivative of u times v, and u' and v' are the derivatives of u and v, respectively. In this case: u = ex + 1/x and v = ln(x2 - e2x).
And for the derivative of ln(x2 - e2x), we'll need to use the chain rule, because there is a function within the ln() function. It goes like this: u(v)' = u'(v) * v', where u is a function that takes v as an input, and v is another function.
u' = (ex + 1/x)' = ex - 1/x2
v' = (ln(x2 - e2x))' = 1/(x2 - e2x) * (2x - 2e2x) = (2x - 2e2x)/(x2 - e2x)
By combining u, v, u', and v' in the arrangement of the product rule, we can get the final answer:
y' = (ex + 1/x)(2x - 2e2x)/(x2 - e2x) + (ex - 1/x2)ln(x2 - e2x).
Part (b) is much simpler to do. Since only powers of x are involved, we can just use the power rule after a small tweak to the function:
y = x3/5 - 1 + x1/2 - 1 = x-2/5 + x-1/2.
Now by applying the power rule, which says that (xa)' = axa-1 (assuming a is a nonzero real number), we get the final answer:
y' = -2/5 * x-2/5 - 1 - 1/2 * x-1/2 - 1 = -2x-7/5/5 - x-3/2/2.
Without dividing out by x initially, you would have to use the quotient rule. It's not the best way to do this problem, but you would get the same answer if done correctly.
I hope this helps!
Charles T.
Thank you very much!04/21/24