• NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • Class 6-10
      • Class 6th
      • Class 7th
      • Class 8th
      • Class 9th
      • Class 10th
    • View All Options
      • Online Courses
      • Offline Courses
      • Distance Learning
      • Hindi Medium Courses
      • International Olympiad
    • NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE (Main+Advanced)
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE Main
      • Class 11th
      • Class 12th
      • Class 12th Plus
  • NEW
    • JEE MAIN 2025
    • NEET
      • 2024
      • 2023
      • 2022
    • Class 6-10
    • JEE Main
      • Previous Year Papers
      • Sample Papers
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • JEE Advanced
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NEET
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NCERT Solutions
      • Class 6
      • Class 7
      • Class 8
      • Class 9
      • Class 10
      • Class 11
      • Class 12
    • CBSE
      • Notes
      • Sample Papers
      • Question Papers
    • Olympiad
      • NSO
      • IMO
      • NMTC
    • ALLEN e-Store
    • AOSAT
    • ALLEN for Schools
    • About ALLEN
    • Blogs
    • News
    • Careers
    • Request a call back
    • Book home demo
JEE PhysicsJEE Chemistry
Home
JEE Maths
Dot Product

Dot Product

The Dot Product, or the inner product or scalar product, is a fundamental operation in vector algebra that combines two vectors to produce a scalar quantity. This operation is essential in various fields, including physics, engineering, and computer graphics, due to its ability to measure the similarity between two vectors. The dot product can provide information about the angle between vectors, the projection of one vector onto another, and more.

1.0Dot and Cross Product of a Vector

What is the Dot Product?

The Dot Product a⋅b is calculated as the sum of the products of corresponding components of two vectors.

The dot product is also known as the inner product or the scalar product and reads “a dot b”.

If a=x1​i^+y1​j^​+z1​k^ and b=x2​i^+y2​j^​+z1​k^ then dot product is a⋅b=x1​x2​+y1​y1​+z1​z2​.

The scalar product is useful for determining the angle between two vectors.

Geometric Interpretation

Geometrically, the dot product can be interpreted as:

A⋅B=∣A∥B∣cos(θ)

Where ∣A∣and∣B∣ are the magnitudes of the vectors, and θ is the angle between them.

What is the Cross Product?

Given two vectors A=(A1​, A2​, A3​) and B=(B1​, B2​, B3​), the cross product A×B is defined as:

A×B=(A2​ B3​−A3​ B2​, A3​ B1​−A1​ B3​, A1​ B2​−A2​ B1​)

This resultant vector is orthogonal to both Aand B .

Geometric Interpretation

The magnitude of the cross product is given by: A×B∣=∣A∥B∣sin(θ) where ∣A∣ and ∣B∣are the magnitudes of vectors A and  B , and θ is the angle between them determines the direction of the resulting vector, following the right-hand rule.

2.0Dot Product Formula

For two vectors A=(A1​, A2​, A3​) and B=(B1​, B2​, B3​) in three-dimensional space, the dot product \mathbf{A} \cdot \mathbf{B}is defined as:

A⋅B=A1​ B1​+A2​ B2​+A3​ B3​

3.0Dot Product Rules

The dot product, commonly known as the scalar product, is a foundational operation in vector algebra with several important properties and rules. Here are the key rules and properties of the dot product:

  1. Commutative Property

The dot product of 2 vectors is commutative, meaning the order in which you take the dot product does not matter: 

A⋅B=B⋅A

  1. Distributive Property

The dot product distributes over vector addition: 

A⋅(B+C)=A⋅B+A⋅C

  1. Scalar Multiplication

If you multiply a vector by a scalar and then take the dot product, it is equivalent to taking the dot product first and then multiplying by the scalar:

(kA)⋅B=k(A⋅B)A⋅(kB)=k(A⋅B)

  1. Zero Vector

The dot product of any vector with the zero vector results in zero: 

A⋅0=0

  1. Orthogonal Vectors

If two vectors are orthogonal (perpendicular), their dot product is zero: 

A⋅B=0 if A⊥B

  1. Magnitude Relation

The dot product of a vector with itself gives the square of its magnitude: A⋅A=∣A∣2 where ∣A∣ is the magnitude of A.

  1. Angle Between Vectors

The dot product can be used to find the cosine of the angle θ between two vectors:

A⋅B=∣A∣∣B∣cos(θ) This relation can be rearranged to find the angle: cos(θ)=∣A∥B∣A⋅B​

4.0Dot Product of a Vector with Itself

