Aimathic
Login | English | Deutsch

Free Math Worksheets

Build your own math worksheets from 21,000 problems for grades 3 to 12, from fractions to calculus. Every problem includes step-by-step solutions.

Coordinates and distance in three dimensions

Click problems to add them to your worksheet.

52488312
Given the points \(A(5, -2, 1)\) and \(B(7, 1, 7)\), find the position vector \(\overrightarrow{OA}\), the vector \(\overrightarrow{AB}\), and the magnitude \(\lVert\overrightarrow{AB}\rVert\).

Hints

- How are a point's coordinates related to its position vector? - To find a vector from one point to another, which coordinates do you subtract? - What formula gives the magnitude of a vector in three dimensions?

Solution

1. The position vector uses the coordinates of \(A\): \(\overrightarrow{OA}=\langle 5, -2, 1\rangle\). 2. Subtract the coordinates of \(A\) from those of \(B\): \(\overrightarrow{AB}=\langle 7-5, 1-(-2), 7-1\rangle=\langle 2, 3, 6\rangle\). 3. Find the magnitude: \(\lVert\overrightarrow{AB}\rVert=\sqrt{2^2+3^2+6^2}=\sqrt{49}=7\).

Answer

\(\overrightarrow{OA}=\langle 5, -2, 1\rangle\), \(\overrightarrow{AB}=\langle 2, 3, 6\rangle\), and \(\lVert\overrightarrow{AB}\rVert=7\)
52583312
A rectangular glass panel has vertices \(A(10,2,3)\), \(B(10,8,3)\), \(C(2,8,9)\), and \(D(2,2,9)\). A horizontal support rod runs from the intersection of the panel's diagonals perpendicular to a wall in the yz-plane. Find the required rod length.

Hints

- Where do the diagonals of a rectangle intersect? - What equation describes the yz-plane? - How does a point's x-coordinate determine its distance from the yz-plane?

Solution

1. The diagonals of a rectangle bisect each other, so their intersection is the midpoint of \(A\) and \(C\): \(M=\left(\frac{10+2}{2},\frac{2+8}{2},\frac{3+9}{2}\right)=(6,5,6)\). 2. The yz-plane has equation \(x=0\). 3. The perpendicular distance from \(M=(6,5,6)\) to the yz-plane is the absolute value of its x-coordinate, \(\lvert 6\rvert=6\). 4. Therefore, the support rod must be \(6\) units long.

Answer

\(6\) units
52602112
A sphere has center \(M(3,-1,4)\) and passes through \(P(7,2,4)\). Write its equation in vector form and coordinate form.

Hints

- First find the distance from the center to the given point. - A sphere consists of all points a fixed distance from its center. - Square the radius in the coordinate equation.

Solution

1. The radius is the distance from \(M\) to \(P\): \(r=\sqrt{(7-3)^2+(2-(-1))^2+(4-4)^2}=5\). 2. In vector form, the sphere is \(\lVert\mathbf{x}-\langle 3,-1,4\rangle\rVert=5\). 3. In coordinate form, the sphere is \((x-3)^2+(y+1)^2+(z-4)^2=25\).

Answer

Vector form: \(\lVert\mathbf{x}-\langle 3,-1,4\rangle\rVert=5\) Coordinate form: \((x-3)^2+(y+1)^2+(z-4)^2=25\)
52603312
The sphere \(K\) is given by \((x-1)^2+(y+4)^2+(z-2)^2=49\). Determine whether each point lies inside, on, or outside the sphere: \(A(1,2,-1)\), \(B(7,-6,5)\), and \(C(-3,0,8)\).

Hints

- Read the center and radius from the equation. - Compare each point's squared distance from the center with \(r^2\). - You do not need to take square roots.

Solution

1. The center is \(M(1,-4,2)\), and \(r^2=49\). 2. For \(A\), the squared distance to \(M\) is \(0^2+6^2+(-3)^2=45\). Since \(45<49\), \(A\) is inside. 3. For \(B\), the squared distance is \(6^2+(-2)^2+3^2=49\). Therefore, \(B\) is on the sphere. 4. For \(C\), the squared distance is \((-4)^2+4^2+6^2=68\). Since \(68>49\), \(C\) is outside.

Answer

\(A\) is inside; \(B\) is on the sphere; \(C\) is outside.
52610512
Find equations of all spheres with radius \(3\) that are tangent to the xy-plane at \(B(2,1,0)\).

Hints

- The radius to a tangent point is perpendicular to the tangent plane. - There is one possible center on each side of the plane. - Use the standard sphere equation.

Solution

1. The center must lie on the line through \(B\) perpendicular to the xy-plane. 2. Because the radius is \(3\), the center is \(3\) units above or below the plane. Thus, the possible centers are \(M_1(2,1,3)\) and \(M_2(2,1,-3)\). 3. Using standard form, the two sphere equations are \((x-2)^2+(y-1)^2+(z-3)^2=9\) and \((x-2)^2+(y-1)^2+(z+3)^2=9\).

Answer

\((x-2)^2+(y-1)^2+(z-3)^2=9\) and \((x-2)^2+(y-1)^2+(z+3)^2=9\)
52614512
A sphere has diameter endpoints \(A(1,1,1)\) and \(B(7,9,1)\). a) Write the sphere's equation in vector form and coordinate form. b) Determine whether \(P(8,2,1)\) lies on the sphere.

Hints

- The center is the midpoint of the diameter. - The radius is half the diameter length. - Substitute \(P\) into the sphere equation.

Solution

1. The center is the midpoint of \(\overline{AB}\): \(M=\left(\frac{1+7}{2},\frac{1+9}{2},\frac{1+1}{2}\right)=(4,5,1)\). 2. The squared radius is \(MA^2=(4-1)^2+(5-1)^2+(1-1)^2=25\), so \(r=5\). 3. Vector form is \(\lVert\mathbf{x}-\langle 4,5,1\rangle\rVert^2=25\). 4. Coordinate form is \((x-4)^2+(y-5)^2+(z-1)^2=25\). 5. For \(P\), \((8-4)^2+(2-5)^2+(1-1)^2=25\), so \(P\) lies on the sphere.

Answer

a) Vector form: \(\lVert\mathbf{x}-\langle 4,5,1\rangle\rVert^2=25\); coordinate form: \((x-4)^2+(y-5)^2+(z-1)^2=25\) b) Yes, \(P\) lies on the sphere.
52626112
Plane \(E\) is given by \(5x-2y-z=8\). a) Find the point \(P\) in \(E\) whose three coordinates are equal. b) The family of planes \(F_k\) is given by \(kx+(2-k)y-2z=12\), where \(k\in\mathbb{R}\). Show that no plane in this family contains a point whose three coordinates are equal.

Hints

- Represent three equal coordinates by one variable. - Substitute that coordinate pattern into each plane equation. - A contradiction means that no point satisfies both conditions.

Solution

1. a) Write a point with three equal coordinates as \(P(t, t, t)\). 2. Substitute into \(E\): \(5t-2t-t=8\). 3. Thus \(2t=8\), so \(t=4\) and \(P=(4, 4, 4)\). 4. b) Substitute \((t, t, t)\) into \(F_k\): \(kt+(2-k)t-2t=12\). 5. The left side simplifies to \(0\), giving the contradiction \(0=12\), regardless of \(k\) and \(t\). 6. Therefore, no plane in the family contains a point with three equal coordinates.

Answer

a) \(P(4, 4, 4)\) b) Substitution gives the contradiction \(0=12\) for every \(k\), so no such point exists.
52691912
Given the points \(A(1, 2, 3)\), \(B(4, 2, 7)\), and \(C(1, 8, 3)\), find the three side lengths of triangle \(ABC\) and list them from least to greatest.

Hints

- How do you find the distance between two points in three dimensions? - Apply the distance formula to each pair of vertices. - You can compare exact square roots by comparing their radicands.

Solution

1. Find \(AB\): \(AB=\sqrt{(4-1)^2+(2-2)^2+(7-3)^2}=\sqrt{3^2+0^2+4^2}=5\). 2. Find \(AC\): \(AC=\sqrt{(1-1)^2+(8-2)^2+(3-3)^2}=\sqrt{0^2+6^2+0^2}=6\). 3. Find \(BC\): \(BC=\sqrt{(1-4)^2+(8-2)^2+(3-7)^2}=\sqrt{9+36+16}=\sqrt{61}\approx 7.81\). 4. Therefore, \(AB<AC<BC\).

Answer

The side lengths are \(AB=5\), \(AC=6\), and \(BC=\sqrt{61}\approx 7.81\). From least to greatest: \(AB<AC<BC\).
52771312
The points \(A(5, -4, 2)\) and \(B(-1, 6, -3)\) are given. 1. Find the coordinates of \(A'\), the reflection of \(A\) across the \(yz\)-plane. 2. Find the coordinates of \(B'\), the reflection of \(B\) through the origin. 3. Find the midpoint \(M\) of \(\overline{A'B'}\).

Hints

- Which coordinate changes sign when a point is reflected across the \(yz\)-plane? - What happens to all three coordinates under a reflection through the origin? - Find a midpoint by averaging corresponding coordinates.

Solution

1. Reflecting across the \(yz\)-plane changes the sign of the \(x\)-coordinate and leaves the other coordinates unchanged. Thus, \(A'=(-5, -4, 2)\). 2. Reflecting through the origin changes the sign of every coordinate. Thus, \(B'=(1, -6, 3)\). 3. Average corresponding coordinates: \(M=\left(\frac{-5+1}{2}, \frac{-4+(-6)}{2}, \frac{2+3}{2}\right)=(-2, -5, 2.5)\).

Answer

1. \(A'=(-5, -4, 2)\) 2. \(B'=(1, -6, 3)\) 3. \(M=(-2, -5, 2.5)\)
52771512
The points \(A(5, -2, 4)\), \(B(-5, -2, 4)\), \(C(5, 2, -4)\), and \(D(-5, 2, -4)\) are given. a) Which pairs of points are reflections of each other across the \(yz\)-plane? Justify your answer using their coordinates. b) One of \(A\), \(B\), or \(C\) is the reflection of \(D\) through the origin. Identify the point and explain the coordinate relationship. c) Find the coordinates of \(E\), the image of \(A\) after a \(180^\circ\) rotation about the \(y\)-axis.

Hints

- For a reflection across a coordinate plane, only the coordinate perpendicular to the plane changes sign. - A reflection through the origin changes the sign of every coordinate. - Under a \(180^\circ\) rotation about an axis, the coordinate on that axis stays fixed. - Compare the coordinates one position at a time.

Solution

1. Across the \(yz\)-plane, the \(y\)- and \(z\)-coordinates stay the same while the \(x\)-coordinate changes sign. Therefore, \(A\) and \(B\) are reflections of each other, and \(C\) and \(D\) are reflections of each other. 2. A reflection through the origin changes the sign of every coordinate. Since \(-D=(5, -2, 4)\), point \(A\) is the image of \(D\). 3. A \(180^\circ\) rotation about the \(y\)-axis keeps the \(y\)-coordinate and changes the signs of \(x\) and \(z\). Therefore, \(E=(-5, -2, -4)\).

Answer

a) \(A\) and \(B\), and \(C\) and \(D\). b) \(A\); each coordinate of \(A\) is the opposite of the corresponding coordinate of \(D\). c) \(E=(-5, -2, -4)\)
52772312
A triangle has vertices \(P(2, 1, 0)\), \(Q(5, 1, 4)\), and \(R(2, 5, 3)\). a) Find the three side lengths. b) Determine whether the triangle is isosceles or equilateral. Justify your answer.

Hints

- Subtract coordinates to form each side vector. - Use the three-dimensional distance formula. - Compare the resulting side lengths.

Solution

1. The connecting vectors are \(\overrightarrow{PQ}=\begin{pmatrix}3\\0\\4\end{pmatrix}\), \(\overrightarrow{QR}=\begin{pmatrix}-3\\4\\-1\end{pmatrix}\), and \(\overrightarrow{PR}=\begin{pmatrix}0\\4\\3\end{pmatrix}\). 2. Their lengths are \(PQ=5\), \(QR=\sqrt{26}\), and \(PR=5\). 3. Since \(PQ=PR\), the triangle is isosceles. It is not equilateral because \(\sqrt{26}\ne5\).

Answer

a) \(PQ=5\), \(QR=\sqrt{26}\), \(PR=5\) b) The triangle is isosceles but not equilateral.
52772512
a) The points \(A(7, 2, -5)\) and \(B(7, 2, 5)\) are given. Describe their geometric relationship in three-dimensional space. b) Generalize your description to points \(P(x, y, z)\) and \(Q(x, y, -z)\), where \(x\), \(y\), and \(z\) are real numbers.

Hints

- Compare corresponding coordinates. - Find the midpoint of the segment joining the points. - Which coordinate plane contains that midpoint and lies between the points? - Recall the coordinate rule for reflection across the \(xy\)-plane.

Solution

1. The \(x\)- and \(y\)-coordinates of \(A\) and \(B\) are equal, while their \(z\)-coordinates are opposites. 2. Their midpoint is \(M=(7, 2, 0)\), which lies in the \(xy\)-plane. 3. The segment \(\overline{AB}\) is perpendicular to the \(xy\)-plane, and the plane bisects the segment at \(M\). Therefore, \(A\) and \(B\) are reflections of each other across the \(xy\)-plane. 4. The same reasoning applies to \(P(x, y, z)\) and \(Q(x, y, -z)\): changing only the sign of \(z\) is reflection across the \(xy\)-plane.

Answer

a) \(A\) and \(B\) are reflections of each other across the \(xy\)-plane. b) Any points \(P(x, y, z)\) and \(Q(x, y, -z)\) are reflections of each other across the \(xy\)-plane.
52773312
Point \(A(2,-3,5)\) is given. A point \(X(x,y,z)\) must be exactly \(7\) units from \(A\). a) Write an equation that the coordinates of \(X\) must satisfy. b) Determine whether \(P(2,4,5)\) and \(Q(6,0,5)\) satisfy the condition. c) Find all points in this set whose x- and z-coordinates equal those of \(A\).

Hints

- A fixed distance from one point defines a sphere. - Substitute each test point into the equation. - In part c), replace the fixed coordinates before solving for y.

Solution

1. The point set is the sphere centered at \(A\) with radius \(7\): \((x-2)^2+(y+3)^2+(z-5)^2=49\). 2. For \(P\), the left side is \(0^2+7^2+0^2=49\), so \(P\) satisfies the condition. 3. For \(Q\), the left side is \(4^2+3^2+0^2=25\), so \(Q\) does not satisfy the condition. 4. Set \(x=2\) and \(z=5\). Then \((y+3)^2=49\), so \(y=4\) or \(y=-10\). 5. The points are \((2,4,5)\) and \((2,-10,5)\).

Answer

a) \((x-2)^2+(y+3)^2+(z-5)^2=49\) b) \(P\) satisfies the condition; \(Q\) does not. c) \((2,4,5)\) and \((2,-10,5)\)
52777912
The points \(P(0, 5, 2)\) and \(Q(0, -5, 2)\) are given. 1. Find the midpoint \(M\) of \(\overline{PQ}\). 2. Describe the locations of \(P\), \(Q\), and \(M\) relative to the coordinate planes and axes. 3. Describe the location and direction of the entire segment \(\overline{PQ}\).

Hints

- What do you notice about the \(x\)-coordinates? - Which two coordinates must be \(0\) for a point to lie on a coordinate axis? - What plane is described by \(x=0\)? - Determine which coordinate changes along the segment.

Solution

1. Average corresponding coordinates: \(M=\left(\frac{0+0}{2}, \frac{5+(-5)}{2}, \frac{2+2}{2}\right)=(0, 0, 2)\). 2. Since \(x=0\) for both endpoints, \(P\) and \(Q\) lie in the \(yz\)-plane. Since both \(x\) and \(y\) are \(0\) at \(M\), the midpoint lies on the \(z\)-axis. 3. Only the \(y\)-coordinate changes along the segment, while \(x=0\) and \(z=2\) remain constant. Thus, the segment lies in the \(yz\)-plane and is parallel to the \(y\)-axis.

Answer

1. \(M=(0, 0, 2)\) 2. \(P\) and \(Q\) lie in the \(yz\)-plane, and \(M\) lies on the \(z\)-axis. 3. \(\overline{PQ}\) lies in the \(yz\)-plane and is parallel to the \(y\)-axis.
52787312
Describe the location of all points \(A(x, 5, z)\), where \(x\) and \(z\) are real numbers, in three-dimensional space.

Hints

- Identify which coordinates are fixed and which are free. - Decide whether two free coordinates produce a line or a plane. - What coordinate plane is parallel to a set with constant \(y\)?

Solution

1. The \(y\)-coordinate is fixed at \(5\), while \(x\) and \(z\) can vary independently. 2. Because two coordinates are free, the set is a plane. 3. The equation is \(y=5\), so the plane is parallel to the \(xz\)-plane. It intersects the \(y\)-axis at \((0, 5, 0)\) and is \(5\) units from the \(xz\)-plane.

Answer

The plane \(y=5\), which is parallel to the \(xz\)-plane and \(5\) units from it.
52787412
The set of points \(B(k, k, 2)\), where \(k\) is any real number, is given. Describe the geometric location of these points in space.

Hints

- What does the constant coordinate \(z=2\) tell you? - How are the \(x\)- and \(y\)-coordinates related? - Substitute \(k=0\), \(k=1\), and \(k=-1\) to identify the pattern.

