An instructor at the astronomical centre shows three among the brightest stars in a particular constellation. Assume that the telescope is located at \( O(0,0,0) \) and the three stars have their locations at points \( D, A, \) and \( V \), having position vectors: \[ 2\hat{i} + 3\hat{j} + 4\hat{k}, \quad 7\hat{i} + 5\hat{j} + 8\hat{k}, \quad -3\hat{i} + 7\hat{j} + 11\hat{k} \] respectively. Based on the above information, answer the following questions:
How far is the star \( V \) from star \( A \)?
To find the distance between two points, use the magnitude of the difference of their position vectors.
Step 1: Compute the position vector of \( \overrightarrow{AV} \)
\[ \overrightarrow{AV} = {Position vector of } V - {Position vector of } A \] \[ \overrightarrow{AV} = (-3\hat{i} + 7\hat{j} + 11\hat{k}) - (7\hat{i} + 5\hat{j} + 8\hat{k}) = -10\hat{i} + 2\hat{j} + 3\hat{k}. \]
Step 2: Compute the magnitude of \( \overrightarrow{AV} \)
\[ |\overrightarrow{AV}| = \sqrt{(-10)^2 + 2^2 + 3^2} = \sqrt{100 + 4 + 9} = \sqrt{113}. \]
Step 3: Final result
The distance between star \( V \) and star \( A \) is \( \sqrt{113} \) units.
Find a unit vector in the direction of \( \overrightarrow{DA} \).
To find a unit vector, divide the vector by its magnitude.
Step 1: Compute \( \overrightarrow{DA} \)
\[ \overrightarrow{DA} = {Position vector of } A - {Position vector of } D \] \[ \overrightarrow{DA} = (7\hat{i} + 5\hat{j} + 8\hat{k}) - (2\hat{i} + 3\hat{j} + 4\hat{k}) = 5\hat{i} + 2\hat{j} + 4\hat{k}. \] Step 2: Find the magnitude of \( \overrightarrow{DA} \)
\[ |\overrightarrow{DA}| = \sqrt{(5)^2 + (2)^2 + (4)^2} = \sqrt{25 + 4 + 16} = \sqrt{45} = 3\sqrt{5}. \] Step 3: Compute the unit vector
The unit vector is: \[ \hat{u} = \frac{\overrightarrow{DA}}{|\overrightarrow{DA}|} = \frac{5\hat{i} + 2\hat{j} + 4\hat{k}}{3\sqrt{5}} = \frac{5}{3\sqrt{5}}\hat{i} + \frac{2}{3\sqrt{5}}\hat{j} + \frac{4}{3\sqrt{5}}\hat{k}. \] Step 4: Final result
The unit vector in the direction of \( \overrightarrow{DA} \) is: \[ \frac{5}{3\sqrt{5}}\hat{i} + \frac{2}{3\sqrt{5}}\hat{j} + \frac{4}{3\sqrt{5}}\hat{k}. \]
Find the measure of \( \angle VDA \).
For angles between vectors, always use the dot product formula and ensure the magnitude is correctly computed.
Step 1: Recall the formula for the angle between vectors
The angle \( \theta \) between two vectors \( \overrightarrow{VD} \) and \( \overrightarrow{DA} \) is given by: \[ \cos \theta = \frac{\overrightarrow{VD} \cdot \overrightarrow{DA}}{|\overrightarrow{VD}| \cdot |\overrightarrow{DA}|}. \] Step 2: Compute \( \overrightarrow{VD} \) and \( \overrightarrow{DA} \)
From previous calculations: \[ \overrightarrow{VD} = \overrightarrow{V} - \overrightarrow{D} = (-3\hat{i} + 7\hat{j} + 11\hat{k}) - (2\hat{i} + 3\hat{j} + 4\hat{k}) = -5\hat{i} + 4\hat{j} + 7\hat{k}. \] \[ \overrightarrow{DA} = 5\hat{i} + 2\hat{j} + 4\hat{k}. \] Step 3: Compute \( \overrightarrow{VD} \cdot \overrightarrow{DA} \)
\[ \overrightarrow{VD} \cdot \overrightarrow{DA} = (-5)(5) + (4)(2) + (7)(4) = -25 + 8 + 28 = 11. \] Step 4: Compute magnitudes of \( \overrightarrow{VD} \) and \( \overrightarrow{DA} \)
\[ |\overrightarrow{VD}| = \sqrt{(-5)^2 + 4^2 + 7^2} = \sqrt{25 + 16 + 49} = \sqrt{90}. \] \[ |\overrightarrow{DA}| = \sqrt{(5)^2 + (2)^2 + (4)^2} = \sqrt{25 + 4 + 16} = \sqrt{45}. \] Step 5: Compute \( \cos \theta \)
\[ \cos \theta = \frac{11\sqrt{2}}{\sqrt{90} \cdot \sqrt{45}} = \frac{11\sqrt{2}}{\sqrt{4050}} = \frac{11\sqrt{2}}{90}. \] Step 6: Final result
The measure of \( \angle VDA \) is: \[ \theta = \cos^{-1} \left( \frac{11\sqrt{2}}{90} \right). \]
What is the projection of vector \( \overrightarrow{DV} \) on vector \( \overrightarrow{DA} \)?
The projection of one vector onto another gives the component of the first vector along the direction of the second.
Step 1: Recall the formula for projection
The projection of \( \overrightarrow{DV} \) on \( \overrightarrow{DA} \) is given by: \[ {Projection} = \frac{\overrightarrow{DV} \cdot \overrightarrow{DA}}{|\overrightarrow{DA}|}. \]
Step 2: Compute \( \overrightarrow{DV} \)
\[ \overrightarrow{DV} = \overrightarrow{V} - \overrightarrow{D} = (-5\hat{i} + 4\hat{j} + 7\hat{k}). \]
Step 3: Compute \( \overrightarrow{DV} \cdot \overrightarrow{DA} \)
From the previous calculations: \[ \overrightarrow{DV} \cdot \overrightarrow{DA} = (-5)(5) + (4)(2) + (7)(4) = -25 + 8 + 28 = 11. \]
Step 4: Compute \( |\overrightarrow{DA}| \)
\[ |\overrightarrow{DA}| = \sqrt{(5)^2 + (2)^2 + (4)^2} = \sqrt{45} = 3\sqrt{5}. \]
Step 5: Compute the projection
\[ {Projection} = \frac{\overrightarrow{DV} \cdot \overrightarrow{DA}}{|\overrightarrow{DA}|} = \frac{11}{3\sqrt{5}}. \]
Step 6: Final result
The projection of \( \overrightarrow{DV} \) on \( \overrightarrow{DA} \) is: \[ \frac{11\sqrt{5}}{15}. \]
List-I | List-II |
(A) Absolute maximum value | (I) 3 |
(B) Absolute minimum value | (II) 0 |
(C) Point of maxima | (III) -5 |
(D) Point of minima | (IV) 4 |
In number theory, it is often important to find factors of an integer \( N \). The number \( N \) has two trivial factors, namely 1 and \( N \). Any other factor, if it exists, is called a non-trivial factor of \( N \). Naresh has plotted a graph of some constraints (linear inequations) with points \( A(0, 50) \), \( B(20, 40) \), \( C(50, 100) \), \( D(0, 200) \), and \( E(100, 0) \). This graph is constructed using three non-trivial constraints and two trivial constraints. One of the non-trivial constraints is \( x + 2y \geq 100 \).
Based on the above information, answer the following questions:
On her birthday, Prema decides to donate some money to children of an orphanage home.
If there are 8 children less, everyone gets ₹ 10 more. However, if there are 16 children more, everyone gets ₹ 10 less. Let the number of children in the orphanage home be \( x \) and the amount to be donated to each child be \( y \).
Based on the above information, answer the following questions:
Let \( X \) denote the number of hours a Class 12 student studies during a randomly selected school day. The probability that \( X \) can take the values \( x_i \), for an unknown constant \( k \):
\[ P(X = x_i) = \begin{cases} 0.1, & {if } x_i = 0, \\ kx_i, & {if } x_i = 1 { or } 2, \\ k(5 - x_i), & {if } x_i = 3 { or } 4. \end{cases} \]The correct IUPAC name of \([ \text{Pt}(\text{NH}_3)_2\text{Cl}_2 ]^{2+} \) is: