Chapter 12: Problem 43
(a) Let \(P\) be a point not on the line \(L\) that passes through the points \(Q\) and \(R .\) Show that the distance \(d\) from the point \(P\) to the line \(L\) is $$d=\frac{|\mathbf{a} \times \mathbf{b}|}{|\mathbf{a}|}$$ where \(\mathbf{a}=\vec{Q R}\) and \(\mathbf{b}=\vec{Q P}\) (b) Use the formula in part (a) to find the distance from the point \(P(1,1,1)\) to the line through \(Q(0,6,8)\) and \(R(-1,4,7) .\)
Short Answer
Step by step solution
Define Vectors
Find the Cross Product
Calculate Magnitude of Vectors
Apply Distance Formula
Review the Result
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.
Cross Product
- The cross product is calculated using a determinant involving the unit vectors \(\mathbf{i}, \mathbf{j}, \mathbf{k}\).
- For our exercise, this is calculated as:
\[ \mathbf{a} \times \mathbf{b} = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \ -1 & -2 & -1 \ 1 & -5 & -7 \end{vmatrix} = (9, -6, 7) \]
Vector Magnitude
\[|\mathbf{v}| = \sqrt{x^2 + y^2 + z^2}\]
For example, within our exercise, the magnitude of vector \(\mathbf{a}\), \((-1, -2, -1)\), is:
\[|\mathbf{a}| = \sqrt{(-1)^2 + (-2)^2 + (-1)^2} = \sqrt{6} \]
Similarly, we calculate the magnitude of the cross product \(\mathbf{a} \times \mathbf{b}\) using the same formula:\[|\mathbf{a} \times \mathbf{b}| = \sqrt{9^2 + (-6)^2 + 7^2} = \sqrt{166}\]
These calculations form the components of the distance formula.
Distance Formula
\[d = \frac{ |\mathbf{a} \times \mathbf{b}| }{ |\mathbf{a}| }\]
This formula represents the shortest distance from a point \(P\) to a line defined by a vector \(\mathbf{a}\) with another point \(Q\) on the line from which vector \(\mathbf{b}\) is formed. This formula elegantly combines vector cross product and magnitude to project the distance onto the line's normal.
Applying in our example, with vectors already calculated:
\[d = \frac{ \sqrt{166} }{ \sqrt{6} }\approx 5.26\]
The calculations demonstrate how vector operations can simplify complex three-dimensional problems.
Coordinate Geometry
- The process involves identifying point coordinates and transforming them into vectors.
- In our exercise, the vectors are formed by points \(Q\), \(R\), and \(P\) using their coordinates:
- \(\mathbf{a} = \vec{QR}\) and \(\mathbf{b} = \vec{QP}\).