Dot & Cross product of vectors
Presentation on
What is dot product?
o The dot product of two vectors A and
B is defined as the scalar value AB
cosθ, where θ is the angle between
them such that 0≤θ≤π.
What is dot product?
o It is denoted by A.B by placing a dot
sign between the vectors.
o So we have the equation,
A.B = AB cosθ
o Another name of dot product is scalar
product.
What is cross product?
o The cross product of two vectors A
and B is defined as AB sinθ with a
direction perpendicular to A and B in
right hand system, where θ is the
angle between them such that
0≤θ≤π.
What is cross product?
o It is denoted by A x B by placing a
cross sign between the vectors.
o So we have the equation,
A x B = AB sinθη = C
o Another name of dot product is
vector product.
History of dot product:
Dot product was founded in 1901 in Vector Analysis by Edwin
BidwellWilson:
“ The direct product is denoted by writing the two
vectors with a dot between them as A.B ”
“This is read A dot B and therefore may often be
called the dot product instead of the direct product ”
History of cross product:
o The first traceable work on ”cross product” was
founded in the book Vector Analysis.
o It was founded upon the lectures of Josiah
Willard Gibbs, second edition by Edwin Bidwell
Wilson published in 1909.
History of cross product:
o On page 61, the mention of cross product was found
for the first time.
“ The skew product is denoted by a cross as the
direct product was by a dot. It is written C = A x B
and read A cross B. For this reason it is often called
the cross product ” – Vector Analysis
Developing to present:
While studying vector analysis, Gibbs noted that the
product of quaternions always had to be separated
into two parts:
1. One dimensional quantity
2. A three dimensional vector
Developing to present:
To avoid this complexity he proposed defining
distinct dot and cross products for pair of vectors
and introduced the now common notation for
them.
Confusion about representation:
Dot product :
Tait : Sαβ =Sβα
Gibbs : α.β = β.α
Cross product :
Tait : Vαβ = –Vβα
Gibbs : α x β = –β x α
To avoid this representation complexity, Gibbs’ notation
is used universally.
Illustration of dot product:
o Why Dot Product?
- To express the angular relationship between two
vectors.
Illustration of dot product:
If A and B are two vectors of form,
A = A1i + A2j +A3k
B = B1i + B2j + B3k
Then the dot product of A and B is,
A.B = A1B1 + A2B2 + A3B3
Illustration of dot product:
The angular relationship of two vectors A and B as
per dot product is:
A.B = A B cosθ
= AB cosθ
Illustration of dot product:
The dot relationship of unit vectors along three
axes :
i . j = j . k = k . i = 0
and i . i = j . j = k . k = 1
Illustration of cross product:
o Why Cross Product?
- For accumulation of interactions between different
dimensions.
Illustration of cross product:
If A and B are two vectors of form
A = A1i + A2j +A3k
B = B1i + B2j + B3k
Then the cross Product of A and B is,
A x B =
i j k
A1 A2 A3
B1 B2 B3
Illustration of cross product:
The angular relationship of two vectors A and B is
A x B = A B sinθ
= AB sinθ
Illustration of cross product:
The cross relationship of unit vectors along three
axes are:
i x i = j x j = k x k = 0
i x j = k & j x i = -k
j x k = i & k x j = -i
k x i = j & i x k = -j
Dot product vs cross product:
Dot product Cross product
Result of a dot product is a scalar
quantity.
Result of a cross product is a vector
quantity.
It follows commutative law. It doesn’t follow commutative law.
Dot product of vectors in the same
direction is maximum.
Cross product of vectors in same
direction is zero.
Dot product of orthogonal vectors is
zero.
Cross product of orthogonal vectors is
maximum.
It doesn’t follow right hand system. It follows right hand system.
It is used to find projection of vectors. It is used to find a third vector.
It is represented by a dot (.) It is represented by a cross (x)
Properties of dot product:
☻ Commutative law: A.B = B.A
☻ Distributive law: A.(B+C) = A.B+A.C
☻ Associative law: m(A.B) = (mA).B = A.(mB)
Properties of cross product:
☻ Distributive law: A x (B+C) = A x B+A x C
☻ Associative law: m(A x B) = (mA) x B = A x (mB)
Distinction in commutative law:
A x B = C has a magnitudeABsin and
direction is such that A, B and C form a right
handed system (from fig-a ) θ
A x B = C
A B
Fig - (a)
Distinction in commutative law:
B x A = D has magnitude BAsin and
direction such that B, A and D form a
right handed system ( from fig -b )
B x A = D
Fig - (b)
A B
Distinction in commutative law:
Then D has the same magnitude as C but is opposite
in direction,
that is, C = - D
A x B = - B x A
Therefore the commutative law for cross product is
not valid.
Applications of dot product:
❶ Finding angle between two vectors:
A.B = |A||B| cos
cos =
A.B
AB
 = cos−1
