Chapter 11: Problem 81
Use the formula in Exercise 79 to find the (least) distance between the given point \(Q\) and line \(\mathbf{r}\). $$Q(-5,2,9) ; \mathbf{r}(t)=\langle 5 t+7,2-t, 12 t+4\rangle$$
Short Answer
Expert verified
Answer: The least distance between point Q and the line is approximately 4.33 units.
Step by step solution
01
Write down the position vector equation of the line
The given line has a parametric equation, which means it has the form: \(\mathbf{r}(t)=\langle 5t+7, 2-t, 12t+4\rangle\). We identify the position vector equation of the line as \(\mathbf{r}(t)=\mathbf{A}+\mathbf{d}t\), where \(\mathbf{A}\) is a point on the line, and \(\mathbf{d}\) is the direction vector.
Here, we have \(\mathbf{A}= \langle 7, 2, 4\rangle\) and \(\mathbf{d}= \langle 5, -1, 12\rangle\).
02
Find a vector from any point on the line to point Q
Let's find a vector from point A to point Q. We can do that as follows:
\(\mathbf{AQ} = \mathbf{Q} - \mathbf{A} = \langle -5-7, 2-2, 9-4 \rangle = \langle -12, 0, 5 \rangle\)
03
Calculate the cross product of the direction vector of the line and the vector AQ
Now, we find the cross product of \(\mathbf{d}\) and \(\mathbf{AQ}\):
\(\mathbf{d} \times \mathbf{AQ} = \left\langle \begin{vmatrix} -1 & 12 \\ 0 & 5 \end{vmatrix}, -\begin{vmatrix} 5 & 12 \\ -12 & 5 \end{vmatrix}, \begin{vmatrix} 5 & -1\\ -12& 0 \end{vmatrix} \right\rangle = \langle -5, -144, -12 \rangle\)
04
Find the distance between point Q and the line
The least distance between point Q and the line can be found using this formula:
Distance = \(\frac{|\mathbf{d} \times \mathbf{AQ}|}{|\mathbf{d}|}\)
First, let's find the magnitudes of both the cross product and the direction vector:
\(|\mathbf{d} \times \mathbf{AQ}| = \sqrt{(-5)^2 + (-144)^2 + (-12)^2} = \sqrt{25 + 20736 + 144}= \sqrt{20905}\)
\(|\mathbf{d}| = \sqrt{5^2 + (-1)^2 + 12^2} = \sqrt{25 + 1 + 144} = \sqrt{170}\)
Now, we can find the distance:
Distance = \(\frac{\sqrt{20905}}{\sqrt{170}} = \frac{\sqrt{20905}}{13} \approx 4.33\)
Thus, the least distance between point Q and the line is approximately 4.33 units.
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
Position Vector
The position vector is a crucial component when identifying a point on a line in three-dimensional space. It serves as a reference point and is often found in parametric equations of lines. In the context of the exercise, we are given the line equation \( \mathbf{r}(t) = \langle 5t+7, 2-t, 12t+4 \rangle \).
From this, we can ascertain that the position vector \( \mathbf{A} \), representing a fixed point on the line, is \( \langle 7, 2, 4 \rangle \). This vector encompasses the constant terms in the line's equation and gives us a starting point on the line.
From this, we can ascertain that the position vector \( \mathbf{A} \), representing a fixed point on the line, is \( \langle 7, 2, 4 \rangle \). This vector encompasses the constant terms in the line's equation and gives us a starting point on the line.
- The position vector points to a specific location in space on the line.
- It usually includes the non-variable components of the parametric equations for a line.
Direction Vector
The direction vector indicates the direction of a line. It is crucial because it defines the trajectory along which a line extends. In this example, the direction vector is extracted from the coefficients of \( t \) in the line equation:\( \mathbf{d} = \langle 5, -1, 12 \rangle \).
This vector determines the line's path through space, indicating "how much" the line moves in each coordinate direction as the parameter \( t \) changes.
This vector determines the line's path through space, indicating "how much" the line moves in each coordinate direction as the parameter \( t \) changes.
- The direction vector is derived from the coefficients of the variable \( t \).
- It directly influences the line’s slope and orientation.
- Changes in the parameter \( t \) will shift the point along the direction dictated by the direction vector.
Cross Product
The cross product is a vector operation that is key when working with vectors that are perpendicular to each other. It creates a new vector that is perpendicular to both of the original vectors involved. In this exercise, we calculate the cross product of the line's direction vector \( \mathbf{d} = \langle 5, -1, 12 \rangle \) and vector \( \mathbf{AQ} = \langle -12, 0, 5 \rangle \).
Given by the determinant:\[ \mathbf{d} \times \mathbf{AQ} = \langle -5, -144, -12 \rangle \].
Given by the determinant:\[ \mathbf{d} \times \mathbf{AQ} = \langle -5, -144, -12 \rangle \].
- The cross product yields a vector perpendicular to both \( \mathbf{d} \) and \( \mathbf{AQ} \).
- It is calculated using the determinant of a matrix involving the components of both vectors.
Magnitude of a Vector
The magnitude of a vector is a measure of its length or size. It is calculated as the square root of the sum of the squares of its components. It gives a scalar value representing how "long" or "large" a vector is, independent of its direction. In this scenario, we need the magnitudes of two vectors for our distance calculation:
- For \( \mathbf{d} \times \mathbf{AQ} = \langle -5, -144, -12 \rangle \):\[ |\mathbf{d} \times \mathbf{AQ}| = \sqrt{(-5)^2 + (-144)^2 + (-12)^2} \approx 144.64 \]
- For \( \mathbf{d} \):\[ |\mathbf{d}| = \sqrt{5^2 + (-1)^2 + 12^2} \approx 13.04 \]