Use vectors to represent lines and planes, compute distances and angles, and analyze intersections.
For A(2,1,3), B(4,-1,5), compute d(A,B) and midpoint.
Plane , line through P(1,2,-1) with direction . Find intersection.
Determine the relation between and .
Strategy: check if directions are proportional; if not, set equations equal and test for a common solution.
• Parallel: , no intersection unless collinear.
• Intersect: exists (t,s) s.t. .
• Skew: not parallel and no intersection.
For line direction and plane normal , find angle .
Thus .
Distance from P() to .
Find the equation of the plane through A(1,0,0), B(0,2,0), C(0,0,3).
Use intercept form: ⇒ .
Find intersection point of line with plane .
Substitute: ⇒ ⇒ identity; the line lies in the plane.
Angle between planes and .
Angle equals angle between normals: .
Distance from P(1,2,-1) to plane .
.
Find symmetric equation of a line through (1,2,3) parallel to vector (2,-1,4).
.
Angle equals the angle between the normals.
Use cross product of directions to find shortest distance.
Decompose relative to .
Work ; projection clarifies effective force along displacement.
Use Pythagorean theorem in 3D by successive orthogonal projections.
Find the intersection line of and , then angle with a given line.
Use cross product of directions to compute shortest distance.
Resolve force along an inclined plane using projections.
Rotate coordinates about z-axis and verify distances preserved.