Assuming that $F(x)$ is continuous ,what is the derivation of $$\int_{1}^x (x^2+f(t)) \,dt \;?$$ we know that answer is not $x^2+f(x)$.
2026-04-11 07:17:43.1775891863
Assuming that $F(x)$ is continuous ,what is the derivation of integral
40 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Let $F(x)$ be an antiderivative of $f(x)$.
\begin{align} \frac{d}{dx} \int_1^x (x^2+f(t))\,dt & = \frac{d}{dx} \int_1^x x^2\,dt+\frac{d}{dx} \int_1^x f(t)\,dt \\ & = \frac{d}{dx}\left(x^2\int_1^x \,dt\right)+\frac{d}{dx} \int_1^x f(t)\,dt\\ & = \frac{d}{dx}\left(x^2(x-1)\right)+\frac{d}{dx} \left(F(x)-F(1)\right)\\ & = 3x^2-2x+f(x) \end{align}