0% found this document useful (0 votes)
49 views27 pages

Lec 2

This document discusses vector multiplication through the dot product. It defines the dot product of two vectors a and b as the sum of the products of their corresponding components. The dot product can be used to determine the angle between two vectors and whether they are orthogonal. Some key properties of the dot product are that it is commutative, distributive over vector addition, and satisfies similar algebraic rules as ordinary real number multiplication. Direction cosines relate the dot product of a vector with the unit vectors to the angles between the vector and the coordinate axes.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
49 views27 pages

Lec 2

This document discusses vector multiplication through the dot product. It defines the dot product of two vectors a and b as the sum of the products of their corresponding components. The dot product can be used to determine the angle between two vectors and whether they are orthogonal. Some key properties of the dot product are that it is commutative, distributive over vector addition, and satisfies similar algebraic rules as ordinary real number multiplication. Direction cosines relate the dot product of a vector with the unit vectors to the angles between the vector and the coordinate axes.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 27

National University of Computer & Emerging

Sciences – FAST

Department of Electrical Engineering


Course Code : NS 1002

Course Title : Physics For Engineer

Instructor: Engr. Muhammad Ahsan Khan

Fall Semester 2022


Laws of Vector Algebra

2 Muhammad Ahsan Khan 2022/9/6


Properties of Vector Operations
Equality of Two Vectors
Commutative property

3 Muhammad Ahsan Khan 2022/9/6


Position & Distance Vectors
Position Vector: From origin to point P

Distance Vector: Between two points

4 Muhammad Ahsan Khan 2022/9/6


 So far, we have added two vectors and multiplied a vector by
a scalar

The question arises:

 Is it possible to multiply two vectors


so that their product is a useful quantity?

5 Muhammad Ahsan Khan 2022/9/6


 One such product is the
DOT PRODUCT,
which we will discuss
in this section.
 Another is the cross product,
which we will discuss later.

6 Muhammad Ahsan Khan 2022/9/6


Fundamental concept of
DOT PRODUCT

7 Muhammad Ahsan Khan 2022/9/6


The Scalar Product

Muhammad Ahsan Khan


Vector Multiplication: Scalar Product or ”Dot
Product”

9 Muhammad Ahsan Khan 2022/9/6


Method to find DOT PRODUCT
 If a = ‹a1, a2, a3› and b = ‹b1, b2, b3›, then
the dot product of a and b is the number a • b given by:
a • b = a1b1 + a2b2 + a3b3
 Thus, to find the dot product of a and b, we multiply
corresponding components and add Thus, to find the dot
product of a and b, we multiply corresponding components
and add

10 Muhammad Ahsan Khan 2022/9/6


Vector Multiplication: Scalar Product or ”Dot Product”

Hence:

11 Muhammad Ahsan Khan 2022/9/6


Example to solve dot product
 ‹2, 4› ∙ ‹3, – 1› = 2(3) + 4(–1) = 2

 ‹–1, 7, 4› ∙ ‹6, 2, –½› = (–1)(6) + 7(2) + 4(–½)


=6

 (i + 2j – 3k) ∙ (2j – k) = 1(0) + 2(2) + (–3)(–1)


= 7

12 Muhammad Ahsan Khan 2022/9/6


Example 2
Solve:
 If the vectors a and b have lengths 4
and 6, and the angle between them is π/3,
find a ∙ b
 Ans : 12

13 Muhammad Ahsan Khan 2022/9/6


Example 3
Solve:
 Find the angle between the vectors

a = ‹2, 2, –1› and b = ‹5, –3, 2›

14 Muhammad Ahsan Khan 2022/9/6


Example 3: Solution

| a |= 2 + 2 + ( −1)
2 2 2
=3
and
| b |= 5 + ( −3) + 2
2 2 2
= 38
Also, a ∙ b = 2(5) + 2(–3) +(–1)(2) = 2

15 Muhammad Ahsan Khan 2022/9/6


Example 3 Solution:Cont’d
a b 2
cos  = =
| a || b | 3 38
So, the angle between a and b
is: −1  2 
 = cos    1.46 (or 84 )
 3 38 

16 Muhammad Ahsan Khan 2022/9/6


Orthogonal Vectors
 Two nonzero vectors a and b are called
perpendicular or orthogonal if the angle between
them is θ = π/2.
 a ∙ b = |a||b| cos(π/2) = 0
• Conversely, if a ∙ b = 0, then cos θ = 0;
so, θ = π/2.
 Two vectors a and b are orthogonal
if and only if a ∙ b = 0
 The zero vector 0 is considered to be
perpendicular to all vectors.
17 Muhammad Ahsan Khan 2022/9/6
THE DOT PRODUCT
 The dot product a ∙ b is:
 Positive, if a and b point in the same general direction

 Zero, if they are


perpendicular

 Negative, if they point


in generally opposite
directions

18 Muhammad Ahsan Khan 2022/9/6


Muhammad Ahsan Khan
20 Muhammad Ahsan Khan 2022/9/6
21 Muhammad Ahsan Khan 2022/9/6
Properties of Dot Product
The dot product obeys many of the laws that
hold for ordinary products of real numbers.
These are stated as follows
If a, b, and c are vectors in V3 and c is
a scalar, then
1. a  a=|a| 2

2. a  b = b  a
3. a  (b + c) = a  b + a  c
4. (ca)  b = c(a  b) = a  (cb)
5. 0  a = 0
22 Muhammad Ahsan Khan 2022/9/6
Proofs
 These properties are easily proved:
For example
*a ∙ a = |a|2
= a 12 + a 22 + a 32
= |a|2

23 Muhammad Ahsan Khan 2022/9/6


 a • (b + c)
= ‹a1, a2, a3› ∙ ‹b1 + c1, b2 + c2, b3 + c3›
= a1(b1 + c1) + a2(b2 + c2) + a3(b3 + c3)
= a1b1 + a1c1 + a2b2 + a2c2 + a3b3 + a3c3
= (a1b1 + a2b2 + a3b3) + (a1c1 + a2c2 + a3c3)
=a∙b+a∙c

Task: The proofs of the remaining


properties are left as exercises

24 Muhammad Ahsan Khan 2022/9/6


Direction Angles
 The direction angles of a nonzero vector a
are the angles α, β, and γ (in the interval
[0, π]) that a makes with the positive x-, y-, and z-axes.

25 Muhammad Ahsan Khan 2022/9/6


Direction Cosine
 The direction cosine of a vector are the cosines of
the angles between the vector and the three co
ordinate axis.
 The cosines of these direction angles—cos α, cos β, and cos
γ

26 Muhammad Ahsan Khan 2022/9/6


a b
As cos  =
| a || b |
b replaced by i, we obtain:
ai a1
cos  = =
| a || i | | a |
Similarly we also will have ,
a2 a3
cos  = cos  =
|a| |a|
27 Muhammad Ahsan Khan 2022/9/6

You might also like