Solution

1. Since \(z=2\) for every point, the set lies in the plane \(z=2\), which is parallel to the \(xy\)-plane. 2. The coordinates satisfy \(x=y=k\). Because there is one free parameter, the set is a line. 3. The line passes through \((0, 0, 2)\) and has direction vector \(\begin{pmatrix}1\\1\\0\end{pmatrix}\). It is parallel to the line \(y=x\) in the \(xy\)-plane.

Answer

A line in the plane \(z=2\) through \((0, 0, 2)\) with direction vector \(\begin{pmatrix}1\\1\\0\end{pmatrix}\).
53026912
The point \(P(-4, 7, 12)\) is given in three-dimensional space. a) Find the orthogonal projections \(P_{xy}\), \(P_{xz}\), and \(P_{yz}\) of \(P\) onto the \(xy\)-, \(xz\)-, and \(yz\)-planes. b) Find the distance from \(P\) to each coordinate plane.

Hints

- Which coordinate becomes \(0\) when projecting onto each coordinate plane? - Which coordinate measures perpendicular distance from a coordinate plane? - A distance is always nonnegative.

Solution

1. To project onto a coordinate plane, set the coordinate perpendicular to that plane equal to \(0\). 2. Therefore, \(P_{xy}=(-4, 7, 0)\), \(P_{xz}=(-4, 0, 12)\), and \(P_{yz}=(0, 7, 12)\). 3. The distance to a coordinate plane is the absolute value of the perpendicular coordinate. 4. The distances are \(12\) to the \(xy\)-plane, \(7\) to the \(xz\)-plane, and \(4\) to the \(yz\)-plane.

Answer

a) \(P_{xy}=(-4, 7, 0)\), \(P_{xz}=(-4, 0, 12)\), \(P_{yz}=(0, 7, 12)\) b) \(12\) units to the \(xy\)-plane, \(7\) units to the \(xz\)-plane, and \(4\) units to the \(yz\)-plane.
53027112
For points \(P(x, y, z)\) in three-dimensional space, describe the geometric shape and location of each set as precisely as possible: a) \(x=3.5\) b) \(y=0\) and \(z=0\) c) \(x=-2\) and \(y=5\) d) \(z=0\)

Hints

- Determine which coordinates are fixed and which can vary. - One free coordinate produces a line; two free coordinates produce a plane. - A coordinate equal to \(0\) identifies a coordinate plane or axis. - Which axis contains points of the form \((x, 0, 0)\)?

Solution

1. One equation that fixes a single coordinate defines a plane parallel to the coordinate plane formed by the other two axes. 2. Two equations that fix two coordinates define a line parallel to the remaining coordinate axis. 3. Therefore: a) \(x=3.5\) is a plane parallel to the \(yz\)-plane, \(3.5\) units in the positive \(x\)-direction. b) \(y=0\) and \(z=0\) define the \(x\)-axis. c) \(x=-2\) and \(y=5\) define a line through \((-2, 5, 0)\) parallel to the \(z\)-axis. d) \(z=0\) is the \(xy\)-plane.

Answer

a) The plane \(x=3.5\), parallel to the \(yz\)-plane. b) The \(x\)-axis. c) A line through \((-2, 5, 0)\) parallel to the \(z\)-axis. d) The \(xy\)-plane.
53028012
Consider vectors in two and three dimensions. 1. A vector \(\vec{u}\) in the plane has magnitude \(8\). It is embedded in the \(xy\)-plane of three-dimensional space. What is its third component, and what is its magnitude in space? Explain. 2. A vector \(\vec{v}\) is perpendicular to the \(xy\)-plane and has magnitude \(6\). Give one possible component form. 3. Let \(\vec{a}=\begin{pmatrix}3\\4\\0\end{pmatrix}\) and \(\vec{b}=\begin{pmatrix}0\\0\\12\end{pmatrix}\). Find the magnitude of \(\vec{s}=\vec{a}+\vec{b}\).

Hints

- A vector in the \(xy\)-plane has no vertical component. - A vector normal to the \(xy\)-plane points along the \(z\)-axis. - Add vectors componentwise, then use the magnitude formula.

Solution

1. A vector in the \(xy\)-plane has third component \(0\). Adding a zero component does not change the magnitude, so its three-dimensional magnitude remains \(8\). 2. A vector perpendicular to the \(xy\)-plane is parallel to the \(z\)-axis. One possible vector is \(\vec{v}=\begin{pmatrix}0\\0\\6\end{pmatrix}\). 3. \(\vec{s}=\begin{pmatrix}3\\4\\12\end{pmatrix}\), so \(\|\vec{s}\|=\sqrt{3^2+4^2+12^2}=\sqrt{169}=13\).

Answer

1. Third component \(0\); magnitude \(8\) 2. \(\begin{pmatrix}0\\0\\6\end{pmatrix}\) 3. \(13\)
53030512
Triangle \(ABC\), with vertices \(A(2, 1, 1)\), \(B(6, 1, 1)\), and \(C(2, 4, 1)\), is the base of a right triangular prism. One vertex of the other base is \(A'(2, 1, 9)\). The second base is a translation of the first. a) Find the translation vector \(\vec{v}\). b) Find the coordinates of \(B'\) and \(C'\). c) Find the length of each lateral edge of the prism.

Hints

- Compare a point on the first base with its corresponding point on the second base. - Apply the same translation vector to every vertex. - The length of a lateral edge equals the magnitude of the translation vector.

Solution

1. Subtract the coordinates of \(A\) from those of \(A'\): \(\vec{v}=\overrightarrow{AA'}=\begin{pmatrix}2-2\\1-1\\9-1\end{pmatrix}=\begin{pmatrix}0\\0\\8\end{pmatrix}\). 2. Translate \(B\) and \(C\) by \(\vec{v}\): \(B'=(6, 1, 1)+(0, 0, 8)=(6, 1, 9)\) and \(C'=(2, 4, 1)+(0, 0, 8)=(2, 4, 9)\). 3. A lateral edge has length \(\|\vec{v}\|=\sqrt{0^2+0^2+8^2}=8\).

Answer

a) \(\vec{v}=\begin{pmatrix}0\\0\\8\end{pmatrix}\) b) \(B'(6, 1, 9)\) and \(C'(2, 4, 9)\) c) \(8\) units
53031912
The points \(A(4, -1, 2)\) and \(S(1, 3, -5)\) are given. a) Find the image \(A'\) of \(A\) under a point reflection across \(S\). b) Point \(A\) is the midpoint of \(\overline{SB}\). Find \(B\).

Hints

- The center of a point reflection is the midpoint of a point and its image. - Rearrange the midpoint formula to solve for the unknown endpoint. - You can also think of continuing the same displacement beyond the midpoint.

Solution

1. Since \(S\) is the midpoint of \(\overline{AA'}\), \(A'=2S-A\). 2. Thus, \(A'=2(1, 3, -5)-(4, -1, 2)=(-2, 7, -12)\). 3. Since \(A\) is the midpoint of \(\overline{SB}\), \(A=\frac{S+B}{2}\), so \(B=2A-S\). 4. Therefore, \(B=2(4, -1, 2)-(1, 3, -5)=(7, -5, 9)\).

Answer

a) \(A'(-2, 7, -12)\) b) \(B(7, -5, 9)\)
53032112
Triangle \(ABC\) has vertices \(A(1, 3, 0)\), \(B(4, 1, 2)\), and \(C(2, 5, 3)\). The triangle is reflected across the point \(Z(2, 2, 1)\). Find the coordinates of \(A'\), \(B'\), and \(C'\).

Hints

- The reflection center is the midpoint of each point and its image. - Use \(X'=2Z-X\) for each vertex. - Apply the same rule independently to all three coordinates.

Solution

1. For a point reflection across \(Z\), each image satisfies \(X'=2Z-X\). 2. \(A'=2(2, 2, 1)-(1, 3, 0)=(3, 1, 2)\). 3. \(B'=2(2, 2, 1)-(4, 1, 2)=(0, 3, 0)\). 4. \(C'=2(2, 2, 1)-(2, 5, 3)=(2, -1, -1)\).

Answer

\(A'(3, 1, 2)\), \(B'(0, 3, 0)\), and \(C'(2, -1, -1)\)
53032912
Point \(M(5, 1, 2)\) is the midpoint of \(\overline{PQ}\), and \(P(2, -3, 5)\). Find \(Q\).

Hints

- Use the midpoint formula in three dimensions. - Rearrange the formula to isolate the unknown endpoint. - The displacement from \(P\) to \(M\) equals the displacement from \(M\) to \(Q\).

Solution

1. The midpoint relation is \(M=\frac{P+Q}{2}\). 2. Solve for \(Q\): \(Q=2M-P\). 3. Therefore, \(Q=2(5, 1, 2)-(2, -3, 5)=(8, 5, -1)\).

Answer

\(Q(8, 5, -1)\)
53033012
In parallelogram \(ABCD\), the opposite vertices \(A(1, 4, -2)\) and \(C(7, 0, 6)\) are known. a) Find the intersection point \(S\) of the diagonals. b) Explain why the coordinates of \(B\) and \(D\) are not needed.

Hints

- Recall the relationship between the diagonals of a parallelogram. - Apply the midpoint formula to the known diagonal. - Decide whether one complete diagonal is enough to locate the intersection.

Solution

1. The diagonals of a parallelogram bisect each other, so \(S\) is the midpoint of \(\overline{AC}\). 2. \(S=\left(\frac{1+7}{2},\frac{4+0}{2},\frac{-2+6}{2}\right)=(4, 2, 2)\). 3. One diagonal is enough because the common intersection is the midpoint of each diagonal. Since \(A\) and \(C\) determine \(\overline{AC}\), they also determine \(S\).

Answer

a) \(S(4, 2, 2)\) b) The diagonals of a parallelogram bisect each other, so the midpoint of \(\overline{AC}\) determines \(S\) without \(B\) or \(D\).
53038412
A triangle has vertices \(P(2, 3, 4)\), \(Q(-1, 0, 5)\), and \(R(0, -2, 1)\). a) Rotate the triangle \(180^\circ\) about the \(y\)-axis. Give the coordinates of \(P'\), \(Q'\), and \(R'\). b) Reflect the original triangle through the origin. Give the coordinates of \(P''\), \(Q''\), and \(R''\). c) Compare the coordinate changes in parts a) and b).

Hints

- A \(180^\circ\) rotation about the \(y\)-axis keeps the \(y\)-coordinate fixed. - A reflection through the origin changes all three signs. - Compare one coordinate position at a time.

Solution

1. A \(180^\circ\) rotation about the \(y\)-axis keeps \(y\) unchanged and changes the signs of \(x\) and \(z\): \(P'=(-2, 3, -4)\), \(Q'=(1, 0, -5)\), and \(R'=(0, -2, -1)\). 2. A reflection through the origin changes the sign of every coordinate: \(P''=(-2, -3, -4)\), \(Q''=(1, 0, -5)\), and \(R''=(0, 2, -1)\). 3. In both transformations, the \(x\)- and \(z\)-coordinates change sign. The \(y\)-coordinate stays the same in part a) but changes sign in part b).

Answer

a) \(P'=(-2, 3, -4)\), \(Q'=(1, 0, -5)\), \(R'=(0, -2, -1)\) b) \(P''=(-2, -3, -4)\), \(Q''=(1, 0, -5)\), \(R''=(0, 2, -1)\) c) \(x\) and \(z\) change sign in both; \(y\) stays fixed in a) and changes sign in b).
53040512
A light ray has direction vector \(\vec{r}=\begin{pmatrix}4\\-3\\-1\end{pmatrix}\). a) The ray reflects from the \(xy\)-plane. Find the reflected direction vector \(\vec{r}_1\). b) It then reflects from the \(yz\)-plane. Find the new direction vector \(\vec{r}_2\). c) Compare \(\vec{r}_2\) with \(\vec{r}\). Which components changed sign, and what is the geometric effect?

Hints

- Identify the coordinate perpendicular to each reflecting plane. - A reflection across a coordinate plane changes only the sign of the perpendicular component. - Compare the original and final vectors component by component.

Solution

1. Reflection across the \(xy\)-plane changes the sign of the \(z\)-component: \(\vec{r}_1=\begin{pmatrix}4\\-3\\1\end{pmatrix}\). 2. Reflection across the \(yz\)-plane changes the sign of the \(x\)-component: \(\vec{r}_2=\begin{pmatrix}-4\\-3\\1\end{pmatrix}\). 3. Relative to \(\vec{r}\), the \(x\)- and \(z\)-components changed sign, while the \(y\)-component did not. 4. This combined transformation is equivalent to a \(180^\circ\) rotation about the \(y\)-axis.

Answer

a) \(\vec{r}_1=\begin{pmatrix}4\\-3\\1\end{pmatrix}\) b) \(\vec{r}_2=\begin{pmatrix}-4\\-3\\1\end{pmatrix}\) c) The \(x\)- and \(z\)-components change sign. The result is equivalent to a \(180^\circ\) rotation about the \(y\)-axis.
53040712
A light ray has direction vector \(\vec{r}=\begin{pmatrix}4\\-1\\3\end{pmatrix}\). a) The ray reflects across the \(xy\)-plane. Find the reflected direction vector \(\vec{r}_1\). b) The resulting ray is then rotated \(180^\circ\) about the \(y\)-axis. Find \(\vec{r}_2\).

Hints

- A coordinate-plane reflection changes the component perpendicular to that plane. - Under a \(180^\circ\) rotation about the \(y\)-axis, which component remains unchanged? - Apply the transformations in order.

Solution

1. Reflection across the \(xy\)-plane changes the sign of the \(z\)-component: \(\vec{r}_1=\begin{pmatrix}4\\-1\\-3\end{pmatrix}\). 2. A \(180^\circ\) rotation about the \(y\)-axis changes the signs of the \(x\)- and \(z\)-components while leaving the \(y\)-component unchanged. 3. Therefore, \(\vec{r}_2=\begin{pmatrix}-4\\-1\\3\end{pmatrix}\).

Answer

a) \(\vec{r}_1=\begin{pmatrix}4\\-1\\-3\end{pmatrix}\) b) \(\vec{r}_2=\begin{pmatrix}-4\\-1\\3\end{pmatrix}\)
53043712
Given the points \(A(2, -3, 5)\), \(B(5, 1, 5)\), and \(C(9, 4, -7)\), find the lengths of \(\overline{AB}\) and \(\overline{BC}\). Then determine which segment is longer.

Hints

- Use the distance formula in three dimensions for each segment. - First find the difference between corresponding coordinates. - Compare the two distances after calculating them.

Solution

1. Find \(AB\): \(AB=\sqrt{(5-2)^2+(1-(-3))^2+(5-5)^2}=\sqrt{3^2+4^2+0^2}=5\). 2. Find \(BC\): \(BC=\sqrt{(9-5)^2+(4-1)^2+(-7-5)^2}=\sqrt{4^2+3^2+(-12)^2}=13\). 3. Since \(13>5\), \(\overline{BC}\) is longer than \(\overline{AB}\).

Answer

\(AB=5\) units and \(BC=13\) units, so \(\overline{BC}\) is longer.
53043912
Two drones are located at \(P_1(10, 20, 5)\) and \(P_2(14, 17, 5)\), where all coordinates are measured in meters. a) Find the straight-line distance between the drones. b) Find each drone's distance from the origin. Which drone is farther from the origin?

Hints

- How can you find the displacement vector between two points in space? - The distance between the drones is the magnitude of that vector. - A point's distance from the origin is a special case of the distance formula. - To compare positive square roots, compare their radicands.

Solution

1. Subtract the coordinates to find the displacement from \(P_1\) to \(P_2\): \(\overrightarrow{P_1P_2}=\langle 14-10, 17-20, 5-5\rangle=\langle 4, -3, 0\rangle\). 2. Its magnitude is \(\sqrt{4^2+(-3)^2+0^2}=5\), so the drones are \(5\,\text{m}\) apart. 3. The distance from \(P_1\) to the origin is \(\sqrt{10^2+20^2+5^2}=\sqrt{525}=5\sqrt{21}\approx 22.91\,\text{m}\). 4. The distance from \(P_2\) to the origin is \(\sqrt{14^2+17^2+5^2}=\sqrt{510}\approx 22.58\,\text{m}\). 5. Since \(525>510\), drone \(P_1\) is farther from the origin.

Answer

a) \(5\,\text{m}\) b) \(P_1\) is \(5\sqrt{21}\approx 22.91\,\text{m}\) from the origin, and \(P_2\) is \(\sqrt{510}\approx 22.58\,\text{m}\) from the origin. Drone \(P_1\) is farther away.
53044112
Triangle \(ABC\) has vertices \(A(0, 0, 0)\), \(B(3, 4, 12)\), and \(C(-4, 3, 0)\). Find its perimeter.

Hints

- Use the three-dimensional distance formula for each pair of adjacent vertices. - The perimeter is the sum of all three side lengths. - Keep radical lengths exact until the final step.

Solution

1. Find \(AB\): \(AB=\sqrt{(3-0)^2+(4-0)^2+(12-0)^2}=\sqrt{169}=13\). 2. Find \(BC\): \(BC=\sqrt{(-4-3)^2+(3-4)^2+(0-12)^2}=\sqrt{49+1+144}=\sqrt{194}\). 3. Find \(CA\): \(CA=\sqrt{(0-(-4))^2+(0-3)^2+(0-0)^2}=5\). 4. Add the side lengths: \(13+\sqrt{194}+5=18+\sqrt{194}\approx 31.93\).

