This problem is part of examination preparation material for second mid-semester test of 12-th grade in my school:
In the 3D space Oxyz, given 3 points $A(1,0,0)$, $B(0,-2,3)$, $C(1,1,1)$. Let $(P)$ be the plane containing $A$, $B$ such that the distance from $C$ to the plane $(P)$ is $\frac{2}{\sqrt{3}}$. The equation of the plane $(P)$ is:
- A. $2x + 3y + z - 1 = 0$ or $3x + y + 7z + 6 = 0$
- B. $x + y + z - 1 = 0$ or $-2x +37y+17z+13=0$
- C. $x + y +2z - 1 = 0$ or $-2x +3y+7z+23=0$
- D. $x + y + z - 1 = 0$ or $-23x+37y+17z+23=0$
This is a multiple choice question. However, we're still expected to provide some work...
It's not quite important, as it is not part of the mandatory homework section. But I still find it quite interesting, somehow.
So far, the best thing I've got is in Geogebra using some translation and rotations.
As on paper, I don't know where to even start... Surely I can't just tell my teacher "so we rotate this segment $sin^{-1}{(\frac{2}{\sqrt{3}}} \div |Vector(A,D)|)$ where D is the image of C on plane from A and normal vector AB". Also, I don't know how Geogebra's Rotate(Object, Angle, PointOfOrigin, Axis) work.
Any suggestion to an alternative approach to this problem would be appreciated...
Let the equation of the plane be $a x + b y + c z = d $
Since $A$ and $B$ lie on the plane, then
$ a = d $
$ -2 b + 3 c = d $
Further the distance of the plane from $C$ is $\dfrac{2}{\sqrt{3}} $. Therefore,
$ \left( \dfrac{2}{\sqrt{3}} \right)^2 = \dfrac{ (a + b + c - d)^2} {a^2 + b^2 + c^2} $
Solving the first two equations, gives
$ a = d = 2t $ , where $t \in \mathbb{R} $
$ c = 2s $, where $ s \in \mathbb{R} $
$ b = 3 s - t $
Substituting this into the third equation,
$ \dfrac{4}{3} = \dfrac{ (5 s - t)^2 }{ 4 t^2 + (3 s - t)^2 + 4 s^2 } $
so that,
$ 16 t^2 + 4 ( 9 s^2 - 6 s t + t^2 ) + 16 s^2 = 3 ( 25 s^2 + t^2 - 10 t s ) $
And finally,
$ 17 t^2 - 23 s^2 + 6 t s = 0 $
Take $ s = 1 $, then
$ 17 t^2 + 6 t - 23 = 0 $
Factor,
$(17 t + 23) (t - 1) = 0$
whose roots are
$ t =1 $ and $ t = - \dfrac{23}{17} $
For $ t = 1 $ we get
$ a = d = 2 , c = 2 , b = 2 $
So that the equation is $ x + y + z = 1 $
And for $ t = -\dfrac{23}{17}$, modify $s$ to $17$ , then $t = -23 $, and we will have,
$ a = d = -46 , c = 34 , b = 3(17) + 23 = 74 $
Dividing through by $2$, the equation is
$ - 23 x + 37 y + 17 z = -23 $