Sie sind auf Seite 1von 9

Vector Calculus - GATE Study Material in

PDF

In previous articles, we have already seen the basics of Calculus Differentiation and
Integration and all the applications of these. In these free GATE Study Notes, we will be
introduced to Vector Calculus. A vector has both magnitude and direction whereas a
scalar has only magnitude. Let us now see how to perform certain operations on
vectors.

These GATE study material are useful for GATE EC, GATE EE, GATE ME, GATE CS, GATE
CE and all other branches. Also useful for exams such as BARC, BSNL, DRDO, IES, ISRO
etc. You can have these notes downloaded as PDF so that your exam preparation is made
easy and you ace your paper. Before you get started, go through the basics of
Engineering Mathematics.

Recommended Reading

Types of Matrices

Properties of Matrices

Rank of a Matrix & Its Properties

Solution of a System of Linear Equations

Eigen Values & Eigen Vectors

Linear Algebra Revision Test 1

Laplace Transforms

Limits, Continuity & Differentiability

Mean Value Theorems

Differentiation

Partial Differentiation

Maxima and Minima

Methods of Integration & Standard Integrals


1|Page
Dot Product
Let a = a1 i + a2 j + a3 k , b
= b1 i + b2 j + b3 k are two constant vectors.

Then Dot Product of two vectors is given by

a. b = |a||b| cos where = angle between a, b.

Note:
1. i i = j j = k k = 1 ( = 00 )
2. i j = j k = k i = 0 ( = 900 )
3. Magnitude of Vector a = |a| = a21 + a22 + a23

b
a
4. Angle between two vectors = cos1 |a||b|
l1 l2 +m1 m2 +n1 n2
5. Also, cos =
l21 +m21 +n21 l22 +m22 +n22

1 m m2
6. If slopes are given and angle between two curves is then tan = 1+m
1 m2

2|Page
7. If a b = 0 Vectors are orthogonal ( = 90)
8. If a b = |a||b| Vectors are parallel ( = 0 )

Cross Product
If a and b are two vectors then then cross product between two vectors is given by

= |a||b
a b | sin n where n = unit vector normal to both a and b

Note:
1. i i = j j = k k = 0 ( = 00 )
2. i j = j k = k i = 1 ( = 900 )
|ab|
3. Angle between two vectors is then sin = |a||b|

4. If a = a1 i + a2 j + a3 k and b = b1 i + b2 j + b3 k
then cross product between two vectors
i j k

can be calculated as a b = |a1 a2 a3 |
b1 b2 b3
= i(a2 b3 a3 b2 ) j(a1 b3 a3 b1 ) + k(a1 b2 a2 b1 )
5. Geometrically cross product gives the area of triangle
6. If
AB , AC are two sides of triangle then area of the triangle is 1 |AB
AC
|
2

