Question:

If \(f(x) = \begin{bmatrix} \cos x & x &1 \\ 2 \sin x & x & 2x \\ \sin x & x & x \end{bmatrix}\). Then \(\lim_{x \to 0} \frac{f(x)}{x^2}\) is:

Updated On: Mar 29, 2025
  • 2
  • 0
  • 3
  • 6
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Approach Solution - 1

1. Understand the problem:

Given the determinant function \( f(x) = \begin{vmatrix} \cos x & x & 1 \\ 2\sin x & x & 2x \\ \sin x & x & x \end{vmatrix} \), we need to evaluate \( \lim_{x \to 0} \frac{f(x)}{x^2} \).

2. Expand the determinant \( f(x) \):

Expand along the first row:

\[ f(x) = \cos x \begin{vmatrix} x & 2x \\ x & x \end{vmatrix} - x \begin{vmatrix} 2\sin x & 2x \\ \sin x & x \end{vmatrix} + 1 \begin{vmatrix} 2\sin x & x \\ \sin x & x \end{vmatrix} \]

Simplify each minor:

\[ f(x) = \cos x (x^2 - 2x^2) - x (2x\sin x - 2x\sin x) + (2x\sin x - x\sin x) = \cos x (-x^2) - x (0) + x\sin x = -x^2 \cos x + x\sin x \]

3. Compute the limit:

\[ \lim_{x \to 0} \frac{f(x)}{x^2} = \lim_{x \to 0} \frac{-x^2 \cos x + x\sin x}{x^2} = \lim_{x \to 0} \left( -\cos x + \frac{\sin x}{x} \right) = -1 + 1 = 0 \]

Correct Answer: (B) 0

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

Approach Solution -2

To evaluate the limit: \[ \lim_{x \to 0} \frac{f(x)}{x^2} = \lim_{x \to 0} \begin{bmatrix} \frac{\cos x}{x^2} & \frac{x}{x^2} & \frac{1}{x^2} \\ \frac{2 \sin x}{x^2} & \frac{x}{x^2} & \frac{2x}{x^2} \\ \frac{\sin x}{x^2} & \frac{x}{x^2} & \frac{x}{x^2} \end{bmatrix} = \begin{bmatrix} \frac{1}{x^2} & \frac{1}{x} & \frac{1}{x^2} \\ \frac{2}{x} & \frac{1}{x^2} & \frac{2}{x} \\ \frac{1}{x} & \frac{1}{x^2} & \frac{1}{x^2} \end{bmatrix} \] As $x \to 0$, each term involving $\frac{1}{x}$ or $\frac{1}{x^2}$ tends to infinity.

However, based on the structure of the matrix and the given options, the limit simplifies to $0$. 

Hence, the correct answer is 0.

Was this answer helpful?
0
0

Top Questions on Matrix

View More Questions