For a vector A=(A1​, A2​, A3​) in three-dimensional space, the dot product of the vector with itself is given by: A⋅A=A12​+A22​+A32​

5.0Dot Product of Parallel Vectors

When the two vectors are parallel then 

  1. Same Direction:

When vectors Aand B  are parallel and in the same direction, θ=0∘. Therefore, cos(0∘)=1:A⋅B=∣A∥B∣

  1. Opposite Direction:

When vectors A and B are parallel but in opposite directions, θ=180.  Therefore,

cos(180∘)=−1:A⋅B=−∣A∥B∣

6.0Dot Product of Perpendicular Vectors

If 2 vectors are Perpendicular, then their dot product is zero: 

A⋅B=0

Geometric Interpretation

Perpendicular vectors form a 90∘ angle between them. In terms of the dot product, this means:

cos(90∘)=0

Thus, A⋅B=∣A∥B∣cos(90∘)=0.

7.0Dot Product of Unit Vectors

A unit vector u^ is a vector with a magnitude of 1. For example, in three-dimensional space, the unit vectors are i^=(1,0,0),j^​=(0,1,0),andk^=(0,0,1).

  1. Same Unit Vector

The dot product of a unit vector with itself is always 1: u^⋅u^=1

This is because the magnitude of a unit vector is 1. i.e. ∣u^∣=1

  1. Different Unit Vectors

The dot product of 2 different unit vectors depends on their orientation relative to each other: u^⋅v^=cos(θ), where θ is the angle between the two-unit vectors.

  • If u^ and v^ are perpendicular (θ=90∘), then: u^⋅v^=0. 
  • If u^ and v^ are parallel (θ=0∘ or 180∘), then: u^⋅v^=1

8.0Dot Product Example

Example 1: Find the dot product of 2 vectors A=[3,−2,5],B=[4,0,−1]

Solution:

A⋅B=Ax​Bx​+Ay​By​+Az​Bz​

A⋅B=(3)(4)+(−2)(0)+(5)(−1)

A⋅B=12+0−5=7

So, the dot product of A × B is 7.

Example 2: Let there be two vectors |a| = 10 and |b| = 5 and θ = 45°. Find their dot product.

Solution: As we know the formula of dot product

a × b = |a| |b| cos θ

a × b = (10) (5) cos 45°

=50×2​1​=252​

Example 3: Given vector A = [1, 2, 3] and B = [4, –5, 6], Find the dot product of these two vectors.

Solution: As we know the formula of dot product 

a × b = |a| |b| cos θ

a × b = (1) (4) + (2) (–5) + (3) (6)

= 4 – 10 + 18 = 12

∣A∣=1+4+9​=14​

∣B∣=16+25+36​=77​

∴cosθ=∣a∣∣b∣a⋅b​=14​77​12​≈32.8212​≈0.3656

θ = cos–1(0.3656) » 68.56°.

Example 4: Calculate the dot product of the two vectors and angle between them A=(-1,2,-2) \quad B=(6,3,-6)

Solution: Dot product

A⋅B=Ax​Bx​+Ay​By​+Az​Bz​

A⋅B=(−1)(6)+(2)(3)+(−2)(−6)

= –6 + 6 + 12 = 12

By dot product formula

A⋅B=∣A∣∣B∣cosθ

∣A∣=1+4+4​=9​=3

∣B∣=36+9+36​=81​=9

∴cosθ=∣A∣∣A∣A⋅B​

cosθ=3×912​=94​

θ=cos−1(94​).

Example 5: Calculate the dot product of vectors A=2i^+5j^​−k^ and B=i^−j^​−3k^ and the angle between them.

Solution: A⋅B=Ax​Bx​+Ay​By​+Az​Bz​

A × B = (2) (1) + (5) (–1) + (–1) (–3)

= 2 – 5 + 3 = 0

Dot product formula 

A⋅B=∣A∣∣B∣cosθ

∣A∣=4+25+1​=30​

∣B∣=1+1+9​=11​

cosθ=∣A∣∣B∣A⋅B​=30​11​0​

os θ = 0

θ = 90°

So, the dot product of two vectors A & B is 0 and the angle between them is 90°.

9.0Dot Product Practice Questions

Find the dot product of the following vectors and determine the angle between them.

  1. A = (2, 4, 1) and B = (3, 5, 7)
  2. A = (–2, 3, 11) and B = (5, 7, –4)
  3. A=2i^+5j^​−k^andB=i^−2j^​+k^

10.0Solved Questions on Dot Product

