Question:medium

If \(f(x)=\frac{\cos^{4}x-1}{x^{2}}\), \(x\ne0\) and \(f(0)=2\) is a real valued function, then:

Show Hint

To test for continuity, always verify that the limit matches the function value at that point. If they differ, the function has a removable discontinuity.
Updated On: Jun 9, 2026
  • \(\lim_{x\rightarrow0}f(x)\) does not exist
  • \(\lim_{x\rightarrow0}f(x)=1\)
  • f is not continuous at \(x=0\)
  • f is continuous at \(x=0\)
Show Solution

The Correct Option is C

Solution and Explanation

Step 1: State the test.
$f$ is continuous at $0$ only if $\lim_{x\to0}f(x)=f(0)$. Here $f(0)=2$, and away from $0$, $f(x)=\dfrac{\cos^4x-1}{x^2}$.
Step 2: Factor the numerator.
$\cos^4x-1=(\cos^2x-1)(\cos^2x+1)$, and $\cos^2x-1=-\sin^2x$. So \[ f(x)=\frac{-\sin^2x\,(\cos^2x+1)}{x^2}. \]
Step 3: Split into known pieces.
\[ f(x)=-\left(\frac{\sin x}{x}\right)^2(\cos^2x+1). \]
Step 4: Use standard limits.
As $x\to0$, $\dfrac{\sin x}{x}\to1$ and $\cos x\to1$, so $\cos^2x+1\to2$.
Step 5: Evaluate the limit.
\[ \lim_{x\to0}f(x)=-(1)^2(2)=-2. \]
Step 6: Compare with $f(0)$.
Since $-2\ne2=f(0)$, the limit does not match the defined value, so $f$ is not continuous at $x=0$.
\[ \boxed{\text{f is not continuous at }x=0} \]
Was this answer helpful?
0