♾️AP Calculus AB/BC Unit 6 – Integration and Accumulation of Change
Integration and Accumulation of Change form the backbone of calculus, connecting differentiation to area under curves. This unit explores definite and indefinite integrals, antiderivatives, and the Fundamental Theorem of Calculus, which bridges differentiation and integration.
Students learn various integration techniques, from substitution to partial fractions, and apply these to real-world problems. The unit also covers accumulation functions, differential equations, and common applications like area between curves and volumes of solids of revolution.
Integration involves finding the area under a curve, which is the opposite of differentiation that finds the slope of a tangent line at a point
Definite integrals have specific start and end points (bounds) and produce a single value
Represented using the notation ∫abf(x)dx, where a and b are the lower and upper bounds, respectively
Indefinite integrals lack specific bounds and result in a function plus a constant of integration (+C)
Represented using the notation ∫f(x)dx
Antiderivatives are functions whose derivative is the original function
For example, if F(x) is an antiderivative of f(x), then F′(x)=f(x)
Riemann sums approximate the area under a curve by dividing it into rectangles and summing their areas
As the number of rectangles approaches infinity, the approximation becomes more accurate
The average value of a function f(x) over the interval [a,b] is given by b−a1∫abf(x)dx
Fundamental Theorem of Calculus
The Fundamental Theorem of Calculus (FTC) establishes the relationship between differentiation and integration
The First Fundamental Theorem of Calculus states that if F(x) is an antiderivative of f(x) on [a,b], then ∫abf(x)dx=F(b)−F(a)
This theorem allows us to evaluate definite integrals using antiderivatives
The Second Fundamental Theorem of Calculus states that if f(x) is continuous on [a,b], then dxd∫axf(t)dt=f(x)
This theorem establishes that differentiation and integration are inverse operations
The FTC enables us to find the exact area under a curve without using Riemann sums
The Mean Value Theorem for Integrals is a consequence of the FTC and states that for a continuous function f(x) on [a,b], there exists a point c∈[a,b] such that ∫abf(x)dx=f(c)(b−a)
Integration Techniques
Integration by substitution involves changing the variable of integration to simplify the integral
Substitute u=g(x), then du=g′(x)dx, and rewrite the integral in terms of u
Integration by parts is used when the integrand is a product of two functions, one of which is easier to integrate than the other
The formula for integration by parts is ∫udv=uv−∫vdu
Trigonometric substitution is used when the integrand contains a2−x2, a2+x2, or x2−a2
Substitute using trigonometric functions (sine, cosine, or tangent) to simplify the integral
Partial fraction decomposition is used when the integrand is a rational function (ratio of polynomials)
Decompose the rational function into a sum of simpler fractions, then integrate each term separately
Improper integrals are integrals with infinite bounds or where the integrand is undefined at one or more points within the bounds
Evaluate improper integrals using limits to determine convergence or divergence
Applications of Integration
Area between curves can be found by integrating the difference between the upper and lower functions
A=∫ab[f(x)−g(x)]dx, where f(x)≥g(x) on [a,b]
Volume of solids of revolution can be calculated using the disk method or the shell method
Disk method: V=∫abπ[f(x)]2dx (revolving around the x-axis)
Shell method: V=∫ab2πxf(x)dx (revolving around the y-axis)
Arc length of a curve y=f(x) over the interval [a,b] is given by L=∫ab1+[f′(x)]2dx
Work done by a variable force F(x) over a distance [a,b] is calculated using W=∫abF(x)dx
Center of mass of a thin rod with density function ρ(x) over the interval [a,b] is given by xˉ=∫abρ(x)dx∫abxρ(x)dx
Accumulation Functions
Accumulation functions represent the accumulated quantity of a rate function over an interval
If f(x) is a rate function, then the accumulation function F(x) is defined as F(x)=∫axf(t)dt
F(x) gives the accumulated quantity from a to x
The derivative of an accumulation function is the original rate function: F′(x)=f(x)
The Fundamental Theorem of Calculus connects accumulation functions and definite integrals
F(b)−F(a)=∫abf(x)dx
Accumulation functions can be used to solve problems involving total change or accumulated quantities
For example, if f(t) represents the rate of change of population over time, then F(t)=∫0tf(x)dx gives the total population change from time 0 to time t
Solving Differential Equations
Differential equations involve derivatives of unknown functions and can be solved using integration
Separable differential equations can be written in the form dxdy=f(x)g(y)
Separate variables and integrate both sides: ∫g(y)1dy=∫f(x)dx
Initial value problems (IVPs) are differential equations with a given initial condition
Solve the differential equation and use the initial condition to determine the constant of integration
Exponential growth and decay problems can be modeled using differential equations
For exponential growth, dtdy=ky, where k>0
For exponential decay, dtdy=−ky, where k>0
Logistic growth problems involve populations with limited resources and can be modeled using the differential equation dtdy=ky(1−My), where M is the carrying capacity
Common Mistakes and Tips
Remember to include the constant of integration (+C) when finding indefinite integrals
Be careful with the order of operations when evaluating definite integrals using the Fundamental Theorem of Calculus
When using integration by parts, choose the term that is easier to integrate as dv
Make sure to use appropriate trigonometric identities when performing trigonometric substitution
Check for convergence or divergence when evaluating improper integrals
Pay attention to the units when solving application problems (area, volume, work, etc.)
Practice various integration techniques to develop fluency and identify the most efficient method for a given problem
Find the area between the curves y=x2 and y=x+2 over the interval [0,2]
Solution: A=∫02[(x+2)−x2]dx=[2x2+2x−3x3]02=(222+2⋅2−323)−(202+2⋅0−303)=310
Solve the initial value problem dxdy=3x2, y(0)=1
Solution: ∫dy=∫3x2dx→y=x3+C. Using the initial condition, 1=03+C→C=1. Therefore, the solution is y=x3+1
Evaluate ∫x2+2x+1x+1dx using partial fraction decomposition
Solution: x2+2x+1x+1=x+1A+(x+1)2B. Solve for A and B to get A=1 and B=−1. Then, ∫x2+2x+1x+1dx=∫(x+11−(x+1)21)dx=ln∣x+1∣+x+11+C
Find the volume of the solid generated by revolving the region bounded by y=x, y=0, x=1, and x=4 about the x-axis
Solution: Using the disk method, V=∫14π[x]2dx=π∫14xdx=π[2x2]14=π(242−212)=215π