• 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
      • 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
  • Classroom
    • NEET
      • 2025
      • 2024
      • 2023
      • 2022
    • JEE
      • 2025
      • 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
      • College Predictor
      • Counselling
    • 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
  • NEW
    • TALLENTEX
    • AOSAT
  • ALLEN E-Store
    • ALLEN for Schools
    • About ALLEN
    • Blogs
    • News
    • Careers
    • Request a call back
    • Book home demo
Home
JEE Maths
Dot Product of Two Vectors Questions

Dot Product of Two Vectors Questions

The dot product of two vectors (also called the scalar product) is a fundamental operation in vector algebra, widely used in physics, engineering, and mathematics. It helps in finding the angle between vectors, determining projections, and checking orthogonality. In this blog, we will explore the definition, formula, properties, and most importantly, solved questions related to the dot product of two vectors, including some challenging JEE and JEE Advanced level problems.

1.0Definition of Dot Product

The dot product of two vectors a and b is defined as: a.b=∣a∣∣b∣Cosθ

where:

  • ∣a∣ = magnitude of vector a
  • ∣b∣ = magnitude of vector b
  • θ= angle between vectors a and b

2.0Dot Product in Component Form

If: a1​i+a2​j+a3​k and b=b1​i+b2​j+b3​k, then a.b=a1​b1​+a2​b2​+a3​b3​

Key Properties

  1. Commutative: a.b=b.a
  2. Distributive over addition: a.(b+c)=a.b+a.c
  3. Orthogonal vectors: If a.b=0, then a and b are perpendicular.
  4. Relation with projection: a.b=∣a∣×(projection of b on a )

3.0Dot Product of Two Vectors Solved Questions

Example 1: Find the dot product of a=2i+3j−kandb=i−2j+4k.

Solution:

a⋅b=(2)(1)+(3)(−2)+(−1)(4)

=2−6−4=−8

Answer: -8


Example 2: If a=i+2j+2kandb=2i+j+2k, find the angle between them.

Solution:

a⋅b=(1)(2)+(2)(1)+(2)(2)=2+2+4=8

∣a∣=12+22+22​=9​=3

∣b∣=22+12+22​=9​=3

cosθ=∣a∣∣b∣a⋅b​=3×38​=98​

θ=cos−1(98​)

Answer: θ=cos−1(98​)


Example 3: Let P=3i−2j+k and q=λi+j+2k. If P is perpendicular to Q, find λ.

Solution:

For perpendicular vectors: p.q=0

(3)(λ)+(−2)(1)+(1)(2)=0

3λ−2+2=0

3λ=0⇒=0

Answer: λ=0


Example 4: p=3i−2j+k, q=λi+j+2k. If p⊥q, find λ.

Solution:

p.q=0

(3)(λ)+(−2)(1)+(1)(2)=0

3λ−2+2=0

3λ=0⇒λ=0

Answer: λ=0


Example 5: ∣a∣=3, ∣b∣=5, a⋅b=15. Find the angle between a and b, and the length of projection of b on a.

Solution:

cosθ=∣a∣∣b∣a⋅b​=3.515​=1⇒θ=0o

Projection length of b on a is ∣b∣cosθ=5

Answer: θ=0o, projection length =5.


Example 6: a=2i−j+2k,b=i+2j+2k. Find the angle between them.

Solution:

a⋅b=2(1)+(−1)(2)+2(2)=2−2+4=4.

∣a∣=4+1+4​=3,∣b∣=1+4+4​=3

cosθ=3.34​=94​

θ=cos−1(94​)

Answer: θ=cos−1(94​).


Example 7: If a,b=0 and ∣a+b∣=∣a−b∣, show that a.b=0.

Solution:

Square both sides:

∣a+b∣2=∣a∣2+∣b∣2+2a⋅b

∣a−b∣2=∣a∣2+∣b∣2−2a⋅b

Equality gives +2a.b=−2a.b⇒a.b=0

Answer: a⊥b


Example 8: For a=(3,−1,2)andb=(1,2,2), find the projection of a on b and the component of a perpendicular to b.

Solution:

a⋅b=3(1)+(−1)(2)+2(2)=5,∣b∣2=12+22+22=9

projb​(a)=∣b∣2a⋅b​b

=95​<1,2,2>=⟨95​,910​,910​⟩

Perpendicular component: 

a⊥​=a−projb​(a)

=<3,−1,2>−<95​,910​,910​>

=<922​,919​,98​>

Answer: 

projb​(a)=<95​,910​,910​>

a⊥​==<922​,919​,98​>.


Example 9: A force F=(1,−2,2) moves a particle through displacement s=(2,1,−4)m. Find the work done.

Solution:

W=F⋅s=6.2+(−2).1+3.(−4)=12−2=−2J.

Answer: -2 J.


Example 10: Problem: A parallelogram has adjacent sides a and b. Find the angle between its diagonals a+b and a-b.

Solution:

(a+b).(a−b)=∣a∣2−∣b∣2

Also ∣a+b∣2=∣a∣2+∣b∣2+2a⋅b,∣a−b∣2=∣a∣2+∣b∣2−2a⋅b.