Answer

\(18+\sqrt{194}\approx 31.93\) units
53044712
Triangle \(ABC\) has vertices \(A(5, 2, 1)\), \(B(1, 5, 1)\), and \(C(1, 2, 5)\). a) Find the three side lengths. b) Determine whether the triangle is isosceles or equilateral. Justify your answer.

Hints

- Apply the three-dimensional distance formula to each side. - What equality among side lengths makes a triangle isosceles? - What additional equality would make it equilateral? - Compute coordinate differences before squaring.

Solution

1. Find \(AB\): \(AB=\sqrt{(1-5)^2+(5-2)^2+(1-1)^2}=\sqrt{16+9}=5\). 2. Find \(BC\): \(BC=\sqrt{(1-1)^2+(2-5)^2+(5-1)^2}=\sqrt{9+16}=5\). 3. Find \(AC\): \(AC=\sqrt{(1-5)^2+(2-2)^2+(5-1)^2}=\sqrt{32}=4\sqrt{2}\approx 5.66\). 4. Since \(AB=BC\), the triangle is isosceles. It is not equilateral because \(AC\ne 5\).

Answer

a) \(AB=5\), \(BC=5\), and \(AC=4\sqrt{2}\approx 5.66\) b) The triangle is isosceles but not equilateral because exactly two side lengths are equal.
53044812
Determine whether the triangle with vertices \(P(1, 0, 2)\), \(Q(3, 4, 6)\), and \(R(2, 3, 6)\) is isosceles. Justify your conclusion with calculations.

Hints

- Calculate \(PQ\), \(QR\), and \(PR\). - What do three different side lengths imply about the triangle? - Be careful with signs when finding coordinate differences.

Solution

1. Find \(PQ\): \(PQ=\sqrt{(3-1)^2+(4-0)^2+(6-2)^2}=\sqrt{36}=6\). 2. Find \(QR\): \(QR=\sqrt{(2-3)^2+(3-4)^2+(6-6)^2}=\sqrt{2}\). 3. Find \(PR\): \(PR=\sqrt{(2-1)^2+(3-0)^2+(6-2)^2}=\sqrt{26}\). 4. Because \(6\), \(\sqrt{2}\), and \(\sqrt{26}\) are all different, the triangle is not isosceles.

Answer

The triangle is not isosceles because its side lengths are \(6\), \(\sqrt{2}\), and \(\sqrt{26}\), which are all different.
53591912
A rectangular prism has side lengths \(a=6\), \(b=4\), and \(c=3\) units. Its edges are parallel to the coordinate axes, and from the vertex \(A(2, 1, 0)\) the three edges extend in the positive \(x\)-, \(y\)-, and \(z\)-directions. Find the coordinates of the opposite vertex \(G\).
Figure for problem 535919

Hints

- Trace a path from \(A\) to the opposite vertex along three edges. - Add each side length to the corresponding coordinate. - Match each edge direction with its coordinate axis.

Solution

1. Moving from \(A\) to the opposite vertex adds \(6\) to the \(x\)-coordinate, \(4\) to the \(y\)-coordinate, and \(3\) to the \(z\)-coordinate. 2. Therefore, \(x_G=2+6=8\), \(y_G=1+4=5\), and \(z_G=0+3=3\). 3. Thus, \(G=(8, 5, 3)\).

Answer

\(G=(8, 5, 3)\)
52488412
A sphere has center \(M(2,1,4)\) and radius \(9\). Point \(P(x,5,12)\) lies on the sphere. Find all possible values of \(x\).

Hints

- Every point on a sphere is one radius from its center. - Use the three-dimensional distance formula. - A squared equation can produce two values.

Solution

1. Because \(P\) lies on the sphere, its distance from \(M\) is \(9\). 2. Set up the distance equation: \((x-2)^2+(5-1)^2+(12-4)^2=9^2\). 3. Simplify: \((x-2)^2+16+64=81\), so \((x-2)^2=1\). 4. Therefore, \(x-2=1\) or \(x-2=-1\), giving \(x=3\) or \(x=1\).

Answer

\(x=1\) or \(x=3\)
52549912
Line \(g\) passes through \(A(2, -3, 4)\) and \(B(5, 0, -2)\). a) Find the point \(S\) where \(g\) intersects the xy-plane. b) Find the exact distance from \(S\) to \(Q(0, 1, 0)\).

Hints

- Form a direction vector from the two given points. - Points in the xy-plane have z-coordinate \(0\). - Use the distance formula in three dimensions. - Simplify the radical exactly.

Solution

1. A direction vector is \(\overrightarrow{AB}=\langle 3,3,-6\rangle\), so \(g: \vec{r}(t)=\langle 2,-3,4\rangle+t\langle 3,3,-6\rangle\). 2. a) A point in the xy-plane has \(z=0\). Thus \(4-6t=0\), so \(t=\frac23\). 3. Substitution gives \(S=\left(2+3\left(\frac23\right), -3+3\left(\frac23\right), 0\right)=(4, -1, 0)\). 4. b) The displacement from \(S\) to \(Q\) is \(\overrightarrow{SQ}=\langle -4,2,0\rangle\). 5. The distance is \(\sqrt{(-4)^2+2^2+0^2}=\sqrt{20}=2\sqrt5\).

Answer

a) \(S(4, -1, 0)\) b) \(2\sqrt5\)
52572612
Points \(R(6, -2, 4)\) and \(S(2, 4, 0)\) are given. Plane \(E\) consists of all points in space that are the same distance from \(R\) and \(S\). a) Write a point-normal equation of \(E\). b) Find a standard equation of \(E\) and its intercepts with the coordinate axes.

Hints

- Set the two three-dimensional distance expressions equal. - The perpendicular-bisector plane passes through the midpoint of the segment. - A vector joining the two fixed points is normal to the plane. - To find an axis intercept, set the other two coordinates equal to \(0\).

Solution

1. Let \(X(x, y, z)\) be a point on \(E\). Equidistance gives \((x-6)^2+(y+2)^2+(z-4)^2=(x-2)^2+(y-4)^2+z^2\). 2. Expand and simplify: \(-8x+12y-8z+36=0\), which is equivalent to \(2x-3y+2z=9\). 3. The midpoint of \(RS\) is \(M(4, 1, 2)\), and a normal vector is \(\overrightarrow{RS}=\langle -4,6,-4\rangle\), or the parallel vector \(\langle -2,3,-2\rangle\). Thus a point-normal equation is \(\langle -2,3,-2\rangle\cdot\langle x-4,y-1,z-2\rangle=0\). 4. For the \(x\)-intercept, set \(y=z=0\): \(2x=9\), so \((4.5, 0, 0)\). 5. For the \(y\)-intercept, set \(x=z=0\): \(-3y=9\), so \((0, -3, 0)\). 6. For the \(z\)-intercept, set \(x=y=0\): \(2z=9\), so \((0, 0, 4.5)\).

Answer

a) \(\langle -2,3,-2\rangle\cdot\langle x-4,y-1,z-2\rangle=0\) b) \(2x-3y+2z=9\); intercepts \((4.5, 0, 0)\), \((0, -3, 0)\), and \((0, 0, 4.5)\)
52585312
A \(4\,\text{m}\) pole points in the positive z-direction from point \(P(2, 4, 5)\) on the plane \(E:x+2y+2z=20\). Sunlight travels along lines parallel to \(\vec{s}=\langle 1,2,-2\rangle\). Find the length of the pole’s shadow on the plane.

Hints

- Find the coordinates of the top of the pole. - Write the sunlight line through the top. - Find where that line intersects the plane. - The shadow length is the distance from the pole’s base to that intersection point.

Solution

1. The top of the pole is \(Q(2, 4, 9)\). 2. The sunlight line through \(Q\) is \(\vec{r}(t)=\langle 2,4,9\rangle+t\langle 1,2,-2\rangle\). 3. Substitute this line into the plane equation: \((2+t)+2(4+2t)+2(9-2t)=20\). 4. Simplifying gives \(28+t=20\), so \(t=-8\). 5. The shadow point of the pole’s top is \(S=\langle 2,4,9\rangle-8\langle 1,2,-2\rangle=\langle -6,-12,25\rangle\). 6. The shadow vector is \(\overrightarrow{PS}=\langle -8,-16,20\rangle\). Its length is \(\sqrt{(-8)^2+(-16)^2+20^2}=\sqrt{720}=12\sqrt5\,\text{m}\).

Answer

\(12\sqrt5\,\text{m}\)
52602212
The sphere is given by \(x^2+y^2+z^2+6x-4y-12=0\). a) Find its center and radius. b) Determine whether \(A(1,0,4)\) lies on, inside, or outside the sphere.

Hints

- Complete the square in the x- and y-terms. - Compare the point's squared distance from the center with \(r^2\). - A larger squared distance means the point is outside.

Solution

1. Complete the square: \(x^2+6x=(x+3)^2-9\) and \(y^2-4y=(y-2)^2-4\). 2. The equation becomes \((x+3)^2+(y-2)^2+z^2=25\). 3. Therefore, the center is \(M(-3,2,0)\) and the radius is \(5\). 4. For \(A\), the squared distance from the center is \((1+3)^2+(0-2)^2+(4-0)^2=36\). 5. Since \(36>25\), point \(A\) lies outside the sphere.

Answer

a) Center \(M(-3,2,0)\); radius \(5\) b) \(A\) lies outside the sphere.
52603412
The sphere \(K\) is given by \(x^2+y^2+z^2+6x-4y+2z-11=0\). a) Find its center and radius. b) Find the distance from \(P(9,7,-1)\) to the center. c) Determine whether \(P\) lies inside, on, or outside the sphere. Also find the shortest distance from \(P\) to the sphere's surface.

Hints

- Complete the square in all three variables. - Compare the center-to-point distance with the radius. - For an exterior point, subtract the radius from the center-to-point distance.

Solution

1. Complete the square to obtain \((x+3)^2+(y-2)^2+(z+1)^2=25\). 2. The center is \(M(-3,2,-1)\), and the radius is \(5\). 3. The distance from \(P\) to \(M\) is \(\sqrt{(9+3)^2+(7-2)^2+(-1+1)^2}=\sqrt{169}=13\). 4. Because \(13>5\), \(P\) is outside the sphere. 5. The shortest distance to the surface is \(13-5=8\).

Answer

a) Center \(M(-3,2,-1)\); radius \(5\) b) \(13\) units c) \(P\) is outside; its distance to the surface is \(8\) units.
52609112
A sphere has center \(M(2,3,-1)\), and \(P(5,-1,-1)\) lies on the sphere. a) Segment \(\overline{PQ}\) is a diameter. Find \(Q\). b) Show that \(R(2,6,3)\) also lies on the sphere. c) Without further calculation, state a special angle property of triangle \(PQR\).

Hints

- The center is the midpoint of a diameter. - Compare \(MR^2\) with the squared radius. - In a circle, an inscribed angle that intercepts a diameter is a right angle.

Solution

1. Because \(M\) is the midpoint of the diameter, \(Q=2M-P=(-1,7,-1)\). 2. The squared radius is \(MP^2=3^2+(-4)^2+0^2=25\). 3. For \(R\), \(MR^2=0^2+3^2+4^2=25\), so \(R\) lies on the sphere. 4. The three points lie in one plane, and that plane intersects the sphere in a circle with diameter \(PQ\). By the Inscribed Angle Theorem, an angle that intercepts diameter \(PQ\) is a right angle. Thus, \(\angle PRQ=90^\circ\).

Answer

a) \(Q=(-1,7,-1)\) b) \(MR=MP=5\), so \(R\) lies on the sphere. c) Triangle \(PQR\) is right at \(R\).
52609212
The sphere \(K\) is given by \((x-4)^2+(y+1)^2+(z-2)^2=81\). a) State its center and radius. b) Point \(A(4,8,2)\) lies on the sphere. Find \(B\) so that \(\overline{AB}\) is a diameter. c) Let \(C\) be any other point on the sphere. Explain why \(\overrightarrow{CA}\cdot\overrightarrow{CB}=0\).

Hints

- Read the center and radius from standard form. - Use the midpoint relationship for a diameter. - In a circle, an inscribed angle that intercepts a diameter is a right angle.

Solution

1. The center is \(M(4,-1,2)\), and the radius is \(9\). 2. Since \(M\) is the midpoint of \(\overline{AB}\), \(B=2M-A=(4,-10,2)\). 3. Points \(A\), \(B\), and \(C\) lie in a plane, and that plane intersects the sphere in a circle with diameter \(AB\). By the Inscribed Angle Theorem, \(\angle ACB=90^\circ\). 4. Therefore, \(\overrightarrow{CA}\) and \(\overrightarrow{CB}\) are perpendicular, so their dot product is \(0\).

Answer

a) \(M=(4,-1,2)\), \(r=9\) b) \(B=(4,-10,2)\) c) The vectors are perpendicular because \(AB\) is a diameter, so their dot product is \(0\).
52610612
A sphere of radius \(5\) is tangent to both the xz-plane and the yz-plane. Its center also lies in the plane \(z=10\). Find equations of all spheres that satisfy these conditions.

Hints

- A tangent coordinate plane is one radius from the center. - Each of the x- and y-coordinates can have either sign. - The z-coordinate is fixed by the given plane.

Solution

1. Tangency to the xz-plane \(y=0\) requires the center's y-coordinate to satisfy \(\lvert y_M\rvert=5\). 2. Tangency to the yz-plane \(x=0\) requires \(\lvert x_M\rvert=5\). 3. The center lies in \(z=10\), so \(z_M=10\). 4. The four possible centers are \((5,5,10)\), \((5,-5,10)\), \((-5,5,10)\), and \((-5,-5,10)\). 5. Substitute each center and \(r^2=25\) into the standard sphere equation.

Answer

\((x-5)^2+(y-5)^2+(z-10)^2=25\) \((x-5)^2+(y+5)^2+(z-10)^2=25\) \((x+5)^2+(y-5)^2+(z-10)^2=25\) \((x+5)^2+(y+5)^2+(z-10)^2=25\)
52610712
A sphere has center \(M(1,1,1)\) and radius \(5\). For which real values of \(c\) is \(P(4,1,c)\) inside the sphere, on the sphere, or outside the sphere?

Hints

- Compare the squared distance from \(P\) to the center with \(r^2\). - Solve the equality first to find the boundary values. - Use the corresponding quadratic inequality for the inside and outside cases.

Solution

1. The squared distance from \(P\) to \(M\) is \(d^2=(4-1)^2+(1-1)^2+(c-1)^2=9+(c-1)^2\). 2. On the sphere, \(9+(c-1)^2=25\), so \((c-1)^2=16\). Thus, \(c=-3\) or \(c=5\). 3. Inside the sphere, \((c-1)^2<16\), which gives \(-3<c<5\). 4. Outside the sphere, \((c-1)^2>16\), which gives \(c<-3\) or \(c>5\).

Answer

Inside: \(-3<c<5\) On: \(c=-3\) or \(c=5\) Outside: \(c<-3\) or \(c>5\)
52610812
A sphere has center \(M(0,1,0)\) and radius \(\sqrt{6}\). For which real values of \(c\) is \(P(c,c,1)\) inside the sphere, on the sphere, or outside the sphere?

Hints

- Write the squared distance as a quadratic expression in \(c\). - Solve the equality to find the boundary values. - Use the sign of the upward-opening quadratic between and outside its roots.

Solution

1. The squared distance is \(d^2=c^2+(c-1)^2+1=2c^2-2c+2\). 2. On the sphere, \(2c^2-2c+2=6\). This simplifies to \(c^2-c-2=0\), so \(c=-1\) or \(c=2\). 3. Because \(2c^2-2c-4\) opens upward, \(d^2<6\) between the roots: \(-1<c<2\). 4. Outside the sphere, \(c<-1\) or \(c>2\).

Answer

Inside: \(-1<c<2\) On: \(c=-1\) or \(c=2\) Outside: \(c<-1\) or \(c>2\)
52611512
Determine how line \(g\) intersects sphere \(K\). Find all intersection points, if any. \(g:\mathbf{x}=\langle1, 2, 5\rangle+t\langle1, -2, 2\rangle\) Sphere \(K\) has center \(M=(2, 0, 7)\) and radius \(3\).

Hints

- Write the sphere equation from its center and radius. - Substitute the parametric coordinates of the line into the sphere equation. - The number of real parameter values determines the number of intersections. - Substitute each parameter value back into the line equation.

Solution

1. The sphere equation is \((x-2)^2+y^2+(z-7)^2=9\). 2. Substitute \(x=1+t\), \(y=2-2t\), and \(z=5+2t\): \((t-1)^2+(2-2t)^2+(2t-2)^2=9\). 3. Simplifying gives \(9(t-1)^2=9\), so \((t-1)^2=1\). Therefore, \(t=0\) or \(t=2\). 4. For \(t=0\), the point is \((1, 2, 5)\). For \(t=2\), the point is \((3, -2, 9)\). 5. Because there are two intersection points, \(g\) is a secant line of the sphere.

Answer

