MathMastery.Beta
Learning Resources

Integration

Interactive curriculum lessons, worked examples, and geometric problem-solving techniques designed to help Kenyan students master CBC, KPSEA, KCSE, and IGCSE mathematics.

Form 4 Pathway: N/A

First Principles

Objective: Master polynomial integration as the reverse process of differentiation and use definite integrals to compute exact areas under curves.

(a) Concrete African Scenario

Consider a community water reservoir in Machakos harvesting runoff during rainy seasons. The rate of water inflow \(r(t)\) in cubic metres per hour varies continuously throughout the storm. To determine the total water volume accumulated in the dam, we slice the duration into short time intervals \(\Delta t\), compute volume slices \(r(t) \times \Delta t\), and add them up. As the intervals become infinitesimally small, this summation transforms into an integral.

(b) Geometric Insight

Integration provides the exact area bounded by a curve \(y=f(x)\), the \(x\)-axis, and vertical lines \(x=a\) and \(x=b\). In calculus, this limit of Riemann sums as \(n \to \infty\) (or strip width \(dx \to 0\)) is written as:

\[\lim_{n \to \infty} \sum_{i=1}^{n} f(x_i)\,\Delta x = \int_{a}^{b} f(x)\,dx\]

(c) The Fundamental Theorem & Antidifferentiation

Integration is the exact inverse operation of differentiation (anti-differentiation). If \(\frac{d}{dx}[F(x)] = f(x)\), then \(\int f(x)\,dx = F(x) + C\). When computing definite integrals between boundary limits, the arbitrary constant \(C\) subtracts away: \(\int_{a}^{b} f(x)\,dx = [F(x)]_a^b = F(b) - F(a)\).

Key Takeaway: Differentiation breaks down a function into its instantaneous rate of change (gradient), whereas integration accumulates rates of change back into the total net quantity (area).

Key Formulas

\[\int x^{n}\,dx = \frac{x^{n+1}}{n+1} + C \quad (n \neq -1)\]

Power Rule: Increase the index/exponent by 1, divide the term by the new exponent, and include the constant of integration \(C\).

\[\int k\,dx = kx + C\]

Constant Rule: Integrating a constant scalar \(k\) yields \(kx + C\) (since \(k = kx^0\)).

\[\int \bigl(a f(x) \pm b g(x)\bigr)\,dx = a\int f(x)\,dx \pm b\int g(x)\,dx\]

Linearity & Sum Rule: Integrate polynomials term by term, preserving coefficients.

\[\int_{a}^{b} f(x)\,dx = \left[ F(x) \right]_{a}^{b} = F(b) - F(a)\]

Definite Integral: Evaluates the net signed area bounded by \(f(x)\) from \(x=a\) to \(x=b\).

\[\text{Total Area} = \int_{a}^{c} f(x)\,dx + \left|\int_{c}^{b} f(x)\,dx\right| \quad \text{where } f(x) < 0 \text{ on } [c,b]\]

Physical Area: When curves dip below the \(x\)-axis, separate the integral at the roots and take the absolute value of negative regions.

Worked Examples

Problem 1 (Easy): Find the indefinite integral: \[\int (6x^2 - 4x + 5)\,dx\]
  1. Step 1: Integrate each term independently using the power rule \(\int x^n\,dx = \frac{x^{n+1}}{n+1}\). \[\int 6x^2\,dx = 6\left(\frac{x^3}{3}\right) = 2x^3\]
  2. Step 2: Integrate the linear term: \[\int -4x\,dx = -4\left(\frac{x^2}{2}\right) = -2x^2\]
  3. Step 3: Integrate the constant term: \[\int 5\,dx = 5x\]
  4. Step 4: Combine all terms and append the constant of integration \(C\): \[2x^3 - 2x^2 + 5x + C\]

Final Answer: \(2x^3 - 2x^2 + 5x + C\)

Problem 2 (Medium): Evaluate the definite integral: \[\int_{1}^{3} (3x^2 - 2x + 4)\,dx\]
  1. Step 1: Find the antiderivative \(F(x)\): \[F(x) = \frac{3x^3}{3} - \frac{2x^2}{2} + 4x = x^3 - x^2 + 4x\]
  2. Step 2: Evaluate at the upper limit \(x = 3\): \[F(3) = (3)^3 - (3)^2 + 4(3) = 27 - 9 + 12 = 30\]
  3. Step 3: Evaluate at the lower limit \(x = 1\): \[F(1) = (1)^3 - (1)^2 + 4(1) = 1 - 1 + 4 = 4\]
  4. Step 4: Apply the Fundamental Theorem \(F(3) - F(1)\): \[30 - 4 = 26\]

Final Answer: \(26\)

