Integration
Integration transforms calculus students from derivative calculators into area-finding problem solvers. Teaching the power rule ∫x^n dx = x^(n+1)/(n+1) + C gives students their first tool to reverse differentiation and tackle real-world accumulation problems.
Why it matters
Integration solves countless real-world problems that require finding totals from rates of change. Engineers use definite integrals to calculate the work required to pump 1,000 gallons of water to a height of 50 feet. Economists integrate marginal cost functions to find total production costs when manufacturing 500 units. Medical professionals use integration to determine drug concentration over time, calculating that 75mg of medication administered at 2mg/hour will be completely absorbed in 37.5 hours. Business analysts integrate sales rate functions to project quarterly revenue, while physicists use integration to find displacement from velocity functions. These applications demonstrate why CCSS.HSF.IF emphasizes integration as a fundamental tool for modeling accumulation and change in advanced mathematics courses.
How to solve integration
Integration
- Integration is the reverse of differentiation.
- Power rule: ∫xⁿ dx = xⁿ⁺¹/(n+1) + C (n ≠ −1).
- Definite integral: evaluate at upper and lower bounds, subtract.
- The definite integral gives the area under the curve.
Example: ∫x² dx = x³/3 + C. ∫₁² x² dx = 83 − 13 = 73.
Worked examples
Find the integral: ∫ x dx
Answer: x2/2 + C
- Apply the power rule: ∫xⁿ dx = xⁿ⁺¹/(n+1) → ∫ x dx = 1·x^2/2 — Increase the exponent by 1 (to 2) and divide by the new exponent.
- Simplify and add constant → x^2/2 + C — Always add the constant of integration C for indefinite integrals.
Find the integral: ∫ (x2 + 3 x - 3) dx
Answer: x3/3 + 3 x2/2 - 3 x + C
- Write out the rule → ∫xⁿ dx = xⁿ⁺¹/(n+1) — The power rule for integration: raise the exponent by 1 and divide by the new exponent.
- Integrate the first term: ∫ x^2 dx → x^3/3 — Exponent 2 becomes 3, divide by 3: 1x³/3 = x^3/3.
- Integrate the second term: ∫ 3 x dx → 3 x^2/2 — Exponent 1 becomes 2, divide by 2: 3x²/2 = 3 x^2/2.
- Integrate the constant: ∫ -3 dx → - 3 x — The integral of a constant k is kx.
- Combine and add C → x^3/3 + 3 x^2/2 - 3 x + C — Add all terms together. Always include the integration constant C.
Find the integral: ∫ 2 ex dx
Answer: 2 ex + C
- Apply the rule: ∫e^x dx = e^x → 2 e^x + C — The constant 2 is carried through the integration.
Common mistakes
- Students forget to increase the exponent by 1, writing ∫x^3 dx = x^3/3 + C instead of x^4/4 + C
- Missing the constant of integration C in indefinite integrals, writing ∫2x dx = x^2 instead of x^2 + C
- Applying the power rule incorrectly to constants, writing ∫5 dx = 5x^1/1 = 5x instead of simply 5x
- Forgetting to subtract the lower bound in definite integrals, calculating ∫₀² x dx as just 4/2 = 2 instead of 2 - 0 = 2