Skip to content
MathAnvil
§ Calculus

Integration

§ Calculus

Integration

CCSS.HSF.IF3 min read

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.

§ 01

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.

§ 02

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 = 8313 = 73.

§ 03

Worked examples

Beginner§ 01

Find the integral: ∫ x dx

Answer: x2/2 + C

  1. 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.
  2. Simplify and add constant x^2/2 + C Always add the constant of integration C for indefinite integrals.
Easy§ 02

Find the integral: ∫ (x2 + 3 x - 3) dx

Answer: x3/3 + 3 x2/2 - 3 x + C

  1. 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.
  2. Integrate the first term: ∫ x^2 dx x^3/3 Exponent 2 becomes 3, divide by 3: 1x³/3 = x^3/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.
  4. Integrate the constant: ∫ -3 dx - 3 x The integral of a constant k is kx.
  5. Combine and add C x^3/3 + 3 x^2/2 - 3 x + C Add all terms together. Always include the integration constant C.
Medium§ 03

Find the integral: ∫ 2 ex dx

Answer: 2 ex + C

  1. Apply the rule: ∫e^x dx = e^x 2 e^x + C The constant 2 is carried through the integration.
§ 04

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
§ 05

Frequently asked questions

When do students need to add the constant C?
Always add C for indefinite integrals like ∫x^2 dx = x^3/3 + C. Skip C for definite integrals like ∫₁³ x^2 dx = 26/3 because you evaluate at specific bounds. The constant cancels out when subtracting F(b) - F(a).
How do I teach the power rule for negative exponents?
Start with simple cases like ∫x^(-1) dx, but note this requires logarithms (ln|x| + C). For other negative exponents like ∫x^(-2) dx = -x^(-1) + C, emphasize that n ≠ -1 in the standard power rule formula.
What's the difference between indefinite and definite integrals?
Indefinite integrals like ∫x^2 dx = x^3/3 + C represent families of functions. Definite integrals like ∫₀² x^2 dx = 8/3 give specific numerical values representing area under curves between bounds.
How do I help students remember integration formulas for trig functions?
Use the derivatives they already know in reverse: since d/dx[sin x] = cos x, then ∫cos x dx = sin x + C. Create flashcards pairing ∫sin x dx = -cos x + C and ∫cos x dx = sin x + C.
Why do students struggle with polynomial integration?
Students often rush and forget to integrate each term separately. For ∫(3x^2 - 5x + 2) dx, emphasize working term by term: 3x^3/3 - 5x^2/2 + 2x + C. Practice with coefficients like 2, 3, and 4 builds confidence.
§ 06

Related topics

Share this article