Integrals -- Diagnostic Tests | AP
Integrals — Diagnostic Tests
Section titled “Integrals — Diagnostic Tests”Unit Tests
Section titled “Unit Tests”Tests edge cases, boundary conditions, and common misconceptions for integrals.
UT-1: Riemann Sum Identification and Limit Conversion
Section titled “UT-1: Riemann Sum Identification and Limit Conversion”Question:
A student encounters the limit:
(a) Express this limit as a definite integral. (b) Identify which type of Riemann sum (left, right, midpoint, or trapezoidal) this represents, or state if it is ambiguous. (c) Evaluate the definite integral.
Solution:
(a) Factor out :
With and (right endpoint of the -th subinterval on ):
(b) Since uses the right endpoint of each subinterval, this is a right Riemann sum.
(c) Use the substitution , :
Using :
UT-2: Integration by Parts with LIATE Trap
Section titled “UT-2: Integration by Parts with LIATE Trap”Question:
Evaluate .
A student chooses and for the first application of integration by parts. Show that this choice works but leads to a longer computation than choosing . Evaluate the integral completely using the more efficient choice and explain why “LIATE” alone does not settle this choice.
Solution:
LIATE ranks: Logarithmic, Inverse trig, Algebraic, Trigonometric, Exponential. Both (Exponential) and (Trigonometric) are in the LIATE list. Trigonometric comes before Exponential, so LIATE suggests . But for products of exponentials and trig functions, either choice works, and the key is to apply integration by parts twice and solve algebraically.
Using , :
, .
Apply parts again to the remaining integral. Let , :
, .
Substituting back:
The misconception: students sometimes stop after one application of parts, or they choose a different assignment for the second integration by parts (switching and ), which creates a circular argument instead of solving for .
UT-3: Area Between Curves When Functions Cross the x-Axis
Section titled “UT-3: Area Between Curves When Functions Cross the x-Axis”Question:
Find the total area of the region bounded by and .
A student computes and gets the wrong answer. Explain the error and compute the correct total area.
Solution:
First find intersection points: .
By inspection is a root: . Factoring:
Intersection points: .
The student”s error: they integrated from to without accounting for the curve crossing at . On We must determine which curve is on top; on The other may be on top.
Test point : , . So on .
Test point : , . So on .
\text{Total area = \int_{-2}^{1}\left[(x^3 - 4x) - (x^2 - 4)\right]\,dx + \int_1^{2}\left[(x^2 - 4) - (x^3 - 4x)\right]\,dx
First integral:
Second integral:
\text{Total area = \frac{35}{4} + \frac{7}{12} = \frac{105 + 7}{12} = \frac{112}{12} = \frac{28}{3}
The student’s integral gives only because the areas happen to be positive in both subintervals when separated correctly. The student’s single integral from to actually evaluates to:
This gives here too, but this is coincidental. The fundamental error is not splitting at intersection points, which would give wrong answers .
Integration Tests
Section titled “Integration Tests”Tests synthesis of integrals with other topics.
IT-1: Volume of Revolution with Washer and Shell Method Verification (with Derivatives)
Section titled “IT-1: Volume of Revolution with Washer and Shell Method Verification (with Derivatives)”Question:
Let be the region bounded by , And .
(a) Find the volume generated when is revolved about the line using the shell method. (b) Verify your answer using the washer method. (c) A student claims the volume about should be the same as the volume about the -axis because “it’s just a translation.” Explain why this is false, and compute the volume about the -axis for comparison.
Solution:
(a) Shell method (parallel to axis of revolution): use horizontal shells.
A shell at height has radius and height (thin strip). For shells, we integrate along the axis perpendicular to the axis of revolution.
Since we revolve about (vertical line), shells are vertical: radius Height .
(b) Washer method: washers perpendicular to So we integrate with respect to .
Outer radius: (from to the -axis). More precisely, for washers perpendicular to the axis : at height The region extends from to . Revolved about :
- Outer radius: (from axis to the left edge of region at )
- Inner radius: (from axis to the right edge of region at )
(c) Volume about the -axis (disk method):
The volumes are different ( vs ). Revolving about a different axis changes the radius of every point, so the volume changes. The student’s “translation” argument is wrong because the region itself does not translate — only the axis does, which changes the distance from every point to the axis.
IT-2: Improper Integral Convergence with Parameter (with Limits)
Section titled “IT-2: Improper Integral Convergence with Parameter (with Limits)”Question:
For what values of does the improper integral converge?
Hint: Split the integral at and analyze the behavior of each part separately using comparison with -integrals.
Solution:
Split at :
Near (first integral): When , So:
By comparison with (converges iff I.e., ):
The first integral converges iff .
As (second integral): When , So:
By comparison with (converges iff I.e., ):
The second integral converges iff .
Conclusion: The full integral converges iff both parts converge, i.e., .
Note: this integral equals (the beta function), which has the same domain of convergence.
IT-3: FTC Part 1 vs Part 2 Confusion with Piecewise Functions (with Continuity)
Section titled “IT-3: FTC Part 1 vs Part 2 Confusion with Piecewise Functions (with Continuity)”Question:
Let f(x) = \begin{cases} 2x & \text{if 0 \leq x \lt 2 \\ 8 - 2x & \text{if 2 \leq x \leq 4 \end{cases}
Let .
(a) Find and graph . (b) Is differentiable at ? Compute from the definition of the derivative and explain. (c) A student claims that since has a corner at , must also have a corner at . Is this correct?
Solution:
(a) For :
For :
So F(x) = \begin{cases} x^2 & \text{if 0 \leq x \lt 2 \\ -x^2 + 8x - 8 & \text{if 2 \leq x \leq 4 \end{cases}
(Note: Not . The two expressions differ.)
(b) Check differentiability at :
Left-hand derivative: .
Right-hand derivative:
.
Since , is differentiable at With .
(c) The student is incorrect. Although has a corner at ( changes from slope to slope ), is continuous at (). By FTC part 1, since is continuous at , is differentiable at with . Integration “smooths” the corner: is continuously differentiable even though is not.
flowchart TD A[Diag Integrals] --> B[Key Concepts] A --> C[Core Principles] A --> D[Practical Applications] B --> E[Fundamental definitions] C --> F[Design patterns] D --> G[Real-world usage]Summary
Section titled “Summary”The key principles covered in this topic are linked in the sub-pages above. Focus on understanding the definitions, applying the formulas or frameworks, and evaluating strengths and limitations of each approach.
Worked Examples
Section titled “Worked Examples”Worked examples demonstrating the application of key concepts are covered in the detailed sub-pages linked above.
Intuition
Section titled “Intuition”Integral diagnostics test whether you can set up integrals correctly and distinguish between the two parts of the Fundamental Theorem of Calculus. The most common error is confusing FTC Part 1 (derivative of an integral) with Part 2 (evaluation of a definite integral).
FTC Part 1 vs Part 2: Part 1 says — the derivative of an accumulation function gives back the integrand. Part 2 says — you evaluate the antiderivative at the bounds. These are different operations serving different purposes.
Riemann sum intuition: A Riemann sum approximates area by dividing it into rectangles. Left endpoints, right endpoints, and midpoints give different approximations. The key insight is that the error in a Riemann sum is proportional to the width of the subintervals — halving the width roughly halves the error.
Common Pitfalls
Section titled “Common Pitfalls”- Confusing terminology or concepts that appear similar but have distinct meanings.
- Overlooking key assumptions or boundary conditions that limit applicability.
Cross-References
Section titled “Cross-References”- Integrals: The full topic page covering FTC, Riemann sums, and all integration techniques.
- Differential Equations: Separable differential equations are solved by integrating both sides.