Given points $A(0, 1, 1)$, $B(2, 0, 2)$, and $C(3, -1, -1)$ in a right-handed orthonormal coordinate system. a. Calculate the cross product $\vec{AB} \times \vec{AC}$ and deduce that points $A$, $B$, and $C$ are not collinear. b. Find the equation of the plane $P$ passing through points $A$, $B$, and $C$. c. Find the parametric equations of the line $L$ passing through point $D(1, 1, 2)$ and perpendicular to plane $P$. Then find the coordinates of point $M$, the intersection of plane $P$ and line $L$. d. Find the equation of the sphere passing through points $A$, $B$, $C$, and $D$.

GeometryVectorsCross ProductPlane EquationsLine EquationsSphere Equations3D Geometry
2025/5/18

1. Problem Description

Given points A(0,1,1)A(0, 1, 1), B(2,0,2)B(2, 0, 2), and C(3,1,1)C(3, -1, -1) in a right-handed orthonormal coordinate system.
a. Calculate the cross product AB×AC\vec{AB} \times \vec{AC} and deduce that points AA, BB, and CC are not collinear.
b. Find the equation of the plane PP passing through points AA, BB, and CC.
c. Find the parametric equations of the line LL passing through point D(1,1,2)D(1, 1, 2) and perpendicular to plane PP. Then find the coordinates of point MM, the intersection of plane PP and line LL.
d. Find the equation of the sphere passing through points AA, BB, CC, and DD.

2. Solution Steps

