How to Find Angle Between Two Vectors?

Vector Algebra 2021 ( Maths Vector Algebra )

Jaya Sharma
Updated on Jul 14, 2025 17:56 IST

By Jaya Sharma, Assistant Manager - Content

Let us say that you have two arrows that are pointing in different directions. These arrows are known as "vectors". The angle between these two vectors is the smallest angle formed between them when these vectors have been placed tail to tail.

angle between two vectors

The vector algebra NCERT exercise covers questions on this topic in detail, and students can practice them once they have learnt the formula. To determine this angle, the dot product method is used that combines two vectors to produce a single number. The formula for the angle between vectors is:

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

Here:

  • A⋅B is dot product of A and B vectors.
  • ∣A∣ and ∣B∣ are the lengths (or magnitudes) of vectors A and B.
  • θ is the angle between the two vectors.

To find this angle θ, we will be rearranging the formula:

θ = cos -1 ( A B | A | × | B | )

This formula indicates that by knowing the dot product and lengths of two vectors, it is possible to find the angle between them using the inverse cosine function. CBSE board often ask questions related to this topic from the chapter Vector algebra.

Table of content
  • What is the Angle Between Two Vectors?
  • What are the Different Types of Angle Between 2 Vectors?
  • How to Find An Angle Between Two Vectors?
  • Illustrative Examples on Angle Between two Vectors
Maths Vector Algebra Logo

What is the Angle Between Two Vectors?

A quantity that has magnitude, as well as direction, is called a vector. However, scalar quantities have a magnitude and no direction. A vector can be represented in two forms, i.e., in two and three dimensions. The smallest angle between two vectors that are pointing in different directions is called the angle between vectors. Its formula is A⋅B=∣A∣×∣B∣×cos(θ).  The angle between two vectors is only formed at the intersection of the tails of vectors. If the vectors are not joined tail-to-tail, then position will be shifted using parallel shifting. In exams like NEET and JEE Main, questions based on calculation will be asked. Students should, therefore, focus on the calculation part of the vector.

angle between vectors
Maths Vector Algebra Logo

What are the Different Types of Angle Between 2 Vectors?

The following are the different types of angles between 2 vectors:

angle between two vectors
  • Acute Angle (θ): An angle between two vectors is acute if it is greater than 0 degrees and less than 90 degrees, i.e. (0° < θ < 90°). The vectors which make an acute angle will be pointing in almost similar directions.
  • Right Angle: An angle between vectors will be a right angle if it is exactly 90 degrees (θ = 90°). In this case, both vectors are perpendicular to each other.
  • Obtuse Angle: An angle between 2 vectors is obtuse if it is greater than 90 degrees but less than 180 degrees (90° < θ < 180°). The vectors here are almost in the opposite direction.
  • Straight Angle: An angle between vectors will be a straight angle if it is exactly 180 degrees (θ = 180°). In this case, both the vectors are pointing exactly in the opposite direction.
  • Zero Angle: An angle θ between 2 vectors will be zero if it is exactly 0 degrees (θ = 0°). Here, both vectors are overlapping each other since they are in the same direction
Maths Vector Algebra Logo

How to Find An Angle Between Two Vectors?

If you want to know how to find angle between two vectors, you have two methods as mentioned below:

1. Angle Between Two Vectors Using Dot Product

Step 1: Suppose you have two vectors, say A and B, in a multi-dimensional space. 

A = A x , A y , A z

B = B x , B y , B z

Step 2: Now, you will calculate the dot product of vectors A and B as

A B = A x B x + A y B y + A z B z

Step 3: Once the dot product has been calculated, you will calculate the magnitude of vectors as follows:

A = A x 2 + A y 2 + A z 2

B = B x 2 + B y 2 + B z 2

Step 4: Now, you will use the dot product formula as shown below, which is given by Cos θ.

cos ( θ ) = A B A B

Step 5: To find the angle θ, you will take the arccosine from the previous step.

θ = cos 1 A B A B

2. Angle Between 2 Vectors Using Cross Product

This method are important for exams like IISER and IIT JAM. Therefore, do understand both of them carefully: 

Step 1: Let us consider 2 vectors A and B

A = A x , A y , A z

B = B x , B y , B z

Step 2: Let us first find the cross product of A and B which is as follows:

A × B = (A y B z A z B y , A z B x A x B z , A x B y A y B x)

Step 3: Now, we will be calculating the magnitude of cross product vector:

A × B = (A y B z A z B y) 2 + (A z B x A x B z) 2 + (A x B y A y B x) 2

Step 4: The magnitude of the cross product is related to θ through the below-given formula

∣∣A×B∣∣=∣∣A∣∣⋅∣∣B∣∣⋅sin(θ)

Step 5: Now, we will rearrange the formula to solve it and get value for sin θ

sin ( θ ) = A × B A B

Step 6: Let us now take the inverse of Sin (arcsine)

θ = sin 1 A × B A B

Maths Vector Algebra

Try these practice questions

Q1:

Let a ^ , b ^ and be unit vectors. If c ^ be vector such that the angle between a ^ a n d c i s π 1 2 , and b ^ = c + 2 ( c × a ^ ) , then | 6 c | 2 is equal to :

View Full Question

Maths Vector Algebra Logo

Illustrative Examples on Angle Between two Vectors

Some of the examples of angle between two vectors are as below:

1. Calculate the angle between two vectors 3i + 4j and 2i – j + k

Solution.

→                         →

a = 3i + 4j – k and b = 2i – j + k

The dot product is defined as:

→  →

a .  b = (3i + 4j – k).(2i – j + k)

= (3)(2) + (4)(-1) + (-1)(1)

=6-4-1

=1

          →   →

Thus,  a .   b = 1

The magnitude of vectors is given as below:

   

  │a│= √(32 + 42 + (-1)2) = √26 =   5.09

   →

  │b│= √(22 + (-1)2 + 12) = √6 =     2.45

 The angle between the two vectors is as follows:

             →   →

 = cos-1 A.   B 

           →    →

          │A││B│

=cos-1 1 /(5.09)(2.45)

= cos-1 1/12.47

 = cos-1 (0.0802)

 = 85.39°

2. Compute the angle between two vectors 5i - j + k and i + j - k

Solution.

→                       →

a = 5i - j + k and b = i + j - k

 The dot product is defined as:

→    →

  a .   b = (5i - j + k)(i + j - k)

= (5)(1) + (-1)(1) + (1)(-1)

=5-1-1

=3

         →  →

Thus, a . b    = 1

The magnitude of vectors is given as below:

    

  │a│= √(52 + (-1)2 + 12) = √27 =   5.19

   

 │b│= √(12 + 12 + (-1)2) = √3 =     1.73

 The angle between the two vectors is as follows:

              →   →

 =   cos-1A.  B

             →       →          

             │A││B│

 = cos-1 3 /(5.19)(1.73)

  = cos-1 3 / 8.97

 = cos-1 (0.334)

 = 70.48°

qna

Maths Vector Algebra Exam

Student Forum

chatAnything you would want to ask experts?
Write here...