If $F(x) = \int_{1}^{x^2} (\sqrt{1 + u}) du$, find $F'(x)$

40 Views Asked by At

I am not sure how to use the second fundamental theorem of calculus to solve this, as the upper bound for this integral is $x^2$ and not $x$.

2

There are 2 best solutions below

0
On

Chain Rule: $\dfrac{d}{d(x^{2})}\displaystyle\int_{1}^{x^{2}}\sqrt{1+u}du\cdot\dfrac{d(x^{2})}{dx}$.

0
On

Hint

If $G(x)=\int_1^x h(x)du$ then, by definition, $G'(x)=h(u)$. Here, you have that $$F(x)=G(x^2)$$ with $h(u)=\sqrt{1+u}$.