Triple Product
1. Geometrically Triple Product gives the Volume of Tetrahedron
a1 b1 c1
) c = [a b c] = |a2 b2 c2 |
c) = (a b
a (b
a3 b3 c3
2. If a (b c) = 0 Vector are coplanar vectors

Derivative of a Vector
3|Page
Let r = f(t) be a position vector where t is a scalar variable.

r + r = f(t + t)

r = f(t + (t) f(t)


r f(t+(t)f(t) dr
lim = is called
t0 t t dt

dr (t+t)f(t)
dx = lim f
t0 t

Vector differentiation is nothing but ordinary differentiation but only difference is r is


position vector.

Formulae:
d d d
B
1. dt (A )= A B
dt dt
d
B) = A dB dA B Where A = A(t) and B = B(t)
2. dt (A dt dt
d
B) = A dB dA B
3. dt (A dt dt

Vector Operator ( - Del)


= i + j + k is called vector operator
x y z

Gradient
If (x, y, z) be a given scalar function then is called gradient.

= i + j + k
x y z

Note:
1. Physically, gradient gives rate of change of w.r.t x, y, z separately.
2. Geometrically, it gives normal to the level surface.

Example 1:

4|Page
.
If = xyz then find the value of

Solution:

= i (xyz) + j (xyz) + k (xyz)


x y z

= iyz + jxz + kxy

Note:
r
1. (log r) = r2
r
2. (sin r) = cos r |r|
r
(r n ) = n r n1
3. r = n r n1 = n r n2 r
|r|
4. Let (x,y,z) = c be given equation of the level surface then the outward unique

= = Grad()
normal vector is defined as N |
| |Grad()|

Example 2:
for the sphere x 2 + y 2 + z 2 = 9.
Find the value of unit normal vector N

Solution:
= x 2 + y 2 +z 2 9

= i(2x) + j(2y) + k(2z)

| = 2x 2 + y 2 + z 2
|


= =
N
xi+yj+zk
=
xi+yj+zk
|
| x2 +y2 +z2 3

Angle between Two Surfaces


Let 1(x,y,z) = C, 2(x,y,z) = C be given equations of two level surfaces and angle

between these two surfaces are given as then cos = |1 || 2|
1 2

5|Page
Note:
The angle between two surfaces is nothing but the angle between their normal.
1 .
2 = 0 then they are said to be orthogonal surfaces

Example 3:
The angle between the two surfaces x 2 + y 2 + z 2 = 9 and z = x 2 + y 2 3 at the point
(2, 1, 2) is

Solution:
Here 1 = x 2 + y 2 + z 2 9

1 = i(2x) + j(2y) + k(2z) |


1 | = 2x 2 + y 2 + z 2 = 29 = 6

2 = x 2 + y 2 z 3

2 = i(2x) + j(2y) k |
2 | = 4x 2 + 4y 2 + 1 = 21

.
(4x2 +4y2 2z) 16+44 8
cos = | 1||2 | = = = 321
1 2 621 621

Directional Derivatives of a Scalar Function


The directional derivative of a scalar function (x, y, z) in the direction of a vector a is

a
given as e where e = |a |
If e is ve then it is in the opposite direction.

Example 4:

The Directional derivative of f(x, y, z) = x 2 yz + 4xz 2 at (1, 2, 1)along (2i j 2k) is

Solution:
= i[(2xyz) + 4z 2 ] + j[x 2 z] + k[x 2 y + 8xz]

Directional Derivative = e
6|Page
(2ij2k)
At (1, 2, 1)we have e = [4 + 4]i + (j) + k[2 8] 3

16 1 20 37
= +3+ =
3 3 3

Divergence of a Vector
is a vector point function then
If F F
is called Divergence of F

Where = F1 i + F2 j + F3 k and F1 , F2 , F3 are the functions of x, y, z



F = [i x + j y + k z] [F1 i + F2 j + F3 k]

F = F1 + F2 + F3
x y z

Note:
1. Divergence of a vector is scalar.
2. Physically Divergence measures (outflow - inflow)
3. A vector whose divergence is zero then it is said to be divergence free vector (or)
solenoid vector i.e. outflow = inflow = constant
4. Geometrically, Divergence gives the rate at which the fluid entering in a rectangular
parallelepiped per unit volume at the point.

Curl of a Vector
F is called the curl of a vector where F = F1 i + F2 j + F3 k

i j k
F F2 F F1
=|
F
| = i ( x3 ) j ( x3 ) + (F2 F1 )
k
x y z z z x y
F1 F2 F3

Note:

1. If F = 0 then it is said to be irrational vector otherwise it is said to be rotational


vector.
1
2. Physically Curl gives the angular Velocity w = ( V)
2

7|Page
3. Divergence of a curl of any vector is always zero.
. (
4. ) =
2
5. (
F) = 0
6. ( F) = (
F) 2 F
7. A (B
C ) = (A
C )B . B )C
(A is known as a vector triple product.

Example 5:
The values of a, b, c so that the vector,

V = (x + 2y + az)i + (bx 3y z)j + (4x + cy + 2z)k is irrotational

Solution:
Given, that vector V is irrotational

V = 0

i j k

=| |
x y z
(x + 2y + az) (bx 3y z) (4x + cy + 2z)

i(c + 1) + j(4 a) + k(b 2) = 0

c = 1, a = 4, b = 2

a = 4, b = 2, c = 1

So far we have seen about basic terminology in vector calculus and in the next article we
will discuss about integration in vectors. Also we will discuss some important theorems
which will convert one form of integral into another form of integral.

Did you like this article on Vector Calculus? Let us know in the comments? You may also
like the following articles

Vector Integration

Try out Calculus on Official GATE 2017 Virtual Calculator

8|Page
Recommended Books for Engineering Mathematics

40+ PSUs Recruiting through GATE 2017

9|Page

Das könnte Ihnen auch gefallen