Line \(g\) is a secant. The intersection points are \((1, 2, 5)\) and \((3, -2, 9)\).
52611612
Determine whether line \(h\) intersects, is tangent to, or misses sphere \(K\). Find all common points. \(h:\mathbf{x}=\langle6, 0, 5\rangle+\lambda\langle2, -1, 0\rangle\) \(K:(x-3)^2+(y+1)^2+(z-2)^2=14\)

Hints

- Substitute the line's coordinate expressions into the sphere equation. - Expand the squared binomials carefully. - Use the number of real solutions of the resulting quadratic equation. - One real parameter value means the line is tangent.

Solution

1. Substitute \(x=6+2\lambda\), \(y=-\lambda\), and \(z=5\) into the sphere equation: \((2\lambda+3)^2+(1-\lambda)^2+3^2=14\). 2. Expanding and simplifying gives \(5\lambda^2+10\lambda+5=0\). 3. Divide by \(5\): \((\lambda+1)^2=0\). Thus, there is exactly one parameter value, \(\lambda=-1\), so the line is tangent to the sphere. 4. Substitution into \(h\) gives the point of tangency \((4, 1, 5)\).

Answer

Line \(h\) is tangent to the sphere at \((4, 1, 5)\).
52612312
A sphere has radius \(9\) and center \(M(m_1,m_2,m_3)\). It is tangent to both the yz-plane and the xy-plane. All coordinates of the center are positive, and \(P(5,1,5)\) lies on the sphere. Find \(M\).

Hints

- Tangency to a coordinate plane fixes the corresponding center coordinate at one radius from the plane. - Substitute the known point into the sphere equation. - Use the positive-coordinate condition to choose the valid solution.

Solution

1. Tangency to the yz-plane \(x=0\), together with positivity, gives \(m_1=9\). 2. Tangency to the xy-plane \(z=0\) gives \(m_3=9\). 3. Because \(P\) lies on the sphere, \((5-9)^2+(1-m_2)^2+(5-9)^2=81\). 4. Thus, \((1-m_2)^2=49\), so \(m_2=-6\) or \(m_2=8\). 5. The center must have positive coordinates, so \(m_2=8\). Therefore, \(M=(9,8,9)\).

Answer

\(M=(9,8,9)\)
52612412
A sphere lies entirely in the closed first octant \((x,y,z\ge0)\), is tangent to all three coordinate planes, and passes through \(A(1,2,1)\). Find all possible centers.

Hints

- Tangency to all three coordinate planes makes all center coordinates equal to the radius. - Substitute the given point into the sphere equation. - Solve the resulting quadratic equation for the radius.

Solution

1. Because the sphere is tangent to all three coordinate planes in the first octant, its center has the form \(M(r,r,r)\), where \(r\) is the radius. 2. Since \(A\) lies on the sphere, \((1-r)^2+(2-r)^2+(1-r)^2=r^2\). 3. Expanding gives \(2r^2-8r+6=0\), or \(r^2-4r+3=0\). 4. Therefore, \(r=1\) or \(r=3\). 5. The possible centers are \(M_1=(1,1,1)\) and \(M_2=(3,3,3)\).

Answer

\(M_1=(1,1,1)\) and \(M_2=(3,3,3)\)
52614612
The sphere \(K\) is given by \((x-5)^2+(y+2)^2+(z-1)^2=49\). A diameter lies on the line through the center \(M\) and \(Q(7,1,7)\). Find the two intersection points of this line with the sphere.

Hints

- Read the center and radius from the sphere equation. - Use the vector from the center to \(Q\) as the line direction. - Points on the sphere are one radius from the center.

Solution

1. The center is \(M(5,-2,1)\), and the radius is \(7\). 2. The direction from \(M\) to \(Q\) is \(\overrightarrow{MQ}=\langle 2,3,6\rangle\), whose magnitude is \(7\). 3. The line is \((x,y,z)=(5,-2,1)+t\langle 2,3,6\rangle\). 4. Substitution into the sphere equation gives \(49t^2=49\), so \(t=1\) or \(t=-1\). 5. The intersection points are \((7,1,7)\) and \((3,-5,-5)\).

Answer

\((7,1,7)\) and \((3,-5,-5)\)
52615112
Find the equation of the sphere with radius \(10\) that is externally tangent to \(K: (x-1)^2+(y-2)^2+(z-3)^2=25\) at \(B(1,6,6)\).

Hints

- The two centers and the tangency point are collinear. - For external tangency, the tangency point lies between the centers. - Move one new radius beyond the tangency point.

Solution

1. Sphere \(K\) has center \(M_K=(1,2,3)\) and radius \(5\). 2. The vector from \(M_K\) to the tangency point is \(\overrightarrow{M_KB}=\langle 0,4,3\rangle\), with magnitude \(5\). 3. For external tangency, the new center lies beyond \(B\) along the same ray and is \(10\) units from \(B\). 4. A length-\(10\) vector in that direction is \(2\langle 0,4,3\rangle=\langle 0,8,6\rangle\). 5. The new center is \(M_S=B+\langle 0,8,6\rangle=(1,14,12)\). 6. Therefore, the sphere is \((x-1)^2+(y-14)^2+(z-12)^2=100\).

Answer

\((x-1)^2+(y-14)^2+(z-12)^2=100\)
52615212
The sphere \(K\) is given by \((x-1)^2+(y+2)^2+(z-2)^2=144\). Find equations of the two spheres with radius \(6\) that are tangent to \(K\) at \(P(5,6,-6)\).

Hints

- Find the center and radius of \(K\). - The centers and tangency point are collinear. - Move one new radius from \(P\) in each direction along the center-to-point line.

Solution

1. Sphere \(K\) has center \(M_K=(1,-2,2)\) and radius \(12\). 2. The vector \(\overrightarrow{M_KP}=\langle 4,8,-8\rangle\) has magnitude \(12\). 3. A vector of length \(6\) in this direction is \(\frac{1}{2}\overrightarrow{M_KP}=\langle 2,4,-4\rangle\). 4. The two possible centers are \(M_1=P+\langle 2,4,-4\rangle=(7,10,-10)\) and \(M_2=P-\langle 2,4,-4\rangle=(3,2,-2)\). 5. Therefore, the sphere equations are \((x-7)^2+(y-10)^2+(z+10)^2=36\) and \((x-3)^2+(y-2)^2+(z+2)^2=36\).

Answer

\((x-7)^2+(y-10)^2+(z+10)^2=36\) and \((x-3)^2+(y-2)^2+(z+2)^2=36\)
52615512
Points \(A=(6, 0, 2)\), \(B=(0, 6, 2)\), and \(C=(-6, 0, 2)\), together with a point \(D\), form the square base \(ABCD\) of pyramid \(ABCDS\). The apex is \(S=(0, 0, 10)\). a) Find the coordinates of \(D\), and describe the position of the base plane \(E\) in the coordinate system. b) Show algebraically that triangle \(ABS\) is isosceles. c) Points \(A\), \(B\), and \(S\) lie in plane \(F\). Find a Cartesian equation of \(F\). d) Find the volume of the pyramid.

Hints

- Use the symmetry and diagonals of the square to find the missing vertex. - All vertices of the base have the same \(z\)-coordinate. - Compare two side lengths of the triangle. - Find a plane normal by requiring zero dot products with two vectors in the plane. - Use \(V=\frac{1}{3}Bh\), where \(h\) is perpendicular to the base plane.

Solution

1. The midpoint of diagonal \(\overline{AC}\) is \((0, 0, 2)\). Reflecting \(B\) across this midpoint gives \(D=(0, -6, 2)\). The base plane is \(E:z=2\), parallel to the \(xy\)-plane. 2. \(AS=\sqrt{(-6)^2+0^2+8^2}=10\), and \(BS=\sqrt{0^2+(-6)^2+8^2}=10\). Therefore, triangle \(ABS\) is isosceles. 3. Two vectors in \(F\) are \(\overrightarrow{AB}=\begin{pmatrix}-6\\6\\0\end{pmatrix}\) and \(\overrightarrow{AS}=\begin{pmatrix}-6\\0\\8\end{pmatrix}\). Let \(\vec{n}=\begin{pmatrix}a\\b\\c\end{pmatrix}\) be perpendicular to both. Then \(-6a+6b=0\) and \(-6a+8c=0\). One solution is \(\vec{n}=\begin{pmatrix}4\\4\\3\end{pmatrix}\). Using \(S\), the plane equation is \(F:4x+4y+3z=30\). 4. The square base has side length \(AB=\sqrt{72}\), so its area is \(72\). The perpendicular height is \(10-2=8\). Thus \(V=\frac{1}{3}\cdot72\cdot8=192\) cubic units.

Answer

a) \(D=(0, -6, 2)\), and \(E:z=2\), which is parallel to the \(xy\)-plane. b) \(AS=BS=10\), so triangle \(ABS\) is isosceles. c) \(F:4x+4y+3z=30\) d) \(V=192\) cubic units
52616912
A right triangular prism has height \(6\). Its base in the xy-plane has vertices \(A(4,0,0)\), \(B(0,4,0)\), and \(C(0,0,0)\). The top face lies in \(z=6\), with \(D\), \(E\), and \(F\) directly above \(A\), \(B\), and \(C\), respectively. a) Find \(D\), \(E\), and \(F\). b) Find the equation of the sphere passing through all six vertices.

Hints

- The top vertices are vertical translations of the base vertices. - Use symmetry between the base and top planes. - The circumcenter of a right triangle is the midpoint of its hypotenuse.

Solution

1. Moving each base vertex vertically by \(6\) gives \(D(4,0,6)\), \(E(0,4,6)\), and \(F(0,0,6)\). 2. The sphere center lies halfway between the base and top planes, so its z-coordinate is \(3\). 3. In the xy-plane, the center is the circumcenter of right triangle \(ABC\), which is the midpoint of hypotenuse \(AB\). Thus, the center is \(M(2,2,3)\). 4. The squared radius is the squared distance from \(M\) to \(C\): \(r^2=2^2+2^2+3^2=17\). 5. The sphere equation is \((x-2)^2+(y-2)^2+(z-3)^2=17\).

Answer

a) \(D=(4,0,6)\), \(E=(0,4,6)\), \(F=(0,0,6)\) b) \((x-2)^2+(y-2)^2+(z-3)^2=17\)
52617512
A spherical storage tank has diameter \(20\,\text{m}\) and is partly buried. Its highest point is \(16\,\text{m}\) above ground. Let the ground be the xy-plane, and place the center of the circular ground-level cross section at the origin. a) Write an equation of the tank's spherical surface. b) Find the circumference of the circle where the tank meets the ground.

Hints

- Use the diameter to find the radius. - Relate the center's height to the sphere's highest point. - Set \(z=0\) to find the ground-level cross section. - Use the circle circumference formula.

Solution

1. The sphere's radius is \(10\,\text{m}\). 2. Let the center be \((0,0,h)\). The highest point has z-coordinate \(h+10=16\), so \(h=6\). 3. The sphere equation is \(x^2+y^2+(z-6)^2=100\). 4. At ground level, \(z=0\). Substitution gives \(x^2+y^2+36=100\), so the ground circle has radius \(8\,\text{m}\). 5. Its circumference is \(2\pi(8)=16\pi\,\text{m}\approx50.27\,\text{m}\).

Answer

a) \(x^2+y^2+(z-6)^2=100\) b) \(16\pi\,\text{m}\approx50.27\,\text{m}\)
52619312
The set of points in space is given by \(x^2+y^2+z^2-8x+10y+4z+c=0\). Find the real value of \(c\) for which the equation describes a sphere of radius \(7\), and state the center.

Hints

- Complete the square in all three variables. - Match the right side with \(r^2=49\). - Read the center from the completed-square form.

Solution

1. Complete the square: \((x-4)^2-16+(y+5)^2-25+(z+2)^2-4+c=0\). 2. Therefore, \((x-4)^2+(y+5)^2+(z+2)^2=45-c\). 3. The center is \(M=(4,-5,-2)\). 4. For radius \(7\), set \(45-c=49\). Thus, \(c=-4\).

Answer

\(c=-4\); center \(M=(4,-5,-2)\)
52619412
Determine whether \(3x^2+3y^2+3z^2+12x-18y+24z+93=0\) describes a sphere in \(\mathbb{R}^3\). If it does, find its center and radius. If not, explain why.

Hints

- First divide by the common coefficient of the squared terms. - Complete the square in each variable. - A real sphere requires a nonnegative squared radius.

Solution

1. Divide by \(3\): \(x^2+y^2+z^2+4x-6y+8z+31=0\). 2. Complete the square: \((x+2)^2-4+(y-3)^2-9+(z+4)^2-16+31=0\). 3. This becomes \((x+2)^2+(y-3)^2+(z+4)^2=-2\). 4. A sum of real squares cannot equal a negative number. Therefore, the equation has no real points and does not describe a sphere in \(\mathbb{R}^3\).

Answer

It does not describe a real sphere because the completed-square form is \((x+2)^2+(y-3)^2+(z+4)^2=-2\), which has no real solutions.
52628612
A line \(g\) is reflected across a plane \(E\), producing image line \(g'\). a) Can \(g\) and \(g'\) be skew? Briefly justify your answer. b) Suppose \(g\) is parallel to \(E\) at a distance of \(4.5\,\text{cm}\). Describe the relationship between \(g\) and \(g'\), and find the distance between the lines. c) Under what conditions on the position of \(g\) relative to \(E\) is \(g=g'\) as a set of points?

Hints

- Skew lines must be noncoplanar. - Reflection places an image the same distance from the mirror plane on the opposite side. - Which points remain fixed under reflection across a plane? - Consider lines contained in the plane and lines normal to the plane.

Solution

1. The lines cannot be skew. If \(g\) intersects \(E\), the intersection point is fixed by the reflection, so \(g\) and \(g'\) intersect there. If \(g\) is parallel to \(E\), its image is a parallel line. In either case, the two lines are coplanar. 2. When \(g\) is parallel to \(E\), its image lies the same distance from \(E\) on the opposite side. Therefore, \(g\) and \(g'\) are parallel, and their distance is \(2\cdot4.5\,\text{cm}=9\,\text{cm}\). 3. The image line is identical to the original line when \(g\) lies in \(E\), so every point is fixed, or when \(g\) is perpendicular to \(E\), so reflection maps the line onto itself.

Answer

a) No. The lines are always coplanar; they either intersect or are parallel. b) The lines are parallel and are \(9\,\text{cm}\) apart. c) \(g=g'\) when \(g\) lies in \(E\) or is perpendicular to \(E\).
52633512
The equation \(x^2+y^2+z^2-4kx+2y-6z+13=0\) contains a real parameter \(k\). a) Find the center \(M_k\) and \(r^2\) in terms of \(k\). b) State the condition on \(k\) for the equation to describe a sphere. c) Find the values of \(k\) for which the radius is \(5\).

Hints

- Complete the square in all three variables. - A real sphere with positive radius requires \(r^2>0\). - For part c), set the squared radius equal to \(25\).

Solution

1. Complete the square to obtain \((x-2k)^2+(y+1)^2+(z-3)^2=4k^2-3\). 2. Therefore, \(M_k=(2k,-1,3)\) and \(r^2=4k^2-3\). 3. A sphere with positive radius requires \(4k^2-3>0\), so \(\lvert k\rvert>\frac{\sqrt{3}}{2}\). 4. For radius \(5\), set \(4k^2-3=25\). Then \(k^2=7\), so \(k=\pm\sqrt{7}\).

Answer

a) \(M_k=(2k,-1,3)\), \(r^2=4k^2-3\) b) \(\lvert k\rvert>\frac{\sqrt{3}}{2}\) c) \(k=\pm\sqrt{7}\)
52633612
A family of surfaces is given by \(x^2+y^2+z^2-4ax-2az+5a^2-16=0\), where \(a\in\mathbb{R}\). a) Show that every value of \(a\) gives a sphere, and state its radius. b) Write an equation of the line containing all sphere centers \(M_a\). c) Find the values of \(a\) for which the sphere is tangent to the xy-plane.

Hints

- Complete the square in x and z. - Express the center coordinates using the parameter. - Tangency to the xy-plane means the absolute z-coordinate of the center equals the radius.

Solution

1. Complete the square: \((x-2a)^2+y^2+(z-a)^2=16\). 2. Thus, every member is a sphere of radius \(4\), with center \(M_a=(2a,0,a)\). 3. The centers lie on the line \((x,y,z)=t\langle 2,0,1\rangle\). 4. A sphere is tangent to the xy-plane when the center's distance from \(z=0\) equals the radius. Therefore, \(\lvert a\rvert=4\), so \(a=4\) or \(a=-4\).

Answer

a) Radius \(4\) b) \((x,y,z)=t\langle 2,0,1\rangle\) c) \(a=4\) or \(a=-4\)
52692012
A point \(P\) lies on the y-axis in three-dimensional space. Find all possible coordinates of \(P\) if its distance from \(Q(4, 3, -2)\) is exactly \(6\) units.

Hints

- What form do the coordinates of a point on the y-axis have in three dimensions? - Substitute that form into the three-dimensional distance formula. - Remember that an equation of the form \(u^2=a\) can have two solutions.

Solution

1. A point on the y-axis has the form \(P(0, y, 0)\). 2. Use the distance formula: \(\sqrt{(4-0)^2+(3-y)^2+(-2-0)^2}=6\). 3. Square both sides and simplify: \(16+(3-y)^2+4=36\), so \((3-y)^2=16\). 4. Thus, \(3-y=4\) or \(3-y=-4\), giving \(y=-1\) or \(y=7\). 5. The points are \(P_1(0, -1, 0)\) and \(P_2(0, 7, 0)\).

