Respuesta :
Given the points [tex](1,3,-4),(-3,2,-7),(1,0,-3)[/tex].
Need to find a plane equation that passes through the given points.
- For this first find two vectors as follows:
[tex]QP=(1,3,-4)-(-3,2,-7)\\QP=(1-(-3),3-2,-4-(-7))\\QP=(4,1,3)[/tex]
[tex]QR=(1,0,-3)-(-3,2,-7)\\QR=(1-(-3),0-2,-3-(-7))\\QR=(4,-2,4)[/tex]
- Now find the normal vector to the plane:
For this, find the cross product of [tex]QP,QR[/tex].
[tex]QP[/tex]×[tex]QR[/tex]=[tex]\left[\begin{array}{ccc}i&j&k\\4&1&3\\4&-2&4\end{array}\right][/tex]
[tex]QP[/tex]×[tex]QR[/tex]=[tex]i(4+6)-j(16-12)+k(-8-4)[/tex]
[tex]QP[/tex]×[tex]QR[/tex]=[tex]10i-4j-12k[/tex]
So, the normal to the plane is [tex](10,-4,-12)[/tex].
- Now find the plane equation.
Definition: The plane equation that passes through the point [tex](x_{1} ,x_{2},x_{3} )[/tex] with normal [tex](a,b,c)[/tex] is [tex](a,b,c).(x-x_{1},y-y_{2},z-z_{3} )=0[/tex].
Here, [tex](x_{1} ,x_{2},x_{3} )=(1,3,-4)[/tex]and [tex](a,b,c)=(10,-4,-12)[/tex].
So,
[tex](a,b,c).(x-x_{1},y-y_{2},z-z_{3} )=0\\(10,-4,-12).(x-1,y-3,z-(-4))=0\\10(x-1)-4(y-3)-12(z+4)=0\\10x-10-4y+12-12z-48=0\\10x-4y-12z-46=0\\10x-4y-12z=46[/tex]
Hence, the required plane equation in implicity form is [tex]10x-4y-12z=46[/tex].
For more information:
https://brainly.in/question/31988921