doPhysics.in
Profile

Mathematical Tools & Measurement

  1. 01Basic Essential Mathematics
  2. 02Vectors
  3. 03Differentiation
  4. 04Applications of Differentiation
  5. 05Integration
  6. 06Applications of Integration
  7. 07Physical Quantities and Units
  8. 08Dimensional Formula
  9. 09Dimensional Analysis and Its Applications
  10. 10Experimental Skills

Kinematics

  1. 01Motion in One Dimension
  2. 02Motion in Multiple Dimensions
  3. 03Relative Velocity
  4. 04Circular Motion Kinematics
  5. 05Circular Motion Dynamics

Dynamics

  1. 01Forces and Laws of Motion
  2. 02Laws of Motion
  3. 03Friction
  4. 04Force and Potential Energy
  5. 05Fundamentals of Force
  6. 06Newton's Laws and Free Body Diagrams
  7. 07Applications: Objects in Equilibrium
  8. 08Applications: Objects in Motion
  9. 09Constraint Relations
  10. 10Inertial and Non-Inertial Frames
  11. 11Basics of Friction
  12. 12Applications of Friction

Work, Energy, and Power

  1. 01Conservation of Mechanical Energy
  2. 02Work and the Work-Energy Theorem
  3. 03Work and Kinetic Energy Theorem
  4. 04Energy and its Conservation
Theory/Mathematical Tools & Measurement

Mathematical Tools & Measurement · Chapter 05

Integration

Integration detailed theory study guide for Physics.

131 min read · 7 topics

01

The Two Faces of Integration

Introducing Integration

Integration is the second major branch of calculus. Just as subtraction is the inverse of addition, integration is the inverse process of differentiation. It has two fundamental interpretations that, remarkably, turn out to be the same concept.

1. Integration as an Antiderivative

This is the simplest way to think about integration. If differentiation is the process of finding the slope (rate of change), then integration is the process of finding the original function given its slope.

If ddxF(x)=f(x)\frac{d}{dx}F(x) = f(x)dxd​F(x)=f(x), then we say that F(x)F(x)F(x) is the antiderivative or integral of f(x)f(x)f(x). We write this as:

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

The symbol ∫\int∫ is the integral sign, and dxdxdx indicates that we are integrating with respect to xxx. But what is the +C+ C+C? It is called the constant of integration. Since the derivative of any constant is zero, there are infinitely many possible antiderivatives, all differing by a constant. For example, the derivative of x2x^2x2, x2+5x^2+5x2+5, and x2−100x^2-100x2−100 are all 2x2x2x. So, the integral of 2x2x2x is x2+Cx^2+Cx2+C.

2. Integration as Area Under a Curve

The second, more visual interpretation is that integration represents the area under the graph of a function between two points. How can we find the area of a shape with a curved top?

The idea is to slice the area into an infinite number of infinitesimally thin rectangles. The area of each tiny rectangle is its height, f(x)f(x)f(x), times its width, dxdxdx. The integral sign ∫\int∫ is like a big 'S' for 'sum'. Integration is the process of summing up the areas of all these infinite, tiny rectangles.

The shaded region under y = f(x) from a to b. Its area is the definite integral of f(x) dx over that interval.
The shaded region under y = f(x) from a to b. Its area is the definite integral of f(x) dx over that interval.

This is written as a definite integral:

Area=∫abf(x) dx\text{Area} = \int_{a}^{b} f(x) \,dxArea=∫ab​f(x)dx

This represents the accumulated area under the curve f(x)f(x)f(x) from x=ax=ax=a to x=bx=bx=b.

The Fundamental Theorem of Calculus

The theorem that connects these two ideas is the central result of calculus. The Fundamental Theorem of Calculus states that the area under a curve can be found by evaluating its antiderivative at the endpoints. This result links the concept of slope (differentiation) to the concept of area (integration).

If the integral of a function f(x) is F(x) + C, what is the derivative of F(x)?

02

Key Concepts

The Standard Rules of Integration

Before turning to the reference table below, it helps to collect the core rules of integration in one place. The first two are the linearity properties you have already used — integration distributes over addition, and constants pull straight out of the integral sign:

∫(f(x)+g(x)) dx=∫f(x) dx+∫g(x) dx\int \big(f(x)+g(x)\big)\,dx = \int f(x)\,dx + \int g(x)\,dx∫(f(x)+g(x))dx=∫f(x)dx+∫g(x)dx

∫k f(x) dx=k∫f(x) dx\int k\,f(x)\,dx = k\int f(x)\,dx∫kf(x)dx=k∫f(x)dx

Two further rules handle integrals that do not reduce to the basic table directly.

Integration by Parts

When the integrand is a product of two functions, integration by parts replaces the original integral with a simpler one:

∫f(x)g(x) dx=f(x)(∫g(x) dx)−∫[(∫g(x) dx)ddx(f(x))]dx\int f(x)g(x)\,dx = f(x)\left(\int g(x)\,dx\right) - \int \left[\left(\int g(x)\,dx\right)\frac{d}{dx}\big(f(x)\big)\right]dx∫f(x)g(x)dx=f(x)(∫g(x)dx)−∫[(∫g(x)dx)dxd​(f(x))]dx

