Karl M. answered 08/25/22
Recent Excellent Student with Years of Calculus Tutoring Experience
Alternate Answer using Cross Product for part (b):
(a) The angle between the two planes is the angle between the normal vectors which define those planes (maybe take a moment to convince yourself of this).
The normal vectors for the planes are 〈3, 6, -1〉 and 〈1, -12, 2〉 from the equations above. Whenever we have vectors and are asked about the angle between them, we should try to utilize either the dot product or cross product. In this case, we'll use the dot product since it's easier to compute.
Recall if u =〈u1, u2, u3〉and v = 〈v1, v2, v3〉:
u • v = |u| |v| cos(θ) and u • v = u1v1 + u2v2 + u3v3
With our vectors:
3(1) + 6(-12) + (-1)(2) = sqrt(46) · sqrt(149) cos(θ).
cos(θ) = -71 / sqrt(6854)
θ ≈ 149º. Another acceptable answer would be the supplementary angle to this: θ ≈ 31º.
------------------------------------------------------------------------------------------
(b) To write the parametric equations for the line of intersection between the planes, we need a point on the line and a vector parallel to the line. Once we find these, we can write the vector equation as
r(t) = r0 + tv ; where r0 is the vector from the origin to the point and v is the vector parallel to the line.
To find a point: The equations of the planes give us a system of equations with a free variable (we can choose whatever value we like for any one of the variables before the other two are locked into place) since we have 3 variables and only 2 equations. Let's choose, arbitrarily, z = 0. Then x = 12 and y = 1 and thus we have found a point on the line of intersection (12, 1, 0).
To find a vector parallel to the line: Notice that the line of intersection lies in both planes and thus is perpendicular to the normal vector of each plane. Restated: we're looking for a vector that is perpendicular to two other vectors. Recall that the resultant vector of the cross product of 2 vectors u and v is perpendicular to both u and v. So if we take the cross product of the normal vectors of the planes, we'll get a vector that is perpendicular to both and thus parallel to the line of intersection. Doing so:
〈3, 6, -1〉×〈1, -12, 2〉= 〈0, -7, -42〉 this is the vector parallel to the intersection line.
The vector equation of the line is therefore:
r(t) = 〈12, 1, 0〉+〈0, -7, -42〉t
and the parametric equations follow from the components of our vector equation:
x = 12
y = 1 - 7t
z = -42t
where t ∈ ℝ.
Karl M.
I'll note that, although the final answer looks quite different for part (b) from Roger R.'s answer, they're actually both correct. If you bundle their parametric equations into a vector equation, you'd see they simply chose a different starting point on the line and their parallel vector is just a scalar multiple of the one I used.08/25/22