1. Represent the plain and the conicoid in an implicit form:
F(x,y,z)=2x−3y+6z−6=0;
G(x,y,z)=4x2−9y2+36z2−36=0.
2. The normal vectors to the surfaces are determined by the partial derivatives:
NF=(∂x∂F,∂y∂F,∂z∂F)=(2,−3,6);
NG=(∂x∂G,∂y∂G,∂z∂G)=(8x,−18y,72z).
3. If the plain touches the conicoid, then their normal vectors at the point of contact must be collinear:
NG=k∗NF;
(8x,−18y,72z)=k∗(2,−3,6);
x=4k;y=6k;z=12k.
4. Put the values of variables to the equation of the plain and find the coordinates of the contact point:
2∗4k−3∗6k+6∗12k−6=0;
2k−2k+2k−6=0;
k=12;x=3;y=2;z=1; M0(3,2,1).
This point lies also in the conicoid:
4x2−9y2+36z2−36=4∗32−9∗22+36∗12−36=0.
5. Thus, M0 is a common point of surfaces, and normal vectors are collinear there, so the plain touches the conicoid at the point M0(3,2,1).
Comments