Introduction
The Second Fundamental Theorem of Calculus (FTC‑2) bridges the world of antiderivatives and definite integrals, showing that if a function (f) is continuous on an interval ([a,b]) and
[ F(x)=\int_{a}^{x} f(t),dt, ]
then (F'(x)=f(x)) for every (x) in ([a,b]). In practical terms, FTC‑2 tells us that differentiating an integral whose upper limit is a variable simply “undoes” the integration. This powerful result not only streamlines the evaluation of many problems in physics, engineering, and economics, but also provides a conceptual shortcut for solving otherwise cumbersome integrals That's the part that actually makes a difference..
No fluff here — just what actually works.
The purpose of this article is to illustrate FTC‑2 through a series of concrete examples, ranging from elementary polynomials to trigonometric, exponential, and piecewise‑defined functions. Because of that, each example is accompanied by a step‑by‑step explanation, a short discussion of the underlying intuition, and a quick check using differentiation. By the end, readers will have a solid toolbox of patterns they can apply whenever they encounter an integral with a variable limit Practical, not theoretical..
1. Basic Polynomial Example
Problem
Evaluate the derivative
[ \frac{d}{dx}!\left(\int_{2}^{x} (3t^{2}+4t-5),dt\right). ]
Solution
- Identify the integrand (f(t)=3t^{2}+4t-5).
- Apply FTC‑2 directly:
[ \frac{d}{dx}!\left(\int_{2}^{x} f(t),dt\right)=f(x). ]
- Substitute (x) for (t):
[ f(x)=3x^{2}+4x-5. ]
Verification (Optional)
If we first compute the antiderivative:
[ \int (3t^{2}+4t-5),dt = t^{3}+2t^{2}-5t + C, ]
the definite integral from 2 to (x) becomes
[ \bigl[x^{3}+2x^{2}-5x\bigr]-\bigl[2^{3}+2\cdot2^{2}-5\cdot2\bigr] = x^{3}+2x^{2}-5x- (8+8-10)=x^{3}+2x^{2}-5x-6. ]
Differentiating this expression yields
[ \frac{d}{dx}(x^{3}+2x^{2}-5x-6)=3x^{2}+4x-5, ]
exactly the same result. The example confirms that the derivative of the integral is simply the original integrand evaluated at the upper limit That's the part that actually makes a difference..
2. Trigonometric Integrand
Problem
Find
[ \frac{d}{dx}!\left(\int_{\pi/4}^{x} \sin^{2}t ,dt\right). ]
Solution
- Recognize (f(t)=\sin^{2}t).
- FTC‑2 gives
[ \frac{d}{dx}!\left(\int_{\pi/4}^{x} \sin^{2}t ,dt\right)=\sin^{2}x. ]
That’s it—no need to integrate (\sin^{2}t) first.
Why This Works
Even though (\sin^{2}t) can be rewritten using the identity (\sin^{2}t=\frac{1-\cos2t}{2}), the theorem tells us we can skip that step entirely. The derivative “peels off” the integral, leaving the integrand evaluated at the variable bound.
3. Exponential Function with a Linear Change of Variable
Problem
Compute
[ \frac{d}{dx}!\left(\int_{0}^{x} e^{3t},dt\right). ]
Solution
Direct application of FTC‑2 yields
[ \frac{d}{dx}!\left(\int_{0}^{x} e^{3t},dt\right)=e^{3x}. ]
Note: The factor (3) inside the exponent does not affect the derivative because the theorem treats the integrand as a whole function of (t) Simple as that..
If we wanted to verify, we could first integrate:
[ \int e^{3t},dt = \frac{1}{3}e^{3t}+C, ]
so the definite integral becomes
[ \Bigl[\tfrac{1}{3}e^{3x}\Bigr]-\Bigl[\tfrac{1}{3}e^{0}\Bigr]=\tfrac{1}{3}e^{3x}-\tfrac{1}{3}. ]
Differentiating gives
[ \frac{d}{dx}\Bigl(\tfrac{1}{3}e^{3x}-\tfrac{1}{3}\Bigr)=e^{3x}, ]
again confirming FTC‑2 That's the whole idea..
4. Variable Lower Limit – Leibniz Rule
FTC‑2 also works when the lower limit is a function of (x). The more general Leibniz rule states
[ \frac{d}{dx}!\left(\int_{g(x)}^{h(x)} f(t),dt\right)=f!\bigl(h(x)\bigr)h'(x)-f!\bigl(g(x)\bigr)g'(x). ]
Example
Find
[ \frac{d}{dx}!\left(\int_{x^{2}}^{\sqrt{x}} \ln t ,dt\right),\qquad x>0. ]
Solution
- Identify (f(t)=\ln t), (g(x)=x^{2}) (lower limit), (h(x)=\sqrt{x}=x^{1/2}) (upper limit).
- Compute derivatives of the limits:
[ g'(x)=2x,\qquad h'(x)=\frac{1}{2}x^{-1/2}. ]
- Apply Leibniz rule:
[ \frac{d}{dx}=f!\bigl(h(x)\bigr)h'(x)-f!\bigl(g(x)\bigr)g'(x) =\ln(\sqrt{x})\cdot\frac{1}{2}x^{-1/2}-\ln(x^{2})\cdot 2x. ]
- Simplify using logarithm identities (\ln(\sqrt{x})=\tfrac{1}{2}\ln x) and (\ln(x^{2})=2\ln x):
[ \frac{d}{dx}= \frac{1}{2}x^{-1/2}\cdot\frac{1}{2}\ln x - 2x\cdot 2\ln x =\frac{\ln x}{4\sqrt{x}}-4x\ln x. ]
That expression is the derivative of the original integral with both limits depending on (x) Small thing, real impact. Less friction, more output..
5. Piecewise‑Defined Integrand
Sometimes the integrand changes its formula at a certain point, yet FTC‑2 remains valid as long as the function is continuous on the interval Small thing, real impact..
Problem
Let
[ f(t)= \begin{cases} t^{2}, & 0\le t<1,\[4pt] 2t-1, & 1\le t\le 3. \end{cases} ]
Compute
[ \frac{d}{dx}!\left(\int_{0}^{x} f(t),dt\right),\qquad 0\le x\le 3. ]
Solution
Because (f) is continuous at (t=1) (both branches give (f(1)=1)), FTC‑2 still applies:
[ \frac{d}{dx}!\left(\int_{0}^{x} f(t),dt\right)=f(x). ]
Thus the derivative is a piecewise function mirroring the integrand:
[ \boxed{ \frac{d}{dx}= \begin{cases} x^{2}, & 0\le x<1,\[4pt] 2x-1, & 1\le x\le 3. \end{cases}} ]
If you prefer to verify, you can integrate each segment separately, add the constant from the lower part, and differentiate the resulting piecewise antiderivative—exactly the same result emerges.
6. Application in Physics: Work Done by a Variable Force
A classic real‑world scenario uses FTC‑2 to convert a force‑versus‑position graph into work.
Scenario
A particle moves along a straight line from (x=0) m to (x=4) m under a force (F(x)=5x^{2}) N. The work (W) is
[ W=\int_{0}^{4} F(x),dx. ]
Rather than evaluating the integral directly, suppose we need the instantaneous rate of change of work with respect to the particle’s position, i.Here's the thing — e. , (\frac{dW}{dx}) at a generic point (x).
Solution
Define
[ W(x)=\int_{0}^{x} 5t^{2},dt. ]
By FTC‑2,
[ \frac{dW}{dx}=5x^{2}=F(x). ]
Interpretation: the derivative of accumulated work with respect to distance is precisely the force at that point, confirming the physical meaning of the theorem.
7. Using FTC‑2 to Solve an Integral Equation
Sometimes we are given a relationship involving an integral and asked to find the unknown function.
Problem
Find a function (G(x)) satisfying
[ G'(x)=\int_{0}^{x} e^{-t^{2}},dt,\qquad G(0)=3. ]
Solution
- Recognize the right‑hand side as a definite integral with variable upper limit.
- Apply FTC‑2 in reverse:
[ \frac{d}{dx}!\left(\int_{0}^{x} e^{-t^{2}},dt\right)=e^{-x^{2}}. ]
Thus
[ G'(x)=\int_{0}^{x} e^{-t^{2}},dt \quad\Longrightarrow\quad G''(x)=e^{-x^{2}}. ]
- Integrate (G''(x)) once to obtain (G'(x)):
[ G'(x)=\int e^{-x^{2}},dx + C_{1}. ]
But the original statement already tells us (G'(x)=\int_{0}^{x} e^{-t^{2}}dt). Hence the constant (C_{1}=0).
- Integrate again to get (G(x)):
[ G(x)=\int_{0}^{x}!!\left(\int_{0}^{u} e^{-t^{2}}dt\right)du + C_{2}. ]
The inner integral is exactly the given expression, so
[ G(x)=\int_{0}^{x}!!\left(\int_{0}^{u} e^{-t^{2}}dt\right)du + C_{2}. ]
Using the condition (G(0)=3) gives (C_{2}=3). Therefore
[ \boxed{G(x)=3+\int_{0}^{x}!!\left(\int_{0}^{u} e^{-t^{2}}dt\right)du }. ]
While the double integral cannot be expressed in elementary functions, the structure of the solution follows directly from FTC‑2, illustrating how the theorem helps to construct solutions to integral‑differential equations Took long enough..
8. Frequently Asked Questions
Q1: Does FTC‑2 require the integrand to be continuous?
A: Yes, continuity on the interval ([a,b]) guarantees that the integral defines a differentiable function whose derivative equals the integrand. If (f) has a finite number of jump discontinuities, the theorem still holds almost everywhere, but the derivative may fail to exist at the points of discontinuity That alone is useful..
Q2: What happens if the upper limit is a more complicated function, say (h(x)=\sin x)?
A: Use the chain rule together with FTC‑2:
[ \frac{d}{dx}!\left(\int_{a}^{\sin x} f(t),dt\right)=f(\sin x)\cdot\cos x. ]
The extra factor (\cos x) comes from differentiating the upper limit (h(x)).
Q3: Can FTC‑2 be applied to improper integrals?
A: If the improper integral converges uniformly on the interval of interest, the theorem extends to that case. One must verify the convergence conditions before differentiating Simple, but easy to overlook..
Q4: How does FTC‑2 relate to antiderivatives?
A: FTC‑2 tells us that the function
[ F(x)=\int_{a}^{x} f(t),dt ]
is an antiderivative of (f). Any other antiderivative differs only by a constant: (F(x)+C) Nothing fancy..
Q5: Is there a version for multivariable calculus?
A: Yes. The Fundamental Theorem for Line Integrals and the Divergence Theorem are higher‑dimensional analogues, linking integrals over paths or regions to derivatives (gradients, divergences) of scalar or vector fields Practical, not theoretical..
9. Summary and Take‑aways
-
FTC‑2 statement: If (F(x)=\displaystyle\int_{a}^{x} f(t),dt) with (f) continuous, then (F'(x)=f(x)).
-
Direct application eliminates the need to compute the antiderivative first; you simply replace the variable of integration with the upper limit Simple, but easy to overlook. Which is the point..
-
Leibniz rule extends the theorem to integrals whose limits are both functions of (x):
[ \frac{d}{dx}!\int_{g(x)}^{h(x)} f(t),dt = f!\bigl(h(x)\bigr)h'(x)-f!\bigl(g(x)\bigr)g'(x). ]
-
Examples covering polynomials, trigonometric, exponential, piecewise, and physics‑based functions demonstrate the versatility of FTC‑2.
-
Continuity of the integrand is the key hypothesis; otherwise the derivative may fail at points of discontinuity.
-
The theorem provides a conceptual shortcut in many applied problems: work, probability, population models, and even solving integral‑differential equations Not complicated — just consistent..
By mastering these examples and the underlying logic, you can recognize whenever an integral with a variable bound appears in a problem and instantly replace it with its integrand evaluated at the bound. This not only saves time but also deepens your intuition about the intimate connection between accumulation (integration) and instantaneous change (differentiation).