Study Vault
All PostsFlashcardsResourcesAI ChatBlog
  1. Home
  2. /↳All Posts
  3. /↳Add Math
  4. /↳Integration
Study VaultStudy Vault

Free, comprehensive study notes for CSEC students.

matthewlloydw@gmail.com

Navigate

  • Home
  • All Posts
  • Flashcards
  • Resources
  • AI Chat

Sciences

  • Biology
  • Chemistry
  • Physics
  • Additional Mathematics
  • Mathematics
  • Information Technology

Humanities

  • English Language
  • English Literature
  • Spanish
  • Economics
  • Principles of Business
  • Principles of Accounting

Community

  • Contributors
  • Changelog
  • Suggest a Feature
  • My Suggestions
  • Bookmarks

© 2026 Matthew Williams. Made with other contributors for all.

Additional Mathematics

Integration

PDF
Matthew Williams
|May 16, 2026|7 min read
AreaCalculusDefinite IntegralsIntegrationKinematicsPaper 01Paper 02Section 3Volume

Indefinite and definite integration, the power rule for integration, integrating sin and cos, finding areas under curves, volumes of revolution about the x-axis, and kinematics using integration.

Integration is the reverse of differentiation. Given a rate of change, integration recovers the original quantity. It also computes area under curves and volume of revolution. Integration accounts for five Paper 01 items and contributes substantially to Paper 02 calculus questions.

Integration as the Reverse of Differentiation

If ddx[F(x)]=f(x)\dfrac{d}{dx}[F(x)] = f(x)dxd​[F(x)]=f(x), then F(x)F(x)F(x) is an antiderivative of f(x)f(x)f(x).

Since the derivative of any constant is zero, adding any constant to F(x)F(x)F(x) still gives f(x)f(x)f(x) on differentiation. This is why indefinite integrals include +C+C+C:

∫f(x) dx=F(x)+C\int f(x)\,dx = F(x) + C∫f(x)dx=F(x)+C

Example

Since ddx(x3)=3x2\dfrac{d}{dx}(x^3) = 3x^2dxd​(x3)=3x2, it follows that ∫3x2 dx=x3+C\displaystyle\int 3x^2\,dx = x^3 + C∫3x2dx=x3+C.

The Power Rule for Integration

∫xn dx=xn+1n+1+C(n≠−1)\int x^n\,dx = \frac{x^{n+1}}{n+1} + C \qquad (n \neq -1)∫xndx=n+1xn+1​+C(n=−1)

Integration increases the power by 1 and divides by the new power. This is the reverse of the differentiation power rule.

Linear rules:

∫cf(x) dx=c∫f(x) dx∫[f(x)±g(x)] dx=∫f(x) dx±∫g(x) dx\int cf(x)\,dx = c\int f(x)\,dx \qquad \int [f(x) \pm g(x)]\,dx = \int f(x)\,dx \pm \int g(x)\,dx∫cf(x)dx=c∫f(x)dx∫[f(x)±g(x)]dx=∫f(x)dx±∫g(x)dx

Integrate polynomial functions term by term.

Example

Find ∫(6x2−4x+5) dx\displaystyle\int (6x^2 - 4x + 5)\,dx∫(6x2−4x+5)dx.

=6x33−4x22+5x+C=2x3−2x2+5x+C= \frac{6x^3}{3} - \frac{4x^2}{2} + 5x + C = 2x^3 - 2x^2 + 5x + C=36x3​−24x2​+5x+C=2x3−2x2+5x+C

Example

Find ∫(x−3+x)dx\displaystyle\int \left(x^{-3} + \sqrt{x}\right)dx∫(x−3+x​)dx.

=x−2−2+x3/23/2+C=−12x2+23x3/2+C= \frac{x^{-2}}{-2} + \frac{x^{3/2}}{3/2} + C = -\frac{1}{2x^2} + \frac{2}{3}x^{3/2} + C=−2x−2​+3/2x3/2​+C=−2x21​+32​x3/2+C

Integrating (ax+b)n(ax + b)^n(ax+b)n

For a linear inner function:

∫(ax+b)n dx=(ax+b)n+1a(n+1)+C(n≠−1)\int (ax+b)^n\,dx = \frac{(ax+b)^{n+1}}{a(n+1)} + C \qquad (n \neq -1)∫(ax+b)ndx=a(n+1)(ax+b)n+1​+C(n=−1)

The aaa in the denominator comes from dividing by the inner derivative.

Example

∫(3x−1)4 dx=(3x−1)53⋅5+C=(3x−1)515+C\displaystyle\int (3x-1)^4\,dx = \frac{(3x-1)^5}{3 \cdot 5} + C = \frac{(3x-1)^5}{15} + C∫(3x−1)4dx=3⋅5(3x−1)5​+C=15(3x−1)5​+C

Integrating Trigonometric Functions

Since ddx(sin⁡ax)=acos⁡ax\dfrac{d}{dx}(\sin ax) = a\cos axdxd​(sinax)=acosax, reversing gives:

∫cos⁡ax dx=sin⁡axa+C\int \cos ax\,dx = \frac{\sin ax}{a} + C∫cosaxdx=asinax​+C