a.
First, we find the vectors AB\vec{AB} and AC\vec{AC}.
AB=BA=(20,01,21)=(2,1,1)\vec{AB} = B - A = (2 - 0, 0 - 1, 2 - 1) = (2, -1, 1)
AC=CA=(30,11,11)=(3,2,2)\vec{AC} = C - A = (3 - 0, -1 - 1, -1 - 1) = (3, -2, -2)
Next, we compute the cross product AB×AC\vec{AB} \times \vec{AC}:
AB×AC=ijk211322=i((1)(2)(1)(2))j((2)(2)(1)(3))+k((2)(2)(1)(3))=(2+2)i(43)j+(4+3)k=4i+7jk=(4,7,1)\vec{AB} \times \vec{AC} = \begin{vmatrix} \vec{i} & \vec{j} & \vec{k} \\ 2 & -1 & 1 \\ 3 & -2 & -2 \end{vmatrix} = \vec{i}((-1)(-2) - (1)(-2)) - \vec{j}((2)(-2) - (1)(3)) + \vec{k}((2)(-2) - (-1)(3)) = (2 + 2)\vec{i} - (-4 - 3)\vec{j} + (-4 + 3)\vec{k} = 4\vec{i} + 7\vec{j} - \vec{k} = (4, 7, -1)
Since AB×AC(0,0,0)\vec{AB} \times \vec{AC} \neq (0, 0, 0), the vectors AB\vec{AB} and AC\vec{AC} are not parallel. Thus, the points AA, BB, and CC are not collinear.
b.
The equation of the plane PP can be written as ax+by+cz=dax + by + cz = d, where the normal vector to the plane is n=(a,b,c)\vec{n} = (a, b, c).
From part a, we know that AB×AC=(4,7,1)\vec{AB} \times \vec{AC} = (4, 7, -1) is a normal vector to the plane passing through AA, BB, and CC. So, we can take n=(4,7,1)\vec{n} = (4, 7, -1).
The equation of the plane is of the form 4x+7yz=d4x + 7y - z = d.
Since the plane passes through A(0,1,1)A(0, 1, 1), we have 4(0)+7(1)1=d4(0) + 7(1) - 1 = d, so d=6d = 6.
The equation of the plane PP is 4x+7yz=64x + 7y - z = 6.
c.
The line LL passes through D(1,1,2)D(1, 1, 2) and is perpendicular to plane PP. This means that the direction vector of the line LL is parallel to the normal vector of plane PP, which is (4,7,1)(4, 7, -1).
The parametric equations of line LL are:
x=1+4tx = 1 + 4t
y=1+7ty = 1 + 7t
z=2tz = 2 - t
To find the intersection point MM of line LL and plane PP, we substitute the parametric equations of LL into the equation of PP:
4(1+4t)+7(1+7t)(2t)=64(1 + 4t) + 7(1 + 7t) - (2 - t) = 6
4+16t+7+49t2+t=64 + 16t + 7 + 49t - 2 + t = 6
9+66t=69 + 66t = 6
66t=366t = -3
t=366=122t = -\frac{3}{66} = -\frac{1}{22}
Now we substitute t=122t = -\frac{1}{22} into the parametric equations of line LL to find the coordinates of point MM:
x=1+4(122)=1422=1211=911x = 1 + 4(-\frac{1}{22}) = 1 - \frac{4}{22} = 1 - \frac{2}{11} = \frac{9}{11}
y=1+7(122)=1722=1522y = 1 + 7(-\frac{1}{22}) = 1 - \frac{7}{22} = \frac{15}{22}
z=2(122)=2+122=4522z = 2 - (-\frac{1}{22}) = 2 + \frac{1}{22} = \frac{45}{22}
So the coordinates of point MM are (911,1522,4522)(\frac{9}{11}, \frac{15}{22}, \frac{45}{22}).
d.
Let the equation of the sphere be (xa)2+(yb)2+(zc)2=r2(x - a)^2 + (y - b)^2 + (z - c)^2 = r^2.
Since A(0,1,1)A(0, 1, 1), B(2,0,2)B(2, 0, 2), C(3,1,1)C(3, -1, -1), and D(1,1,2)D(1, 1, 2) lie on the sphere, we have:
(0a)2+(1b)2+(1c)2=r2(0 - a)^2 + (1 - b)^2 + (1 - c)^2 = r^2 (1)
(2a)2+(0b)2+(2c)2=r2(2 - a)^2 + (0 - b)^2 + (2 - c)^2 = r^2 (2)
(3a)2+(1b)2+(1c)2=r2(3 - a)^2 + (-1 - b)^2 + (-1 - c)^2 = r^2 (3)
(1a)2+(1b)2+(2c)2=r2(1 - a)^2 + (1 - b)^2 + (2 - c)^2 = r^2 (4)
Subtracting (1) from (2), (3), and (4) gives:
(2a)2a2+b2(1b)2+(2c)2(1c)2=0(2 - a)^2 - a^2 + b^2 - (1 - b)^2 + (2 - c)^2 - (1 - c)^2 = 0
(3a)2a2+(1b)2(1b)2+(1c)2(1c)2=0(3 - a)^2 - a^2 + (-1 - b)^2 - (1 - b)^2 + (-1 - c)^2 - (1 - c)^2 = 0
(1a)2a2+(2c)2(1c)2=0(1 - a)^2 - a^2 + (2 - c)^2 - (1 - c)^2 = 0
Simplifying:
44a+a2a2+b2(12b+b2)+44c+c2(12c+c2)=0    44a1+2b+44c1+2c=0    4a+2b2c=6    2ab+c=34 - 4a + a^2 - a^2 + b^2 - (1 - 2b + b^2) + 4 - 4c + c^2 - (1 - 2c + c^2) = 0 \implies 4 - 4a - 1 + 2b + 4 - 4c - 1 + 2c = 0 \implies -4a + 2b - 2c = -6 \implies 2a - b + c = 3
96a+a2a2+(1+2b+b2)(12b+b2)+(1+2c+c2)(12c+c2)=0    96a+4b+4c=0    6a4b4c=99 - 6a + a^2 - a^2 + (1 + 2b + b^2) - (1 - 2b + b^2) + (1 + 2c + c^2) - (1 - 2c + c^2) = 0 \implies 9 - 6a + 4b + 4c = 0 \implies 6a - 4b - 4c = 9
12a+a2a2+44c+c2(12c+c2)=0    12a+44c1+2c=0    2a2c=4    a+c=21 - 2a + a^2 - a^2 + 4 - 4c + c^2 - (1 - 2c + c^2) = 0 \implies 1 - 2a + 4 - 4c - 1 + 2c = 0 \implies -2a - 2c = -4 \implies a + c = 2
From a+c=2a + c = 2, c=2ac = 2 - a. Substituting into the first equation: 2ab+2a=3    ab=1    b=a12a - b + 2 - a = 3 \implies a - b = 1 \implies b = a - 1.
Substituting into the second equation: 6a4(a1)4(2a)=9    6a4a+48+4a=9    6a=13    a=1366a - 4(a - 1) - 4(2 - a) = 9 \implies 6a - 4a + 4 - 8 + 4a = 9 \implies 6a = 13 \implies a = \frac{13}{6}
Then b=a1=1361=76b = a - 1 = \frac{13}{6} - 1 = \frac{7}{6} and c=2a=2136=16c = 2 - a = 2 - \frac{13}{6} = -\frac{1}{6}.
So the center of the sphere is (136,76,16)(\frac{13}{6}, \frac{7}{6}, -\frac{1}{6}).
Now, we find r2r^2 using point A(0,1,1)A(0, 1, 1):
r2=(136)2+(176)2+(1+16)2=(136)2+(16)2+(76)2=169+1+4936=21936=7312r^2 = (\frac{13}{6})^2 + (1 - \frac{7}{6})^2 + (1 + \frac{1}{6})^2 = (\frac{13}{6})^2 + (-\frac{1}{6})^2 + (\frac{7}{6})^2 = \frac{169 + 1 + 49}{36} = \frac{219}{36} = \frac{73}{12}
Thus, the equation of the sphere is (x136)2+(y76)2+(z+16)2=7312(x - \frac{13}{6})^2 + (y - \frac{7}{6})^2 + (z + \frac{1}{6})^2 = \frac{73}{12}.