(
A.B
AB
)

A
B
❷ Projections of light:
B
A

Light source
NO
cos =
ON
B
ON = B cos
From the figure,
cos =
A.B
AB
B cos =
A.B
A
As we know,
ON =
A.B
A
So we reach to,
Real life applications of dot product:
o Calculating total cost
o Electromagnetism, from which we get light,
electricity, computers etc.
o Gives the combined effect of the coordinates in
different dimensions on each other.
Applications of cross product:
❶ To find the area of a parallelogram:
Area of parallelogram = h |B|
= |A| sinθ |B|
= | A x B |

A
B
h
O
C
Applications of cross product:
❷ To find the area of a triangle:
Area of triangle =
1
2
h |B|
=
1
2
|A| sinθ |B|
=
1
2
| A x B |

A
B
h
O
Real life applications of cross product:
o Finding moment
o Finding torque
o Rowing a boat
o Finding the most effective path
Dot and cross vector together:
Dot and cross products of three vectors A , B and C may
produce meaningful products of the form (A.B)C, A.(BxC)
and Ax(BxC) then phenomenon is called triple product.
A.(B x C) =
A1 A2 A3
B1 B2 B3
C1 C2 C3
Application of triple product:
h
n
A
B
C
Volume of the parallelepiped
= (height h) x (area of the parallelogram I)
= (A.n) x (| B x C |)
= A. (| B x C | n)
= A. ( B x C )
I
Memory booster:
 Area of a triangle of vectors is determined by which
vector product method?
A. Dot B. Cross
Memory booster:
 Area of a triangle of vectors is determined by which
vector product method?
A. Dot B. Cross
Memory booster:
 Area of a triangle of vectors is determined by which
vector product method?
A. Dot B. Cross
 Projection of vectors is determined by which vector
product method?
A. Cross B. Dot
Memory booster:
 Area of a triangle of vectors is determined by which
vector product method?
A. Dot B. Cross
 Projection of vectors is determined by which vector
product method?
A. Cross B. Dot
Thank you

More Related Content

PDF
Lesson 2: Vectors and the Dot Product
PPTX
PPSX
Vectors - A Basic Study
PPT
Scalars and vectors
PDF
4 scalarsvectors-161127184703
PPSX
Ch 2 ~ vector
PPTX
Introduction to vectors
PPT
Chapter 1(4)SCALAR AND VECTOR
Lesson 2: Vectors and the Dot Product
Vectors - A Basic Study
Scalars and vectors
4 scalarsvectors-161127184703
Ch 2 ~ vector
Introduction to vectors
Chapter 1(4)SCALAR AND VECTOR

What's hot (20)

PDF
Introduction to Vectors
PPTX
1.1 vectors
PPTX
mathematical functions
PPTX
PPTX
Scalar product of vectors
PPTX
Vector space
PPTX
Scalars & vectors
PPT
Scalars and Vectors
PDF
Electrostatics
PPTX
Kirchoff's Law
PPT
LINER SURFACE AND VOLUM INTERGRALS Karishma mansuri
PPT
Linear Algebra and Matrix
PPT
2. Vector Calculus.ppt
PPT
Vector algebra
PPTX
Presentation on matrix
PPTX
KCL and KVL
PPTX
The vector or cross product
PPTX
AP Physics 1 - Introduction
PPTX
GAUSS ELIMINATION METHOD
Introduction to Vectors
1.1 vectors
mathematical functions
Scalar product of vectors
Vector space
Scalars & vectors
Scalars and Vectors
Electrostatics
Kirchoff's Law
LINER SURFACE AND VOLUM INTERGRALS Karishma mansuri
Linear Algebra and Matrix
2. Vector Calculus.ppt
Vector algebra
Presentation on matrix
KCL and KVL
The vector or cross product
AP Physics 1 - Introduction
GAUSS ELIMINATION METHOD
Ad

