The position vectors of vertices A, B and C of triangle ABC are respectively \(\hat{\text{j}}+\hat{\text{k}}, 3\hat{\text{i}}+\hat{\text{j}+5\hat{\text{k}}}\) and \(3\hat{\text{j}}+3\hat{\text{k}}\) . What is angle C equal to?
The problem asks us to find the measure of angle C in a triangle ABC, given the position vectors of its vertices A, B, and C.
The position vectors of the vertices are given as:
To find angle C of the triangle, we need to consider the vectors forming the sides of the angle, which are \(\vec{CA}\) and \(\vec{CB}\). The angle C is the angle between these two vectors.
We can find the vector representing a side by subtracting the position vector of the initial point from the position vector of the terminal point. So, vector \(\vec{CA}\) is found by \(\vec{a} - \vec{c}\), and vector \(\vec{CB}\) is found by \(\vec{b} - \vec{c}\).
Let's calculate the vector \(\vec{CA}\):
\(\vec{CA} = \vec{a} - \vec{c} = (0\hat{\text{i}} + 1\hat{\text{j}} + 1\hat{\text{k}}) - (0\hat{\text{i}} + 3\hat{\text{j}} + 3\hat{\text{k}})\)
\(\vec{CA} = (0-0)\hat{\text{i}} + (1-3)\hat{\text{j}} + (1-3)\hat{\text{k}} = 0\hat{\text{i}} - 2\hat{\text{j}} - 2\hat{\text{k}}\)
\(\vec{CA} = -2\hat{\text{j}} - 2\hat{\text{k}}\)
Next, let's calculate the vector \(\vec{CB}\):
\(\vec{CB} = \vec{b} - \vec{c} = (3\hat{\text{i}} + 1\hat{\text{j}} + 5\hat{\text{k}}) - (0\hat{\text{i}} + 3\hat{\text{j}} + 3\hat{\text{k}})\)
\(\vec{CB} = (3-0)\hat{\text{i}} + (1-3)\hat{\text{j}} + (5-3)\hat{\text{k}} = 3\hat{\text{i}} - 2\hat{\text{j}} + 2\hat{\text{k}}\)
\(\vec{CB} = 3\hat{\text{i}} - 2\hat{\text{j}} + 2\hat{\text{k}}\)
The angle between two vectors \(\vec{u}\) and \(\vec{v}\) can be found using the dot product formula:
\(\vec{u} \cdot \vec{v} = |\vec{u}| |\vec{v}| \cos(\theta)\)
Where \(\theta\) is the angle between the vectors. In our case, the angle is C, and the vectors are \(\vec{CA}\) and \(\vec{CB}\).
\(\cos(C) = \frac{\vec{CA} \cdot \vec{CB}}{|\vec{CA}| |\vec{CB}|}\)
Let's calculate the dot product \(\vec{CA} \cdot \vec{CB}\):
\(\vec{CA} \cdot \vec{CB} = (-2\hat{\text{j}} - 2\hat{\text{k}}) \cdot (3\hat{\text{i}} - 2\hat{\text{j}} + 2\hat{\text{k}})\)
Remember that \(\hat{\text{i}} \cdot \hat{\text{i}} = \hat{\text{j}} \cdot \hat{\text{j}} = \hat{\text{k}} \cdot \hat{\text{k}} = 1\) and \(\hat{\text{i}} \cdot \hat{\text{j}} = \hat{\text{i}} \cdot \hat{\text{k}} = \hat{\text{j}} \cdot \hat{\text{k}} = 0\).
\(\vec{CA} \cdot \vec{CB} = (0)(3) + (-2)(-2) + (-2)(2)\)
\(\vec{CA} \cdot \vec{CB} = 0 + 4 - 4 = 0\)
The dot product \(\vec{CA} \cdot \vec{CB}\) is 0.
If the dot product of two non-zero vectors is zero, the vectors are orthogonal (perpendicular), and the angle between them is \(\frac{\pi}{2}\) (or 90 degrees).
Let's confirm that the vectors \(\vec{CA}\) and \(\vec{CB}\) are non-zero by calculating their magnitudes:
\(|\vec{CA}| = \sqrt{(0)^2 + (-2)^2 + (-2)^2} = \sqrt{0 + 4 + 4} = \sqrt{8}\)
\(|\vec{CB}| = \sqrt{(3)^2 + (-2)^2 + (2)^2} = \sqrt{9 + 4 + 4} = \sqrt{17}\)
Since both magnitudes are non-zero, the vectors are not zero vectors.
Using the dot product formula for \(\cos(C)\):
\(\cos(C) = \frac{0}{\sqrt{8} \sqrt{17}} = 0\)
The angle whose cosine is 0 is \(\frac{\pi}{2}\) radians (or 90 degrees).
\(C = \cos^{-1}(0) = \frac{\pi}{2}\)
Therefore, angle C is equal to \(\frac{\pi}{2}\).
The angle C in triangle ABC is \(\frac{\pi}{2}\).
| Step | Calculation | Result |
|---|---|---|
| 1 | Find vector \(\vec{CA}\) | \(\vec{a} - \vec{c} = -2\hat{\text{j}} - 2\hat{\text{k}}\) |
| 2 | Find vector \(\vec{CB}\) | \(\vec{b} - \vec{c} = 3\hat{\text{i}} - 2\hat{\text{j}} + 2\hat{\text{k}}\) |
| 3 | Calculate dot product \(\vec{CA} \cdot \vec{CB}\) | \((0)(3) + (-2)(-2) + (-2)(2) = 0 + 4 - 4 = 0\) |
| 4 | Calculate magnitudes \(|\vec{CA}|\) and \(|\vec{CB}|\) | \(|\vec{CA}| = \sqrt{8}\), \(|\vec{CB}| = \sqrt{17}\) |
| 5 | Use dot product formula for \(\cos(C)\) | \(\cos(C) = \frac{\vec{CA} \cdot \vec{CB}}{|\vec{CA}| |\vec{CB}|} = \frac{0}{\sqrt{8}\sqrt{17}} = 0\) |
| 6 | Find C from \(\cos(C)\) | \(C = \cos^{-1}(0) = \frac{\pi}{2}\) |
| Concept | Description | Formula |
|---|---|---|
| Position Vector | A vector representing the position of a point relative to the origin. | If P is at (x, y, z), \(\vec{p} = x\hat{\text{i}} + y\hat{\text{j}} + z\hat{\text{k}}\) |
| Vector between Two Points | Vector from point P to point Q is \(\vec{PQ} = \vec{q} - \vec{p}\). | \(\vec{PQ} = (x_Q-x_P)\hat{\text{i}} + (y_Q-y_P)\hat{\text{j}} + (z_Q-z_P)\hat{\text{k}}\) |
| Dot Product | A scalar quantity obtained by multiplying corresponding components and summing. It relates to the angle between vectors. | \(\vec{u} \cdot \vec{v} = u_x v_x + u_y v_y + u_z v_z\) or \(\vec{u} \cdot \vec{v} = |\vec{u}| |\vec{v}| \cos(\theta)\) |
| Magnitude of a Vector | The length of the vector. | \(|\vec{u}| = \sqrt{u_x^2 + u_y^2 + u_z^2}\) |
| Angle Between Vectors | Derived from the dot product formula. | \(\cos(\theta) = \frac{\vec{u} \cdot \vec{v}}{|\vec{u}| |\vec{v}|}\) |
| Orthogonal Vectors | Two non-zero vectors are orthogonal if the angle between them is \(\frac{\pi}{2}\) (90°). | \(\vec{u} \cdot \vec{v} = 0\) if \(\vec{u} \ne \vec{0}\) and \(\vec{v} \ne \vec{0}\). |
Vectors are very useful tools for solving geometry problems, especially those involving points, lines, and angles in 2D or 3D space. Position vectors help represent points easily.
To find angles in a triangle using vectors, you can represent the sides as vectors. For example, in triangle ABC:
Note that \(\vec{AB} + \vec{BC} + \vec{CA} = \vec{0}\), forming a closed loop.
To find angle A, you would find the angle between vectors \(\vec{AB}\) and \(\vec{AC}\) (or \(\vec{AB}\) and \(-\vec{CA}\)). Specifically, the angle at vertex A is the angle between \(\vec{AB}\) and \(\vec{AC}\). The dot product formula for angle A would be:
\(\cos(A) = \frac{\vec{AB} \cdot \vec{AC}}{|\vec{AB}| |\vec{AC}|}\)
Similarly, for angle B, you would find the angle between \(\vec{BA}\) and \(\vec{BC}\):
\(\cos(B) = \frac{\vec{BA} \cdot \vec{BC}}{|\vec{BA}| |\vec{BC}|}\)
And as calculated above, for angle C, we used vectors \(\vec{CA}\) and \(\vec{CB}\):
\(\cos(C) = \frac{\vec{CA} \cdot \vec{CB}}{|\vec{CA}| |\vec{CB}|}\)
The choice of vectors pointing away from the vertex (\(\vec{CA}\) and \(\vec{CB}\) for angle C) is standard for calculating the internal angle of the triangle using the dot product. If you used vectors pointing towards the vertex (e.g., \(\vec{AC}\) and \(\vec{BC}\)), the dot product result would be the same magnitude but potentially opposite sign, and you would need to be careful about the directionality.
In this specific problem, the dot product of the vectors forming angle C turned out to be 0, which directly indicates that angle C is a right angle (\(\frac{\pi}{2}\) radians).
A vector \(\vec r=a \hat i+b \hat j\) is equally inclined to both x and y axes. If the magnitude of the vector is 2 units, then what are the values of a and b respectively?
Let \(\vec{\text{a}}\) and \(\vec{\text{b}}\) are two unit vectors such that \(\vec{\text{a}}+2 \vec{\text{b}}\) and \(5\vec{\text{a}}−4\vec{\text{b}}\) are perpendicular. What is the angle between \(\vec{\text{a}}\) and \(\vec{\text{b}}\) ?
ABCDEFGH is a cuboid with base ABCD. Let A(0, 0, 0), B(12, 0, 0), C(12, 6, 0) and G(12, 6, 4) be the vertices. If α is the angle between AB and AG; β is the angle between AC and AG, then what is the value of cos 2α + cos 2β?
Consider the following equations for two vectors \(\vec{a}\) and \(\vec{b}\)
1. \(\left( \vec{a}+\vec{b} \right)\cdot \left( \vec{a}-\vec{b} \right)={{\left| {\vec{a}} \right|}^{2}}-{{\left| {\vec{b}} \right|}^{2}}\)
2. \(\left( \left| \vec{a}+\vec{b} \right| \right)\left( \left| \vec{a}-\vec{b} \right| \right)={{\left| {\vec{a}} \right|}^{2}}-{{\left| {\vec{b}} \right|}^{2}}\)
3. \({{\left| \vec{a}\cdot \vec{b} \right|}^{2}}+{{\left| \vec{a}\times \vec{b} \right|}^{2}}={{\left| {\vec{a}} \right|}^{2}}{{\left| {\vec{b}} \right|}^{2}}\)
Which of the above statement are correct?Consider the following statements:
1. The magnitude of \(\vec{a}\times \vec{b}\) is same as the area of a triangle with sides \(\vec{a}\) and \(\vec{b}\)
2. If \(\vec{a}\times \vec{b}=\vec{0}\) where \(\vec{a}\ne \vec{0},~\vec{b}\ne \vec{0},\) then \(\vec{a}=\lambda \vec{b}\)
Which of the above statement is/are correct?If \(\vec{a}\:and\:\vec{b}\) are unit vectors and θ is the angle between them, then what is \({{\sin }^{2}}\left( \frac{\theta }{2} \right)\) equal to?
If in a right-angled triangle ABC, hypotenuse AC = p, then what is \(\overrightarrow {AB} \cdot \overrightarrow {AC} + \overrightarrow {BC} \; \cdot \overrightarrow {BA} + \overrightarrow {CA} \cdot \overrightarrow {CB} \) equal to?
If \(\vec r\) = xî + yĵ + zk̂, then what is \(\vec r\) . (î + ĵ + k̂ ) equal to?
A unit vector perpendicular to each of the vectors 2î - ĵ + k̂ and 3î - 4ĵ - k̂ is
If \(\vec a + 2\vec b + 3\vec c = \vec 0\) and \(\vec a \times \vec b + \vec b \times \vec c + \vec c \times \vec a = \lambda \left( {\vec b \times \overrightarrow {c\;} } \right),\) then what is the value of λ?
If \(\overrightarrow a \) and \(\overrightarrow b\) are two unit vectors inclined to x - axis at angles 30° and 120°, then \(\left| {\overrightarrow a + \overrightarrow b } \right|\) equals
The value of \(\left( {\overrightarrow a - \overrightarrow b } \right).\left[ {\left( {\overrightarrow b - \overrightarrow c } \right) \times \left( {\overrightarrow c - \overrightarrow a } \right)} \right]\) is:
The work done in moving an object along a vector \(\widehat d = 3\widehat i + 2\widehat j - 5\widehat k\) (if the applied force is \(\overrightarrow F = 2\widehat i - \widehat j - \widehat k\)) is
If \(\bar a\) and \(\bar b\) are unit vectors and θ is the angle between them then \(\left| {\frac{{\bar a - \bar b}}{2}} \right|\) is
Two forces F̅1 = î - ĵ + k̂ and F̅2 = 4î + 2ĵ + 3k̂ act on a particle and displace it from the point (0, 1, 2) to (1, -2, 3), then the total work done is