Thus cosθ=∣a∣2+∣b∣2+2a⋅b​ ∣a∣2+∣b∣2−2a⋅b​∣a∣2−∣b∣2​.

Answer: θ=cos−1(∣a∣2+∣b∣2+2a⋅b​ ∣a∣2+∣b∣2−2a⋅b​∣a∣2−∣b∣2​.)


Example 11: Find the angle between the space diagonals OA and OB of a cube of side a with O = (0, 0, 0), A = (a, a, a), B = (a, -a, a).

Solution:

OA=⟨a,a,a⟩,OB=⟨a,−a,a⟩.

Dot product = OA⋅OB=a2−a2+a2=a2.

∣OA∣=∣OB∣=a2+a2+a2​=a3​.

cosθ=∣OA∣∣OB∣OA⋅OB​=a3​⋅a3​a2​=31​.

⇒θ=cos−1(31​)

Answer: θ=cos−1(31​)


Example 12: For fixed a=0 and fixed k>0, maximize a.x subject to ∣x∣=k. Also find the maximizing x.

Solution:

By Cauchy–Schwarz, ∣a⋅x∣≤∣a∣∣x∣=k∣a∣.

Maximum value is k∣a∣ when x is in the direction of a.

So x=k∣a∣a​

Answer: Max =k∣a∣, attained at x=ka/∣a∣.


Example 13: Unit vectors a,b,c satisfy a.b=b.c=c.a=31​ Find the common angle between each pair.

Solution:

For unit vectors, a.b=cosθ Given cosθ=31​

Hence θ=cos−1(31​)

Answer: θ=cos−1(31​) for each pair.


Example 14: u=(λ,2,−1) is a unit vector and v=<1,−1,2>. If u⋅v=0 , find λ.

Solution:

Orthogonality: 

λ(1)+2(−1)+(−1)(2)=0

⇒λ−2−2=0

λ=4

Check unit: 

∣u∣2=λ2+4+1=16+5=21=1

This violates unit length, so no λ  satisfies both unless we scale. Fix by imposing unit first:

∣u∣2=λ2+5=1⇒λ2=−4

impossible over reals.
Therefore no real λ makes u both unit and orthogonal to with this template.

Answer: No real solution.


Example 15: Vectors a, b satisfy ∣a∣=∣b∣=5 and ∣a+b∣=6 . Find the angle between a and b.

Solution:

∣a+b∣2=∣a∣2+∣b∣2+2a⋅b36=25+25+2a.b⇒2a.b=−14⇒a.b=−7

cosθ=5.5−7​=257​θ=cos−1(−257​)

Answer: θ=cos−1(−257​)


Example 16: Check if u1​=2​1​<1,1,0>, u2​=6​1​<1,−1,2>, u3​=3​1​<1,1,1> are mutually orthonormal.

Solution:

Each is unit by construction.

u1​⋅u2​=12​1​(1⋅1+1⋅(−1)+0⋅2)=12​0​=0

u1​⋅u3​=6​1​(1⋅1+1⋅1+0.1)=6​2​==0

So not mutually orthonormal.

Answer: Not orthonormal since u1​.u3​=0.


Example 17: a=<1,2,2>A vector b=<t,1,−1> has projection length on a equal to 2. Find t.

Solution:

Projection length of b on a is ∣a∣∣a.b∣​=2

a.b=1.t+2.1+2.(−1)=t+2−2=t.∣a∣=1+4+4​=3

So, 3∣t∣​=2⇒∣t∣=6⇒t=±6

Answer: t = 6 or t = -6.

4.0Practice Questions on Dot Product of Two Vectors Questions

  1. Find the dot product of a=4i−j+2k and b=−i+3j−5k.
  2. Two vectors have magnitudes 7 and 10 with an angle of 60° between them. Find their dot product.
  3. If a.b=15, ∣a∣=5, and ∣b∣=4, find the angle between a and b.
  4. Vectors u=i+j+k and v=xi+2j+3k are perpendicular. Find x.

Table of Contents


  • 1.0Definition of Dot Product
  • 2.0Dot Product in Component Form
  • 2.1Key Properties
  • 3.0Dot Product of Two Vectors Solved Questions
  • 4.0Practice Questions on Dot Product of Two Vectors Questions

Frequently Asked Questions

Dot product gives a scalar, while cross product gives a vector. The dot product measures alignment, and the cross product measures perpendicularity.

It is zero when the vectors are perpendicular or when at least one vector is a zero vector.

Yes, if the angle between the vectors is greater than 90° and less than 270°, the dot product is negative.

Join ALLEN!

(Session 2025 - 26)


Choose class
Choose your goal
Preferred Mode
Choose State
  • 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
  • Centers
    • Kota
    • Bangalore
    • Indore
    • Delhi
    • More centres
  • Exam information
    • JEE Main
    • JEE Advanced
    • NEET UG
    • CBSE
    • NCERT Solutions
    • Olympiad
    • NEET 2025 Results
    • NEET 2025 Answer Key
    • NEET College Predictor
    • NEET 2025 Counselling

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

ISO