Answer

\(P_1(0, -1, 0)\) and \(P_2(0, 7, 0)\)
52770912
Describe the geometric set of points in three-dimensional space defined by each condition on the coordinates \(x\), \(y\), and \(z\): a) \(x=0\) and \(y=4\) b) \(x=0\) and \(y=z\) c) \(|y|=5\)

Hints

- First determine which coordinates are fixed and which are free. - What coordinate condition places a point in a coordinate plane? - If two coordinates are fixed and one varies, what geometric object results? - Rewrite an absolute-value equation as two equations.

Solution

1. In part a), \(x\) and \(y\) are fixed while \(z\) can be any real number. The set is a line parallel to the \(z\)-axis through \((0, 4, 0)\). 2. In part b), \(x=0\) places every point in the \(yz\)-plane. The condition \(y=z\) gives the line through the origin with direction vector \(\begin{pmatrix}0\\1\\1\end{pmatrix}\). 3. In part c), \(|y|=5\) means \(y=5\) or \(y=-5\). Since \(x\) and \(z\) are unrestricted, the set consists of two planes parallel to the \(xz\)-plane, each \(5\) units from it.

Answer

a) A line parallel to the \(z\)-axis through \((0, 4, 0)\). b) The line in the \(yz\)-plane through the origin with direction vector \(\begin{pmatrix}0\\1\\1\end{pmatrix}\). c) The two planes \(y=5\) and \(y=-5\), both parallel to the \(xz\)-plane.
52771012
Describe the geometric set of points \(P(x, y, z)\) in space defined by each condition: a) \(x=y=z\) b) \(x=-1\) and \(z=2\) c) \(z=0\) and \(x+y=4\)

Hints

- Substitute a few simple values into \(x=y=z\). - If only one coordinate can vary, identify the axis direction parallel to that variation. - For part c), first use \(z=0\), then interpret \(x+y=4\) in two dimensions.

Solution

1. In part a), all three coordinates have the same value. Writing that value as \(t\) gives \((x, y, z)=(t, t, t)\), so the set is the line through the origin with direction vector \(\begin{pmatrix}1\\1\\1\end{pmatrix}\). 2. In part b), \(x\) and \(z\) are fixed while \(y\) is free. The set is the line through \((-1, 0, 2)\) parallel to the \(y\)-axis. 3. In part c), \(z=0\) places the points in the \(xy\)-plane. Within that plane, \(x+y=4\) is the line through \((4, 0, 0)\) and \((0, 4, 0)\).

Answer

a) The line through the origin with direction vector \(\begin{pmatrix}1\\1\\1\end{pmatrix}\). b) A line parallel to the \(y\)-axis through \((-1, 0, 2)\). c) The line in the \(xy\)-plane through \((4, 0, 0)\) and \((0, 4, 0)\).
52771412
The point \(P(3, 8, -4)\) is reflected successively across the three coordinate planes. 1. Find \(P_1\), the reflection of \(P\) across the \(xy\)-plane. 2. Reflect \(P_1\) across the \(xz\)-plane to find \(P_2\). 3. Reflect \(P_2\) across the \(yz\)-plane to find \(P_3\). 4. Compare \(P\) and \(P_3\). What single transformation maps \(P\) directly to \(P_3\)?

Hints

- For each coordinate plane, identify the coordinate perpendicular to that plane. - Record the coordinates after each reflection. - Compare the signs of the original and final coordinates.

Solution

1. Reflection across the \(xy\)-plane changes the sign of \(z\), so \(P_1=(3, 8, 4)\). 2. Reflection across the \(xz\)-plane changes the sign of \(y\), so \(P_2=(3, -8, 4)\). 3. Reflection across the \(yz\)-plane changes the sign of \(x\), so \(P_3=(-3, -8, 4)\). 4. Every coordinate of \(P_3\) is the opposite of the corresponding coordinate of \(P\). Therefore, one reflection through the origin maps \(P\) to \(P_3\).

Answer

1. \(P_1=(3, 8, 4)\) 2. \(P_2=(3, -8, 4)\) 3. \(P_3=(-3, -8, 4)\) 4. A reflection through the origin.
52771612
Consider a general point \(P(p_1, p_2, p_3)\) in three-dimensional space. a) Find the coordinates of \(P'\), the reflection of \(P\) across the \(xy\)-plane. b) Reflect \(P'\) across the \(xz\)-plane to obtain \(P''\). Give the coordinates of \(P''\). c) Show that the transformation from \(P\) to \(P''\) is equivalent to a \(180^\circ\) rotation about a coordinate axis. Name the axis and state the general coordinate rule.

Hints

- For a reflection across a coordinate plane, only the perpendicular coordinate changes sign. - Apply the two reflections in order. - Compare the original and final coordinates. - Which rotation keeps one coordinate fixed and reverses the other two?

Solution

1. Reflection across the \(xy\)-plane changes the sign of the third coordinate, so \(P'=(p_1, p_2, -p_3)\). 2. Reflection across the \(xz\)-plane changes the sign of the second coordinate. Therefore, \(P''=(p_1, -p_2, -p_3)\). 3. The first coordinate is unchanged while the other two coordinates change sign. This is exactly a \(180^\circ\) rotation about the \(x\)-axis. In general, \((x, y, z)\mapsto(x, -y, -z)\).

Answer

a) \(P'=(p_1, p_2, -p_3)\) b) \(P''=(p_1, -p_2, -p_3)\) c) A \(180^\circ\) rotation about the \(x\)-axis; \((x, y, z)\mapsto(x, -y, -z)\).
52771912
A right square pyramid \(ABCDS\) has base vertices \(A(1, 1, 2)\), \(B(7, 1, 2)\), \(C(7, 7, 2)\), and \(D(1, 7, 2)\). Each lateral edge has length \(\sqrt{43}\). Find all possible coordinates of \(S\).

Hints

- Find the center of the square base. - The vertex of a right pyramid lies on the perpendicular line through the base center. - Use the distance from \(A\) to the parameterized vertex. - Remember both signs when solving for the height.

Solution

1. The center of the square base is the midpoint of \(A\) and \(C\): \(M=(4, 4, 2)\). 2. In a right pyramid, the vertex lies on the line perpendicular to the base through \(M\). Since the base lies in \(z=2\), write \(S=(4, 4, 2+h)\). 3. Then \(\overrightarrow{AS}=\begin{pmatrix}3\\3\\h\end{pmatrix}\). The edge-length condition gives \(3^2+3^2+h^2=43\). 4. Thus, \(h^2=25\), so \(h=5\) or \(h=-5\). 5. Therefore, the possible vertices are \(S_1=(4, 4, 7)\) and \(S_2=(4, 4, -3)\).

Answer

\(S_1(4, 4, 7)\) and \(S_2(4, 4, -3)\)
52772012
The square base of a right pyramid \(ABCDS\) has vertices \(A(5, 0, 0)\), \(B(5, 4, 0)\), \(C(5, 4, 4)\), and \(D(5, 0, 4)\). Each lateral edge has length \(6\). Find all possible coordinates of \(S\).

Hints

- Identify the plane containing the base. - Find the center of the square. - Parameterize the perpendicular line through the center. - Use the given lateral-edge length and include both possible signs.

Solution

1. The base lies in the plane \(x=5\), and its center is \(M=(5, 2, 2)\). 2. The vertex lies on the line through \(M\) perpendicular to the base, so write \(S=(5+h, 2, 2)\). 3. Then \(\overrightarrow{AS}=\begin{pmatrix}h\\2\\2\end{pmatrix}\). The edge-length condition is \(h^2+2^2+2^2=6^2\). 4. Thus, \(h^2=28\), so \(h=\pm2\sqrt{7}\). 5. Therefore, \(S_1=(5+2\sqrt{7}, 2, 2)\) and \(S_2=(5-2\sqrt{7}, 2, 2)\).

Answer

\(S_1(5+2\sqrt{7}, 2, 2)\) and \(S_2(5-2\sqrt{7}, 2, 2)\)
52772612
a) The points \(C(4, 3, 6)\) and \(D(-4, -3, 6)\) are given. Describe their geometric relationship with respect to the coordinate axes. b) Consider general points \(M(x, y, z)\) and \(N(-x, -y, z)\). What transformation maps \(M\) to \(N\)? Describe the symmetry.

Hints

- Identify the coordinate that remains unchanged. - Project the points onto the \(xy\)-plane and compare them with the origin. - What rotation changes the signs of two coordinates while leaving the third unchanged? - Use the coordinate rule for a rotation about the \(z\)-axis.

Solution

1. The points have the same \(z\)-coordinate, and their \(x\)- and \(y\)-coordinates are opposites. 2. Both points lie in the plane \(z=6\). Their midpoint is \((0, 0, 6)\), a point on the \(z\)-axis. 3. A \(180^\circ\) rotation about the \(z\)-axis changes \((x, y, z)\) to \((-x, -y, z)\). Therefore, this rotation maps \(C\) to \(D\) and, in general, maps \(M\) to \(N\).

Answer

a) \(C\) and \(D\) are related by a \(180^\circ\) rotation about the \(z\)-axis. b) The transformation is \((x, y, z)\mapsto(-x, -y, z)\), a \(180^\circ\) rotation about the \(z\)-axis.
52772712
Find all points on the \(y\)-axis that are a distance of \(\sqrt{26}\) from \(A(1, 3, 4)\).

Hints

- Write a general point on the \(y\)-axis. - Use the squared distance formula. - Keep both solutions of the quadratic equation.

Solution

1. A point on the \(y\)-axis has the form \(P=(0, y, 0)\). 2. The distance condition gives \((0-1)^2+(y-3)^2+(0-4)^2=26\). 3. Thus, \(17+(y-3)^2=26\), so \((y-3)^2=9\). 4. Therefore, \(y=6\) or \(y=0\).

Answer

\((0, 6, 0)\) and \((0, 0, 0)\)
52772812
The points are \(A(2, k, 1)\) and \(B(4, 1, -3)\). Find all values of \(k\) for which \(\overline{AB}\) has length \(6\).

Hints

- Form the vector from \(A\) to \(B\). - Set its squared magnitude equal to \(36\). - Solve both cases produced by the square.

Solution

1. \(\overrightarrow{AB}=\begin{pmatrix}2\\1-k\\-4\end{pmatrix}\). 2. The length condition gives \(2^2+(1-k)^2+(-4)^2=6^2\). 3. Thus, \((1-k)^2=16\). 4. Therefore, \(1-k=4\) or \(1-k=-4\), giving \(k=-3\) or \(k=5\).

Answer

\(k=-3\) or \(k=5\)
52773112
In cube \(ABCDEFGH\), the vertices \(A(4, 1, 2)\), \(B(4, 5, 5)\), and \(D(-1, 1, 2)\) are given. a) Find the lengths of edges \(AB\) and \(AD\). b) Use a dot product to confirm that \(AB\perp AD\). c) Find \(C\). d) Two faces are parallel to the \(yz\)-plane. Name them and explain how the coordinates show this.

Hints

- Form the two edge vectors from \(A\). - Use magnitudes and a dot product. - Complete the base parallelogram to find \(C\). - A face parallel to the \(yz\)-plane has a normal parallel to the \(x\)-axis.

Solution

1. \(\overrightarrow{AB}=\begin{pmatrix}0\\4\\3\end{pmatrix}\) and \(\overrightarrow{AD}=\begin{pmatrix}-5\\0\\0\end{pmatrix}\). Both have length \(5\). 2. Their dot product is \(0\), so the edges are perpendicular. 3. Since \(\overrightarrow{BC}=\overrightarrow{AD}\), \(C=B+\overrightarrow{AD}=(-1, 5, 5)\). 4. Edge \(AD\) is parallel to the \(x\)-axis because only its \(x\)-coordinate changes. The faces perpendicular to that edge, \(ABFE\) and \(DCGH\), are therefore parallel to the \(yz\)-plane.

Answer

a) \(AB=AD=5\) b) \(\overrightarrow{AB}\cdot\overrightarrow{AD}=0\) c) \(C(-1, 5, 5)\) d) \(ABFE\) and \(DCGH\)
52773412
The sphere is given by \((x+1)^2+(y-4)^2+z^2=25\). a) State its center and radius. b) Find its intersection points with the x-axis. c) Point \(S(2,8,z)\) lies on the sphere. Find \(z\).

Hints

- Read the center and radius from standard form. - Points on the x-axis have y- and z-coordinates equal to \(0\). - Substitute the known coordinates of \(S\).

Solution

1. The center is \(M=(-1,4,0)\), and the radius is \(5\). 2. Points on the x-axis have \(y=z=0\). Substitution gives \((x+1)^2+16=25\), so \((x+1)^2=9\). 3. Therefore, \(x=2\) or \(x=-4\), giving \((2,0,0)\) and \((-4,0,0)\). 4. Substitute \(S\): \(3^2+4^2+z^2=25\). Thus, \(z^2=0\), so \(z=0\).

Answer

a) Center \((-1,4,0)\); radius \(5\) b) \((2,0,0)\) and \((-4,0,0)\) c) \(z=0\)
52773512
Let \(O(0, 0, 0)\), \(A(6, 0, 0)\), and \(B(3, 3, z)\). Find all real values of \(z\) for which triangle \(OAB\) is equilateral.

Hints

- An equilateral triangle has three equal side lengths. - Start with the known length \(OA\). - Compare the squared distances \(OB^2\) and \(AB^2\) with \(OA^2\). - Include both signs when solving for \(z\).

Solution

1. \(OA=6\). 2. Also, \(OB^2=3^2+3^2+z^2=18+z^2\). 3. For \(OB=6\), \(18+z^2=36\), so \(z^2=18\). 4. Thus, \(z=\pm3\sqrt{2}\). 5. Since \(AB^2=(-3)^2+3^2+z^2=18+z^2\), the same values also give \(AB=6\). Therefore, all three sides are equal.

Answer

\(z=3\sqrt{2}\) or \(z=-3\sqrt{2}\)
52778012
Consider the points \(A(3, 4, -1)\) and \(B(-3, -4, -1)\). 1. Find the midpoint \(M\) of \(\overline{AB}\). 2. Explain why \(\overline{AB}\) is parallel to the \(xy\)-plane. 3. Describe the special location of \(M\) in the coordinate system.

Hints

- Compare the \(z\)-coordinates of the endpoints. - What does a zero \(z\)-component in a direction vector mean? - What axis contains points whose \(x\)- and \(y\)-coordinates are both \(0\)?

Solution

1. Average corresponding coordinates: \(M=\left(\frac{3+(-3)}{2}, \frac{4+(-4)}{2}, \frac{-1+(-1)}{2}\right)=(0, 0, -1)\). 2. The endpoints have the same \(z\)-coordinate. Equivalently, \(\overrightarrow{AB}=\begin{pmatrix}-6\\-8\\0\end{pmatrix}\), whose \(z\)-component is \(0\). Therefore, the segment lies in the plane \(z=-1\), which is parallel to the \(xy\)-plane. 3. Since the \(x\)- and \(y\)-coordinates of \(M\) are \(0\), \(M\) lies on the \(z\)-axis.

Answer

1. \(M=(0, 0, -1)\) 2. The segment lies in \(z=-1\), a plane parallel to the \(xy\)-plane. 3. \(M\) lies on the \(z\)-axis.
52781212
The quadrilateral has vertices \(A(2, -1, 5)\), \(B(6, -1, 5)\), \(C(5, 1, 7)\), and \(D(3, 1, 7)\). Show that it is an isosceles trapezoid but not a parallelogram.

Hints

- Compare the vectors for the two possible bases. - Parallel vectors are scalar multiples. - A parallelogram has congruent opposite sides. - Compare the lengths of the nonparallel sides.

Solution

1. \(\overrightarrow{AB}=\begin{pmatrix}4\\0\\0\end{pmatrix}\) and \(\overrightarrow{DC}=\begin{pmatrix}2\\0\\0\end{pmatrix}\). Since \(\overrightarrow{AB}=2\overrightarrow{DC}\), sides \(AB\) and \(DC\) are parallel. 2. Their lengths are \(4\) and \(2\), so they are not equal. Therefore, the quadrilateral is not a parallelogram. 3. The nonparallel side vectors are \(\overrightarrow{AD}=\begin{pmatrix}1\\2\\2\end{pmatrix}\) and \(\overrightarrow{BC}=\begin{pmatrix}-1\\2\\2\end{pmatrix}\). 4. Both have length \(3\). Therefore, the trapezoid has congruent legs and is isosceles.

Answer

Since \(AB\parallel DC\), \(AB\ne DC\), and \(AD=BC=3\), the quadrilateral is an isosceles trapezoid but not a parallelogram.
52785212
The points are \(P(1, 1, 1)\), \(Q(3, 2, 3)\), \(R(4, 4, 5)\), and \(S(2, 3, 3)\). a) Find \(\overrightarrow{PQ}\), \(\overrightarrow{PS}\), and their lengths. b) Show that \(PQRS\) is a rhombus. c) Find its perimeter.

Hints

- Subtract coordinates to form the side vectors. - Compare an opposite-side vector to \(\overrightarrow{PQ}\). - A parallelogram with equal adjacent sides is a rhombus. - Multiply the side length by \(4\).

Solution