In words: integrate one factor, multiply the result by the other factor, then subtract the integral of that running antiderivative times the derivative of the factor you left alone.

Integration by Substitution

When the integrand is a composite function multiplied by the derivative of its 'inner' function, substitution collapses it into a simpler integral in a new variable uuu:

∫f(g(x)) g′(x) dx=∫f(u) du,u=g(x)\int f(g(x))\,g'(x)\,dx = \int f(u)\,du,\qquad u=g(x)∫f(g(x))g′(x)dx=∫f(u)du,u=g(x)

This is the formal statement of the u-substitution procedure used throughout the worked examples in this chapter.

Table of Standard Integrals

This table is the chapter's central reference — memorize it, and every technique you meet later (substitution, integration by parts, definite-integral evaluation) becomes a matter of reducing an unfamiliar integral to one of these standard forms. Reading the table from left to right integrates; reading it from right to left differentiates (drop the arbitrary constant CCC when differentiating).

#f(x)∫f(x)dx
1000CCC
2xn (n≠−1)x^n\ (n\neq -1)xn (n=−1)xn+1n+1+C\dfrac{x^{n+1}}{n+1}+Cn+1xn+1​+C
31/x1/x1/xln⁡∣x∣+C\ln|x|+Cln∣x∣+C
4exe^xexex+Ce^x+Cex+C
5ax (a>0, a≠1)a^x\ (a>0,\ a\neq 1)ax (a>0, a=1)axln⁡a+C\dfrac{a^x}{\ln a}+Clnaax​+C
6cos⁡x\cos xcosxsin⁡x+C\sin x+Csinx+C
7sin⁡x\sin xsinx−cos⁡x+C-\cos x+C−cosx+C
8sec⁡2x\sec^2 xsec2xtan⁡x+C\tan x+Ctanx+C
9cosec2x\text{cosec}^2 xcosec2x−cot⁡x+C-\cot x+C−cotx+C
10sec⁡xtan⁡x\sec x\tan xsecxtanxsec⁡x+C\sec x+Csecx+C
11cosec xcot⁡x\text{cosec}\,x\cot xcosecxcotx−cosec x+C-\text{cosec}\,x+C−cosecx+C
1211−x2\dfrac{1}{\sqrt{1-x^2}}1−x2​1​sin⁡−1x+C\sin^{-1}x+Csin−1x+C
1311+x2\dfrac{1}{1+x^2}1+x21​tan⁡−1x+C\tan^{-1}x+Ctan−1x+C
14tan⁡x\tan xtanxln⁡∣sec⁡x∣+C\ln|\sec x|+Cln∣secx∣+C
15cot⁡x\cot xcotxln⁡∣sin⁡x∣+C\ln|\sin x|+Cln∣sinx∣+C
16sec⁡x\sec xsecxln⁡∣sec⁡x+tan⁡x∣+C\ln|\sec x+\tan x|+Cln∣secx+tanx∣+C
17cosec x\text{cosec}\,xcosecxln⁡∣cosec x−cot⁡x∣+C\ln|\text{cosec}\,x-\cot x|+Cln∣cosecx−cotx∣+C
181a2−x2 (a>0)\dfrac{1}{\sqrt{a^2-x^2}}\ (a>0)a2−x2​1​ (a>0)sin⁡−1 ⁣(xa)+C\sin^{-1}\!\left(\dfrac{x}{a}\right)+Csin−1(ax​)+C
191x2+a2\dfrac{1}{\sqrt{x^2+a^2}}x2+a2​1​ln⁡∣x+x2+a2∣+C\ln\left|x+\sqrt{x^2+a^2}\right|+Cln​x+x2+a2​​+C
201x2−a2\dfrac{1}{\sqrt{x^2-a^2}}x2−a2​1​ln⁡∣x+x2−a2∣+C\ln\left|x+\sqrt{x^2-a^2}\right|+Cln​x+x2−a2​​+C
21a2−x2 (a>0)\sqrt{a^2-x^2}\ (a>0)a2−x2​ (a>0)x2a2−x2+a22sin⁡−1 ⁣(xa)+C\dfrac{x}{2}\sqrt{a^2-x^2}+\dfrac{a^2}{2}\sin^{-1}\!\left(\dfrac{x}{a}\right)+C2x​a2−x2​+2a2​sin−1(ax​)+C

Entries 12–13 and 18–21 will feel unfamiliar the first time you see them — they arise from inverse-trigonometric and 'irrational' substitutions you will practice in later units (e.g. trigonometric substitution). For now, treat the table as a lookup: whenever an integral matches one of these forms exactly, you can write down the answer immediately.

Using the standard integral table, what is ∫sec⁡xtan⁡x dx\int \sec x \tan x \,dx∫secxtanxdx?

03

Calculating Definite Integrals

From a Family of Functions to a Single Number

While an indefinite integral gives us a whole family of functions (the antiderivative + C), a definite integral gives us a single numerical value. This value represents the net area under the graph of a function between two specific points, called the limits of integration.

The Fundamental Theorem of Calculus (Evaluation Part)