Problem 3 (Hard): Find the exact total physical area bounded by the curve \(y = 3x^2 - 12x + 9\), the \(x\)-axis, and the lines \(x = 0\) and \(x = 4\).
  1. Step 1: Identify where the curve intersects the \(x\)-axis to check for regions below the axis: \[3x^2 - 12x + 9 = 0 \implies 3(x-1)(x-3) = 0 \implies x = 1, x = 3\]
  2. Step 2: Determine sign of \(y\) across intervals:
    • On \([0,1]\): \(y > 0\) (above \(x\)-axis)
    • On \([1,3]\): \(y < 0\) (below \(x\)-axis)
    • On \([3,4]\): \(y > 0\) (above \(x\)-axis)
  3. Step 3: Antiderivative \(F(x) = x^3 - 6x^2 + 9x\).
  4. Step 4: Compute each section:
    • \(A_1 = \int_0^1 (3x^2 - 12x + 9)\,dx = [F(1) - F(0)] = (1 - 6 + 9) - 0 = 4\)
    • \(A_2 = \int_1^3 (3x^2 - 12x + 9)\,dx = [F(3) - F(1)] = (27 - 54 + 27) - 4 = 0 - 4 = -4\) \(\implies |{-4}| = 4\)
    • \(A_3 = \int_3^4 (3x^2 - 12x + 9)\,dx = [F(4) - F(3)] = (64 - 96 + 36) - 0 = 4 - 0 = 4\)
  5. Step 5: Sum absolute areas: \(\text{Total Area} = 4 + 4 + 4 = 12\) sq units.

Final Answer: \(12\) square units

Common Mistakes

Mistake Omitting the constant of integration \(+ C\) in indefinite integrals (e.g., writing \(\int 4x\,dx = 2x^2\)).
Correction Always write \(\int 4x\,dx = 2x^2 + C\).
Why it feels right In definite integrals, \(C\) cancels out during subtraction \((F(b)+C) - (F(a)+C)\). However, for indefinite integrals, omitting \(C\) loses an infinite family of parallel curves that have the exact same derivative.
Mistake Integrating across the \(x\)-axis in a single step when calculating physical area.
Correction Always find the roots (where \(y = 0\)) within the interval. Split the integral and take absolute values of negative regions.
Why it feels right A single definite integral \(\int_a^b f(x)\,dx\) calculates net signed area. Areas below the \(x\)-axis count as negative and cancel out areas above the axis, underestimating total physical land or material area.
Mistake Incorrectly applying the power rule to fractions like \(\frac{1}{x^2}\) by integrating numerator and denominator separately.
Correction Rewrite in index form first: \(\int \frac{1}{x^2}\,dx = \int x^{-2}\,dx = \frac{x^{-1}}{-1} + C = -\frac{1}{x} + C\).
Why it feels right Students often try to apply quotient-like rules from differentiation or integrate 1 to \(x\) and \(x^2\) to \(\frac{x^3}{3}\), which is mathematically invalid.

Real World

1. KenGen Hydroelectric Inflow (Sondu Miriu Dam): Turbines generate power based on accumulated water volume. When rain gauges measure variable river discharge rate \(Q(t) = 4t - t^2\) m\(^3\)/s during a storm, engineers calculate total stored water over 4 hours by evaluating \(\int_0^4 (4t - t^2)\,dt\).

2. Matatu Kinematics on the Thika Superhighway: A GPS tracker logs a 14-seater matatu accelerating from a speed bump. Given acceleration \(a(t) = 3t\) m/s\(^2\), integrating acceleration gives velocity \(v(t) = \int a(t)\,dt\), and integrating velocity gives the exact distance travelled along the highway.

3. Irregular Agricultural Land Surveying in Mwea: Rice paddies bounded by natural winding river bends cannot be measured with simple \(L \times W\) formulas. Surveyors model river boundaries with polynomial functions \(y = f(x)\) and integrate over boundary coordinates to determine exact plot hectarage for land titles.

4. Industrial Coffee Processing in Kiambu: During peak harvest, coffee cherries are fed into a pulping machine at a variable rate \(R(t) = 12t - 3t^2\) tonnes/hour. Evaluating the integral over operating hours provides total tonnage processed for batch quality control.

Practice

The rate at which water flows into a community irrigation tank is given by \(R(t) = 5 - t\) litres per minute for \(0 \le t \le 4\). If the tank is initially empty at \(t = 0\), calculate the total volume of water (in litres) in the tank after 4 minutes. (Type only the number, e.g., 12)
Review the concepts above.
A matatu's speed along a straight stretch is given by \(v(t) = 3t^2 - 2t + 1\) (in metres per second), where \(t\) is the time in seconds. Find the total distance travelled (in metres) by the matatu from \(t = 0\) to \(t = 2\) seconds. (Type only the number, e.g., 6)
Review the concepts above.
A car moves along a straight road with a velocity given by \(v(t) = 4t + 2\) metres per second. Determine the total distance travelled (in metres) by the car from \(t = 0\) seconds to \(t = 5\) seconds. (Type only the number, e.g., 60)
Review the concepts above.
Evaluate the definite integral: \[\int_{1}^{3} (3x^2 - 2x + 4)\,dx\] (Type only the number, e.g., 26)
Review the concepts above.
A particle moves in a straight line with acceleration \(a(t) = 6t\text{ m/s}^2\). At time \(t = 0\), its initial velocity is \(5\text{ m/s}\) and its initial displacement from the origin is \(2\text{ m}\). What is its position (in metres) at \(t = 3\) seconds? (Type only the number, e.g., 44)
Review the concepts above.
A particle moves along a line with velocity \(v(t) = 3t^2 - 12t + 9\text{ m/s}\). Find the total distance travelled (in metres) by the particle between \(t = 0\text{ s}\) and \(t = 4\text{ s}\). (Type only the number, e.g., 12)
Review the concepts above.