1. \(\overrightarrow{PQ}=\begin{pmatrix}2\\1\\2\end{pmatrix}\) and \(\overrightarrow{PS}=\begin{pmatrix}1\\2\\2\end{pmatrix}\). Both vectors have length \(3\). 2. \(\overrightarrow{SR}=\begin{pmatrix}2\\1\\2\end{pmatrix}=\overrightarrow{PQ}\), so \(PQRS\) is a parallelogram. 3. Since the adjacent sides \(PQ\) and \(PS\) both have length \(3\), the parallelogram is a rhombus. 4. Its perimeter is \(4\cdot3=12\) units.

Answer

a) \(\overrightarrow{PQ}=\begin{pmatrix}2\\1\\2\end{pmatrix}\), \(\overrightarrow{PS}=\begin{pmatrix}1\\2\\2\end{pmatrix}\), and both lengths are \(3\). b) \(PQRS\) is a rhombus. c) \(12\) units
53027012
A point \(Q\) is orthogonally projected onto the \(yz\)-plane, producing \(Q'=(0, 5, -3)\). The original point is \(8\) units from the \(yz\)-plane. a) Find the two possible coordinates of \(Q\). b) Choose the point \(Q\) with a positive \(x\)-coordinate. Project it orthogonally onto the \(z\)-axis and give the coordinates of the image \(Q''\).

Hints

- Which coordinates are preserved by projection onto the \(yz\)-plane? - How is distance from the \(yz\)-plane related to the \(x\)-coordinate? - Which coordinate remains when projecting onto the \(z\)-axis?

Solution

1. Projection onto the \(yz\)-plane preserves the \(y\)- and \(z\)-coordinates, so \(Q=(x, 5, -3)\). 2. The distance to the \(yz\)-plane is \(|x|\). Since \(|x|=8\), \(x=8\) or \(x=-8\). Thus, the two possible points are \((8, 5, -3)\) and \((-8, 5, -3)\). 3. For part b), use \(Q=(8, 5, -3)\). Projection onto the \(z\)-axis sets \(x\) and \(y\) equal to \(0\), so \(Q''=(0, 0, -3)\).

Answer

a) \(Q=(8, 5, -3)\) or \(Q=(-8, 5, -3)\) b) \(Q''=(0, 0, -3)\)
53027212
Write coordinate conditions that describe each set of points in three-dimensional space: a) All points in the \(xz\)-plane. b) All points on the \(z\)-axis. c) All points in a plane parallel to the \(xy\)-plane and passing through \(S(0, 0, -4)\). d) All points on a line parallel to the \(y\)-axis and passing through \(A(3, 0, 1)\).

Hints

- Which coordinate is \(0\) in each coordinate plane? - How many coordinates are \(0\) on a coordinate axis? - For a plane parallel to a coordinate plane, identify the coordinate that stays constant. - Use the coordinates of the given point to determine the fixed values.

Solution

1. A point lies in the \(xz\)-plane when its \(y\)-coordinate is \(0\). 2. A point lies on the \(z\)-axis when both its \(x\)- and \(y\)-coordinates are \(0\). 3. A plane parallel to the \(xy\)-plane has a constant \(z\)-coordinate. Passing through \(S\) makes that value \(-4\). 4. A line parallel to the \(y\)-axis has fixed \(x\)- and \(z\)-coordinates. Passing through \(A\) makes them \(3\) and \(1\).

Answer

a) \(y=0\) b) \(x=0\) and \(y=0\) c) \(z=-4\) d) \(x=3\) and \(z=1\)
53027912
The points \(A(5, -1)\) and \(B(2, 3)\) lie in a two-dimensional coordinate plane. Treat this plane as the \(xy\)-plane in three-dimensional space. 1. Write the three-dimensional coordinates of \(A\) and \(B\). 2. Find \(\overrightarrow{AB}\) first in two dimensions and then in three dimensions. Compare the vectors. 3. Find the midpoint \(M\) of \(\overline{AB}\) in three dimensions. 4. A point \(P\) is \(4\) units directly above \(M\) in the positive \(z\)-direction. Find \(P\).

Hints

- What value must \(z\) have for a point in the \(xy\)-plane? - Compute a displacement vector as terminal point minus initial point. - Average corresponding endpoint coordinates to find a midpoint. - Moving directly upward changes only the \(z\)-coordinate.

Solution

1. Every point in the \(xy\)-plane has \(z=0\), so \(A=(5, -1, 0)\) and \(B=(2, 3, 0)\). 2. In two dimensions, \(\overrightarrow{AB}=\begin{pmatrix}2-5\\3-(-1)\end{pmatrix}=\begin{pmatrix}-3\\4\end{pmatrix}\). In three dimensions, \(\overrightarrow{AB}=\begin{pmatrix}2-5\\3-(-1)\\0-0\end{pmatrix}=\begin{pmatrix}-3\\4\\0\end{pmatrix}\). The three-dimensional vector has the same first two components and an added zero component. 3. \(M=\left(\frac{5+2}{2}, \frac{-1+3}{2}, \frac{0+0}{2}\right)=(3.5, 1, 0)\). 4. Moving \(4\) units in the positive \(z\)-direction gives \(P=(3.5, 1, 4)\).

Answer

1. \(A=(5, -1, 0)\), \(B=(2, 3, 0)\) 2. \(\overrightarrow{AB}_{2D}=\begin{pmatrix}-3\\4\end{pmatrix}\), \(\overrightarrow{AB}_{3D}=\begin{pmatrix}-3\\4\\0\end{pmatrix}\) 3. \(M=(3.5, 1, 0)\) 4. \(P=(3.5, 1, 4)\)
53030612
A triangular prism has base vertices \(P(1, 1, 0)\), \(Q(5, 1, 0)\), and \(R(1, 4, 0)\). The point \(S(3, 3, 5)\) is a vertex of the translated base. a) Assume that \(P\) is translated to \(S\). Find the other two vertices of the translated base. b) Assume instead that \(Q\) is translated to \(S\). Find the other two vertices of the translated base. c) Explain why the prism is oblique in both cases.

Hints

- Every point of a prism's base is translated by the same vector. - The stated correspondence determines the translation vector. - What form must a vector have to be perpendicular to the \(xy\)-plane?

Solution

1. In part a, the translation vector is \(\overrightarrow{PS}=\begin{pmatrix}3-1\\3-1\\5-0\end{pmatrix}=\begin{pmatrix}2\\2\\5\end{pmatrix}\). 2. Applying this vector gives \(Q'=(5, 1, 0)+(2, 2, 5)=(7, 3, 5)\) and \(R'=(1, 4, 0)+(2, 2, 5)=(3, 6, 5)\). 3. In part b, the translation vector is \(\overrightarrow{QS}=\begin{pmatrix}3-5\\3-1\\5-0\end{pmatrix}=\begin{pmatrix}-2\\2\\5\end{pmatrix}\). 4. Applying this vector gives \(P'=(1, 1, 0)+(-2, 2, 5)=(-1, 3, 5)\) and \(R'= (1, 4, 0)+(-2, 2, 5)=(-1, 6, 5)\). 5. The base lies in the \(xy\)-plane. A vector perpendicular to that plane has zero \(x\)- and \(y\)-components. Both translation vectors have nonzero horizontal components, so the lateral edges are not perpendicular to the base. Thus, each prism is oblique.

Answer

a) \(Q'(7, 3, 5)\) and \(R'(3, 6, 5)\) b) \(P'(-1, 3, 5)\) and \(R'(-1, 6, 5)\) c) In both cases, the translation vector has nonzero \(x\)- and \(y\)-components, so it is not perpendicular to the \(xy\)-plane. Therefore, the prism is oblique.
53031312
The points \(A(1, 4, -2)\), \(B(5, 2, 2)\), and \(C(2, -1, 5)\) are consecutive vertices of parallelogram \(ABCD\). a) Find the coordinates of \(D\). b) Verify that the diagonals bisect each other by finding the midpoint of each diagonal.

Hints

- Which opposite side vectors of a parallelogram are equal? - Use the midpoint formula for each diagonal. - Two segments bisect each other when they have the same midpoint.

Solution

1. For consecutive vertices of a parallelogram, \(\overrightarrow{AD}=\overrightarrow{BC}\), so \(D=A+C-B\). 2. Therefore, \(D=(1, 4, -2)+(2, -1, 5)-(5, 2, 2)=(-2, 1, 1)\). 3. The midpoint of \(\overline{AC}\) is \(\left(\frac{1+2}{2},\frac{4+(-1)}{2},\frac{-2+5}{2}\right)=(1.5, 1.5, 1.5)\). 4. The midpoint of \(\overline{BD}\) is \(\left(\frac{5+(-2)}{2},\frac{2+1}{2},\frac{2+1}{2}\right)=(1.5, 1.5, 1.5)\). 5. Since the diagonals have the same midpoint, they bisect each other.

Answer

a) \(D(-2, 1, 1)\) b) Both diagonals have midpoint \(M(1.5, 1.5, 1.5)\).
53032212
Point \(P(3, -2, 4)\) is reflected across a center \(M\), producing \(P'(1, 6, 0)\). 1. Find \(M\). 2. Point \(Q(5, 1, 2)\) is reflected across the same center. Find its image \(Q'\). 3. Show algebraically that \(\overrightarrow{PQ}\) and \(\overrightarrow{P'Q'}\) are parallel.

Hints

- The reflection center is the midpoint of a point and its image. - Use the same center to reflect \(Q\). - Two nonzero vectors are parallel when one is a scalar multiple of the other.

Solution

1. The center \(M\) is the midpoint of \(\overline{PP'}\): \(M=\left(\frac{3+1}{2},\frac{-2+6}{2},\frac{4+0}{2}\right)=(2, 2, 2)\). 2. Use \(Q'=2M-Q\): \(Q'=2(2, 2, 2)-(5, 1, 2)=(-1, 3, 2)\). 3. \(\overrightarrow{PQ}=Q-P=(2, 3, -2)\). 4. \(\overrightarrow{P'Q'}=Q'-P'=(-2, -3, 2)=-\overrightarrow{PQ}\). 5. Since one vector is a scalar multiple of the other, the vectors are parallel.

Answer

1. \(M(2, 2, 2)\) 2. \(Q'(-1, 3, 2)\) 3. \(\overrightarrow{P'Q'}=-\overrightarrow{PQ}\), so the vectors are parallel.
53038312
A triangle in space has vertices \(A(5, -2, 1)\), \(B(0, 4, -3)\), and \(C(-3, 1, 2)\). Find the coordinates of the image vertices under each transformation: a) Reflect the triangle across the \(xy\)-plane. Label the images \(A'\), \(B'\), and \(C'\). b) Reflect the original triangle through the point \(S(1, 2, 3)\). Label the images \(A''\), \(B''\), and \(C''\).

Hints

- Which coordinate changes sign under reflection across the \(xy\)-plane? - In a reflection through a point, that point is the midpoint of a point and its image. - Use \(\mathbf{x}'=2\mathbf{s}-\mathbf{x}\) for the point reflection.

Solution

1. Reflection across the \(xy\)-plane changes the sign of the \(z\)-coordinate: \(A'=(5, -2, -1)\), \(B'=(0, 4, 3)\), and \(C'=(-3, 1, -2)\). 2. For a reflection through \(S\), the point \(S\) is the midpoint of each point and its image, so \(\mathbf{x}''=2\mathbf{s}-\mathbf{x}\). 3. For \(A\), \(2(1, 2, 3)-(5, -2, 1)=(-3, 6, 5)\). 4. For \(B\), \(2(1, 2, 3)-(0, 4, -3)=(2, 0, 9)\). 5. For \(C\), \(2(1, 2, 3)-(-3, 1, 2)=(5, 3, 4)\).

Answer

a) \(A'=(5, -2, -1)\), \(B'=(0, 4, 3)\), \(C'=(-3, 1, -2)\) b) \(A''=(-3, 6, 5)\), \(B''=(2, 0, 9)\), \(C''=(5, 3, 4)\)
53041012
The line \(h: \mathbf{x}=\langle 1, 1, 1\rangle+t\langle 0, 0, 1\rangle\) is reflected through the point \(Z(4, 5, 1)\). a) Write an equation of the reflected line \(h_r\). b) Find the distance between \(h\) and \(h_r\).

Hints

- Reflect one point on \(h\) through \(Z\). - A point reflection does not change the direction of a line. - For parallel lines, find a perpendicular segment joining them. - Here both lines are parallel to the z-axis.

Solution

1. Reflect the point \(A=(1, 1, 1)\) on \(h\) through \(Z\): \(A_r=2Z-A=2(4, 5, 1)-(1, 1, 1)=(7, 9, 1)\). 2. A point reflection preserves the line's direction, so \(h_r: \mathbf{x}=\langle 7, 9, 1\rangle+t\langle 0, 0, 1\rangle\). 3. The two lines are parallel to the z-axis. Points \((1,1,1)\) and \((7,9,1)\) have the same z-coordinate, so the segment joining them is perpendicular to both lines. 4. Their distance is \(\sqrt{(7-1)^2+(9-1)^2}=\sqrt{36+64}=10\).

Answer

a) \(h_r: \mathbf{x}=\langle 7, 9, 1\rangle+t\langle 0, 0, 1\rangle\) b) \(10\) units
53043612
The line \(g:\vec{x}=\begin{pmatrix}1\\4\\-2\end{pmatrix}+t\begin{pmatrix}-4\\7\\4\end{pmatrix}\) contains two points that are exactly \(27\) units from \(S(1, 4, -2)\). Find their coordinates.

Hints

- Find the magnitude of the direction vector. - The displacement from \(S\) is \(t\) times that vector. - Use both signs of the parameter.

Solution

1. The direction vector has magnitude \(\sqrt{(-4)^2+7^2+4^2}=9\). 2. A point with parameter \(t\) is \(9|t|\) units from \(S\). Thus, \(9|t|=27\), so \(t=3\) or \(t=-3\). 3. For \(t=3\), \(\vec{x}=\begin{pmatrix}-11\\25\\10\end{pmatrix}\). 4. For \(t=-3\), \(\vec{x}=\begin{pmatrix}13\\-17\\-14\end{pmatrix}\).

Answer

\((-11, 25, 10)\) and \((13, -17, -14)\)
53043812
A point \(P\) lies on the z-axis. Its distance from \(Q(3, -4, 12)\) is exactly \(13\) units. Find all possible coordinates of \(P\).

Hints

- What form do the coordinates of a point on the z-axis have? - Substitute that form into the distance formula. - Isolate the squared expression before taking square roots. - Taking a square root may produce two cases.

Solution

1. A point on the z-axis has the form \(P(0, 0, z)\). 2. Apply the distance formula: \(\sqrt{(3-0)^2+(-4-0)^2+(12-z)^2}=13\). 3. Square both sides and simplify: \(9+16+(12-z)^2=169\), so \((12-z)^2=144\). 4. Therefore, \(12-z=12\) or \(12-z=-12\), which gives \(z=0\) or \(z=24\). 5. The possible points are \(P_1(0, 0, 0)\) and \(P_2(0, 0, 24)\).

Answer

\(P_1(0, 0, 0)\) and \(P_2(0, 0, 24)\)
53044012
The point \(A(2, -1, 5)\) is fixed, and \(B_t(2, t, 1)\) depends on the real parameter \(t\). Find all values of \(t\) for which the distance between \(A\) and \(B_t\) is exactly \(\sqrt{17}\) units.

Hints

- Write the coordinate differences in terms of \(t\). - Use the three-dimensional distance formula. - How can you eliminate the square root from the equation? - An equation of the form \(u^2=1\) has two solutions.

Solution

1. The coordinate differences from \(A\) to \(B_t\) are \(\langle 2-2, t-(-1), 1-5\rangle=\langle 0, t+1, -4\rangle\). 2. Set the distance equal to the given value: \(\sqrt{(t+1)^2+16}=\sqrt{17}\). 3. Square both sides: \((t+1)^2+16=17\), so \((t+1)^2=1\). 4. Thus, \(t+1=1\) or \(t+1=-1\), giving \(t=0\) or \(t=-2\).

Answer

\(t=0\) or \(t=-2\)
53044212
A triangle in three-dimensional space has vertices \(P(1.2, 0, 3.5)\), \(Q(4.2, 4, 3.5)\), and \(R(1.2, 4, 7.5)\). a) Find the perimeter of the triangle. b) Determine whether the triangle is isosceles. Justify your answer.

Hints

- Calculate the distance between each pair of adjacent vertices. - What condition defines an isosceles triangle? - Compare exact side lengths rather than rounded values. - Subtract the decimal coordinates before squaring.

Solution

1. Find the side lengths: \(PQ=\sqrt{(4.2-1.2)^2+(4-0)^2+(3.5-3.5)^2}=\sqrt{3^2+4^2}=5\). 2. \(QR=\sqrt{(1.2-4.2)^2+(4-4)^2+(7.5-3.5)^2}=\sqrt{(-3)^2+4^2}=5\). 3. \(RP=\sqrt{(1.2-1.2)^2+(0-4)^2+(3.5-7.5)^2}=\sqrt{32}=4\sqrt{2}\). 4. The perimeter is \(5+5+4\sqrt{2}=10+4\sqrt{2}\approx 15.66\). 5. Because \(PQ=QR=5\), the triangle has two congruent sides and is isosceles.

Answer

