Given that $F=\int _{2x}^{x²} f(x)$\, dx
What is the value of $F'(x)$
I thought this should just Be $f(x²)-f(2x)...$But my Class' toppper got; $2xf(x²)+2f(2x)...$Think he did something about implicit differentiation.
Can anyone please help me out here?
Suppose you know an anti-derivative $G$ for $f$. Then $G' = f$. So then
$$F(x) = \int_{2x}^{x^2} f(t) \; dt = G(x^2) - G(2x).$$
Then by chain rule
$$F'(x) = G'(x^2)(2x) - G'(2x)(2) = f(x^2)2x - f(2x)2.$$