Viewers also liked (20)

PPTX
Drawing dot cross diagrams
PPT
Vectors and scalars
PPTX
Polynomial function
PPT
Revision Partial Fractions
PPT
Patterns and sequences
PPTX
Arithmetic sequence proj.
PPT
5 3 Partial Fractions
PPTX
Remainder and Factor Theorem
PPTX
Matrices
PPT
Matrices
PDF
Resonance
PPTX
Linear Algebra
PPTX
Factor Theorem and Remainder Theorem
PPTX
Sequence and series
PDF
Lesson 6: Polar, Cylindrical, and Spherical coordinates
PPT
Cylindrical and spherical coordinates shalini
PPTX
Long division, synthetic division, remainder theorem and factor theorem
PPT
Electromagnetic waves
PPT
Electromagnetic waves
PPTX
Resonance
Drawing dot cross diagrams
Vectors and scalars
Polynomial function
Revision Partial Fractions
Patterns and sequences
Arithmetic sequence proj.
5 3 Partial Fractions
Remainder and Factor Theorem
Matrices
Matrices
Resonance
Linear Algebra
Factor Theorem and Remainder Theorem
Sequence and series
Lesson 6: Polar, Cylindrical, and Spherical coordinates
Cylindrical and spherical coordinates shalini
Long division, synthetic division, remainder theorem and factor theorem
Electromagnetic waves
Electromagnetic waves
Resonance
Ad

Similar to Dot & cross product of vectors (20)

PPTX
Linear presentation
DOCX
Dot product
PPTX
Dot_Product_of_Vectors in mathematics.pptx
DOCX
Cross product
PPT
Physics Presentation
PPTX
The cross product in 3 - dimentional.pptx
PDF
Vector Algebra One Shot #BounceBack.pdf
PPTX
Lecture3.pptx
PPT
2.1 Mathematics Calculus Vector Operations.ppt
PPT
product of vector vectors Araddhana BSC I 2018
PDF
01A Vector Calculus Review Lecture Slides.pdf
PPTX
Vector Algebra.pptx
PPT
EMF arithmetic Vector multiplication.ppt
PPT
Scalers and Vectors: By DBU-MESA
PPTX
Beginning direct3d gameprogrammingmath03_vectors_20160328_jintaeks
PDF
1169 dfd8297
PPT
Chap12_Sec3 - Dot Product.ppt
PDF
Lecture2 (vectors and tensors).pdf
PPTX
MID TERM Revision on mechanicsxzxmfcl.pptx
Linear presentation
Dot product
Dot_Product_of_Vectors in mathematics.pptx
Cross product
Physics Presentation
The cross product in 3 - dimentional.pptx
Vector Algebra One Shot #BounceBack.pdf
Lecture3.pptx
2.1 Mathematics Calculus Vector Operations.ppt
product of vector vectors Araddhana BSC I 2018
01A Vector Calculus Review Lecture Slides.pdf
Vector Algebra.pptx
EMF arithmetic Vector multiplication.ppt
Scalers and Vectors: By DBU-MESA
Beginning direct3d gameprogrammingmath03_vectors_20160328_jintaeks
1169 dfd8297
Chap12_Sec3 - Dot Product.ppt
Lecture2 (vectors and tensors).pdf
MID TERM Revision on mechanicsxzxmfcl.pptx

Recently uploaded (20)