∫sin⁡ax dx=−cos⁡axa+C\int \sin ax\,dx = -\frac{\cos ax}{a} + C∫sinaxdx=−acosax​+C

The sign change for sin⁡\sinsin (derivative of cos⁡\coscos is −sin⁡-\sin−sin) must be remembered.

Example

∫sin⁡4x dx=−cos⁡4x4+C\displaystyle\int \sin 4x\,dx = -\frac{\cos 4x}{4} + C∫sin4xdx=−4cos4x​+C

∫3cos⁡2x dx=3sin⁡2x2+C\displaystyle\int 3\cos 2x\,dx = \frac{3\sin 2x}{2} + C∫3cos2xdx=23sin2x​+C

Remember

There is no product or quotient rule for integration at CSEC level. When the integrand is a product or a quotient, expand or simplify it into separate terms first, then integrate term by term.

Finding a Curve from Its Gradient

Given dydx=f(x)\dfrac{dy}{dx} = f(x)dxdy​=f(x) and a point on the curve, integrate to find yyy, then use the point to determine CCC.

Example

A curve has gradient dydx=3x2−4x+1\dfrac{dy}{dx} = 3x^2 - 4x + 1dxdy​=3x2−4x+1 and passes through (2,5)(2, 5)(2,5). Find yyy.

y=∫(3x2−4x+1) dx=x3−2x2+x+Cy = \int (3x^2 - 4x + 1)\,dx = x^3 - 2x^2 + x + Cy=∫(3x2−4x+1)dx=x3−2x2+x+C

Substitute (2,5)(2, 5)(2,5): 5=8−8+2+C⇒C=35 = 8 - 8 + 2 + C \Rightarrow C = 35=8−8+2+C⇒C=3.

y=x3−2x2+x+3y = x^3 - 2x^2 + x + 3y=x3−2x2+x+3

Finding a Curve from the Second Derivative

When given d2ydx2\dfrac{d^2y}{dx^2}dx2d2y​, integrate twice. Each integration introduces a new constant, so two separate conditions are needed to determine both.

Example

Given d2ydx2=12x\dfrac{d^2y}{dx^2} = 12xdx2d2y​=12x, and that dydx=4\dfrac{dy}{dx} = 4dxdy​=4 when x=1x = 1x=1, find yyy given that y=7y = 7y=7 when x=1x = 1x=1.

First integration:

dydx=∫12x dx=6x2+A\frac{dy}{dx} = \int 12x\,dx = 6x^2 + Adxdy​=∫12xdx=6x2+A

Using dydx=4\dfrac{dy}{dx} = 4dxdy​=4 when x=1x = 1x=1: 4=6+A⇒A=−24 = 6 + A \Rightarrow A = -24=6+A⇒A=−2, so dydx=6x2−2\dfrac{dy}{dx} = 6x^2 - 2dxdy​=6x2−2.

Second integration:

y=∫(6x2−2) dx=2x3−2x+By = \int (6x^2 - 2)\,dx = 2x^3 - 2x + By=∫(6x2−2)dx=2x3−2x+B

Using y=7y = 7y=7 when x=1x = 1x=1: 7=2−2+B⇒B=77 = 2 - 2 + B \Rightarrow B = 77=2−2+B⇒B=7.

y=2x3−2x+7y = 2x^3 - 2x + 7y=2x3−2x+7

Definite Integrals

A definite integral has limits and produces a numerical value:

∫abf(x) dx=[F(x)]ab=F(b)−F(a)\int_a^b f(x)\,dx = \Big[F(x)\Big]_a^b = F(b) - F(a)∫ab​f(x)dx=[F(x)]ab​=F(b)−F(a)

No +C+C+C is needed in definite integrals (it cancels when subtracting).

Example

Evaluate ∫14(2x−3) dx\displaystyle\int_1^4 (2x - 3)\,dx∫14​(2x−3)dx.

[x2−3x]14=(16−12)−(1−3)=4−(−2)=6\Big[x^2 - 3x\Big]_1^4 = (16 - 12) - (1 - 3) = 4 - (-2) = 6[x2−3x]14​=(16−12)−(1−3)=4−(−2)=6

Area Under a Curve

The definite integral ∫abf(x) dx\displaystyle\int_a^b f(x)\,dx∫ab​f(x)dx gives the signed area between the curve y=f(x)y = f(x)y=f(x), the xxx-axis, and the vertical lines x=ax = ax=a and x=bx = bx=b.

When the curve lies above the xxx-axis, the integral is positive and equals the geometric area.

When the curve lies below the xxx-axis, the integral is negative. To find the actual geometric area, take the absolute value.

The syllabus restricts area questions to regions in the first quadrant, so the curve will be above the xxx-axis in the required region.

Example

Find the area bounded by y=x2+1y = x^2 + 1y=x2+1, the xxx-axis, x=0x = 0x=0, and x=3x = 3x=3.