a) \(10+4\sqrt{2}\approx 15.66\) units b) Yes. The triangle is isosceles because \(PQ=QR=5\).
53044312
For quadrilateral \(ABCD\) with vertices \(A(2, 1, -3)\), \(B(6, 3, -2)\), \(C(5, 7, 0)\), and \(D(1, 5, -1)\), find the lengths of all four sides and both diagonals. Then find the perimeter.

Hints

- Identify which pairs of vertices form sides and which form diagonals. - Apply the three-dimensional distance formula to each required segment. - The perimeter is the sum of the four side lengths.

Solution

1. Use the distance formula for the sides: \(AB=\sqrt{(6-2)^2+(3-1)^2+(-2-(-3))^2}=\sqrt{21}\), \(BC=\sqrt{(5-6)^2+(7-3)^2+(0-(-2))^2}=\sqrt{21}\), \(CD=\sqrt{(1-5)^2+(5-7)^2+(-1-0)^2}=\sqrt{21}\), and \(DA=\sqrt{(2-1)^2+(1-5)^2+(-3-(-1))^2}=\sqrt{21}\). 2. Find the diagonals: \(AC=\sqrt{(5-2)^2+(7-1)^2+(0-(-3))^2}=\sqrt{54}=3\sqrt{6}\), and \(BD=\sqrt{(1-6)^2+(5-3)^2+(-1-(-2))^2}=\sqrt{30}\). 3. Add the four side lengths: \(P=4\sqrt{21}\approx 18.33\).

Answer

Sides: \(AB=BC=CD=DA=\sqrt{21}\approx 4.58\) Diagonals: \(AC=3\sqrt{6}\approx 7.35\), \(BD=\sqrt{30}\approx 5.48\) Perimeter: \(P=4\sqrt{21}\approx 18.33\)
53044412
Quadrilateral \(PQRS\) in three-dimensional space has vertices \(P(3, 0, 2)\), \(Q(7, 3, 4)\), \(R(4, 7, 10)\), and \(S(0, 4, 8)\). Find the lengths of the four sides, the two diagonals, and the perimeter.

Hints

- Use the three-dimensional distance formula for each segment. - Opposite vertices determine the diagonals. - Add only the four exterior side lengths to find the perimeter.

Solution

1. Find the side lengths: \(PQ=\sqrt{(7-3)^2+(3-0)^2+(4-2)^2}=\sqrt{29}\), \(QR=\sqrt{(4-7)^2+(7-3)^2+(10-4)^2}=\sqrt{61}\), \(RS=\sqrt{(0-4)^2+(4-7)^2+(8-10)^2}=\sqrt{29}\), and \(SP=\sqrt{(3-0)^2+(0-4)^2+(2-8)^2}=\sqrt{61}\). 2. Add the side lengths: \(P=2\sqrt{29}+2\sqrt{61}\approx 26.39\). 3. Find the diagonals: \(PR=\sqrt{(4-3)^2+(7-0)^2+(10-2)^2}=\sqrt{114}\), and \(QS=\sqrt{(0-7)^2+(4-3)^2+(8-4)^2}=\sqrt{66}\).

Answer

Sides: \(PQ=RS=\sqrt{29}\approx 5.39\), \(QR=SP=\sqrt{61}\approx 7.81\) Diagonals: \(PR=\sqrt{114}\approx 10.68\), \(QS=\sqrt{66}\approx 8.12\) Perimeter: \(P=2\sqrt{29}+2\sqrt{61}\approx 26.39\)
53044512
The point \(A(3, 4, 12)\) is in three-dimensional space. a) Find the distance from \(A\) to the origin \(O(0, 0, 0)\). b) Points on the x-axis are exactly \(13\) units from \(A\). Find their coordinates algebraically.

Hints

- What form do points on the x-axis have in three dimensions? - Use the three-dimensional distance formula. - Square both sides to remove the radical. - Check both solutions of the resulting squared equation.

Solution

1. The distance from \(A\) to the origin is \(\sqrt{3^2+4^2+12^2}=\sqrt{169}=13\). 2. A point on the x-axis has the form \(P(x, 0, 0)\). 3. Set its distance from \(A\) equal to \(13\): \(\sqrt{(x-3)^2+(0-4)^2+(0-12)^2}=13\). 4. Squaring and simplifying gives \((x-3)^2+160=169\), so \((x-3)^2=9\). 5. Therefore, \(x-3=3\) or \(x-3=-3\), giving \(x=6\) or \(x=0\). The points are \((6, 0, 0)\) and \((0, 0, 0)\).

Answer

a) \(13\) units b) \((6, 0, 0)\) and \((0, 0, 0)\)
53044612
The distance formula in three dimensions can be derived from the Pythagorean Theorem. a) Explain how two applications of the Pythagorean Theorem lead to the distance formula for \(P(p_1, p_2, p_3)\) and \(Q(q_1, q_2, q_3)\). b) Show algebraically that when the points lie in a plane parallel to the xy-plane, the three-dimensional formula reduces to the two-dimensional distance formula.

Hints

- Picture one right triangle in a horizontal plane and a second right triangle containing the space diagonal. - What coordinate relationship holds for two points in the same plane parallel to the xy-plane? - What happens to \((q_3-p_3)^2\) when the third coordinates are equal?

Solution

1. Project \(Q\) vertically onto the plane through \(P\) that is parallel to the xy-plane. In that plane, the horizontal separation is the hypotenuse of a right triangle with leg lengths \(\lvert q_1-p_1\rvert\) and \(\lvert q_2-p_2\rvert\). Thus, \(d_{xy}^2=(q_1-p_1)^2+(q_2-p_2)^2\). 2. The horizontal separation \(d_{xy}\) and the vertical separation \(\lvert q_3-p_3\rvert\) form the legs of a second right triangle whose hypotenuse is the distance \(d\). Therefore, \(d^2=d_{xy}^2+(q_3-p_3)^2\). 3. Substitution gives \(d^2=(q_1-p_1)^2+(q_2-p_2)^2+(q_3-p_3)^2\), so \(d=\sqrt{(q_1-p_1)^2+(q_2-p_2)^2+(q_3-p_3)^2}\). 4. If both points lie in a plane parallel to the xy-plane, then \(p_3=q_3\). Hence, \(q_3-p_3=0\), and the formula becomes \(d=\sqrt{(q_1-p_1)^2+(q_2-p_2)^2}\).

Answer

a) First use the Pythagorean Theorem to obtain \(d_{xy}^2=(q_1-p_1)^2+(q_2-p_2)^2\). Then use it again with vertical leg \(\lvert q_3-p_3\rvert\) to obtain \(d^2=d_{xy}^2+(q_3-p_3)^2\). b) In a plane parallel to the xy-plane, \(p_3=q_3\), so the third squared difference is \(0\). The formula reduces to \(d=\sqrt{(q_1-p_1)^2+(q_2-p_2)^2}\).
53048812
In three-dimensional space, \(A(1, 1, 1)\), \(B(5, 2, 0)\), and \(D(2, 4, 3)\) are vertices of parallelogram \(ABCD\). a) Find \(C\). b) Find the squares of the diagonal lengths \(AC\) and \(BD\). c) Find the sum of the squares of all four side lengths and compare it with the sum from part b).

Hints

- Use equal opposite-side vectors to find \(C\). - Work with squared lengths directly. - Each of the two distinct side lengths occurs twice.

Solution

1. \(\overrightarrow{AD}=\begin{pmatrix}1\\3\\2\end{pmatrix}\), so \(C=B+\overrightarrow{AD}=(6, 5, 2)\). 2. \(\overrightarrow{AC}=\begin{pmatrix}5\\4\\1\end{pmatrix}\), so \(AC^2=25+16+1=42\). 3. \(\overrightarrow{BD}=\begin{pmatrix}-3\\2\\3\end{pmatrix}\), so \(BD^2=9+4+9=22\). The diagonal-square sum is \(42+22=64\). 4. \(\overrightarrow{AB}=\begin{pmatrix}4\\1\\-1\end{pmatrix}\), so \(AB^2=18\), and \(AD^2=14\). 5. Opposite sides are equal, so the side-square sum is \(2\cdot18+2\cdot14=64\). The two sums are equal, as predicted by the parallelogram law.

Answer

a) \(C(6, 5, 2)\) b) \(AC^2=42\), \(BD^2=22\) c) Both sums equal \(64\).
53050512
A sphere has center \(M(3,-2,4)\), and \(P(5,-1,2)\) lies on its surface. a) Write the sphere equation. b) Determine whether \(Q(1,-4,5)\) is inside, outside, or on the sphere. c) Explain why the sphere does not intersect the xy-plane.

Hints

- Use the center-to-surface point distance for the radius. - Substitute \(Q\) into the sphere equation. - Compare the center's distance from the xy-plane with the radius.

Solution

1. The squared radius is \((5-3)^2+(-1+2)^2+(2-4)^2=9\), so \(r=3\). 2. The sphere equation is \((x-3)^2+(y+2)^2+(z-4)^2=9\). 3. For \(Q\), the left side is \((1-3)^2+(-4+2)^2+(5-4)^2=9\), so \(Q\) lies on the sphere. 4. The center is \(4\) units from the xy-plane, while the radius is only \(3\). Therefore, the sphere has no points in the xy-plane.

Answer

a) \((x-3)^2+(y+2)^2+(z-4)^2=9\) b) \(Q\) lies on the sphere. c) The center-to-plane distance is \(4>3\), so there is no intersection.
53050612
Consider the equation \(x^2-4x+y^2+6y+z^2-2z=2\). a) Complete the square to show that the equation represents a sphere. b) State the center \(M\) and radius \(r\). c) A point \(S\) is the same distance from \(M\) as the origin \(O=(0, 0, 0)\). Find that distance.

Hints

- Complete the square separately for the \(x\)-, \(y\)-, and \(z\)-terms. - Compare the result with \((x-a)^2+(y-b)^2+(z-c)^2=r^2\). - Use the distance formula in three dimensions.

Solution

1. Group the terms by variable and complete each square: \((x^2-4x+4)+(y^2+6y+9)+(z^2-2z+1)=2+4+9+1\). 2. This gives \((x-2)^2+(y+3)^2+(z-1)^2=16\), which is the standard equation of a sphere. 3. Therefore, the center is \(M=(2, -3, 1)\), and the radius is \(r=4\). 4. The requested distance equals \(MO=\sqrt{(2-0)^2+(-3-0)^2+(1-0)^2}=\sqrt{14}\approx3.74\).

Answer

a) \((x-2)^2+(y+3)^2+(z-1)^2=16\) b) \(M=(2, -3, 1)\) and \(r=4\) c) \(\sqrt{14}\approx3.74\)
53050712
Let \(M=(2, -1, 5)\). a) Verify that \(A=(6, -1, 2)\), \(B=(2, 4, 5)\), and \(C=(5, 3, 5)\) are all the same distance from \(M\). State that distance. b) Write the equation of the sphere centered at \(M\) that contains these three points. c) A point \(P=(2, y, 8)\), where \(y>-1\), also lies on the sphere. Find \(y\).

Hints

- Use the three-dimensional distance formula for each point. - A sphere with center \((h, k, \ell)\) and radius \(r\) has equation \((x-h)^2+(y-k)^2+(z-\ell)^2=r^2\). - Substitute the coordinates of \(P\) into the sphere equation. - Use the inequality in the problem to choose between the two possible values.

Solution

1. Compute the squared distances from \(M\): \(MA^2=4^2+0^2+(-3)^2=25\), \(MB^2=0^2+5^2+0^2=25\), and \(MC^2=3^2+4^2+0^2=25\). 2. Thus, all three points are \(5\) units from \(M\), so the sphere equation is \((x-2)^2+(y+1)^2+(z-5)^2=25\). 3. Substitute \(P=(2, y, 8)\): \((y+1)^2+3^2=25\), so \((y+1)^2=16\). 4. Therefore, \(y=3\) or \(y=-5\). The condition \(y>-1\) gives \(y=3\).

Answer

a) Each distance is \(5\). b) \((x-2)^2+(y+1)^2+(z-5)^2=25\) c) \(y=3\)
53050812
Consider the sphere \(x^2+y^2+z^2=100\). a) Determine whether each point is on the sphere, inside the sphere, or outside the sphere: \(P=(6, 0, -8)\), \(Q=(7, 7, 1)\), \(R=(10, 1, 0)\), and \(S=(\sqrt{50}, -5, 5)\). b) The xy-plane intersects the sphere. Describe the intersection and write its equation in the xy-plane. c) Find all points on the sphere that lie on the z-axis.

Hints

- Compare each point's squared distance from the origin with \(100\). - Points in the xy-plane have \(z=0\). - Points on the z-axis have \(x=y=0\). - Recall the standard equation of a circle centered at the origin.

Solution

1. Compare \(x^2+y^2+z^2\) with \(100\). For \(P\), the value is \(36+0+64=100\), so \(P\) is on the sphere. For \(Q\), it is \(49+49+1=99\), so \(Q\) is inside. 2. For \(R\), the value is \(100+1+0=101\), so \(R\) is outside. For \(S\), it is \(50+25+25=100\), so \(S\) is on the sphere. 3. In the xy-plane, \(z=0\). The intersection therefore satisfies \(x^2+y^2=100\), a circle centered at the origin with radius \(10\). 4. On the z-axis, \(x=y=0\). Then \(z^2=100\), so \(z=\pm10\).

Answer

a) \(P\) and \(S\) are on the sphere; \(Q\) is inside; \(R\) is outside. b) A circle with equation \(x^2+y^2=100\) c) \((0, 0, 10)\) and \((0, 0, -10)\)
53061112
A tetrahedron has vertices \(O(0, 0, 0)\), \(A(6, 0, 0)\), \(B(0, 6, 0)\), and \(C(0, 0, 6)\). Line \(g\) is given by \(\vec{r}(t)=\langle 1,1,-1\rangle+t\langle 1,1,2\rangle\). Find the points where the line enters and exits the tetrahedron, and give the interval of parameter values for the portion inside the solid.

Hints

- Express the tetrahedron as coordinate inequalities. - Substitute the line coordinates into each inequality. - Intersect the resulting parameter intervals. - Evaluate the line at the interval endpoints.

Solution

1. The tetrahedron consists of points satisfying \(x\ge0\), \(y\ge0\), \(z\ge0\), and \(x+y+z\le6\). 2. On the line, \(x=1+t\), \(y=1+t\), and \(z=-1+2t\). 3. The conditions \(x\ge0\) and \(y\ge0\) require \(t\ge-1\). The condition \(z\ge0\) requires \(t\ge\frac12\). 4. The final inequality gives \((1+t)+(1+t)+(-1+2t)\le6\), so \(1+4t\le6\) and \(t\le\frac54\). 5. Combining the restrictions gives \(\frac12\le t\le\frac54\). 6. At \(t=\frac12\), the point is \(P_1\left(\frac32, \frac32, 0\right)\). 7. At \(t=\frac54\), the point is \(P_2\left(\frac94, \frac94, \frac32\right)\).

Answer

The line enters and exits at \(P_1\left(\frac32, \frac32, 0\right)\) and \(P_2\left(\frac94, \frac94, \frac32\right)\). The portion inside corresponds to \(t\in\left[\frac12,\frac54\right]\).
53078712
Points \(A=(4, 1, 1)\), \(B=(6, 3, 0)\), and \(C=(5, 5, 2)\), together with a point \(D\), form the square base of a pyramid. a) Find a parametric equation and a Cartesian equation of the plane \(E\) through \(A\), \(B\), and \(C\). b) Show that triangle \(ABC\) is isosceles and right. Find \(D\) so that \(ABCD\) is a square. c) Pyramid \(ABCDS\) is a right pyramid with height \(9\). Find all possible coordinates of its apex \(S\).

Hints

- Use two side vectors of the base to describe its plane. - Find a plane normal by requiring zero dot products with both side vectors. - Compare the side-vector lengths and dot product. - Complete the square using vector addition. - In a right pyramid, the apex lies on the line through the base center perpendicular to the base plane.

Solution

1. The vectors \(\overrightarrow{AB}=\begin{pmatrix}2\\2\\-1\end{pmatrix}\) and \(\overrightarrow{BC}=\begin{pmatrix}-1\\2\\2\end{pmatrix}\) span the base plane. One parametric equation is \(E:\vec{x}=\begin{pmatrix}4\\1\\1\end{pmatrix}+r\begin{pmatrix}2\\2\\-1\end{pmatrix}+s\begin{pmatrix}-1\\2\\2\end{pmatrix}\). 2. Let \(\vec{n}=\begin{pmatrix}a\\b\\c\end{pmatrix}\) be perpendicular to both spanning vectors. Then \(2a+2b-c=0\) and \(-a+2b+2c=0\). One solution is \(\vec{n}=\begin{pmatrix}2\\-1\\2\end{pmatrix}\). Using \(A\), the Cartesian equation is \(E:2x-y+2z=9\). 3. \(AB=3\), \(BC=3\), and \(\overrightarrow{AB}\cdot\overrightarrow{BC}=0\). Thus triangle \(ABC\) is isosceles and right at \(B\). The fourth vertex is \(D=A+\overrightarrow{BC}=(3, 3, 3)\). 4. The center of the square is the midpoint of \(\overline{AC}\): \(M=\left(\frac{9}{2},3,\frac{3}{2}\right)\). A unit normal vector is \(\frac{1}{3}\begin{pmatrix}2\\-1\\2\end{pmatrix}\). Therefore, \(S=M\pm3\begin{pmatrix}2\\-1\\2\end{pmatrix}\), giving \(S_1=\left(\frac{21}{2},0,\frac{15}{2}\right)\) or \(S_2=\left(-\frac{3}{2},6,-\frac{9}{2}\right)\).

