How do you calculate the derivative of #[int(sqrt(1+(dy/dx)^2)/60 dx)]#?

1 Answer
Aug 13, 2015

Notice how the integral is the opposite of a derivative. The first part of the Fundamental Theorem of Calculus states that, and the term "antiderivative" essentially describes the basic function of an integral. Therefore, the derivative of an integral is the integrand. In other words:

#d/(dx){int color(green)([f(x) + C])dx} = d/(dx)[color(green)(g(x))] = (dg)/(dx) = color(blue)(f(x) + C)#

where #g(x) = int f(x)dx + Cx# (and thus #(dg)/(dx) = f(x) + C#). #C# may be zero as well as nonzero.

#int {d/(dx)[f(x) + C]}dx = int [(df)/(dx) + 0]dx = color(blue)(f(x) + C)#

(yes, the indefinite integral of zero is a constant)

For this, we would be using the upper case, differentiating an integral.

We start with:

#1/60 int sqrt(1+((dy)/(dx))^2)dx#

which, by the way, is the equation for 1/60th times an arc length over an interval #[a,b]#.

If we were to try to evaluate this integral manually, even with something like #f(x) = x^2#, it would be very difficult. Thankfully, all we need to write out is:

#d/(dx)[1/60int sqrt(1+((dy)/(dx))^2)dx]#

#= 1/60*d/(dx)[int sqrt(1+((dy)/(dx))^2)dx]#

#= color(blue)(1/60 sqrt(1+((dy)/(dx))^2])#

Here, #C = 0#, so that's what we get.