∫03(x2+1) dx=[x33+x]03=(9+3)−0=12\int_0^3 (x^2 + 1)\,dx = \left[\frac{x^3}{3} + x\right]_0^3 = (9 + 3) - 0 = 12∫03​(x2+1)dx=[3x3​+x]03​=(9+3)−0=12

Area =12= 12=12 square units.

Area Between Two Curves

When one curve f(x)f(x)f(x) lies above another g(x)g(x)g(x) on [a,b][a, b][a,b]:

∫ab[f(x)−g(x)] dx\int_a^b [f(x) - g(x)]\,dx∫ab​[f(x)−g(x)]dx

Find the limits of integration by solving f(x)=g(x)f(x) = g(x)f(x)=g(x).

Example

Find the area enclosed by y=4−x2y = 4 - x^2y=4−x2 and y=x+2y = x + 2y=x+2.

Find intersections: 4−x2=x+2⇒x2+x−2=0⇒(x+2)(x−1)=04 - x^2 = x + 2 \Rightarrow x^2 + x - 2 = 0 \Rightarrow (x+2)(x-1) = 04−x2=x+2⇒x2+x−2=0⇒(x+2)(x−1)=0, so x=−2x = -2x=−2 and x=1x = 1x=1.

∫−21[(4−x2)−(x+2)] dx=∫−21(2−x−x2) dx\int_{-2}^{1} [(4-x^2)-(x+2)]\,dx = \int_{-2}^{1} (2 - x - x^2)\,dx∫−21​[(4−x2)−(x+2)]dx=∫−21​(2−x−x2)dx

=[2x−x22−x33]−21=(2−12−13)−(−4−2+83)=92= \left[2x - \frac{x^2}{2} - \frac{x^3}{3}\right]_{-2}^{1} = \left(2 - \frac{1}{2} - \frac{1}{3}\right) - \left(-4 - 2 + \frac{8}{3}\right) = \frac{9}{2}=[2x−2x2​−3x3​]−21​=(2−21​−31​)−(−4−2+38​)=29​

Area =92= \dfrac{9}{2}=29​ sq units.

Volume of Revolution About the x-axis

When the region between y=f(x)y = f(x)y=f(x), the xxx-axis, and the lines x=ax = ax=a, x=bx = bx=b is rotated 360°360°360° about the xxx-axis, the volume of the solid formed is:

V=π∫ab[f(x)]2 dxV = \pi\int_a^b [f(x)]^2\,dxV=π∫ab​[f(x)]2dx

The syllabus restricts this to polynomials of degree at most 2, with the region in the first quadrant.

Example

The region bounded by y=x+1y = x + 1y=x+1, the xxx-axis, x=0x = 0x=0, and x=2x = 2x=2 is rotated about the xxx-axis. Find the volume.

V=π∫02(x+1)2 dx=π∫02(x2+2x+1) dxV = \pi\int_0^2 (x+1)^2\,dx = \pi\int_0^2 (x^2 + 2x + 1)\,dxV=π∫02​(x+1)2dx=π∫02​(x2+2x+1)dx

=π[x33+x2+x]02=π(83+4+2)=26π3= \pi\left[\frac{x^3}{3} + x^2 + x\right]_0^2 = \pi\left(\frac{8}{3} + 4 + 2\right) = \frac{26\pi}{3}=π[3x3​+x2+x]02​=π(38​+4+2)=326π​

Volume =26π3= \dfrac{26\pi}{3}=326π​ cubic units.

Exam Tip

The volume formula uses [f(x)]2[f(x)]^2[f(x)]2, not [f(x)][f(x)][f(x)]. Square the function before integrating. Also, the factor of π\piπ sits outside the integral.

Kinematics and Integration

Integration connects acceleration, velocity, and displacement:

v=∫a dt+C1s=∫v dt+C2v = \int a\,dt + C_1 \qquad s = \int v\,dt + C_2v=∫adt+C1​s=∫vdt+C2​

Use given initial conditions (values at t=0t = 0t=0 or another specified time) to find the constants.

Example

A particle starts from rest at the origin. Its acceleration is a=6t−4a = 6t - 4a=6t−4.

Find velocity: v=∫(6t−4) dt=3t2−4t+Cv = \displaystyle\int (6t-4)\,dt = 3t^2 - 4t + Cv=∫(6t−4)dt=3t2−4t+C. At t=0t = 0t=0, v=0v = 0v=0, so C=0C = 0C=0. Thus v=3t2−4tv = 3t^2 - 4tv=3t2−4t.

Find displacement: s=∫(3t2−4t) dt=t3−2t2+Ks = \displaystyle\int (3t^2-4t)\,dt = t^3 - 2t^2 + Ks=∫(3t2−4t)dt=t3−2t2+K. At t=0t = 0t=0, s=0s = 0s=0, so K=0K = 0K=0. Thus s=t3−2t2s = t^3 - 2t^2s=t3−2t2.

Remember

"Starts from rest" means v=0v = 0v=0 at t=0t = 0t=0. "Starts from the origin" or "starts at a fixed point" means s=0s = 0s=0 at t=0t = 0t=0. These initial conditions determine the constants of integration.

Previous in syllabus order
Differentiation
Next in syllabus order
Kinematics