Kevin,
Problem number 2 uses the product rule and the chain rule. You must also use the formula that
d (ef(x)) = ef(x)(f'(x))
dx
So. y = x²e-x
y' = x2 ( e-x (-1)) + e-x(2x)
Simplifying
y' = - x2 e-x + 2x e-x
Then factoring
y' = x e-x (- x + 2) = x e-x (2 - x )
Number 3
I believe the problem was typed in with an error. The only way to get the solution given is if the x2 is really an xz.
So that makes it as follows:
f(z) = ez(sin z + cos z)
It is easiest to distribute the ez before you do the derivative.
So. f(z) = ez sin z + ez cos z Now apply the product rule to each term.
f' (z) = (ez cos z + ez sin z) + ( ez (-sin z) + ez cos z )
Collecting terms gives
f'(z)= 2ez cos z
I hope this helps.