1
Apply sum rule to separate terms
= ∫3x²dx + ∫2x dx + ∫(-5)dx
2
Take out constants
= 3∫x²dx + 2∫x dx - 5∫1 dx
3
Apply power rule to each term
= 3(x³/3) + 2(x²/2) - 5x + C
4
Simplify
= x³ + x² - 5x + C
Worked Example 2: Evaluate definite integral ∫₀² (x² + 1)dx
1
Find indefinite integral first
∫(x² + 1)dx = x³/3 + x + C
2
Apply limits using fundamental theorem
= [x³/3 + x]₀²
3
Substitute upper limit minus lower limit
= (2³/3 + 2) - (0³/3 + 0)
= 8/3 + 2 - 0
= 8/3 + 6/3 = 14/3
Shortcut Trick #3 - Pattern Recognition: If you see (ax + b)^n in the integrand, use substitution u = ax + b. The answer pattern becomes (ax + b)^(n+1)/[a(n+1)] + C