Vector calculus and integral theorems notes — Unit 5
Free unit-wise study notes on vector calculus and integral theorems for Engineering Mathematics II, Semester 2 of B.Tech — Computer Science & Engineering — key concepts, examples, important questions and a revision checklist for semester exams.
Comprehensive 20-page hand-written notes covering Vector Calculus. Master Gradient, Divergence, and Curl, along with the 'Big Three' Integral Theorems: Green's, Stokes', and Gauss's Divergence theorems.
Notebook — 20 pages
Page 1
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 5 —
1. Intro to Vector Functions
A vector is a quantity that has both magnitude and direction, usually represented as r=xi^+yj^+zk^.
⇒Scalar and Vector Point Functions
Scalar Point Function (ϕ): Assigns a scalar value to every point in space. Example: Temperature distribution in a room T(x,y,z).
Vector Point Function (V): Assigns a vector to every point in space. Example: Wind velocity at different points in the atmosphere V(x,y,z).
Page 2
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 5 —
2. Differentiation of Vectors
If a position vector r depends on a single scalar variable like time (t), we can differentiate it just like ordinary functions.
r(t)=x(t)i^+y(t)j^+z(t)k^
Velocity (v): dtdr=dtdxi^+dtdyj^+dtdzk^
Acceleration (a): dt2d2r=dtdv
The rules of differentiation (Product Rule, Dot Product, Cross Product) apply normally to vectors.
Page 3
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 5 —
3. The Del Operator ($\\nabla$)
The vector differential operator, denoted by ∇ (read as 'del' or 'nabla'), is the foundation of vector calculus.
∇=i^∂x∂+j^∂y∂+k^∂z∂
It is an operator, meaning it doesn't have a value by itself. It must operate on a scalar function or a vector function.
Depending on how it operates, it creates the Gradient, Divergence, or Curl.
Page 4
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 5 —
4. Gradient of a Scalar
When ∇ operates on a Scalar point function ϕ(x,y,z), the result is a VECTOR.
⇒Physical Meaning
The gradient of ϕ at any point represents the maximum rate of change of ϕ and points in the direction of that maximum increase.
Furthermore, ∇ϕ is a vector that is strictly normal (perpendicular) to the surface ϕ(x,y,z)=c.
Page 5
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 5 —
5. Unit Normal Vector
Because the gradient ∇ϕ is a normal vector to the surface ϕ, we can find the Unit Normal Vector (n^) by dividing it by its magnitude.
n^=∣∇ϕ∣∇ϕ
Example: Find unit normal to the surface x2+y2+z2=9 at (2,−1,2).
Let ϕ=x2+y2+z2−9.
∇ϕ=2xi^+2yj^+2zk^.
At (2,−1,2), ∇ϕ=4i^−2j^+4k^.
∣∇ϕ∣=16+4+16=36=6.
n^=64i^−2j^+4k^.
Page 6
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 5 —
6. Directional Derivative
The Directional Derivative gives the rate of change of a scalar function ϕ in a specific direction defined by a given vector a.
Exam Tip: The maximum directional derivative always occurs in the direction of the gradient itself (∇ϕ), and its maximum value is exactly ∣∇ϕ∣.
Page 7
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 5 —
7. Divergence of a Vector
When ∇ operates on a Vector function V using a DOT product, the result is a SCALAR.
Let V=V1i^+V2j^+V3k^.
Physical Meaning: Divergence measures the magnitude of a vector field's source or sink at a given point (e.g., fluid expanding outward or compressing inward).
Page 8
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 5 —
8. Solenoidal Vectors
If a fluid is incompressible (like water), it doesn't expand or compress. The net flow out of any point is zero.
Exam Question: "Find constant a if V=(x+3y)i^+(y−2z)j^+(x+az)k^ is solenoidal."
∇⋅V=∂x∂(x+3y)+∂y∂(y−2z)+∂z∂(x+az)
=1+1+a=2+a
For solenoidal, 2+a=0⇒a=−2.
Page 9
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 5 —
9. Curl of a Vector
When ∇ operates on a Vector function V using a CROSS product, the result is a VECTOR.
It is calculated using a determinant:
curl V=∇×V=i^∂x∂V1j^∂y∂V2k^∂z∂V3
Physical Meaning: Curl measures the rotation or "spin" of a vector field at a given point (e.g., a whirlpool in a river has high curl).
Page 10
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 5 —
10. Irrotational Vectors
If a vector field has no spin or rotation, it is called Irrotational (or Conservative).
⇒Scalar Potential
If a vector V is irrotational, it can ALWAYS be expressed as the gradient of a scalar function ϕ.
V=∇ϕ
Here, ϕ is called the Scalar Potential. This is highly relevant in physics (e.g., Electric field is the negative gradient of electric potential).
Page 11
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 5 —
11. Important Vector Identities
These two identities are universally true for any twice-differentiable fields, and are often asked as 2-mark proofs:
1. Div of Curl is zero: ∇⋅(∇×V)=0 (The curl of any vector is always a solenoidal vector).
2. Curl of Grad is zero: ∇×(∇ϕ)=0 (The gradient of any scalar is always an irrotational vector).
Another useful operator is the Laplacian (∇2=∇⋅∇): ∇2ϕ=∂x2∂2ϕ+∂y2∂2ϕ+∂z2∂2ϕ
Page 12
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 5 —
12. Line Integrals
A line integral is an integral evaluated along a specific curve C in space.
∫CF⋅dr
Since dr=dxi^+dyj^+dzk^, this becomes:
∫C(F1dx+F2dy+F3dz)
⇒Work Done
If F represents a force field, the line integral computes the total Work Done in moving a particle along curve C. If the field is irrotational, work done is independent of the path (it only depends on endpoints).
Page 13
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 5 —
13. Surface & Volume Integrals
⇒Surface Integral (Flux)
Evaluated over a surface S. It represents the flux (flow) of a vector field F crossing that surface.
∬SF⋅n^,dS
Where n^ is the outward unit normal vector to the surface.
⇒Volume Integral
Evaluated over a 3D volume V.
∭Vf(x,y,z),dV (where dV=dx,dy,dz)
Page 14
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 5 —
14. Green's Theorem
Green's Theorem relates a line integral around a simple closed curve C to a double integral over the plane region R bounded by C.
It is extremely useful for calculating the area of a closed region by converting a difficult double integral into an easier single line integral along the boundary.
Page 15
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 5 —
15. Stokes' Theorem
Stokes' Theorem is the 3D generalization of Green's theorem. It relates a line integral around a closed curve C in 3D space to a surface integral over ANY open surface S bounded by that curve.
In words: The line integral of F around the boundary curve C is exactly equal to the flux of the Curl of F passing through the surface S.
Page 16
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 5 —
16. Verifying Stokes' Theorem
When an exam asks to "Verify Stokes' Theorem", you must calculate both sides of the equation independently and show they are equal.
1.LHS (Line Integral): Parametrize the boundary curve C, substitute into F⋅dr, and integrate.
2.RHS (Surface Integral): Calculate ∇×F.
3.Find the unit normal n^ to the surface.
4.Calculate (∇×F)⋅n^.
5.Project the surface onto a 2D plane (like xy-plane) and compute the double integral.
6.Confirm LHS = RHS.
Page 17
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 5 —
17. Gauss's Divergence Theorem
While Stokes relates 1D (Line) to 2D (Surface), Gauss relates 2D (Surface) to 3D (Volume).
It connects the surface integral over a CLOSED surface S (like a sphere or cube) to the volume integral over the 3D volume V enclosed by it.
In words: The outward flux of a vector field across a closed surface equals the volume integral of its Divergence inside.
Page 18
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 5 —
18. Applying Gauss's Theorem
Calculating a surface integral over a cube requires 6 separate double integrals (one for each face). Gauss's theorem turns this nightmare into a single, easy volume integral.
Example: Evaluate ∬S(xi^+yj^+zk^)⋅n^,dS over a sphere of radius R.
Direct calculation is hard. Use Gauss's Theorem.
F=xi^+yj^+zk^.
∇⋅F=∂x∂(x)+∂y∂(y)+∂z∂(z)=1+1+1=3.
∭V(3),dV=3∭VdV.
∭VdV is just the volume of the sphere (34πR3).
Answer: 3×34πR3=4πR3.
Page 19
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 5 —
19. The 'Big Three' Summary
How to choose which theorem to use if it is not stated:
Integral Theorem Guide
Theorem
Relates
Condition
Green's Theorem
Line ↔ Surface
Must be a 2D curve entirely in the xy-plane
Stokes' Theorem
Line ↔ Surface
Any 3D open surface bounded by a curve C
Gauss's Theorem
Surface ↔ Volume
Must be a fully CLOSED 3D surface (box, sphere)
Page 20
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 5 —
20. Unit 5 Revision Checklist
⇒Before the exam, ensure you can:
Calculate ∇ϕ and find the directional derivative along a given vector.
State the conditions for Solenoidal (∇⋅V=0) and Irrotational (∇×V=0) fields.
Find the scalar potential ϕ if a field is given as irrotational.
Write the formula for Green's Theorem.
Explain when to use Stokes' theorem vs Gauss's theorem.
Use Gauss's divergence theorem to evaluate a complex surface integral over a cube.