To find the line of intersection of two planes using vectors, you combine two key ideas:
- The direction of the line comes from the cross product of the planes’ normals
- A point on the line is found by solving the two plane equations together
Step 1: Write the planes
Suppose the planes are:
Their normal vectors are:
Step 2: Direction of the intersection line
The direction vector d is perpendicular to both normals:
If this cross product is zero → planes are parallel (no intersection or infinite overlap).
Step 3: Find a point on the line
To get a specific point:
- Solve the two plane equations simultaneously
- Usually set one variable (like (z = 0)) and solve for (x, y)
Step 4: Write the vector equation of the line
Once you have:
- A point
- Direction
The line is:
Example
Find the intersection of:
x + y + z = 1
x - y + z = 3
1. Normals
2. Direction
(Simplify → (1,0,-1))
3. Find a point
Set (z = 0):
x + y = 1
x - y = 3
Add:
Then:
y = -1
So point = (2, -1, 0)
4. Final line
Final takeaway
- Cross product → gives direction
- Solve equations → gives point
- Combine → gives line
ไม่มีความคิดเห็น:
แสดงความคิดเห็น