Find $H'(2)$ given that $$H(x) = \int^{x^3-4}_{2x} \frac{x}{1+\sqrt{t}}dt$$
I can break up the following function using the union integral property. Let $c \in \mathbb{R}$.
$$H(x) = \int^{c}_{2x} \frac{x}{1+\sqrt{t}}dt + \int^{x^3-4}_{c} \frac{x}{1+\sqrt{t}}dt$$
Since I need a form, $H(x) = \int^{x}_{a} h(t) dt$, I can rewrite the first integral
$$H(x) = -\int^{2x}_{c} \frac{x}{1+\sqrt{t}}dt + \int^{x^3-4}_{c} \frac{x}{1+\sqrt{t}}dt$$
This is a combination of functions. Thus,
$$H(x) = -H(2x) + H(x^3-4)$$ $$H'(x) = -H'(2x) + H'(x^3-4)$$
I'm not sure about the last two steps, are they correct? After I find $H'(x)$ I can find $H'(2)$