How do you find the derivative of #G(x)=int (tan(t^2))dt# from #[1,x]#?
1 Answer
# d/dx G(x) = G'(x) = tan(x^2) #
Explanation:
If asked to find the derivative of an integral then you should not evaluate the integral, instead use the the fundamental theorem of Calculus, which formally states that:
# d/dx \ int_a^x \ f(tau) \ d tau = f(x) #
(ie the derivative of an integral gives us the original function back, or that differentiation undoes the result of integration.). Note that the lower limit can be any constant, and that the upper limit is
If the upper limit is itself function of
# d/dx \ int_a^(g(x)) f(tau) \ d tau = (dg(x))/dx d/(dg(x)) int_a^(g(x)) f(tau) \ d tau #
# " "= g'(x) f(g(x))#
And so we have;
# \ \ \ \ \ \ G(x) = int_1^x \ tan(t^2) \ dt #
# :. G'(x) = d/dx \ int_1^x \ tan(t^2) \ dt #
# \ \ \ \ \ \ \ \ \ \ \ \ \ \ = tan(x^2) #