Step 1: Formula for angle between two vectors The formula for the sine of the angle between two vectors is given by: \[ \sin \theta = \frac{|\vec{f} \times \vec{g}|}{|\vec{f}||\vec{g}|} \]
Step 2: Compute cross product magnitude \( |\vec{f} \times \vec{g}| \) Using determinant method,
Expanding, \[ \vec{f} \times \vec{g} = \hat{i} (2a + 9) - \hat{j} (a + 6) + \hat{k} (-3 - 4) \] \[ = (2a + 9) \hat{i} - (a + 6) \hat{j} - 7\hat{k} \] \[ |\vec{f} \times \vec{g}| = \sqrt{(2a+9)^2 + (a+6)^2 + 49} \]
Step 3: Solve for \( a \) using \( \sin \theta \) equation Given \( \sin \theta = \frac{\sqrt{24}}{28} \), solving for \( a \): \[ 7a^2 + 24a = 10 \] Thus, the correct answer is option (1).