Accumulation Function: \(F(x) = \int_a^x f(t) dt\) represents the accumulated area under the curve \(f(t)\) from a fixed point \(a\) to a variable point \(x\).
- Identify the accumulation function \(F(x) = \int_a^x f(t) dt\)
- Apply FTC Part 1: \(F'(x) = f(x)\)
- The derivative of the accumulation function equals the integrand evaluated at \(x\)
We have \(F(x) = \int_1^x (t^2 + 2) dt\)
This is an accumulation function with integrand \(f(t) = t^2 + 2\)
According to FTC Part 1: If \(F(x) = \int_a^x f(t) dt\), then \(F'(x) = f(x)\)
This means the derivative of an accumulation function is the original integrand with the variable \(t\) replaced by \(x\)
Since the integrand is \(f(t) = t^2 + 2\), we have:
\(F'(x) = x^2 + 2\)
We can verify by first evaluating the integral:
\(F(x) = \int_1^x (t^2 + 2) dt = \left[\frac{t^3}{3} + 2t\right]_1^x = \frac{x^3}{3} + 2x - \frac{1}{3} - 2\)
\(F(x) = \frac{x^3}{3} + 2x - \frac{7}{3}\)
\(F'(x) = x^2 + 2\) ✓
\(F'(x) = x^2 + 2\)
• FTC Part 1: \(\frac{d}{dx}\int_a^x f(t) dt = f(x)\)
• Direct substitution: Replace the dummy variable with the upper limit
Reversing Limits Property: \(\int_a^b f(t) dt = -\int_b^a f(t) dt\). When the variable appears as the lower limit, we can rewrite the integral.
We have \(G(x) = \int_x^4 (2t - 1) dt\), where the variable \(x\) appears as the lower limit
\(\int_x^4 (2t - 1) dt = -\int_4^x (2t - 1) dt\)
So \(G(x) = -\int_4^x (2t - 1) dt\)
Let \(H(x) = \int_4^x (2t - 1) dt\), then \(H'(x) = 2x - 1\)
Since \(G(x) = -H(x)\), we have \(G'(x) = -H'(x)\)
\(G'(x) = -(2x - 1) = -2x + 1\)
We can also think of this as: \(G(x) = \int_x^4 (2t - 1) dt = -\int_4^x (2t - 1) dt\)
Using the chain rule: \(\frac{d}{dx}\int_{u(x)}^{v(x)} f(t) dt = f(v(x)) \cdot v'(x) - f(u(x)) \cdot u'(x)\)
Here, \(v(x) = 4\) (so \(v'(x) = 0\)) and \(u(x) = x\) (so \(u'(x) = 1\))
\(G'(x) = f(4) \cdot 0 - f(x) \cdot 1 = -(2x - 1)\)
\(G'(x) = -2x + 1\)
• Limit reversal: \(\int_a^b f(t) dt = -\int_b^a f(t) dt\)
• FTC Part 1: \(\frac{d}{dx}\int_a^x f(t) dt = f(x)\)
• Chain rule: For variable limits in both positions
Chain Rule for Integrals: If \(F(x) = \int_a^{u(x)} f(t) dt\), then \(F'(x) = f(u(x)) \cdot u'(x)\). This combines FTC Part 1 with the chain rule.
We have \(H(x) = \int_0^{x^2} \sin(t) dt\)
This is of the form \(\int_a^{u(x)} f(t) dt\) where \(u(x) = x^2\) and \(f(t) = \sin(t)\)
When the upper limit is a function of \(x\), we use the generalized form:
If \(F(x) = \int_a^{u(x)} f(t) dt\), then \(F'(x) = f(u(x)) \cdot u'(x)\)
\(f(t) = \sin(t)\)
\(u(x) = x^2\), so \(u'(x) = 2x\)
\(H'(x) = f(u(x)) \cdot u'(x) = \sin(x^2) \cdot 2x = 2x\sin(x^2)\)
The derivative represents the rate of change of the accumulated area under \(\sin(t)\) as the upper limit \(x^2\) changes
When \(x\) changes, the upper limit changes at rate \(2x\), and the integrand at that point is \(\sin(x^2)\)
\(H'(x) = 2x\sin(x^2)\)
• FTC Part 1 with chain rule: \(\frac{d}{dx}\int_a^{u(x)} f(t) dt = f(u(x)) \cdot u'(x)\)
• Chain rule: For composite functions
• Trigonometric function: \(\sin(x^2)\) remains as is
Accumulation function: A function defined as \(F(x) = \int_a^x f(t) dt\) that represents the accumulated area under \(f(t)\) from a fixed point to a variable point.
Integrand: The function \(f(t)\) inside the integral that determines the rate of accumulation.
Antiderivative relationship: FTC Part 1 establishes that integration and differentiation are inverse operations.
- Identify the form: Determine if it's \(\int_a^x\), \(\int_x^a\), \(\int_{u(x)}^{v(x)}\), etc.
- Apply FTC Part 1: Recognize that the derivative "undoes" the integral
- Handle special cases: Apply chain rule for composite limits, negative signs for reversed limits
- Substitute appropriately: Replace the dummy variable with the appropriate limit
Generalized FTC: If \(F(x) = \int_{u(x)}^{v(x)} f(t) dt\), then \(F'(x) = f(v(x)) \cdot v'(x) - f(u(x)) \cdot u'(x)\).
We have \(K(x) = \int_{x^3}^{2x} e^{t^2} dt\)
This is of the form \(\int_{u(x)}^{v(x)} f(t) dt\) where:
\(u(x) = x^3\) (lower limit), \(v(x) = 2x\) (upper limit), \(f(t) = e^{t^2}\)
For \(F(x) = \int_{u(x)}^{v(x)} f(t) dt\), the derivative is:
\(F'(x) = f(v(x)) \cdot v'(x) - f(u(x)) \cdot u'(x)\)
\(v(x) = 2x\), so \(v'(x) = 2\)
\(u(x) = x^3\), so \(u'(x) = 3x^2\)
\(f(v(x)) = f(2x) = e^{(2x)^2} = e^{4x^2}\)
\(f(u(x)) = f(x^3) = e^{(x^3)^2} = e^{x^6}\)
\(K'(x) = f(v(x)) \cdot v'(x) - f(u(x)) \cdot u'(x)\)
\(K'(x) = e^{4x^2} \cdot 2 - e^{x^6} \cdot 3x^2\)
\(K'(x) = 2e^{4x^2} - 3x^2e^{x^6}\)
This represents the rate of change of the accumulated area between \(x^3\) and \(2x\) as \(x\) changes
The positive term accounts for the expanding upper limit, the negative term for the expanding lower limit
\(K'(x) = 2e^{4x^2} - 3x^2e^{x^6}\)
• Generalized FTC: \(\frac{d}{dx}\int_{u(x)}^{v(x)} f(t) dt = f(v(x))v'(x) - f(u(x))u'(x)\)
• Chain rule: For composite functions in both limits
• Power rule: For derivatives of polynomial limits
Position-Accumulation: Since \(v(t) = s'(t)\), we have \(s(t) = s(a) + \int_a^t v(u) du\). This shows position as an accumulation of velocity.
Since velocity is the derivative of position: \(v(t) = s'(t)\)
By FTC Part 1, position is the accumulation of velocity: \(s(t) = s(a) + \int_a^t v(u) du\)
We know \(s(1) = 5\), so we can write:
\(s(t) = s(1) + \int_1^t v(u) du = 5 + \int_1^t (3u^2 + 2u) du\)
\(\int_1^t (3u^2 + 2u) du = \left[u^3 + u^2\right]_1^t = (t^3 + t^2) - (1^3 + 1^2)\)
\(= t^3 + t^2 - 2\)
\(s(t) = 5 + (t^3 + t^2 - 2) = t^3 + t^2 + 3\)
To verify: \(s'(t) = \frac{d}{dt}[t^3 + t^2 + 3] = 3t^2 + 2t = v(t)\) ✓
Also: \(s(1) = 1^3 + 1^2 + 3 = 5\) ✓
The position at time \(t\) is the initial position plus the accumulated displacement from time 1 to time \(t\)
FTC Part 1 tells us that the rate of change of this accumulated position equals the current velocity
The position function is \(s(t) = t^3 + t^2 + 3\).
This demonstrates that position is an accumulation of velocity, and velocity is the rate of change of position.
• FTC Part 1: Position is the accumulation of velocity
• Initial value problem: Use given condition to find constant
• Integration: Power rule for polynomial functions
Accumulation function: \(F(x) = \int_a^x f(t) dt\) represents the accumulated change from a fixed reference point to a variable point.
Rate of accumulation: The derivative of an accumulation function equals the rate function being accumulated.
Antiderivative: If \(F'(x) = f(x)\), then \(F(x)\) is an antiderivative of \(f(x)\).
- Identify the integral form: Determine if it's basic, reversed, or composite limits
- Apply appropriate FTC version: Use basic, reversed, or generalized form
- Handle chain rule: Multiply by derivatives of composite limits
- Simplify: Combine terms and reduce to final form
• Basic FTC: \(\frac{d}{dx}\int_a^x f(t) dt = f(x)\)
• Reversed limits: \(\frac{d}{dx}\int_x^a f(t) dt = -f(x)\)
• Composite upper: \(\frac{d}{dx}\int_a^{u(x)} f(t) dt = f(u(x)) \cdot u'(x)\)
• Generalized: \(\frac{d}{dx}\int_{u(x)}^{v(x)} f(t) dt = f(v(x))v'(x) - f(u(x))u'(x)\)
\(F(x) = \frac{x^3}{3} + x\) and \(F'(x) = x^2 + 1 = f(x)\)
Analysis: The chart shows how the accumulation function \(F(x)\) grows according to the rate given by \(f(x)\).
- Where \(f(x)\) is large, \(F(x)\) grows rapidly
- Where \(f(x)\) is small, \(F(x)\) grows slowly
- The slope of \(F(x)\) at any point equals the value of \(f(x)\) at that point