Answer:
a) L(t)=(2,0,0)+(0,-1,1)*t
b) θ = 0.384 rad
Step-by-step explanation:
a) for the planes
x + y + z = 2
x + 3y + 3z = 2
then substracting the first equation to the second
2y+2z=0 â y= -z
replacing in the first equation
x+(-z)+z=2 â x=2
thus choosing t=z as parameter
x=2
y=-t
z=t
or
L(t)=(2,0,0)+(0,-1,1)*t
b) the angle can be found through the dot product of the normal vectors to the plane
n1*n2 = (1,1,1)*(1,3,3) = 1*1+1*3+1*3 = 7
|n1| = â(1²+1²+1²)=â3
|n2| = â(1²+3²+3²)=â19
since
n1*n2 = |n1|*|n2|*cos θ
cos θ = n1*n2 / |n1|*|n2| = 7/(â3*â19) = 0.927
thus
θ = cosâťÂš 0.927 = 0.384