top of page
Inaugurated by IN-SPACe
ISRO Registered Space Tutor

S7-SA2-0269

What is the Angle between Two Vectors in 3D Space?

Grade Level:

Class 12

AI/ML, Physics, Biotechnology, FinTech, EVs, Space Technology, Climate Science, Blockchain, Medicine, Engineering, Law, Economics

Definition
What is it?

The angle between two vectors in 3D space is the smallest angle formed when their initial points (starting points) are joined. It tells us how much one vector 'leans' away from the other. This angle is always between 0 and 180 degrees.

Simple Example
Quick Example

Imagine two cricket bats leaning against a wall, meeting at a point on the ground. The angle between them is the space created by their meeting. If one bat is exactly aligned with the other, the angle is 0 degrees. If they form a straight line, the angle is 180 degrees.

Worked Example
Step-by-Step

Let's find the angle between vector A = (1, 2, 3) and vector B = (4, 0, 5).

Step 1: Calculate the dot product of A and B.
A . B = (1)(4) + (2)(0) + (3)(5) = 4 + 0 + 15 = 19.

---
Step 2: Calculate the magnitude (length) of vector A.
|A| = sqrt(1^2 + 2^2 + 3^2) = sqrt(1 + 4 + 9) = sqrt(14).

---
Step 3: Calculate the magnitude (length) of vector B.
|B| = sqrt(4^2 + 0^2 + 5^2) = sqrt(16 + 0 + 25) = sqrt(41).

---
Step 4: Use the formula cos(theta) = (A . B) / (|A| * |B|).
cos(theta) = 19 / (sqrt(14) * sqrt(41)) = 19 / sqrt(574).

---
Step 5: Calculate the value.
sqrt(574) is approximately 23.95.
cos(theta) = 19 / 23.95 approximately 0.7933.

---
Step 6: Find theta by taking the inverse cosine.
theta = arccos(0.7933) approximately 37.5 degrees.

Answer: The angle between the two vectors is approximately 37.5 degrees.

Why It Matters

Understanding angles between vectors is super important in fields like AI/ML for facial recognition and in Physics for calculating forces. Engineers use it to design bridges and robots, and even game developers use it to make characters move realistically. It's a foundational skill for many future careers!

Common Mistakes

MISTAKE: Forgetting to take the square root when calculating the magnitude of a vector. | CORRECTION: Remember that the magnitude is sqrt(x^2 + y^2 + z^2), not just x^2 + y^2 + z^2.

MISTAKE: Mixing up the dot product with the cross product formula. | CORRECTION: The angle formula uses the dot product (A.B), which results in a scalar (a number), not the cross product (A x B), which results in a vector.

MISTAKE: Using calculator in radians mode instead of degrees mode when finding the inverse cosine. | CORRECTION: Always check your calculator's mode. For angles in geometry, we usually want degrees.

Practice Questions
Try It Yourself

QUESTION: Find the dot product of vector P = (2, -1, 3) and vector Q = (1, 5, 2). | ANSWER: P . Q = (2)(1) + (-1)(5) + (3)(2) = 2 - 5 + 6 = 3

QUESTION: Calculate the magnitude of vector R = (-3, 0, 4). | ANSWER: |R| = sqrt((-3)^2 + 0^2 + 4^2) = sqrt(9 + 0 + 16) = sqrt(25) = 5

QUESTION: If the dot product of two vectors A and B is 0, what is the angle between them? Explain why. | ANSWER: The angle is 90 degrees. This is because cos(theta) = (A . B) / (|A| * |B|). If A . B = 0, then cos(theta) = 0, which means theta = 90 degrees. Vectors are perpendicular.

MCQ
Quick Quiz

Which formula is used to find the angle (theta) between two vectors A and B?

sin(theta) = (A . B) / (|A| * |B|)

cos(theta) = (A . B) / (|A| * |B|)

tan(theta) = (A x B) / (|A| * |B|)

theta = |A| + |B|

The Correct Answer Is:

B

The correct formula for the angle between two vectors using their dot product and magnitudes is cos(theta) = (A . B) / (|A| * |B|). Options A, C, and D are incorrect formulas for this concept.

Real World Connection
In the Real World

When you use a navigation app like Google Maps or Ola Cabs, the app calculates the best route. This involves understanding the 'direction' of different roads, which can be thought of as vectors. The angle between these 'direction vectors' helps the app decide turns and estimate travel time, guiding your auto-rickshaw or car accurately.

Key Vocabulary
Key Terms

VECTOR: A quantity having both magnitude (size) and direction | DOT PRODUCT: A scalar (number) obtained by multiplying corresponding components of two vectors and summing them | MAGNITUDE: The length or size of a vector | COSINE: A trigonometric function used in the angle formula | ARCCOSINE: The inverse cosine function, used to find the angle from its cosine value

What's Next
What to Learn Next

Next, you can explore the 'Cross Product of Two Vectors'. While the dot product helps find the angle, the cross product helps find a vector that is perpendicular to both original vectors, which is super useful in physics and engineering. Keep up the great work!

bottom of page