By the end of this chapter, you will be able to:
Mastering these skills will help you solve complex problems efficiently, a valuable ability in many technical and scientific fields.
Integral calculus is a fundamental mathematical tool widely applied in science laboratory technology, particularly in analyzing experimental data, calculating areas under curves, and determining quantities that vary continuously. In Kenyan laboratories, integral calculus helps in processing measurements such as concentration gradients, reaction rates, and cumulative quantities in chemical and biological experiments. Mastery of integration techniques enables laboratory technologists to interpret complex data sets and contribute to accurate scientific conclusions.
Integral calculus deals with the concept of integration, which is the reverse process of differentiation. It provides methods to calculate areas, volumes, and other quantities that accumulate continuously. In the context of science laboratory technology, integration assists in quantifying accumulated values from rate data, such as total mass from rate of flow or total concentration from changing concentration rates.
Integral notation is the symbolic representation used to express the process of integration. Understanding this notation is essential for performing and interpreting integration in scientific calculations. The integral sign, limits of integration, and the differential element form the core components of integral notation.
The general notation for an integral is:
$$\int f(x) \, dx$$
where \(f(x)\) is the integrand and \(dx\) indicates the variable of integration.
Example 1: Write the integral notation for finding the area under the curve of concentration \(C(t) = 3t\) with respect to time \(t\).
Given: \(C(t) = 3t\)
$$\int 3t \, dt$$
Answer: \(\int 3t \, dt\)
Example 2: Express the integral notation for calculating the total mass \(M\) from a varying mass flow rate \(r(t) = 5t^2\) between times \(t=0\) and \(t=4\) seconds.
Given: \(r(t) = 5t^2\), limits \(0 \leq t \leq 4\)
$$M = \int_0^4 5t^2 \, dt$$
Answer: \(M = \int_0^4 5t^2 \, dt\)
Example 3: Write the integral notation for the cumulative concentration \(Q(x)\) along length \(x\) where the concentration gradient is \(g(x) = 4x^3\), from \(x=1\) m to \(x=3\) m.
Given: \(g(x) = 4x^3\), limits \(1 \leq x \leq 3\)
$$Q = \int_1^3 4x^3 \, dx$$
Answer: \(Q = \int_1^3 4x^3 \, dx\)
Standard integration involves applying known formulas to integrate common functions encountered in scientific calculations. Mastery of these formulas simplifies solving integrals related to polynomial, exponential, and trigonometric functions often appearing in laboratory data analysis.
Key standard integrals include:
Example 1: Find the integral of \(f(x) = 6x^2\).
Given: \(f(x) = 6x^2\)
$$\int 6x^2 \, dx = 6 \int x^2 \, dx$$
$$= 6 \times \frac{x^{3}}{3} + C$$
$$= 2x^3 + C$$
Answer: \(2x^3 + C\)
Example 2: Integrate \(f(t) = 4e^{3t}\).
Given: \(f(t) = 4e^{3t}\)
$$\int 4e^{3t} \, dt = 4 \int e^{3t} \, dt$$
$$= 4 \times \frac{1}{3} e^{3t} + C$$
$$= \frac{4}{3} e^{3t} + C$$
Answer: \(\frac{4}{3} e^{3t} + C\)
Example 3: Find \(\int 5 \sin(2x) \, dx\).
Given: \(f(x) = 5 \sin(2x)\)
$$\int 5 \sin(2x) \, dx = 5 \int \sin(2x) \, dx$$
$$= 5 \times ( -\frac{1}{2} \cos(2x) ) + C$$
$$= -\frac{5}{2} \cos(2x) + C$$
Answer: \(-\frac{5}{2} \cos(2x) + C\)
Example 4: Integrate \(f(x) = 7 \cos(4x)\).
Given: \(f(x) = 7 \cos(4x)\)
$$\int 7 \cos(4x) \, dx = 7 \int \cos(4x) \, dx$$
$$= 7 \times \frac{1}{4} \sin(4x) + C$$
$$= \frac{7}{4} \sin(4x) + C$$
Answer: \(\frac{7}{4} \sin(4x) + C\)
Example 5: Find \(\int (3x^4 - 2x + 5) \, dx\).
Given: \(f(x) = 3x^4 - 2x + 5\)
$$\int 3x^4 \, dx - \int 2x \, dx + \int 5 \, dx$$
$$= 3 \times \frac{x^{5}}{5} - 2 \times \frac{x^{2}}{2} + 5x + C$$
$$= \frac{3}{5} x^{5} - x^{2} + 5x + C$$
Answer: \(\frac{3}{5} x^{5} - x^{2} + 5x + C\)
The constant of integration \(C\) represents an arbitrary constant added to the indefinite integral because differentiation of a constant is zero. This constant is crucial in science laboratory calculations to account for initial conditions or baseline values when integrating rate functions.
The indefinite integral is expressed as:
$$\int f(x) \, dx = F(x) + C$$
where \(F(x)\) is the antiderivative of \(f(x)\).
Example 1: Integrate \(f(x) = 8x\) and include the constant of integration.
Given: \(f(x) = 8x\)
$$\int 8x \, dx = 8 \int x \, dx$$
$$= 8 \times \frac{x^{2}}{2} + C$$
$$= 4x^{2} + C$$
Answer: \(4x^{2} + C\)
Example 2: Find the indefinite integral of \(f(t) = 10 e^{2t}\).
Given: \(f(t) = 10 e^{2t}\)
$$\int 10 e^{2t} \, dt = 10 \int e^{2t} \, dt$$
$$= 10 \times \frac{1}{2} e^{2t} + C$$
$$= 5 e^{2t} + C$$
Answer: \(5 e^{2t} + C\)
Example 3: Integrate \(f(x) = 6 \cos(3x)\) including the constant.
Given: \(f(x) = 6 \cos(3x)\)
$$\int 6 \cos(3x) \, dx = 6 \int \cos(3x) \, dx$$
$$= 6 \times \frac{1}{3} \sin(3x) + C$$
$$= 2 \sin(3x) + C$$
Answer: \(2 \sin(3x) + C\)
Indefinite integration calculates the antiderivative of a function plus a constant of integration. Definite integration, on the other hand, evaluates the integral between two specified limits, yielding a numerical value representing accumulated quantity, such as total volume or mass.
The definite integral from \(a\) to \(b\) is:
$$\int_a^b f(x) \, dx = F(b) - F(a)$$
where \(F(x)\) is the antiderivative of \(f(x)\).
Example 1: Calculate the definite integral of \(f(x) = 2x\) between \(x=1\) and \(x=3\).
Given: \(f(x) = 2x\), limits \(1 \leq x \leq 3\)
Find antiderivative:
$$F(x) = \int 2x \, dx = x^{2} + C$$
Evaluate:
$$\int_1^3 2x \, dx = F(3) - F(1) = 3^{2} - 1^{2} = 9 - 1 = 8$$
Answer: \(8\)
Example 2: Calculate the total accumulated concentration given \(f(t) = 4t^{3}\) from \(t=0\) to \(t=2\) seconds.
Given: \(f(t) = 4t^{3}\), limits \(0 \leq t \leq 2\)
Find antiderivative:
$$F(t) = \int 4t^{3} \, dt = 4 \times \frac{t^{4}}{4} = t^{4} + C$$
Evaluate:
$$\int_0^2 4t^{3} \, dt = F(2) - F(0) = 2^{4} - 0^{4} = 16 - 0 = 16$$
Answer: \(16\)
Example 3: Find the definite integral of \(f(x) = 3 \sin(x)\) between \(x=0\) and \(x=\pi\).
Given: \(f(x) = 3 \sin(x)\), limits \(0 \leq x \leq \pi\)
Find antiderivative:
$$F(x) = \int 3 \sin(x) \, dx = -3 \cos(x) + C$$
Evaluate:
$$\int_0^\pi 3 \sin(x) \, dx = F(\pi) - F(0) = [-3 \cos(\pi)] - [-3 \cos(0)] = [-3 \times (-1)] - [-3 \times 1] = 3 + 3 = 6$$
Answer: \(6\)
Example 4: Calculate the definite integral of \(f(x) = 5x^{2} - 2x\) from \(x=1\) to \(x=4\).
Given: \(f(x) = 5x^{2} - 2x\), limits \(1 \leq x \leq 4\)
Find antiderivative:
$$F(x) = \int (5x^{2} - 2x) \, dx = \frac{5x^{3}}{3} - x^{2} + C$$
Evaluate:
$$F(4) = \frac{5 \times 4^{3}}{3} - 4^{2} = \frac{5 \times 64}{3} - 16 = \frac{320}{3} - 16 = \frac{320 - 48}{3} = \frac{272}{3}$$
$$F(1) = \frac{5 \times 1^{3}}{3} - 1^{2} = \frac{5}{3} - 1 = \frac{5 - 3}{3} = \frac{2}{3}$$
Calculate definite integral:
$$\int_1^4 (5x^{2} - 2x) \, dx = F(4) - F(1) = \frac{272}{3} - \frac{2}{3} = \frac{270}{3} = 90$$
Answer: \(90\)
Example 5: Evaluate the definite integral of \(f(t) = 6 e^{2t}\) from \(t=0\) to \(t=1\).
Given: \(f(t) = 6 e^{2t}\), limits \(0 \leq t \leq 1\)
Find antiderivative:
$$F(t) = \int 6 e^{2t} \, dt = 6 \times \frac{1}{2} e^{2t} = 3 e^{2t} + C$$
Evaluate:
$$F(1) = 3 e^{2 \times 1} = 3 e^{2}$$
$$F(0) = 3 e^{0} = 3$$
Calculate definite integral:
$$\int_0^1 6 e^{2t} \, dt = F(1) - F(0) = 3 e^{2} - 3 = 3 (e^{2} - 1)$$
Answer: \(3 (e^{2} - 1)\) (approximately \(3 \times (7.389 - 1) = 3 \times 6.389 = 19.167\))
Create a free account to open more of this chapter.
Free: practical guides, quick cards, workplace scenarios and more.
Create a free accountThis chapter introduced integral calculus, beginning with the explanation of integral notation and the fundamental concept of integration. It covered standard integration techniques and emphasized the importance of the constant of integration in indefinite integrals. The distinction between definite and indefinite integration was clarified, highlighting how definite integrals provide numerical values while indefinite integrals represent families of functions. Methods of integration were explored, starting with algebraic substitution to simplify integrals. The technique of integration by parts was presented as a powerful tool for handling products of functions. Finally, the chapter addressed the integration of logarithmic functions, completing the foundation necessary for solving a wide range of integral calculus problems in science and engineering contexts.
Evaluate the indefinite integral \( \int 5x^3 \, dx \). (2 marks)
Calculate the definite integral \( \int_0^4 (3x^2 + 2) \, dx \). (3 marks)
At the start of this chapter we promised you would be able to:
Tick each one you can genuinely do.
Sample simulation — try how the simulator works. A version built for this chapter's practical is coming.
Prepare Kenyan PilauLocked ▸Free: practical guides, quick cards, workplace scenarios and more.
Now — are you there yet?
You're competent when you can confidently do 50% or more of what this chapter promised.
Sign in to record how you're doing.