The planes $5x+2y+2z=−19$ and $3x+4y+2z=−7$ are not parallel, so they must intersect along a line that is common to both of them. What is the vector parametric equation for this line?
I'm not literate in MathJax, so I'll try to describe what I was able to do. I was able to find the directional vectors and cross them, but the problem was finding the $t$ values. I'm not even fully confident in the directional vectors that I was able to solve for, so I would appreciate a step-by-step solution because I would like to understand this from the ground up.
**I've tried substituting $t$ for $z$, but when trying to solve the system the $z$ components just cancel out, leaving $x$ and $y$, so I'm left with no $t$ values to manipulate.
**Update: I've been told to show my work, so here's my best attempt: $$ \begin{align} 5x+2y+2z=19 &\rightarrow \overrightarrow a=( 5, 2, 2 )\\ 3x+4y+2z=-7 &\rightarrow \overrightarrow b=( 3, 4, 2 ) \end{align}$$ I was told to ignore the constant at the end to solve for the direction vectors, but I'm not completely sure if this is is the correct way of going about it. $$ \overrightarrow a ×\overrightarrow b=( 4,-4,14 ) $$ We were given the formula $$ \overrightarrow r=\overrightarrow r_0+t\overrightarrow v,$$ where
- $\overrightarrow r_0=( x_0,y_0,z_0 )$ is the initial position vector,
- $\overrightarrow r = (x,y,z)$ is the final position vector,
- $\overrightarrow v = (a,b,c)$ are the direction numbers, and
- $t$ is a parameter.
That is all I've been able to do so far; I tried to solve the system to find the point where they intersected, but the $2z$ on both sides canceled when I tried to substitute $t$ in like some suggested.