Sie sind auf Seite 1von 9

Differentiation and 

Integration of vectors 15.7


Introduction
The area known as vector calculus is used to model mathematically a vast range of engineering
phenomena including electrostatics, electromagnetic elds, air ow around aircraft and heat ow
in nuclear reactors. In this Block we introduce briey the dierential and integral calculus of
vectors.


have a knowledge of vectors, in cartesian
form
Prerequisites be able to calculate the scalar and vector
products of two vectors
Before starting this Block you should . . .
be able to dierentiate and integrate scalar
functions.

Learning Outcomes Learning Style


After completing this Block you should be able To achieve what is expected of you . . .
to . . .
dierentiate and integrate vectors
allocate sucient study time

briey revise the prerequisite material

attempt every guided exercise and most


of the other exercises
1. Differentiation of Vectors
Consider the following gure.

y P

r
C

If r represents the position vector of an object which is moving along a curve C, then the position
vector will be dependent upon the time, t. We write r = r(t) to show the dependence upon
time. Suppose that the object is at the point P with position vector r at time t and at the point
Q with position vector r(t + t) at the later time t + t as shown in the next gure.

P

PQ
r(t)
Q
r(t + t)

x

Then P Q represents the displacement vector of the object during the interval of time t. The
length of the displacement vector represents the distance travelled while its direction gives the
direction of motion. The average velocity during the time from t to t + t is dened as the
displacement vector divided by the time interval t, that is,

PQ r(t + t) r(t)
average velocity = =
t t
If we now take the limit as the interval of time t tends to zero then the expression on the right
hand side is the derivative of r with respect to t. Not surprisingly we refer to this derivative as
the instantaneous velocity, v. By its very construction we see that the velocity vector is always
tangential to the curve as the object moves along it. We have:

r(t + t) r(t) dr
v = lim =
t0 t dt
Now, since the x and y coordinates of the object depend upon the time, we can write the position
vector r in cartesian coordinates as:

r(t) = x(t)i + y(t)j

Engineering Mathematics: Open Learning Unit Level 1 2


15.7: Applications of Integration
Therefore,
r(t + t) = x(t + t)i + y(t + t)j
so that,

x(t + t)i + y(t + t)j x(t)i y(t)j


v(t) = lim
t0
 t 
x(t + t) x(t) y(t + t) y(t)
= lim i+ j
t0 t t
dx dy
= i+ j
dt dt
This is often abbreviated to v = r = xi
+ yj
using notation for derivatives with respect to time.
So the velocity vector is the derivative of the position vector with respect to time.
This result generalizes in an obvious way to three dimensions. If,

r(t) = x(t)i + y(t)j + z(t)k

then the velocity vector is


v = r (t) = x(t)i
+ y(t)j
+ z(t)k

The magnitude of the velocity vector gives the speed of the object.
We can dene the acceleration vector in a similar way, as the rate of change (i.e. the derivative)
of the velocity with respect to the time:

dv d2 r
a= = 2 = r = xi + yj + zk
dt dt

Example If w = 3t2 i + cos 2tj, nd


 
dw  dw  d2 w
(a) (b)   (c)
dt dt dt2

Solution

dw
1. (a) If w = 3t2 i + cos 2tj, then dierentiation with respect to t yields: = 6ti 2 sin 2tj
dt
  
 dw  
(b)   = (6t)2 + (2 sin 2t)2 = 36t2 + 4 sin2 2t
dt
d2 w
(c) = 6i 4 cos 2tj
dt2

It is possible to dierentiate more complicated expressions involving vectors provided certain


rules are adhered to. If w and z are vectors and c is a scalar, all these being functions of time
t, then:

3 Engineering Mathematics: Open Learning Unit Level 1


15.7: Applications of Integration
Key Point
d dw dz d dw dc
(w + z) = + (cw) = c + w
dt dt dt dt dt dt
d dz dw d dz dw
(w z) = w + z (w z) = w + z
dt dt dt dt dt dt

Example If w = 3ti t2 j and z = 2t2 i + 3j, verify the results


d dz dw d dz dw
(a) (w z) = w + z (b) (w z) = w + z
dt dt dt dt dt dt

Solution
(a) w z = (3ti t2 j) (2t2 i + 3j) = 6t3 3t2 . Then

