How do you find the derivative of #G(x)=int (tan(t^2))dt# from #[1,x]#?

1 Answer
Feb 21, 2017

# 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 #x# which is the same as the variable is the resulting solution #f(x)# and that #f(x)# is independent of the variable of integration #tau#.

If the upper limit is itself function of #x# (eg #g(x)#) then we must apply the chain rule to get a valid solution, as

# 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) #