Problem 17
Question
Find the angle \(A B C\) if the points are \(A(1,2,3)\), \(B(-4,5,6)\), and \(C(1,0,1)\).
Step-by-Step Solution
Verified Answer
The angle ∠ABC is approximately 34.9°.
1Step 1: Understand the Problem
We are tasked with finding the angle ∠ABC given points A(1,2,3), B(-4,5,6), and C(1,0,1). This involves calculating the vectors \( \vec{BA} \) and \( \vec{BC} \) and then using the dot product to find the angle between them.
2Step 2: Determine Vector BA
Calculate \( \vec{BA} \) by subtracting coordinates of A from B: \[ \vec{BA} = A - B = (1 - (-4), 2 - 5, 3 - 6) = (5, -3, -3) \]
3Step 3: Determine Vector BC
Calculate \( \vec{BC} \) by subtracting coordinates of C from B: \[ \vec{BC} = C - B = (1 - (-4), 0 - 5, 1 - 6) = (5, -5, -5) \]
4Step 4: Calculate the Dot Product
Use the dot product formula for vectors \( \vec{BA} \) and \( \vec{BC} \): \[ \vec{BA} \cdot \vec{BC} = (5)(5) + (-3)(-5) + (-3)(-5) = 25 + 15 + 15 = 55 \]
5Step 5: Calculate Magnitudes of Vectors
Find the magnitudes of both vectors: \[ |\vec{BA}| = \sqrt{(5)^2 + (-3)^2 + (-3)^2} = \sqrt{59} \]\[ |\vec{BC}| = \sqrt{(5)^2 + (-5)^2 + (-5)^2} = \sqrt{75} \]
6Step 6: Use the Dot Product Formula to Find Angle
Find the angle using the formula \( \cos \theta = \frac{\vec{BA} \cdot \vec{BC}}{|\vec{BA}| \times |\vec{BC}|} \): \[ \cos \theta = \frac{55}{\sqrt{59} \cdot \sqrt{75}} = \frac{55}{\sqrt{4425}} \approx 0.826 \]
7Step 7: Calculate the Angle
Find \( \theta \) by applying the inverse cosine function:\[ \theta = \cos^{-1}(0.826) \approx 34.9^\circ \]
Key Concepts
Vector SubtractionDot ProductMagnitude of VectorsInverse Cosine Function
Vector Subtraction
Vector subtraction is the process of finding the vector difference between two points or vectors. When you have two points, say A and B, and you want to find the vector from B to A, you can subtract the coordinates of point A from those of point B.
This operation is performed component-wise by subtracting each respective coordinate of the vectors.
For example, given points A(x₁, y₁, z₁) and B(x₂, y₂, z₂), the vector \( \vec{BA} \) is calculated as:
This operation is performed component-wise by subtracting each respective coordinate of the vectors.
For example, given points A(x₁, y₁, z₁) and B(x₂, y₂, z₂), the vector \( \vec{BA} \) is calculated as:
- \( \vec{BA} = (x₁ - x₂, y₁ - y₂, z₁ - z₂) \)
Dot Product
The dot product, also known as the scalar product, is a way of multiplying two vectors to obtain a scalar (a single number).
This scalar represents how much of one vector goes in the direction of another vector.
The dot product of two vectors \( \vec{u} = (u_1, u_2, u_3) \) and \( \vec{v} = (v_1, v_2, v_3) \) is calculated as:
This scalar represents how much of one vector goes in the direction of another vector.
The dot product of two vectors \( \vec{u} = (u_1, u_2, u_3) \) and \( \vec{v} = (v_1, v_2, v_3) \) is calculated as:
- \( \vec{u} \cdot \vec{v} = u_1v_1 + u_2v_2 + u_3v_3 \)
Magnitude of Vectors
The magnitude of a vector is a measure of its length.
Think of it as the vector's length in space, drawn from the origin to the point the vector reaches.
The magnitude of a vector \( \vec{a} = (a_1, a_2, a_3) \) is given by:
Think of it as the vector's length in space, drawn from the origin to the point the vector reaches.
The magnitude of a vector \( \vec{a} = (a_1, a_2, a_3) \) is given by:
- \( |\vec{a}| = \sqrt{a_1^2 + a_2^2 + a_3^2} \)
Inverse Cosine Function
The inverse cosine function, denoted as \( \cos^{-1} \), is used to find the angle whose cosine is a given value. When you have calculated the cosine of an angle using vectors and dot product, you can apply the inverse cosine to find the actual angle in degrees or radians.
This is incredibly useful in exercises where knowing the specific angle between directions is necessary.
For example, if you find \( \cos \theta \approx 0.826 \), then:
This is incredibly useful in exercises where knowing the specific angle between directions is necessary.
For example, if you find \( \cos \theta \approx 0.826 \), then:
- \( \theta = \cos^{-1}(0.826) \approx 34.9^\circ \)
Other exercises in this chapter
Problem 17
Sketch the curve in the xy-plane. Then, for the given point, find the curvature and the radius of curvature. Finally, \(y=\sin x,\left(\frac{\pi}{4}, \frac{\sqr
View solution Problem 17
If \(\mathbf{r}(t)=\sqrt{t-1} \mathbf{i}+\ln \left(2 t^{2}\right) \mathbf{j}\) and \(h(t)=e^{-3 t}\), find \(D_{r}[h(t) \mathbf{r}(t)]\)
View solution Problem 17
Name and sketch the graph of each of the following equations in three-space. $$ 5 x+8 y-2 z=10 $$
View solution Problem 17
Find the equation of the plane that contains the parallel lines $$ \left\\{\begin{array} { l } { x = - 2 + 2 t } \\ { y = 1 + 4 t } \\ { z = 2 - t } \end{array}
View solution