d
(w z) = 18t2 6t
dt
Also
dw dz
= 3i 2tj = 4ti
dt dt
so
dz dw
w +z = (3ti t2 j) (4ti) + (2t2 i + 3j) (3i 2tj)
dt dt
= 12t2 + 6t2 6t = 18t2 6t
d dz dw
We have veried (w z) = w + z
dt dt
 dt
 i j k 
  d
(b) w z =  3t t2 0  = (9t + 2t4 )k
 implying (w z) = (9 + 8t3 )k
 2t2 3 0  dt
Also,
 
 i j k 
dz  
w =  3t t 0 
 2
dt  4t 0 0 
= 4t3 k

Engineering Mathematics: Open Learning Unit Level 1 4


15.7: Applications of Integration
Solution (continued)

 
 i j k 
dw  

z =  3 2t 0 
dt 
 2t2 3 0 
= (9 + 4t3 )k

and so,
dz dw d
w + z = 4t3 k + (9 + 4t3 )k = (9 + 8t3 )k = (w z)
dt dt dt
as required.

More exercises for you to try


1. If r = 3ti + 2t2 j + t3 k, nd

dr d2 r
(a) dt
(b) dt2

2. Given B = tet i + cos t j nd

dB d2 B
(a) dt
(b) dt2

3. If r = 4t2 i + 2tj 7k evaluate r and dr


dt
when t = 1.

4. If w = t3 i 7tk, and z = (2 + t)i + t2 j 2k

(a) nd wz, (b) nd dw


dt
, (c) nd dz
dt
, (d) show that d
dt
(wz) = w dz
dt
+ dw
dt
z

5. Given r = sin t i + cos t j nd

(a) r , (b) r, (c) |r|

Show also that the position vector and velocity vector are perpendicular.
Answer

2. Integration of Vectors
If a vector depends upon time t, it is often necessary to integrate it with respect to time. Recall
that i, j and k are constant vectors and must be treated thus in any integration. Hence the
integral, 
I = (f (t)i + g(t)j + h(t)k) dt

is simply evaluated as three scalar integrals i.e.


     
I= f (t)dt i + g(t)dt j + h(t)dt k

5 Engineering Mathematics: Open Learning Unit Level 1


15.7: Applications of Integration
 1
Example If r = 3ti + t j + (1 + 2t)k, evaluate
2
rdt.
0

Solution

 1  1   1   1 
2
rdt = 3t dt i + t dt j + 1 + 2t dt k
0 0 0 0

3
1
3t2 1
t 1 3 1
= i+ j + t + t2 0 k = i + j + 2k
2 0 3 0 2 3

More exercises for you to try



1. Given r = 3 sin t i cos t j + (2 t)k, evaluate r dt.
0

2. Given v = i 3j + k, evaluate:
 1  2
(a) v dt, (b) v dt
0 0

3. The vector, a, is dened by a = t2 i + et j + tk. Evaluate


 1  3  4
(a) a dt, (b) a dt, (c) a dt
0 2 1

4. Let a and b be two three-dimensional vectors. Is the following result true?


 t2  t2  t2
a dt b dt = a b dt
t1 t1 t1

where denotes the vector product.


Answer

Engineering Mathematics: Open Learning Unit Level 1 6


15.7: Applications of Integration
End of Block 15.7

7 Engineering Mathematics: Open Learning Unit Level 1


15.7: Applications of Integration
1. (a) 3i + 4tj + 3t2 k (b) 4j + 6tk

2. (a) (tet + et )i sin tj (b) et (t 2)i cos tj

3. 4i + 2j 7k, 8i + 2j

4. (a) t(t3 + 2t2 + 14) (b) 3t2 i 7k (c) i + 2tj

5. (a) cos ti sin tj (b) sin ti cos tj (c) 1.

Back to the theory

Engineering Mathematics: Open Learning Unit Level 1 8


15.7: Applications of Integration
1. 6i + 1.348k

2. (a) i 3j + k (b) 2i 6j + 2k

3. (a) 0.333i + 0.632j + 0.5k (b) 6.333i + 0.0855j + 2.5k (c) 21i + 0.3496j + 7.5k

4. no.

Back to the theory

9 Engineering Mathematics: Open Learning Unit Level 1


15.7: Applications of Integration

Das könnte Ihnen auch gefallen