Consider the line which passes through the point P(5, -5, 4), and which is parallel to the line
x=1+6t
y=2+3t
z=3+4t

Find the point of intersection of this new line with each of the coordinate planes:
xy-plane: ( , , )
xz-plane: ( , , )
yz-plane: ( , , )

Respuesta :

Answer:

intersection points are:

the intersection point at xy=plane : [tex]\left(-1,-8,0\right)[/tex]

the intersection point at xz=plane : [tex]\left(15,0,\dfrac{32}{3}\right)[/tex]

the intersection point at yz=plane : [tex]\left(0,-\dfrac{15}{2},\dfrac{2}{3}\right)[/tex]

Step-by-step explanation:

a general equation of a line can be written as:

[tex]\vec{r}=\vec{r_0}+t\vec{d}[/tex]

Here,  

[tex]\vec{r_0}[/tex]: is the position vector

[tex]\vec{d}[/tex]: is the direction vector

to find the equation of the line we need a point, and a direction vector.

since the line is parallel to the the line with components:

[tex]x = 1 + 6t\\y=2+3t\\z=3+4t[/tex]

all we need to find is the direction vector of this line!  

we can see that it resembles our general line equation if we represent the same equations in vector form.

[tex]\vec{r}=\vec{r_0}+t\vec{d}[/tex]

[tex]\begin{bmatrix}x\\y\\z\end{bmatrix}=\begin{bmatrix}1\\2\\3\end{bmatrix}+t\begin{bmatrix}6\\3\\4\end{bmatrix}[/tex]

by comparing the two equations above it is clear that the direction vector of the second line is:

[tex]\vec{d}=\begin{bmatrix}6\\3\\4\end{bmatrix}[/tex]

and since both lines are parallel, this is the direction vector for our line as well.

the position vector of the line is also provided as the point P.

hence our equation is:

[tex]\begin{bmatrix}x\\y\\z\end{bmatrix}=\begin{bmatrix}5\\-5\\4\end{bmatrix}+t\begin{bmatrix}6\\3\\4\end{bmatrix}[/tex]

break them down into components

[tex]x = 5 + 6t\\y=-5+3t\\z=4+4t[/tex]

Intersection points:

1) at the xy-plane, the coordinates are (x,y,0). so we can find the value of 't' when z = 0,

[tex]z=4+4t[/tex]

[tex]0=4+4t[/tex]

[tex]t=-1[/tex]

we can use this value of t to find both the x and y coordinates:

[tex]x =5+6t = 5+6(-1) = -1[/tex]

[tex]y =-5+3t = -5+3(-1) = -8[/tex]

the intersection point at xy=plane is: [tex]\left(-1,-8,0\right)[/tex]

2) at the xz-plane, the coordinates are (x,0,z). so we can find the value of 't' when y = 0,

[tex]y=-5+3t[/tex]

[tex]0=-5+3t[/tex]

[tex]t=\dfrac{5}{3}[/tex]

we can use this value of t to find both the x and y coordinates:

[tex]x =5+6t = 5+6\left(\dfrac{5}{3}\right) = 15[/tex]

[tex]z =4+4t = 4+4\left(\dfrac{5}{3}\right) = \dfrac{32}{3}[/tex]

the intersection point at xz=plane is: [tex]\left(15,0,\dfrac{32}{3}\right)[/tex]

3) at the yz-plane, the coordinates are (0,y,z). so we can find the value of 't' when x = 0,

[tex]x=5+6t[/tex]

[tex]0=5+6t[/tex]

[tex]t=\dfrac{-5}{6}[/tex]

we can use this value of t to find both the x and y coordinates:

[tex]y =-5+3t = -5+3\left(-\dfrac{5}{6}\right) = -\dfrac{15}{2}[/tex]

[tex]z =4+4t = 4+4\left(-\dfrac{5}{6}\right) = \dfrac{2}{3}[/tex]

the intersection point at yz=plane is: [tex]\left(0,-\dfrac{15}{2},\dfrac{2}{3}\right)[/tex]