PDF
semiconductor packaging in vlsi design fab
PDF
M.Tech in Aerospace Engineering | BIT Mesra
PDF
Myanmar Dental Journal, The Journal of the Myanmar Dental Association (2013).pdf
PDF
IP : I ; Unit I : Preformulation Studies
PDF
LEARNERS WITH ADDITIONAL NEEDS ProfEd Topic
PDF
David L Page_DCI Research Study Journey_how Methodology can inform one's prac...
PDF
Everyday Spelling and Grammar by Kathi Wyldeck
PDF
Climate and Adaptation MCQs class 7 from chatgpt
PPTX
ELIAS-SEZIURE AND EPilepsy semmioan session.pptx
PDF
plant tissues class 6-7 mcqs chatgpt.pdf
PDF
Journal of Dental Science - UDMY (2022).pdf
PDF
1.3 FINAL REVISED K-10 PE and Health CG 2023 Grades 4-10 (1).pdf
PDF
Skin Care and Cosmetic Ingredients Dictionary ( PDFDrive ).pdf
PPTX
INSTRUMENT AND INSTRUMENTATION PRESENTATION
PDF
HVAC Specification 2024 according to central public works department
PPTX
DRUGS USED FOR HORMONAL DISORDER, SUPPLIMENTATION, CONTRACEPTION, & MEDICAL T...
PPTX
What’s under the hood: Parsing standardized learning content for AI
PDF
Civil Department's presentation Your score increases as you pick a category
PDF
Farming Based Livelihood Systems English Notes
PPTX
MICROPARA INTRODUCTION XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
semiconductor packaging in vlsi design fab
M.Tech in Aerospace Engineering | BIT Mesra
Myanmar Dental Journal, The Journal of the Myanmar Dental Association (2013).pdf
IP : I ; Unit I : Preformulation Studies
LEARNERS WITH ADDITIONAL NEEDS ProfEd Topic
David L Page_DCI Research Study Journey_how Methodology can inform one's prac...
Everyday Spelling and Grammar by Kathi Wyldeck
Climate and Adaptation MCQs class 7 from chatgpt
ELIAS-SEZIURE AND EPilepsy semmioan session.pptx
plant tissues class 6-7 mcqs chatgpt.pdf
Journal of Dental Science - UDMY (2022).pdf
1.3 FINAL REVISED K-10 PE and Health CG 2023 Grades 4-10 (1).pdf
Skin Care and Cosmetic Ingredients Dictionary ( PDFDrive ).pdf
INSTRUMENT AND INSTRUMENTATION PRESENTATION
HVAC Specification 2024 according to central public works department
DRUGS USED FOR HORMONAL DISORDER, SUPPLIMENTATION, CONTRACEPTION, & MEDICAL T...
What’s under the hood: Parsing standardized learning content for AI
Civil Department's presentation Your score increases as you pick a category
Farming Based Livelihood Systems English Notes
MICROPARA INTRODUCTION XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Dot & cross product of vectors

  • 1. Dot & Cross product of vectors Presentation on
  • 2. What is dot product? o The dot product of two vectors A and B is defined as the scalar value AB cosθ, where θ is the angle between them such that 0≤θ≤π.
  • 3. What is dot product? o It is denoted by A.B by placing a dot sign between the vectors. o So we have the equation, A.B = AB cosθ o Another name of dot product is scalar product.
  • 4. What is cross product? o The cross product of two vectors A and B is defined as AB sinθ with a direction perpendicular to A and B in right hand system, where θ is the angle between them such that 0≤θ≤π.
  • 5. What is cross product? o It is denoted by A x B by placing a cross sign between the vectors. o So we have the equation, A x B = AB sinθη = C o Another name of dot product is vector product.
  • 6. History of dot product: Dot product was founded in 1901 in Vector Analysis by Edwin BidwellWilson: “ The direct product is denoted by writing the two vectors with a dot between them as A.B ” “This is read A dot B and therefore may often be called the dot product instead of the direct product ”
  • 7. History of cross product: o The first traceable work on ”cross product” was founded in the book Vector Analysis. o It was founded upon the lectures of Josiah Willard Gibbs, second edition by Edwin Bidwell Wilson published in 1909.
  • 8. History of cross product: o On page 61, the mention of cross product was found for the first time. “ The skew product is denoted by a cross as the direct product was by a dot. It is written C = A x B and read A cross B. For this reason it is often called the cross product ” – Vector Analysis
  • 9. Developing to present: While studying vector analysis, Gibbs noted that the product of quaternions always had to be separated into two parts: 1. One dimensional quantity 2. A three dimensional vector
  • 10. Developing to present: To avoid this complexity he proposed defining distinct dot and cross products for pair of vectors and introduced the now common notation for them.
  • 11. Confusion about representation: Dot product : Tait : Sαβ =Sβα Gibbs : α.β = β.α Cross product : Tait : Vαβ = –Vβα Gibbs : α x β = –β x α To avoid this representation complexity, Gibbs’ notation is used universally.
  • 12. Illustration of dot product: o Why Dot Product? - To express the angular relationship between two vectors.
  • 13. Illustration of dot product: If A and B are two vectors of form, A = A1i + A2j +A3k B = B1i + B2j + B3k Then the dot product of A and B is, A.B = A1B1 + A2B2 + A3B3
  • 14. Illustration of dot product: The angular relationship of two vectors A and B as per dot product is: A.B = A B cosθ = AB cosθ
  • 15. Illustration of dot product: The dot relationship of unit vectors along three axes : i . j = j . k = k . i = 0 and i . i = j . j = k . k = 1
  • 16. Illustration of cross product: o Why Cross Product? - For accumulation of interactions between different dimensions.
  • 17. Illustration of cross product: If A and B are two vectors of form A = A1i + A2j +A3k B = B1i + B2j + B3k Then the cross Product of A and B is, A x B = i j k A1 A2 A3 B1 B2 B3
  • 18. Illustration of cross product: The angular relationship of two vectors A and B is A x B = A B sinθ = AB sinθ
  • 19. Illustration of cross product: The cross relationship of unit vectors along three axes are: i x i = j x j = k x k = 0 i x j = k & j x i = -k j x k = i & k x j = -i k x i = j & i x k = -j
  • 20. Dot product vs cross product: Dot product Cross product Result of a dot product is a scalar quantity. Result of a cross product is a vector quantity. It follows commutative law. It doesn’t follow commutative law. Dot product of vectors in the same direction is maximum. Cross product of vectors in same direction is zero. Dot product of orthogonal vectors is zero. Cross product of orthogonal vectors is maximum. It doesn’t follow right hand system. It follows right hand system. It is used to find projection of vectors. It is used to find a third vector. It is represented by a dot (.) It is represented by a cross (x)
  • 21. Properties of dot product: ☻ Commutative law: A.B = B.A ☻ Distributive law: A.(B+C) = A.B+A.C ☻ Associative law: m(A.B) = (mA).B = A.(mB)
  • 22. Properties of cross product: ☻ Distributive law: A x (B+C) = A x B+A x C ☻ Associative law: m(A x B) = (mA) x B = A x (mB)
  • 23. Distinction in commutative law: A x B = C has a magnitudeABsin and direction is such that A, B and C form a right handed system (from fig-a ) θ A x B = C A B Fig - (a)
  • 24. Distinction in commutative law: B x A = D has magnitude BAsin and direction such that B, A and D form a right handed system ( from fig -b ) B x A = D Fig - (b) A B
  • 25. Distinction in commutative law: Then D has the same magnitude as C but is opposite in direction, that is, C = - D A x B = - B x A Therefore the commutative law for cross product is not valid.
  • 26. Applications of dot product: ❶ Finding angle between two vectors: A.B = |A||B| cos cos = A.B AB  = cos−1 ( A.B AB )  A B
  • 27. ❷ Projections of light: B A  Light source NO cos = ON B ON = B cos From the figure, cos = A.B AB B cos = A.B A As we know, ON = A.B A So we reach to,
  • 28. Real life applications of dot product: o Calculating total cost o Electromagnetism, from which we get light, electricity, computers etc. o Gives the combined effect of the coordinates in different dimensions on each other.
  • 29. Applications of cross product: ❶ To find the area of a parallelogram: Area of parallelogram = h |B| = |A| sinθ |B| = | A x B |  A B h O C
  • 30. Applications of cross product: ❷ To find the area of a triangle: Area of triangle = 1 2 h |B| = 1 2 |A| sinθ |B| = 1 2 | A x B |  A B h O
  • 31. Real life applications of cross product: o Finding moment o Finding torque o Rowing a boat o Finding the most effective path
  • 32. Dot and cross vector together: Dot and cross products of three vectors A , B and C may produce meaningful products of the form (A.B)C, A.(BxC) and Ax(BxC) then phenomenon is called triple product. A.(B x C) = A1 A2 A3 B1 B2 B3 C1 C2 C3
  • 33. Application of triple product: h n A B C Volume of the parallelepiped = (height h) x (area of the parallelogram I) = (A.n) x (| B x C |) = A. (| B x C | n) = A. ( B x C ) I
  • 34. Memory booster:  Area of a triangle of vectors is determined by which vector product method? A. Dot B. Cross
  • 35. Memory booster:  Area of a triangle of vectors is determined by which vector product method? A. Dot B. Cross
  • 36. Memory booster:  Area of a triangle of vectors is determined by which vector product method? A. Dot B. Cross  Projection of vectors is determined by which vector product method? A. Cross B. Dot
  • 37. Memory booster:  Area of a triangle of vectors is determined by which vector product method? A. Dot B. Cross  Projection of vectors is determined by which vector product method? A. Cross B. Dot