Find $H'(2)$ given that $H(x) = \int_{2x}^{x^3-4} \frac{x}{1+\sqrt{t}}dt$
Solution:
$H'(x) = \frac{d}{dx}\big(x\int_{2x}^{x^3-4} \frac{1}{1+\sqrt{t}}dt\big)$
= $\int_{2x}^{x^3-4} \frac{1}{1+\sqrt{t}} dt$ + $x\frac{d}{dx} \big(-\int_{1}^{2x} \frac{1}{1+\sqrt{t}}dt + \int_{1}^{x^3-4} \frac{1}{1+\sqrt{t}} dt\big)$
= $\int_{2x}^{x^3-4} \frac{1}{1+\sqrt{t}} dt + x\big(-\frac{2}{1+\sqrt{2x}} + \frac{3x^2}{1+\sqrt{x^3-4}} \big)$
$H'(2) = \int_{4}^{4} \frac{1}{1+\sqrt{t}}dt + (2)\big( -\frac{2}{1+\sqrt{4}} + \frac{12}{1+\sqrt{4}}\big)$
= $0 + \frac{20}{3} = \frac{20}{3}$
Is this right? Also another question: If I was given the same derivative of this but the first part of $H'(x)$ being : $\int_{2x}^{x^3-4} \frac{1}{1+\sqrt{t}} dt$ . How would I solve $H'$(any integer) if it didn't have the same a and b values, do I just use FTOC pt 1?
Also I have no idea If I could seperate the integrals using union interval property at 1. I just saw a textbook solution of another question do that and I just imitated it on this question.