Answer

a) \(E:\vec{x}=\begin{pmatrix}4\\1\\1\end{pmatrix}+r\begin{pmatrix}2\\2\\-1\end{pmatrix}+s\begin{pmatrix}-1\\2\\2\end{pmatrix}\); \(E:2x-y+2z=9\) b) \(AB=BC=3\) and \(\overrightarrow{AB}\perp\overrightarrow{BC}\); \(D=(3, 3, 3)\) c) \(S_1=\left(\frac{21}{2},0,\frac{15}{2}\right)\) or \(S_2=\left(-\frac{3}{2},6,-\frac{9}{2}\right)\)
53080712
Set \(M\) consists of all points \(P(x, y, z)\) satisfying \(x=2+2r\), \(y=5-r+s\), and \(z=-1-2s\), where \(r,s\in\mathbb{R}\). Point \(Q(4, 1, 8)\) is given. a) Show that \(M\) is a plane and find a standard equation of it. b) Find the point \(P_0\in M\) closest to \(Q\). c) Find the minimum distance from \(Q\) to \(M\).

Hints

- Rewrite the coordinate equations as one vector equation. - Find a vector orthogonal to both direction vectors using dot products. - The shortest segment from a point to a plane is parallel to the plane’s normal vector. - Intersect the perpendicular line through \(Q\) with the plane.

Solution

1. The equations give \(\vec{r}=\langle 2,5,-1\rangle+r\langle 2,-1,0\rangle+s\langle 0,1,-2\rangle\). The two direction vectors are not scalar multiples, so they determine a plane. 2. Let \(\vec{n}=\langle a,b,c\rangle\). Orthogonality gives \(2a-b=0\) and \(b-2c=0\). Choose \(a=1\), so \(b=2\) and \(c=1\). Thus \(\vec{n}=\langle 1,2,1\rangle\). 3. Using \((2, 5, -1)\), the plane equation is \(x+2y+z=2+10-1=11\). 4. The perpendicular line through \(Q\) is \(\vec{\ell}(t)=\langle 4,1,8\rangle+t\langle 1,2,1\rangle\). 5. Substitute into the plane: \((4+t)+2(1+2t)+(8+t)=11\). This gives \(14+6t=11\), so \(t=-\frac12\). 6. Therefore \(P_0=\left(\frac72, 0, \frac{15}{2}\right)\). 7. The distance is \(\lVert QP_0\rVert=\left\lVert-\frac12\langle 1,2,1\rangle\right\rVert=\frac12\sqrt{6}=\sqrt{\frac32}\approx1.22\).

Answer

a) \(M: x+2y+z=11\) b) \(P_0\left(\frac72, 0, \frac{15}{2}\right)\) c) \(\sqrt{\frac32}\approx1.22\) units
53081712
Points \(A=(2, 2, 4)\), \(B=(4, 2, 2)\), and \(C=(2, 4, 2)\) are given. a) Find a parametric equation and a Cartesian equation of the plane \(E\) through the points. b) Show that triangle \(ABC\) is equilateral, and find its centroid \(G\).

Hints

- Use one point and two connecting vectors for parametric form. - Find a normal vector by requiring zero dot products with both spanning vectors. - Compare all three side lengths. - The centroid is the coordinate-wise average of the vertices.

Solution

1. Two spanning vectors are \(\overrightarrow{AB}=\begin{pmatrix}2\\0\\-2\end{pmatrix}\) and \(\overrightarrow{AC}=\begin{pmatrix}0\\2\\-2\end{pmatrix}\). Thus \(E:\vec{x}=\begin{pmatrix}2\\2\\4\end{pmatrix}+r\begin{pmatrix}2\\0\\-2\end{pmatrix}+s\begin{pmatrix}0\\2\\-2\end{pmatrix}\). 2. Let \(\vec{n}=\begin{pmatrix}a\\b\\c\end{pmatrix}\) be perpendicular to both spanning vectors. Then \(2a-2c=0\) and \(2b-2c=0\). One solution is \(\vec{n}=\begin{pmatrix}1\\1\\1\end{pmatrix}\). Using \(A\), the Cartesian equation is \(E:x+y+z=8\). 3. The three side lengths are \(AB=AC=BC=2\sqrt{2}\), so triangle \(ABC\) is equilateral. 4. The centroid is the coordinate-wise average: \(G=\left(\frac{2+4+2}{3},\frac{2+2+4}{3},\frac{4+2+2}{3}\right)=\left(\frac{8}{3},\frac{8}{3},\frac{8}{3}\right)\).

Answer

a) \(E:\vec{x}=\begin{pmatrix}2\\2\\4\end{pmatrix}+r\begin{pmatrix}2\\0\\-2\end{pmatrix}+s\begin{pmatrix}0\\2\\-2\end{pmatrix}\); \(E:x+y+z=8\) b) The triangle is equilateral with side length \(2\sqrt{2}\), and \(G=\left(\frac{8}{3},\frac{8}{3},\frac{8}{3}\right)\).
53608412
A right triangular prism is positioned in three-dimensional space. The base lies in the \(xy\)-plane with vertices \(A(0, 0, 0)\), \(B(8, 0, 0)\), and \(C(0, 6, 0)\). The prism extends \(10\) units in the positive \(z\)-direction. a) Give the coordinates of the upper vertices \(D\), \(E\), and \(F\), directly above \(A\), \(B\), and \(C\). b) Find the length of diagonal \(\overline{BF}\) on the rectangular face \(BCEF\). c) Find the volume of the prism.
Figure for problem 536084

Hints

- A vertical translation changes only the \(z\)-coordinate. - Use the three-dimensional distance formula for \(\overline{BF}\). - Multiply the area of the triangular base by the prism height.

Solution

1. Add \(10\) to the \(z\)-coordinate of each base vertex: \(D=(0, 0, 10)\), \(E=(8, 0, 10)\), and \(F=(0, 6, 10)\). 2. \(\overrightarrow{BF}=F-B=\begin{pmatrix}-8\\6\\10\end{pmatrix}\). Therefore, \(\lVert\overrightarrow{BF}\rVert=\sqrt{(-8)^2+6^2+10^2}=\sqrt{200}=10\sqrt{2}\approx14.14\) units. 3. The base is a right triangle with area \(\frac{1}{2}\cdot 8\cdot 6=24\) square units. The volume is \(24\cdot 10=240\) cubic units.

Answer

a) \(D=(0, 0, 10)\), \(E=(8, 0, 10)\), \(F=(0, 6, 10)\) b) \(10\sqrt{2}\) units, or approximately \(14.14\) units c) \(240\) cubic units
52615612
Points \(L=(4, 0, 0)\), \(M=(0, 4, 0)\), and \(N=(2, 2, 4)\) are given. a) Find a Cartesian equation of the plane \(H\) through \(L\), \(M\), and \(N\). b) Show that triangle \(LMN\) is isosceles. c) The origin \(O=(0, 0, 0)\) and triangle \(LMN\) form a tetrahedron. Find its volume. d) Point \(P\) lies on the \(z\)-axis, and tetrahedron \(OLMP\) has volume \(16\). Find all possible coordinates of \(P\).

Hints

- Find a normal vector by requiring zero dot products with two connecting vectors. - Compare the distances from \(N\) to \(L\) and \(M\). - Use a triangular base in the \(xy\)-plane and its perpendicular height. - Every point on the \(z\)-axis has the form \((0, 0, z)\).

Solution

1. Two vectors in \(H\) are \(\overrightarrow{LM}=\begin{pmatrix}-4\\4\\0\end{pmatrix}\) and \(\overrightarrow{LN}=\begin{pmatrix}-2\\2\\4\end{pmatrix}\). Let \(\vec{n}=\begin{pmatrix}a\\b\\c\end{pmatrix}\) be perpendicular to both. Then \(-4a+4b=0\) and \(-2a+2b+4c=0\), so one normal vector is \(\begin{pmatrix}1\\1\\0\end{pmatrix}\). Therefore, \(H:x+y=4\). 2. \(LN=\sqrt{(-2)^2+2^2+4^2}=\sqrt{24}\), and \(MN=\sqrt{2^2+(-2)^2+4^2}=\sqrt{24}\). Therefore, triangle \(LMN\) is isosceles. 3. Using triangle \(OLM\) as the base, its area is \(\frac{1}{2}\cdot4\cdot4=8\), and the perpendicular height from \(N\) to the \(xy\)-plane is \(4\). Thus \(V=\frac{1}{3}\cdot8\cdot4=\frac{32}{3}\) cubic units. 4. For tetrahedron \(OLMP\), the same base has area \(8\). If \(P=(0, 0, z)\), then the height is \(|z|\). Solve \(16=\frac{1}{3}\cdot8|z|\), giving \(|z|=6\). Therefore, \(P=(0, 0, 6)\) or \(P=(0, 0, -6)\).

Answer

a) \(H:x+y=4\) b) \(LN=MN=\sqrt{24}\) c) \(V=\frac{32}{3}\) cubic units d) \(P=(0, 0, 6)\) or \(P=(0, 0, -6)\)
52617012
A tetrahedron has vertices \(O(0,0,0)\), \(P(8,0,0)\), \(Q(0,8,0)\), and \(R(0,0,8)\). a) Find the equation, center, and radius of the sphere \(K_1\) through all four vertices. b) A second sphere is \(K_2: (x-2)^2+(y-2)^2+(z-2)^2=4\). Show that \(K_2\) lies completely inside \(K_1\).

Hints

- Substitute the four vertices into a general sphere equation. - Complete the square to identify the center and radius. - For one sphere to lie inside another, compare the center distance plus the smaller radius with the larger radius.

Solution

1. Let \(K_1\) have equation \(x^2+y^2+z^2+ax+by+cz+d=0\). 2. Substituting \(O\) gives \(d=0\). Substituting \(P\), \(Q\), and \(R\) gives \(a=b=c=-8\). 3. Thus, \(x^2+y^2+z^2-8x-8y-8z=0\). Completing the square gives \((x-4)^2+(y-4)^2+(z-4)^2=48\). 4. Therefore, \(M_1=(4,4,4)\) and \(r_1=4\sqrt{3}\). 5. Sphere \(K_2\) has center \(M_2=(2,2,2)\) and radius \(2\). The center distance is \(M_1M_2=2\sqrt{3}\). 6. Since \(2\sqrt{3}+2<4\sqrt{3}\), every point of \(K_2\) is strictly inside \(K_1\).

Answer

a) \(K_1: (x-4)^2+(y-4)^2+(z-4)^2=48\); center \((4,4,4)\); radius \(4\sqrt{3}\) b) \(M_1M_2+r_2=2\sqrt{3}+2<4\sqrt{3}=r_1\), so \(K_2\) lies completely inside \(K_1\).
52617612
A radar dome is a spherical cap. Its circular base has diameter \(48\,\text{m}\), and the dome is \(18\,\text{m}\) high. Place the base in the xy-plane with its center at the origin. a) Find the radius of the sphere and write an equation of its surface. b) An instrument is at \(P(15,10,25)\). Determine whether it lies outside the sphere.

Hints

- Use a point on the base rim and the highest point of the dome. - Both points are one sphere radius from the center. - Compare the instrument's squared distance from the center with \(R^2\).

Solution

1. A point on the base rim is \(A(24,0,0)\), and the dome's top is \(H(0,0,18)\). 2. Let the sphere center be \(M(0,0,c)\). Equal distances from \(M\) to \(A\) and \(H\) give \(24^2+c^2=(18-c)^2\). 3. Solving gives \(c=-7\). Then \(R^2=24^2+7^2=625\), so \(R=25\,\text{m}\). 4. The sphere equation is \(x^2+y^2+(z+7)^2=625\). 5. For \(P\), the squared distance to the center is \(15^2+10^2+(25+7)^2=1349\). 6. Since \(1349>625\), the instrument lies outside the sphere.

Answer

a) Radius \(25\,\text{m}\); equation \(x^2+y^2+(z+7)^2=625\) b) The instrument lies outside the sphere.
53057812
A plane \(E\) intersects each coordinate axis at a point that is the same distance \(d\) from the origin, where \(d>0\). The point \(P(2, 2, 2)\) lies in \(E\). Find a standard equation for every possible plane \(E\).

Hints

- Equal distances from the origin allow each axis intercept to be \(d\) or \(-d\). - Use intercept form to determine the possible signs of the coefficients. - Substitute \((2, 2, 2)\) and require \(d>0\). - Equations that differ only by multiplication by \(-1\) describe the same plane.

Solution

1. Each intercept is one of \((\pm d, 0, 0)\), \((0, \pm d, 0)\), and \((0, 0, \pm d)\). After normalizing the intercept form, an equation has the form \(\pm x\pm y\pm z=d\). 2. Substitute \(P(2, 2, 2)\): \(\pm2\pm2\pm2=d\). Since \(d>0\), only sign patterns with a positive sum are needed. 3. With three positive signs, \(d=6\), giving \(x+y+z=6\). 4. With two positive signs and one negative sign, \(d=2\). The three placements of the negative sign give \(x+y-z=2\), \(x-y+z=2\), and \(-x+y+z=2\). 5. The remaining global sign choices describe the same four planes after the entire equation is multiplied by \(-1\), so there are no additional planes.

Answer

\(E_1: x+y+z=6\) \(E_2: x+y-z=2\) \(E_3: x-y+z=2\) \(E_4: -x+y+z=2\)
53061212
A right square pyramid has base vertices \(A(2, 2, 0)\), \(B(6, 2, 0)\), \(C(6, 6, 0)\), and \(D(2, 6, 0)\), with apex \(S(4, 4, 8)\). Line \(h\) is \(\vec{r}(s)=\langle 0,4,2\rangle+s\langle 1,0,0\rangle\). Find the length of the portion of \(h\) inside the pyramid.

Hints

- Identify the two side faces crossed by a line parallel to the x-axis. - Find a normal vector to each face using two directions in the face. - Intersect the line with each face. - Compute the distance between the two boundary points.

Solution

1. The line crosses the side faces \(ADS\) and \(BCS\). 2. For face \(ADS\), directions are \(\overrightarrow{AD}=\langle 0,4,0\rangle\) and \(\overrightarrow{AS}=\langle 2,2,8\rangle\). A normal vector orthogonal to both is \(\langle -4,0,1\rangle\), giving the plane equation \(-4x+z=-8\). 3. On \(h\), \(x=s\) and \(z=2\). Thus \(-4s+2=-8\), so \(s=\frac52\). The first boundary point is \(P_1\left(\frac52, 4, 2\right)\). 4. For face \(BCS\), a normal vector is \(\langle 4,0,1\rangle\), giving \(4x+z=24\). 5. Substitution gives \(4s+2=24\), so \(s=\frac{11}{2}\). The second boundary point is \(P_2\left(\frac{11}{2}, 4, 2\right)\). 6. The distance between the points is \(\frac{11}{2}-\frac52=3\).

Answer

\(3\) units
53077912
Points \(A(1, 1, 5)\), \(B(4, 9, 0)\), and \(C(10, -1, 3)\) determine plane \(E\). a) Write a parametric equation and a standard equation of \(E\). b) Find the distance from the origin to \(E\). c) Line \(g\) is given by \(\vec{r}(\sigma)=\langle 1,2,3\rangle+\sigma\langle 1,-2,4\rangle\). Find its intersection with \(E\).

Hints

- Form two direction vectors from the three points. - Find a normal vector orthogonal to both directions. - Use the point-to-plane distance formula. - Substitute the line coordinates into the standard equation.

Solution

1. a) Two directions in the plane are \(\overrightarrow{AB}=\langle 3,8,-5\rangle\) and \(\overrightarrow{AC}=\langle 9,-2,-2\rangle\). 2. A parametric equation is \(\vec{r}=\langle 1,1,5\rangle+\lambda\langle 3,8,-5\rangle+\mu\langle 9,-2,-2\rangle\). 3. Let \(\vec{n}=\langle a,b,c\rangle\). Solving \(\vec{n}\cdot\overrightarrow{AB}=0\) and \(\vec{n}\cdot\overrightarrow{AC}=0\) gives \(\vec{n}=\langle 2,3,6\rangle\). 4. Using point \(A\), the standard equation is \(2x+3y+6z=35\). 5. b) The distance from the origin is \(\frac{|0-35|}{\sqrt{2^2+3^2+6^2}}=\frac{35}{7}=5\). 6. c) Substitute the line into the plane equation: \(2(1+\sigma)+3(2-2\sigma)+6(3+4\sigma)=35\). 7. This gives \(26+20\sigma=35\), so \(\sigma=\frac{9}{20}\). 8. The intersection point is \(S\left(\frac{29}{20}, \frac{11}{10}, \frac{24}{5}\right)\).

Answer

a) \(\vec{r}=\langle 1,1,5\rangle+\lambda\langle 3,8,-5\rangle+\mu\langle 9,-2,-2\rangle\); \(2x+3y+6z=35\) b) \(5\) c) \(S\left(\frac{29}{20}, \frac{11}{10}, \frac{24}{5}\right)\)

All problems may be used, copied and printed free of charge for school and tutoring, including paid tutoring. Commercial adaptations as well as publication or redistribution on the internet are not permitted.