Rappel
Pour une sphère d'équation $x^2 + y^2 + z^2 + ax + by + cz + d = 0$ :
- Le centre est $I\left(-\frac{a}{2}; -\frac{b}{2}; -\frac{c}{2}\right)$
- Le plan tangent en $A(x_A; y_A; z_A)$ a pour équation :
$$(x_A + \frac{a}{2})(x - x_A) + (y_A + \frac{b}{2})(y - y_A) + (z_A + \frac{c}{2})(z - z_A) = 0$$
Étape 1 : On identifie les coefficients :
$$a = -6, \quad b = 2, \quad c = 4, \quad d = -3$$
Étape 2 : On calcule le centre $I$ de la sphère :
$$I\left(\frac{6}{2}; -\frac{2}{2}; -\frac{4}{2}\right) = I(3; -1; -2)$$
Étape 3 : Le vecteur $\overrightarrow{IA}$ est normal au plan tangent :
$$\overrightarrow{IA} = \begin{pmatrix} 4-3 \\ -1-(-1) \\ 2-(-2) \end{pmatrix} = \begin{pmatrix} 1 \\ 0 \\ 4 \end{pmatrix}$$
Étape 4 : Une équation du plan tangent est :
$$1(x - 4) + 0(y + 1) + 4(z - 2) = 0$$
Étape 5 : On simplifie :
$$(x - 4) + 4(z - 2) = 0$$
$$x - 4 + 4z - 8 = 0$$
$$x + 4z - 12 = 0$$
Étape 6 : Vérification : $A(4; -1; 2)$ satisfait l'équation :
$$4 + 4(2) - 12 = 4 + 8 - 12 = 0 \quad \text{✅}$$
Conclusion
Le plan tangent en $A$ à la sphère $S$ est :
$$T : x + 4z - 12 = 0$$
(Le plan tangent est parallèle à l'axe des y)
Méthode alternative
On peut aussi utiliser la formule directe :
$$(x_A + \frac{a}{2})(x - x_A) + (y_A + \frac{b}{2})(y - y_A) + (z_A + \frac{c}{2})(z - z_A) = 0$$
On a : $x_A + \frac{a}{2} = 4 - 3 = 1$
$y_A + \frac{b}{2} = -1 + 1 = 0$
$z_A + \frac{c}{2} = 2 + 2 = 4$
Donc : $1(x-4) + 0(y+1) + 4(z-2) = 0$
Soit : $x + 4z - 12 = 0$
Sphère S et plan tangent T : x + 4z - 12 = 0