Question:

If the angle between a = \(2y^2 \hat{i} + 4y \hat{j} + \hat{k}\)  and  b = \(7\hat{i} - 2\hat{j} + y\hat{k}\)  is obtuse, then:

Updated On: Jun 2, 2025
  • \(0 < y < \frac{1}{2}\)

  • \(-1 < y < -\frac{1}{2}\)

  • \(\frac{1}{2} < y < 1\)

  • \(-\frac{1}{2} < y < 0\)

Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Approach Solution - 1

The problem requires us to determine the range of \(y\) such that the angle between vectors \( \mathbf{a} = 2y^2 \hat{i} + 4y \hat{j} + \hat{k} \) and \( \mathbf{b} = 7\hat{i} - 2\hat{j} + y\hat{k} \) is obtuse. An obtuse angle implies that the dot product of these vectors is negative. 

First, calculate the dot product: \[ \mathbf{a} \cdot \mathbf{b} = (2y^2)(7) + (4y)(-2) + (1)(y) \] \[ = 14y^2 - 8y + y \] \[ = 14y^2 - 7y \]

For the angle to be obtuse, the dot product should be negative: \[ 14y^2 - 7y < 0 \]

Factor out \(y\): \[ 7y(2y - 1) < 0 \]

Based on the inequality, there are two critical points where the expression changes its sign: \(y = 0\) and \(y = \frac{1}{2}\). By testing intervals around these points:

  • In the interval \( (-\infty, 0) \), \(7y(2y-1) > 0\)
  • In the interval \( (0, \frac{1}{2}) \), \(7y(2y-1) < 0\)
  • In the interval \( (\frac{1}{2}, \infty) \), \(7y(2y-1) > 0\)

Thus, the condition for an obtuse angle is satisfied for \(0 < y < \frac{1}{2}\).

Was this answer helpful?
0
0
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

The angle between two vectors \(\vec{a}\) and \(\vec{b}\) is obtuse if their dot product is negative, i.e., \(\vec{a} \cdot \vec{b} < 0\).

\[\vec{a} = 2y^{2}\hat{i} + 4y\hat{j} + \hat{k}, \quad \vec{b} = 7\hat{i} - 2\hat{j} + y\hat{k}\]

The dot product \(\vec{a} \cdot \vec{b}\) is:

\[\vec{a} \cdot \vec{b} = (2y^{2})(7) + (4y)(-2) + (1)(y)\]

Simplify each term:

\[\vec{a} \cdot \vec{b} = 14y^2 - 8y + y = 14y^2 - 7y\]

For the angle to be obtuse, we require:

\[14y^2 - 7y < 0\]

Factorize:

\[7y(2y - 1) < 0\]

The critical points are \(y = 0\) and \(y = \frac{1}{2}\). Using a sign analysis for \(7y(2y - 1)\):

  • For \(y \in (0, \frac{1}{2})\), \(7y > 0\) and \((2y - 1) < 0\), so the product is negative.
  • For \(y < 0\) or \(y > \frac{1}{2}\), the product is non-negative.

Thus, the solution is:

\[0 < y < \frac{1}{2}\]

Hence, the correct answer is:

\[0 < y < \frac{1}{2}\]

Was this answer helpful?
0
0