The link between the antiderivative and the area under a curve is the Fundamental Theorem of Calculus. It gives us a simple, powerful way to calculate definite integrals.

If f(x)f(x)f(x) is a continuous function on the interval [a,b][a, b][a,b] and F(x)F(x)F(x) is any antiderivative of f(x)f(x)f(x) (i.e., F′(x)=f(x)F'(x)=f(x)F′(x)=f(x)), then:

∫abf(x) dx=F(b)−F(a)\int_{a}^{b} f(x) \,dx = F(b) - F(a)∫ab​f(x)dx=F(b)−F(a)

The notation F(b)−F(a)F(b) - F(a)F(b)−F(a) is often written as [F(x)]ab\left[F(x)\right]_{a}^{b}[F(x)]ab​.

Steps to Evaluate a Definite Integral:

  1. Find the Antiderivative: First, find the indefinite integral of f(x)f(x)f(x), which gives you F(x)F(x)F(x). You can ignore the constant of integration, CCC, as it will cancel out.
  2. Evaluate at the Limits: Calculate the value of the antiderivative at the upper limit (F(b)F(b)F(b)) and the lower limit (F(a)F(a)F(a)).
  3. Subtract: Subtract the value at the lower limit from the value at the upper limit.

Example: Finding the Area

Find the area under the curve of y=x2y = x^2y=x2 from x=1x=1x=1 to x=3x=3x=3.

Area=∫13x2 dx\text{Area} = \int_{1}^{3} x^2 \,dxArea=∫13​x2dx

1. Antiderivative: The antiderivative of x2x^2x2 is F(x)=x33F(x) = \frac{x^3}{3}F(x)=3x3​.

2. Evaluate:
F(3)=333=273=9F(3) = \frac{3^3}{3} = \frac{27}{3} = 9F(3)=333​=327​=9
F(1)=133=13F(1) = \frac{1^3}{3} = \frac{1}{3}F(1)=313​=31​

3. Subtract:
∫13x2 dx=F(3)−F(1)=9−13=263\int_{1}^{3} x^2 \,dx = F(3) - F(1) = 9 - \frac{1}{3} = \frac{26}{3}∫13​x2dx=F(3)−F(1)=9−31​=326​

So, the area under the parabola from x=1 to x=3 is 26/326/326/3.

What is 'Net' Area?

If a function dips below the x-axis, the definite integral will treat the area in that region as negative. The definite integral calculates the 'net' or 'signed' area: the sum of the areas above the axis minus the sum of the areas below the axis.

What is the value of the definite integral ∫012x dx\int_{0}^{1} 2x \,dx∫01​2xdx?

04

Examples

Example 31: Displacement from a Time-Varying Velocity

The velocity vvv (in m/s) of a particle moving along a straight line varies with time ttt (in s) as v=2tv=2tv=2t. Find the displacement of the particle (i) in the first 2 s, and (ii) in the first ttt seconds.

Solution: Because the velocity keeps changing, we cannot simply multiply velocity by time to get displacement. Instead, consider a small time interval Δt\Delta tΔt after time ttt; over this tiny interval the velocity is approximately constant and equal to 2t2t2t, so the displacement covered is v Δt=(2t)Δtv\,\Delta t = (2t)\Delta tvΔt=(2t)Δt. Summing these small displacements and taking the limit Δt→0\Delta t \to 0Δt→0 turns the sum into an integral.

(i) First 2 s:

S=lim⁡Δt→0∑t=0t=2s(2t)Δt=∫02(2t) dtS = \lim_{\Delta t \to 0} \sum_{t=0}^{t=2\text{s}} (2t)\Delta t = \int_{0}^{2} (2t)\,dtS=Δt→0lim​t=0∑t=2s​(2t)Δt=∫02​(2t)dt

Geometrically this integral is the area under the straight line v=2tv=2tv=2t in the velocity-time graph, from t=0t=0t=0 to t=2t=2t=2 s — a triangle of base 2 s and height 4 m/s:

S=12(2 s)(4 m/s)=4 mS = \frac{1}{2}(2\,\text{s})(4\,\text{m/s}) = 4\ \text{m}S=21​(2s)(4m/s)=4 m

(ii) First ttt seconds:

S=lim⁡Δt→0∑t=0t(2t)Δt=∫0t(2t) dt=12(t)(2t)=t2S = \lim_{\Delta t \to 0} \sum_{t=0}^{t} (2t)\Delta t = \int_{0}^{t} (2t)\,dt = \frac{1}{2}(t)(2t) = t^2S=Δt→0lim​t=0∑t​(2t)Δt=∫0t​(2t)dt=21​(t)(2t)=t2

so ∫0t(2t) dt=t2\int_0^t (2t)\,dt = t^2∫0t​(2t)dt=t2. Earlier, differentiating position gave you velocity; here, integrating velocity gives back position. This confirms that integration is the reverse process of differentiation.

Example 32: Integrating a Polynomial Two Ways

Evaluate ∫(x2−2x+5) dx\int (x^2-2x+5)\,dx∫(x2−2x+5)dx.

Solution: You can often spot the antiderivative directly by recognizing x33−x2+5x\frac{x^3}{3}-x^2+5x3x3​−x2+5x as a function whose derivative is x2−2x+5x^2-2x+5x2−2x+5:

∫(x2−2x+5) dx=x33−x2+5x+C\int (x^2-2x+5)\,dx = \frac{x^3}{3}-x^2+5x+C∫(x2−2x+5)dx=3x3​−x2+5x+C

Alternatively, apply linearity and integrate term by term:

∫(x2−2x+5) dx=∫x2 dx−∫2x dx+∫5 dx=(x33+C1)−(x2+C2)+(5x+C3)\int (x^2-2x+5)\,dx = \int x^2\,dx - \int 2x\,dx + \int 5\,dx = \left(\frac{x^3}{3}+C_1\right)-\left(x^2+C_2\right)+\left(5x+C_3\right)∫(x2−2x+5)dx=∫x2dx−∫2xdx+∫5dx=(3x3​+C1​)−(x2+C2​)+(5x+C3​)

The three separate constants combine into a single arbitrary constant C=C1−C2+C3C=C_1-C_2+C_3C=C1​−C2​+C3​, giving the same result:

∫(x2−2x+5) dx=x33−x2+5x+C\int (x^2-2x+5)\,dx = \frac{x^3}{3}-x^2+5x+C∫(x2−2x+5)dx=3x3​−x2+5x+C

Example 33: A Simple Definite Integral

Evaluate ∫23x2 dx\displaystyle\int_{2}^{3} x^2\,dx∫23​x2dx.

Solution: Find the antiderivative, then apply the Fundamental Theorem of Calculus:

∫23x2 dx=[x33]23=333−233=9−83=193\int_{2}^{3} x^2\,dx = \left[\frac{x^3}{3}\right]_2^3 = \frac{3^3}{3}-\frac{2^3}{3} = 9-\frac{8}{3} = \frac{19}{3}∫23​x2dx=[3x3​]23​=333​−323​=9−38​=319​

Example 34: Integrating y = x² + 2x + 3

Determine the integral of y=x2+2x+3y = x^2+2x+3y=x2+2x+3.

Solution: Using linearity to split the integral term by term:

I(x)=∫y dx=∫(x2+2x+3) dx=∫x2 dx+2∫x dx+3∫dx=x33+x2+3x+CI(x)=\int y\,dx = \int (x^2+2x+3)\,dx = \int x^2\,dx + 2\int x\,dx + 3\int dx = \frac{x^3}{3}+x^2+3x+CI(x)=∫ydx=∫(x2+2x+3)dx=∫x2dx+2∫xdx+3∫dx=3x3​+x2+3x+C

Example 35: A Definite Integral of sin²x

Calculate ∫0πsin⁡2x dx\displaystyle\int_0^{\pi}\sin^2x\,dx∫0π​sin2xdx.

Solution: Since sin⁡2x\sin^2xsin2x is not directly in the standard table, rewrite it using the identity sin⁡2x=1−cos⁡2x2\sin^2x = \dfrac{1-\cos 2x}{2}sin2x=21−cos2x​:

∫0πsin⁡2x dx=12∫0πdx−12∫0πcos⁡2x dx=12[x]0π−14[sin⁡2x]0π\int_0^{\pi}\sin^2x\,dx = \frac{1}{2}\int_0^{\pi}dx - \frac{1}{2}\int_0^{\pi}\cos 2x\,dx = \frac{1}{2}\big[x\big]_0^{\pi} - \frac{1}{4}\big[\sin 2x\big]_0^{\pi}∫0π​sin2xdx=21​∫0π​dx−21​∫0π​cos2xdx=21​[x]0π​−41​[sin2x]0π​

=12(π−0)−14(sin⁡2π−sin⁡0)=π2−0=π2= \frac{1}{2}(\pi-0) - \frac{1}{4}(\sin 2\pi - \sin 0) = \frac{\pi}{2}-0 = \frac{\pi}{2}=21​(π−0)−41​(sin2π−sin0)=2π​−0=2π​

So ∫0πsin⁡2x dx=π2\displaystyle\int_0^{\pi}\sin^2x\,dx = \frac{\pi}{2}∫0π​sin2xdx=2π​.

Example 36: Substitution with sin⁴t cos t

Evaluate ∫sin⁡4tcos⁡t dt\int \sin^4t\cos t\,dt∫sin4tcostdt.

Solution: Let u=sin⁡tu=\sin tu=sint, so du=cos⁡t dtdu=\cos t\,dtdu=costdt. The integral becomes:

∫sin⁡4tcos⁡t dt=∫u4 du=u55+C=sin⁡5t5+C\int \sin^4t\cos t\,dt = \int u^4\,du = \frac{u^5}{5}+C = \frac{\sin^5 t}{5}+C∫sin4tcostdt=∫u4du=5u5​+C=5sin5t​+C

Example 37: Substitution with a Linear Shift

Evaluate ∫(x+2)5 dx\int (x+2)^5\,dx∫(x+2)5dx.

Solution: Let u=x+2u=x+2u=x+2, so du=dxdu=dxdu=dx:

∫(x+2)5 dx=∫u5 du=u66+C=(x+2)66+C\int (x+2)^5\,dx = \int u^5\,du = \frac{u^6}{6}+C = \frac{(x+2)^6}{6}+C∫(x+2)5dx=∫u5du=6u6​+C=6(x+2)6​+C

Example 38: Substitution Inside a Cosine

Evaluate ∫cos⁡(7θ+5) dθ\int \cos(7\theta+5)\,d\theta∫cos(7θ+5)dθ.

Solution: Let u=7θ+5u=7\theta+5u=7θ+5, so du=7 dθdu=7\,d\thetadu=7dθ, i.e. dθ=17dud\theta = \frac{1}{7}dudθ=71​du:

∫cos⁡(7θ+5) dθ=17∫cos⁡u du=17sin⁡u+C=17sin⁡(7θ+5)+C\int \cos(7\theta+5)\,d\theta = \frac{1}{7}\int \cos u\,du = \frac{1}{7}\sin u + C = \frac{1}{7}\sin(7\theta+5)+C∫cos(7θ+5)dθ=71​∫cosudu=71​sinu+C=71​sin(7θ+5)+C

Example 39: Substitution with x²sin(x³)

Evaluate ∫x2sin⁡(x3) dx\int x^2\sin(x^3)\,dx∫x2sin(x3)dx.

Solution: Let u=x3u=x^3u=x3, so du=3x2 dxdu=3x^2\,dxdu=3x2dx, i.e. x2 dx=13dux^2\,dx = \frac{1}{3}dux2dx=31​du:

∫x2sin⁡(x3) dx=13∫sin⁡u du=−13cos⁡u+C=−13cos⁡(x3)+C\int x^2\sin(x^3)\,dx = \frac{1}{3}\int \sin u\,du = -\frac{1}{3}\cos u + C = -\frac{1}{3}\cos(x^3)+C∫x2sin(x3)dx=31​∫sinudu=−31​cosu+C=−31​cos(x3)+C

Example 40: Substitution Under a Square Root

Evaluate ∫1+y2  2y dy\int \sqrt{1+y^2}\;2y\,dy∫1+y2​2ydy.

Solution: Let u=1+y2u=1+y^2u=1+y2, so du=2y dydu=2y\,dydu=2ydy:

∫1+y2  2y dy=∫u1/2 du=23u3/2+C=23(1+y2)3/2+C\int \sqrt{1+y^2}\;2y\,dy = \int u^{1/2}\,du = \frac{2}{3}u^{3/2}+C = \frac{2}{3}(1+y^2)^{3/2}+C∫1+y2​2ydy=∫u1/2du=32​u3/2+C=32​(1+y2)3/2+C

Example 41: The Same Integral, Two Different Substitutions

Evaluate ∫2zz2+13 dz\displaystyle\int \frac{2z}{\sqrt[3]{z^2+1}}\,dz∫3z2+1​2z​dz.

Method 1 — substitute u=z2+1u=z^2+1u=z2+1: Then du=2z dzdu=2z\,dzdu=2zdz, and the integral becomes:

∫2z dz(z2+1)1/3=∫u−1/3 du=u2/32/3+C=32u2/3+C=32(z2+1)2/3+C\int \frac{2z\,dz}{(z^2+1)^{1/3}} = \int u^{-1/3}\,du = \frac{u^{2/3}}{2/3}+C = \frac{3}{2}u^{2/3}+C = \frac{3}{2}(z^2+1)^{2/3}+C∫(z2+1)1/32zdz​=∫u−1/3du=2/3u2/3​+C=23​u2/3+C=23​(z2+1)2/3+C

Method 2 — substitute u=z2+13u=\sqrt[3]{z^2+1}u=3z2+1​: Then u3=z2+1u^3=z^2+1u3=z2+1, so differentiating gives 3u2 du=2z dz3u^2\,du=2z\,dz3u2du=2zdz, and:

∫2z dz(z2+1)1/3=∫3u2u du=3∫u du=32u2+C=32(z2+1)2/3+C\int \frac{2z\,dz}{(z^2+1)^{1/3}} = \int \frac{3u^2}{u}\,du = 3\int u\,du = \frac{3}{2}u^2+C = \frac{3}{2}(z^2+1)^{2/3}+C∫(z2+1)1/32zdz​=∫u3u2​du=3∫udu=23​u2+C=23​(z2+1)2/3+C

Both methods agree, as they must — the choice of substitution is a matter of convenience, not correctness. When more than one substitution works, pick whichever one leaves the cleanest algebra.

Example 42: Verifying an Integral by Differentiating Back

Prove that ∫xcos⁡x dx=xsin⁡x+cos⁡x+C\int x\cos x\,dx = x\sin x+\cos x+C∫xcosxdx=xsinx+cosx+C.

Solution: Rather than deriving the antiderivative from scratch, simply differentiate the proposed answer and check that it reproduces the integrand:

ddx(xsin⁡x+cos⁡x+C)=xcos⁡x+sin⁡x−sin⁡x+0=xcos⁡x\frac{d}{dx}(x\sin x+\cos x+C) = x\cos x + \sin x - \sin x + 0 = x\cos xdxd​(xsinx+cosx+C)=xcosx+sinx−sinx+0=xcosx

This matches the integrand exactly, so the claimed integral is correct. Be careful, though: it would be wrong to write ∫xcos⁡x dx=xsin⁡x+C\int x\cos x\,dx = x\sin x + C∫xcosxdx=xsinx+C, since ddx(xsin⁡x+C)=xcos⁡x+sin⁡x≠xcos⁡x\frac{d}{dx}(x\sin x+C)=x\cos x+\sin x \neq x\cos xdxd​(xsinx+C)=xcosx+sinx=xcosx — the leftover cos⁡x\cos xcosx term in the correct answer is essential, and dropping it is a common error.

Example 43: Free Fall from a Differential Equation

Near Earth's surface, a freely falling body has acceleration dvdt=9.8 m/s2\dfrac{dv}{dt}=9.8\ \text{m/s}^2dtdv​=9.8 m/s2. If the body is released from rest, find its velocity ttt seconds after release.

Solution: Separate the variables and integrate both sides:

∫dv=∫9.8 dt⇒v+C1=9.8t+C2⇒v=9.8t+C\int dv = \int 9.8\,dt \quad\Rightarrow\quad v+C_1 = 9.8t+C_2 \quad\Rightarrow\quad v=9.8t+C∫dv=∫9.8dt⇒v+C1​=9.8t+C2​⇒v=9.8t+C

Apply the initial condition v(0)=0v(0)=0v(0)=0: substituting t=0t=0t=0 gives 0=9.8(0)+C0=9.8(0)+C0=9.8(0)+C, so C=0C=0C=0. The velocity at any later time is therefore:

v=9.8t m/sv = 9.8t\ \text{m/s}v=9.8t m/s

Example 44: A Definite Integral as the Area of a Trapezoid

Evaluate ∫abx dx\displaystyle\int_a^b x\,dx∫ab​xdx for 0≤a≤b0 \le a \le b0≤a≤b, using area rather than the antiderivative formula.

Solution: The region under the line y=xy=xy=x between x=ax=ax=a and x=bx=bx=b is a trapezoid of height (b−a)(b-a)(b−a), with parallel sides of length aaa and bbb.

The region under y = x from x = a to x = b is a trapezoid with parallel sides a and b
The region under y = x from x = a to x = b is a trapezoid with parallel sides a and b

The value of the integral is simply the area of this trapezoid:

∫abx dx=12(b−a)(a+b)=b2−a22\int_a^b x\,dx = \frac{1}{2}(b-a)(a+b) = \frac{b^2-a^2}{2}∫ab​xdx=21​(b−a)(a+b)=2b2−a2​

For the specific case a=1, b=5a=1,\ b=5a=1, b=5:

∫15x dx=522−122=25−12=12\int_1^5 x\,dx = \frac{5^2}{2}-\frac{1^2}{2} = \frac{25-1}{2} = 12∫15​xdx=252​−212​=225−1​=12

As a further check, note that x2/2x^2/2x2/2 is indeed an antiderivative of xxx — further evidence that the antiderivative approach and the area-summation approach always agree.

The same source material also works Examples 45–47, but these are near-identical restatements of Examples 38, 39, and 41 above — the same integrals, the same substitutions, and the same results — so they are not reproduced separately here.

Using the trapezoid-area method of Example 44, evaluate ∫15x dx\int_1^5 x\,dx∫15​xdx.

Using the substitution u=x3u = x^3u=x3, what is ∫x2sin⁡(x3) dx\int x^2 \sin(x^3)\,dx∫x2sin(x3)dx?

05

Finding Indefinite Integrals

Antidifferentiation

Finding an indefinite integral is the process of answering the question: 'What function, when differentiated, gives me the function I started with?' Since this process is the reverse of differentiation, the rules of integration are the reverse of the rules of differentiation.

The Reverse Power Rule

The most fundamental rule is the reverse of the power rule for derivatives.

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

In words: Add one to the power, then divide by the new power.

  • Example 1: ∫x3 dx=x3+13+1+C=x44+C\int x^3 \,dx = \frac{x^{3+1}}{3+1} + C = \frac{x^4}{4} + C∫x3dx=3+1x3+1​+C=4x4​+C
  • Example 2 (Constant): ∫5 dx=∫5x0 dx=5x11+C=5x+C\int 5 \,dx = \int 5x^0 \,dx = 5 \frac{x^1}{1} + C = 5x + C∫5dx=∫5x0dx=51x1​+C=5x+C

Other Basic Rules

Just like with derivatives, we can integrate term by term and factor out constants.

  • Constant Multiple: ∫kf(x) dx=k∫f(x) dx\int kf(x) \,dx = k \int f(x) \,dx∫kf(x)dx=k∫f(x)dx
  • Sum/Difference Rule: ∫(f(x)±g(x)) dx=∫f(x) dx±∫g(x) dx\int (f(x) \pm g(x)) \,dx = \int f(x) \,dx \pm \int g(x) \,dx∫(f(x)±g(x))dx=∫f(x)dx±∫g(x)dx

Table of Common Integrals

Function, f(x)Indefinite Integral, ∫f(x)dx
xnx^nxnxn+1n+1+C\frac{x^{n+1}}{n+1} + Cn+1xn+1​+C
1/x1/x1/xln⁡∣x∣+C\ln|x| + Cln∣x∣+C
exe^xexex+Ce^x + Cex+C
sin⁡(x)\sin(x)sin(x)−cos⁡(x)+C-\cos(x) + C−cos(x)+C
cos⁡(x)\cos(x)cos(x)sin⁡(x)+C\sin(x) + Csin(x)+C
sec⁡2(x)\sec^2(x)sec2(x)tan⁡(x)+C\tan(x) + Ctan(x)+C

Example: Integrating a Polynomial

Find the indefinite integral of f(x)=3x2+4x−5f(x) = 3x^2 + 4x - 5f(x)=3x2+4x−5.

∫(3x2+4x−5) dx\int (3x^2 + 4x - 5) \,dx∫(3x2+4x−5)dx

We can integrate this term by term:

=3∫x2 dx+4∫x dx−5∫1 dx= 3 \int x^2 \,dx + 4 \int x \,dx - 5 \int 1 \,dx=3∫x2dx+4∫xdx−5∫1dx

=3(x33)+4(x22)−5(x)+C= 3\left(\frac{x^3}{3}\right) + 4\left(\frac{x^2}{2}\right) - 5(x) + C=3(3x3​)+4(2x2​)−5(x)+C

=x3+2x2−5x+C= x^3 + 2x^2 - 5x + C=x3+2x2−5x+C

(Note: We only need to add one constant of integration at the very end.)

What is the indefinite integral of f(x)=cos⁡(x)+1f(x) = \cos(x) + 1f(x)=cos(x)+1?

06

Integration Technique: u-Substitution

Beyond the Basic Rules

While the basic integration rules are powerful, many integrals cannot be solved directly with them. We need more advanced techniques. The most common and important of these is u-substitution, which is essentially the chain rule in reverse.

The Idea Behind u-Substitution

U-substitution is used to transform a complicated integral into a simpler one that we know how to solve. It is designed to handle integrals of composite functions—where you have a function 'inside' another function.

Recall the chain rule for derivatives: ddx[F(g(x))]=F′(g(x))g′(x)\frac{d}{dx}[F(g(x))] = F'(g(x))g'(x)dxd​[F(g(x))]=F′(g(x))g′(x).
If we integrate both sides, we get: ∫F′(g(x))g′(x) dx=F(g(x))+C\int F'(g(x))g'(x)\,dx = F(g(x)) + C∫F′(g(x))g′(x)dx=F(g(x))+C.
The expression on the left looks complicated. The goal of u-substitution is to take an integral that looks like ∫f(g(x))g′(x) dx\int f(g(x))g'(x)\,dx∫f(g(x))g′(x)dx and simplify it by letting u=g(x)u=g(x)u=g(x).

Step-by-Step Procedure:

  1. Choose 'u': Look for an 'inner function'. A good choice for uuu is often a quantity that is raised to a power, inside a trig function, or in the denominator. Let u=g(x)u = g(x)u=g(x).
  2. Find 'du': Differentiate uuu with respect to xxx to find dudx=g′(x)\frac{du}{dx} = g'(x)dxdu​=g′(x). Then, solve for dududu to get du=g′(x)dxdu = g'(x)dxdu=g′(x)dx.
  3. Substitute: Replace the inner function with uuu and the remaining part of the integral with dududu. The entire integral should now be in terms of uuu, with no xxx's left.
  4. Integrate: Solve the new, simpler integral with respect to uuu.
  5. Back-Substitute: Replace uuu with the original expression in terms of xxx to get your final answer.

Example: Using u-Substitution

Find ∫2xcos⁡(x2) dx\int 2x \cos(x^2) \,dx∫2xcos(x2)dx.

1. Choose u: The 'inner function' is x2x^2x2. Let u=x2u = x^2u=x2.

2. Find du: dudx=2x  ⟹  du=2x dx\frac{du}{dx} = 2x \implies du = 2x\,dxdxdu​=2x⟹du=2xdx.

3. Substitute: Notice that our integral has both x2x^2x2 and 2x dx2x\,dx2xdx. We can substitute these perfectly.
∫cos⁡(x2)(2x dx)=∫cos⁡(u) du\int \cos(x^2) (2x \,dx) = \int \cos(u) \,du∫cos(x2)(2xdx)=∫cos(u)du

4. Integrate: The integral is now much simpler.
∫cos⁡(u) du=sin⁡(u)+C\int \cos(u) \,du = \sin(u) + C∫cos(u)du=sin(u)+C

5. Back-Substitute: Replace uuu with x2x^2x2.
The final answer is sin⁡(x2)+C\sin(x^2) + Csin(x2)+C.

To solve the integral ∫(x2+1)3(2x) dx\int (x^2+1)^3 (2x) \,dx∫(x2+1)3(2x)dx, what is the best choice for 'u'?

07

Introduction to Integration

Integration as Summation of a Continuous Variable

Suppose a curve y=f(x)y = f(x)y=f(x) traces out a region bounded below by the x-axis and on the sides by two vertical lines x=ax=ax=a and x=bx=bx=b. We already know how to find the areas of triangles, rectangles, and circles — but how do we find the area under a curve whose height keeps changing? The method is to divide the region into many thin vertical strips, treat each strip as an ordinary rectangle, add up the rectangles, and then let the strips become infinitesimally thin.

Divide the interval [a,b][a,b][a,b] into nnn equal strips, each of width Δx\Delta xΔx, by marking the points

x0=a,x1=a+Δx,x2=a+2Δx,x3=a+3Δx, …, xn=a+nΔx=bx_0 = a,\quad x_1 = a+\Delta x,\quad x_2 = a+2\Delta x,\quad x_3 = a+3\Delta x,\ \ldots,\ x_n = a+n\Delta x = bx0​=a,x1​=a+Δx,x2​=a+2Δx,x3​=a+3Δx, …, xn​=a+nΔx=b

This slices the area under the curve into nnn thin rectangles, each of base Δx\Delta xΔx. The first rectangle has height f(x0)f(x_0)f(x0​), the second has height f(x1)f(x_1)f(x1​), and so on, with the last rectangle having height f(xn−1)f(x_{n-1})f(xn−1​).

The area under y = f(x) between x = a and x = b divided into n thin rectangular strips of width Δx
The area under y = f(x) between x = a and x = b divided into n thin rectangular strips of width Δx

Adding up the areas of all nnn rectangles gives an approximate value for the area under the curve:

Aapproximate=f(x0)Δx+f(x1)Δx+f(x2)Δx+⋯+f(xn−1)ΔxA_{approximate} = f(x_0)\Delta x + f(x_1)\Delta x + f(x_2)\Delta x + \cdots + f(x_{n-1})\Delta xAapproximate​=f(x0​)Δx+f(x1​)Δx+f(x2​)Δx+⋯+f(xn−1​)Δx

or, in compact summation notation,

Aapproximate=∑x=ax=bf(xi) ΔxA_{approximate} = \sum_{x=a}^{x=b} f(x_i)\,\Delta xAapproximate​=x=a∑x=b​f(xi​)Δx

This approximation gets better as nnn grows larger — the rectangles hug the curve more closely as their width Δx\Delta xΔx shrinks. In the limit Δx→0\Delta x \to 0Δx→0 (equivalently n→∞n \to \inftyn→∞), the jagged staircase of rectangles becomes indistinguishable from the smooth curve, and the sum gives the exact area:

Aexact=lim⁡Δx→0∑x=ax=bf(xi) ΔxA_{exact} = \lim_{\Delta x \to 0} \sum_{x=a}^{x=b} f(x_i)\,\Delta xAexact​=Δx→0lim​x=a∑x=b​f(xi​)Δx

When Δx\Delta xΔx becomes infinitesimally small it is given the special symbol dxdxdx, and this limiting process — the summation of a continuously varying quantity over infinitely many infinitesimal pieces — is called integration. The limit-of-a-sum notation is replaced by the integral sign:

Aexact=∫abf(x) dxA_{exact} = \int_{a}^{b} f(x)\,dxAexact​=∫ab​f(x)dx

It may seem strange that adding infinitely many pieces, each of vanishing size, can produce a finite, physically meaningful answer rather than zero or infinity — but this is exactly what happens, and it is the reason integration is such a powerful tool throughout physics.

What the Integral Represents Physically

The summation idea above is not limited to area under a graph — it applies to any continuously varying physical quantity multiplied by a small increment. Three examples recur constantly in mechanics:

  • If v(t)v(t)v(t) is the velocity of a particle at time ttt, then v(t) dtv(t)\,dtv(t)dt is the tiny displacement covered in the infinitesimal time dtdtdt, so ∫t1t2v(t) dt\int_{t_1}^{t_2} v(t)\,dt∫t1​t2​​v(t)dt gives the total displacement of the particle from t=t1t=t_1t=t1​ to t=t2t=t_2t=t2​.
  • If a(t)a(t)a(t) is the acceleration of a particle at time ttt, then a(t) dta(t)\,dta(t)dt is the tiny change in velocity in the infinitesimal time dtdtdt, so ∫t1t2a(t) dt\int_{t_1}^{t_2} a(t)\,dt∫t1​t2​​a(t)dt gives the total change in velocity of the particle from t=t1t=t_1t=t1​ to t=t2t=t_2t=t2​.
  • If F(x)F(x)F(x) is the force acting on a particle moving along a straight line, then F(x) dxF(x)\,dxF(x)dx is the tiny work done as the particle covers the displacement dxdxdx, so ∫x1x2F(x) dx\int_{x_1}^{x_2} F(x)\,dx∫x1​x2​​F(x)dx gives the total work done on the particle as it moves from x=x1x=x_1x=x1​ to x=x2x=x_2x=x2​.

You will meet all three of these integrals again, worked out in full, later in this unit.

A particle's acceleration is a(t)a(t)a(t). What does ∫t1t2a(t) dt\int_{t_1}^{t_2} a(t)\,dt∫t1​t2​​a(t)dt represent?

PreviousApplications of DifferentiationNextApplications of Integration
doPhysics
TheoryPricingAboutPrivacy PolicyTerms and Conditions

© 2026 doPhysics. All rights reserved.

Engineered by Ankit Shukla