Applied Ch.2
Applied Ch.2
2.Vectors
• Certain physical quantities such as
mass, area, density, volume etc possess
only magnitude are called scalars. On
the other hand, there are physical
quantities such as acceleration, velocity,
force etc that has both magnitude and
direction such quantities are called
Vectors.
2.1 Definition of points in 𝑛-space
• We know that, once a unit length is selected, a
number 𝑥 can be used to represent a point on a
line. A pair of numbers (𝑥, 𝑦) can be used to
represent a point in the plane. A triples of a
numbers (𝑥, 𝑦, 𝑧) can be used to represent a
point in space. The following pictures illustrates
these representations:
Cont..
Cont…
• We can say that a single number represents a
point in 1-space.
A couple represents a point in 2-space,and a triple
represents a point in 3-space.
2.2 vectors in 2-Space,3-Space and in
n- space
• Vectors in 2-space
Def. Let A=(𝑎1 , 𝑎2 ), B=(𝑏1 , 𝑏2 ) be vectors in 𝑅2 then
Addition : A+B =(𝑎1 + 𝑏1 , 𝑎2 +𝑏2 )
Subtraction: A-B =(𝑎1 − 𝑏1 , 𝑎2 − 𝑏2 )
Scalar multiplication: 𝑘𝐴= (𝑘𝑎1 , 𝑘𝑎2 )
Example: let A =(1,4,5) B=(-6,3,4) then find A+B,A-B,
2A+3B
Cont…
• Vectors in 3 –space
Def. Let A=(𝑎1 , 𝑎2 , 𝑎3 ), B=(𝑏1 , 𝑏2 , 𝑏3 ) be vectors in 𝑅3
then
Addition : A+B =(𝑎1 + 𝑏1 , 𝑎2 +𝑏2 , 𝑎3 +𝑏3 )
Subtraction: A-B =(𝑎1 − 𝑏1 , 𝑎2 − 𝑏2 , 𝑎3 − 𝑏3 )
Scalar multiplication: 𝑘𝐴= (𝑘𝑎1 , 𝑘𝑎2 , k𝑎3 )
Example: let A =(1,4,5) B=(-6,3,3) then find A+B,A-B,
2A+3B
Vectors in n- space
Definition . Suppose A = (𝑎1 , 𝑎2 , …..,𝑎𝑛 ) and
B = (𝑏1 ,𝑏2 , …..,𝑏𝑛 ) be two points in n-space and
c.
a) A + B = (𝑎1 +𝑏1 , 𝑎2 + 𝑏2 , ….., 𝑎𝑛 +𝑏𝑛 )
b) 𝑐A = ( 𝑐𝑎1 , c 𝑎2 , …..,c𝑎𝑛 )
Example: Let A =(-1,3,6,2), B = (0,-5,-1,4),
C = (2,-1,3) and D = (0,0,0,0)
Find a) A + B b) A + C c) -2A d) B+D
Cont…
Theorem 1. Properties
1) A+B=B+A
2 ) A +(B+C)=( A +B)+C
3 ) ( A +B)= A + B =( A + B )
4 ) (+)A = A + A
6 ) A +0 =0+ A = A
8 ) A +(- A)=0
Cont…
Definition : A vector 𝐴𝐵 is determined by the points A
and B where A is the initial point and B is a terminal
point.