What you'll learn
Integration is the reverse process of differentiation and forms a crucial component of the CSEC Additional Mathematics syllabus. This guide covers indefinite integration (anti-differentiation), definite integration, and applications including finding areas under curves. You will learn to integrate polynomial, exponential, and trigonometric functions, and apply integration techniques to solve practical problems relevant to Caribbean contexts.
Key terms and definitions
Integration — The reverse process of differentiation, used to find the original function from its derivative or to calculate the area under a curve.
Indefinite integral — The general anti-derivative of a function, written as ∫f(x)dx, which includes an arbitrary constant of integration C.
Constant of integration — The constant C added to indefinite integrals because differentiating any constant gives zero, meaning infinitely many functions have the same derivative.
Definite integral — An integral with specified upper and lower limits, written as ∫[from a to b]f(x)dx, which produces a numerical value representing the area under the curve between x = a and x = b.
Limits of integration — The boundary values a (lower limit) and b (upper limit) in a definite integral that specify the interval over which integration is performed.
Anti-derivative — A function F(x) whose derivative is f(x); if F'(x) = f(x), then F(x) is an anti-derivative of f(x).
Integrand — The function f(x) that is being integrated in the expression ∫f(x)dx.
Power rule for integration — The formula ∫x^n dx = (x^(n+1))/(n+1) + C, valid for all values of n except n = -1.
Core concepts
Basic integration rules
The fundamental principle of integration states that integration reverses differentiation. If dy/dx = f(x), then y = ∫f(x)dx.
Power Rule for Integration:
For any real number n ≠ -1:
∫x^n dx = (x^(n+1))/(n+1) + C
This is the most frequently used integration rule. Remember to increase the power by 1, then divide by the new power.
Constant Multiple Rule:
∫kf(x)dx = k∫f(x)dx
Constants can be taken outside the integral sign. For example, ∫5x³dx = 5∫x³dx = 5(x⁴/4) + C = (5x⁴)/4 + C.
Sum and Difference Rule:
∫[f(x) ± g(x)]dx = ∫f(x)dx ± ∫g(x)dx
Integrate each term separately, then combine. Only add one constant C at the end.
Special cases:
- ∫k dx = kx + C (integrating a constant)
- ∫(1/x)dx = ln|x| + C (the exception to the power rule)
- ∫0 dx = C
Integration of polynomials
Polynomial integration applies the power rule to each term systematically.
Method:
- Write the polynomial with each term in the form ax^n
- Apply the power rule to each term individually
- Combine results and add the constant of integration
Example structure:
∫(3x⁴ - 6x² + 8x - 5)dx
= (3x⁵)/5 - (6x³)/3 + (8x²)/2 - 5x + C
= (3x⁵)/5 - 2x³ + 4x² - 5x + C
Remember to simplify fractions and combine like terms where possible.
Integration of exponential and trigonometric functions
Exponential functions:
- ∫e^x dx = e^x + C
- ∫e^(ax) dx = (1/a)e^(ax) + C (when a is a non-zero constant)
- ∫a^x dx = (a^x)/(ln a) + C (for bases other than e)
Trigonometric functions:
- ∫sin x dx = -cos x + C
- ∫cos x dx = sin x + C
- ∫sin(ax) dx = -(1/a)cos(ax) + C
- ∫cos(ax) dx = (1/a)sin(ax) + C
The coefficient in front of x becomes the denominator, and for sine, the result is negative cosine.
Definite integration
A definite integral produces a numerical value by evaluating the anti-derivative at the upper and lower limits.
Notation and evaluation:
∫[from a to b]f(x)dx = [F(x)]ᵇₐ = F(b) - F(a)
where F(x) is the anti-derivative of f(x).
Process:
- Find the indefinite integral F(x) (no constant needed)
- Substitute the upper limit b into F(x)
- Substitute the lower limit a into F(x)
- Calculate F(b) - F(a)
Properties of definite integrals:
- ∫[from a to a]f(x)dx = 0
- ∫[from a to b]f(x)dx = -∫[from b to a]f(x)dx
- ∫[from a to b]f(x)dx + ∫[from b to c]f(x)dx = ∫[from a to c]f(x)dx
Finding areas under curves
The definite integral calculates the area between a curve and the x-axis over a specified interval.
Area above the x-axis:
When f(x) ≥ 0 for a ≤ x ≤ b:
Area = ∫[from a to b]f(x)dx
Area below the x-axis:
When f(x) ≤ 0, the definite integral gives a negative value. The actual area is:
Area = |∫[from a to b]f(x)dx|
Curves crossing the x-axis:
When the curve crosses the x-axis within the interval, find where f(x) = 0, then:
- Split the integral at the x-intercepts
- Calculate each integral separately
- Take absolute values of any negative integrals
- Sum all areas
For example, if the curve crosses at x = c where a < c < b:
Total Area = |∫[from a to c]f(x)dx| + |∫[from c to b]f(x)dx|
Determining the constant of integration
When additional information is provided, you can find the specific value of C.
Typical scenarios:
Given that dy/dx = f(x) and a point (x₁, y₁) lies on the curve:
- Integrate to find y = ∫f(x)dx + C
- Substitute the coordinates: y₁ = [expression in terms of x₁] + C
- Solve for C
- Write the complete particular solution
This is commonly tested with problems involving rates of change in Caribbean contexts, such as population growth of species, economic indicators, or agricultural yields.
Worked examples
Example 1: Indefinite integration with fractions
Question: Find ∫(4x³ - 6/x² + 5)dx
Solution:
First, rewrite negative powers: 6/x² = 6x⁻²
∫(4x³ - 6x⁻² + 5)dx
Apply the power rule to each term:
= 4(x⁴/4) - 6(x⁻¹/-1) + 5x + C
= x⁴ + 6x⁻¹ + 5x + C
= x⁴ + 6/x + 5x + C ✓
(3 marks: 1 mark for rewriting, 1 mark for correct integration, 1 mark for constant)
Example 2: Definite integration
Question: The rate of growth of banana plantations in Jamaica can be modeled by the function f(t) = 2t + 3, where t represents time in years. Evaluate ∫[from 1 to 4](2t + 3)dt and interpret your answer.
Solution:
∫[from 1 to 4](2t + 3)dt
Find the anti-derivative:
= [2(t²/2) + 3t]⁴₁
= [t² + 3t]⁴₁
Substitute upper limit t = 4:
= (4² + 3(4)) = 16 + 12 = 28
Substitute lower limit t = 1:
= (1² + 3(1)) = 1 + 3 = 4
Calculate the difference:
= 28 - 4 = 24 ✓
Interpretation: The total growth in plantation area over the 3-year period from year 1 to year 4 is 24 square units (or relevant measurement units).
(4 marks: 1 mark for anti-derivative, 1 mark for each substitution, 1 mark for interpretation)
Example 3: Finding the constant of integration
Question: Given that dy/dx = 6x² - 4x + 1 and the curve passes through the point (2, 10), find the equation of the curve.
Solution:
Integrate dy/dx:
y = ∫(6x² - 4x + 1)dx
y = 6(x³/3) - 4(x²/2) + x + C
y = 2x³ - 2x² + x + C
Use the point (2, 10):
When x = 2, y = 10:
10 = 2(2)³ - 2(2)² + 2 + C
10 = 2(8) - 2(4) + 2 + C
10 = 16 - 8 + 2 + C
10 = 10 + C
C = 0
Therefore, the equation is: y = 2x³ - 2x² + x ✓
(5 marks: 2 marks for integration, 1 mark for substitution, 1 mark for finding C, 1 mark for final answer)
Common mistakes and how to avoid them
Forgetting the constant of integration: Always add "+ C" to indefinite integrals. In definite integrals, the constant cancels out, so it's not needed, but forgetting C in indefinite integrals loses marks.
Incorrect application of the power rule: Remember to divide by the new power (n+1), not the original power. A common error is writing ∫x²dx = x³/2 instead of x³/3.
Mishandling negative and fractional powers: Rewrite expressions like 1/x² as x⁻² before integrating. The rule still applies: increase -2 to -1, giving x⁻¹/-1 = -1/x.
Sign errors with trigonometric integrals: Remember that ∫sin x dx = -cos x + C (negative). Students frequently forget this negative sign.
Subtracting limits incorrectly: Always calculate F(upper limit) - F(lower limit), not the reverse. Write out both substitutions clearly to avoid errors.
Ignoring negative areas: When finding areas below the x-axis or when curves cross the axis, take absolute values. The definite integral can be negative, but area cannot.
Exam technique for "Introductory Calculus: Integration"
Show every step clearly: Integration questions typically award method marks. Write out the power rule application, show substitutions for definite integrals, and box your final answer. Even if your final answer is incorrect, you can earn partial credit for correct method.
Check your algebra: After integrating, quickly differentiate your answer mentally to verify it gives the original function. This self-check takes seconds and can catch power rule errors or missing terms.
Manage units and context: When questions involve real-world Caribbean scenarios (agriculture, economics, environmental data), state your answer in context with appropriate units. A 2-mark question often allocates 1 mark for calculation and 1 mark for interpretation.
Time allocation for integration questions: Standard integration questions are typically worth 4-7 marks. Allow approximately 1 minute per mark. If you're stuck, move on and return later—integration questions often appear alongside differentiation questions where you might find easier marks.
Quick revision summary
Integration reverses differentiation. Use the power rule ∫x^n dx = x^(n+1)/(n+1) + C for polynomials, remembering to add the constant of integration for indefinite integrals. Definite integrals ∫[from a to b]f(x)dx = F(b) - F(a) produce numerical values without constants. For exponential functions, ∫e^x dx = e^x + C; for trigonometric functions, ∫sin x dx = -cos x + C and ∫cos x dx = sin x + C. Calculate areas under curves using definite integration, taking absolute values when necessary. Always show clear working and verify your answers.