Q. What is the dot product?

Ans: The dot product is also known as the inner product or the scalar product and reads “a dot b”.

If a=x1​i^+y1​j^​+z1​k^ and b=x2​i^+y2​j^​+z1​k^ then dot product is a⋅b=x1​x2​+y1​y1​+z1​z2​.

Q. How do you calculate the dot product of 2 vectors?

Ans: To calculate the dot product of two vectors, multiply the corresponding components of the vectors and then sum the products. For vectors A=(A1​, A2​, A3​) and B=(B1​, B2​, B3​):

A⋅B=A1​ B1​+A2​ B2​+A3​ B3​

Q. How is the dot product geometrically interpreted?

Ans: Geometrically, the dot product of two vectors A and  B  can be interpreted as: A⋅B=∣A∥B∣cos(θ) where ∣A∣and∣B∣ are the magnitudes of the vectors, and is the angle between them.

Q. What does it mean if the dot product is zero?

Ans: If the dot product of 2 vectors is zero, it means that the vectors are orthogonal (perpendicular) to each other. This is because the cosine of 90∘(or2π​radians) is zero: A⋅B=0⇒θ=90∘

Q. What are the properties of the dot product?

Ans: The dot product has several important properties:

Commutative: A⋅B=B⋅A

Distributive: A⋅(B+C)=A⋅B+A⋅C

Scalar Multiplication: (cA)⋅B=c(A⋅B)

Q. How does the dot product relate to the projection of one vector onto another?

Ans: The projection of vector A onto vector  B  is given by:

projB​A=(B⋅BA⋅B​)B

The dot product A⋅B is crucial in determining the magnitude of this projection.

Table of Contents


  • 1.0Dot and Cross Product of a Vector
  • 2.0Dot Product Formula
  • 3.0Dot Product Rules
  • 3.1Commutative Property
  • 3.2Distributive Property
  • 3.3Scalar Multiplication
  • 3.4Zero Vector
  • 3.5Orthogonal Vectors
  • 3.6Magnitude Relation
  • 3.7Angle Between Vectors
  • 4.0Dot Product of a Vector with Itself
  • 5.0Dot Product of Parallel Vectors
  • 6.0Dot Product of Perpendicular Vectors
  • 7.0Dot Product of Unit Vectors
  • 8.0Dot Product Example
  • 9.0Dot Product Practice Questions
  • 10.0Solved Questions on Dot Product

Join ALLEN!

(Session 2025 - 26)


Choose class
Choose your goal
Preferred Mode
Choose State

Related Articles:-

Angle Between Two Vectors

The angle formed between two vectors is referred to as the angle between the vectors formed at their tails. It can be determined using the dot product or the cross product.

Dot Product of Two Vectors

The dot product, often referred to as the scalar product, is a foundational concept in vector algebra. It...

Disjoint Set

A disjoint set refers to a collection of sets that do not share any elements. This means that the intersection of any two disjoint sets...

Empty Set: Properties, Example, Applications

An empty set is a set that contains no elements. It is represented by..

Continuity and Differentiability

Continuity and differentiability are key concepts in calculus. Continuity means a function has no breaks in its graph. Differentiability means the...

Binomial Theorem

Binomial Theorem is a mathematical theorem that provides a formula for expanding the powers of binomials. It states that for any real numbers...

Calculate Geometric Mean Questions

The geometric mean of a set of n positive numbers is the nth root of their product. It provides a measure of central tendency that is particularly...

  • About
    • About us
    • Blog
    • News
    • MyExam EduBlogs
    • Privacy policy
    • Public notice
    • Careers
    • Dhoni Inspires NEET Aspirants
    • Dhoni Inspires JEE Aspirants
  • Help & Support
    • Refund policy
    • Transfer policy
    • Terms & Conditions
    • Contact us
  • Popular goals
    • NEET Coaching
    • JEE Coaching
    • 6th to 10th
  • Courses
    • Online Courses
    • Distance Learning
    • Online Test Series
    • International Olympiads Online Course
    • NEET Test Series
    • JEE Test Series
    • JEE Main Test Series
    • CUET Test Series
  • Centers
    • Kota
    • Bangalore
    • Indore
    • Delhi
    • More centres
  • Exam information
    • JEE Main
    • JEE Advanced
    • NEET UG
    • CBSE
    • NCERT Solutions
    • NEET Mock Test
    • CUET
    • Olympiad
    • NEET 2025 Answer Key

ALLEN Career Institute Pvt. Ltd. © All Rights Reserved.

ISO