3. Final Answer

a. AB×AC=(4,7,1)\vec{AB} \times \vec{AC} = (4, 7, -1). A,B,CA, B, C are not collinear.
b. 4x+7yz=64x + 7y - z = 6
c. x=1+4tx = 1 + 4t, y=1+7ty = 1 + 7t, z=2tz = 2 - t. M(911,1522,4522)M(\frac{9}{11}, \frac{15}{22}, \frac{45}{22})
d. (x136)2+(y76)2+(z+16)2=7312(x - \frac{13}{6})^2 + (y - \frac{7}{6})^2 + (z + \frac{1}{6})^2 = \frac{73}{12}

Related problems in "Geometry"

We are asked to calculate the volume of a cylinder. The diameter of the circular base is $8$ cm, and...

VolumeCylinderRadiusDiameterPiUnits of Measurement
2025/6/5

The problem asks us to construct an equilateral triangle with a side length of 7 cm using a compass ...

Geometric ConstructionEquilateral TriangleCompass and Straightedge
2025/6/4

The problem asks to construct an equilateral triangle using a pair of compass and a pencil, given a ...

Geometric ConstructionEquilateral TriangleCompass and Straightedge
2025/6/4

The problem asks to find the value of $p$ in a triangle with angles $4p$, $6p$, and $2p$.

TriangleAnglesAngle Sum PropertyLinear Equations
2025/6/4

The angles of a triangle are given as $2p$, $4p$, and $6p$ (in degrees). We need to find the value o...

TrianglesAngle Sum PropertyLinear Equations
2025/6/4

The problem asks to construct an equilateral triangle with sides of length 7 cm using a compass and ...

ConstructionEquilateral TriangleCompass and Straightedge
2025/6/4

We are given two polygons, $P$ and $Q$, on a triangular grid. We need to find all sequences of trans...

TransformationsRotationsReflectionsTranslationsGeometric TransformationsPolygons
2025/6/4

We need to describe the domain of the following two functions geometrically: 27. $f(x, y, z) = \sqrt...

3D GeometryDomainSphereHyperboloidMultivariable Calculus
2025/6/3

We need to find the gradient of the line passing through the points $P(2, -3)$ and $Q(5, 3)$.

Coordinate GeometryGradientSlope of a Line
2025/6/3

The problem presents a diagram with a circle and some angles. Given that $\angle PMQ = 34^\circ$ and...

Circle GeometryAnglesCyclic QuadrilateralsInscribed Angles
2025/6/3