S7-SA2-0362
What is the Angle between Two Intersecting Lines in Vector Form?
Grade Level:
Class 12
AI/ML, Physics, Biotechnology, FinTech, EVs, Space Technology, Climate Science, Blockchain, Medicine, Engineering, Law, Economics
Definition
What is it?
When two lines meet or cross each other, they form an angle. In vector form, we represent lines using direction vectors. The angle between these lines is found by looking at the angle between their direction vectors, which tells us how 'spread apart' the lines are.
Simple Example
Quick Example
Imagine two auto-rickshaws starting from the same signal. One goes straight, and the other turns slightly left. The 'angle' between their paths is like the angle between two intersecting lines. If one auto is going in direction (2,3) and another in direction (3,-2), we use their direction vectors to find the angle between their routes.
Worked Example
Step-by-Step
Let's find the angle between two lines whose direction vectors are vector a = (1, 2, 3) and vector b = (4, -1, 2).
Step 1: Write down the formula for the cosine of the angle (theta) between two vectors:
cos(theta) = (vector a . vector b) / (||vector a|| * ||vector b||)
---Step 2: Calculate the dot product (vector a . vector b).
vector a . vector b = (1 * 4) + (2 * -1) + (3 * 2)
vector a . vector b = 4 - 2 + 6 = 8
---Step 3: Calculate the magnitude of vector a (||vector a||).
||vector a|| = sqrt(1^2 + 2^2 + 3^2)
||vector a|| = sqrt(1 + 4 + 9) = sqrt(14)
---Step 4: Calculate the magnitude of vector b (||vector b||).
||vector b|| = sqrt(4^2 + (-1)^2 + 2^2)
||vector b|| = sqrt(16 + 1 + 4) = sqrt(21)
---Step 5: Substitute these values into the formula.
cos(theta) = 8 / (sqrt(14) * sqrt(21))
cos(theta) = 8 / sqrt(14 * 21)
cos(theta) = 8 / sqrt(294)
cos(theta) = 8 / (17.146) approximately
cos(theta) = 0.4666 approximately
---Step 6: Find the angle theta by taking the inverse cosine.
theta = arccos(0.4666)
theta = 62.19 degrees (approximately)
Answer: The angle between the two lines is approximately 62.19 degrees.
Why It Matters
Understanding angles between lines in vector form is crucial for fields like AI/ML, where it helps in data analysis and understanding relationships between different features. In Space Technology, ISRO scientists use this to calculate flight paths of rockets and satellites. Engineers also use this concept to design stable structures and robots, ensuring parts move at correct angles.
Common Mistakes
MISTAKE: Forgetting to take the absolute value of the dot product for acute angles. | CORRECTION: The angle between lines is usually taken as the acute angle (0 to 90 degrees). If your calculation gives an obtuse angle (greater than 90), subtract it from 180 degrees, or take the absolute value of the dot product in the formula.
MISTAKE: Confusing the position vectors with direction vectors. | CORRECTION: The formula for the angle between lines uses only the direction vectors of the lines, not the position vectors that tell you where the line starts.
MISTAKE: Making calculation errors with magnitudes or dot products. | CORRECTION: Double-check each step: dot product calculation, squaring terms for magnitude, summing them up, and finally taking the square root.
Practice Questions
Try It Yourself
QUESTION: Find the angle between lines with direction vectors v1 = (1, 0, 1) and v2 = (0, 1, 1). | ANSWER: Approximately 60 degrees
QUESTION: The direction vectors of two lines are a = (2, -1, 3) and b = (-1, 2, 1). Calculate the cosine of the angle between them. | ANSWER: cos(theta) = -1 / sqrt(14 * 6) = -1 / sqrt(84) approximately -0.109
QUESTION: Two lines pass through the origin. One line passes through point P(1, 2, 2) and the other through point Q(3, -1, 0). Find the angle between these two lines. (Hint: The direction vectors are OP and OQ). | ANSWER: Approximately 83.27 degrees
MCQ
Quick Quiz
If two lines are perpendicular, what is the dot product of their direction vectors?
1
-1
Cannot be determined
The Correct Answer Is:
C
If two lines are perpendicular, the angle between them is 90 degrees. Since cos(90 degrees) = 0, the dot product of their direction vectors must be 0 according to the angle formula. Options A and B are incorrect as they imply different angles.
Real World Connection
In the Real World
When a drone delivers a package for services like Zepto or Dunzo, it uses vectors to plan its flight path. If two drones are flying towards a delivery point from different directions, understanding the angle between their paths helps air traffic control prevent collisions. Similarly, in robotics, knowing the angle between robot arm segments helps ensure precise movements for tasks like assembling a mobile phone.
Key Vocabulary
Key Terms
VECTOR: A quantity with both magnitude (size) and direction | DIRECTION VECTOR: A vector that shows the direction of a line | DOT PRODUCT: A way to multiply two vectors, resulting in a single number | MAGNITUDE: The length or size of a vector | ACUTE ANGLE: An angle less than 90 degrees
What's Next
What to Learn Next
Now that you understand angles between lines, next you can explore how to find the angle between a line and a plane, or between two planes. These concepts build on the same vector ideas and are super useful in 3D geometry!


