I just wanted to sanity check these questions:
Find the derivative of these functions
- $$g(s) = \int_{5}^s (t - t^2) ^8 dt$$
$$ g'(s) = (t - t^2)^8$$
- $$h(x) = \int_{1}^\sqrt{x} \frac{z^2}{z^4 +1} dz$$
$$h'(x) = \frac{1}{2\sqrt{x}} \cdot \frac{z^2}{z^4 + 1}$$
Your first function $g'(s)$ still has $t$'s left over. I assume that once you replace them you will be OK.
Your second function $h'(x)$ still has $z$'s left over. I assume that once you replace them you will be OK.