Skip to main content
Back to Limits, Continuity & Differentiability
JEE Main 2021
Limits, Continuity & Differentiability
Limits, Continuity and Differentiability
Medium

Question

Iflimx0cos(2x)+acos(4x)bx4isfinite,then(a+b)isequalto:If\,\mathop {\lim }\limits_{x \to 0} {{\cos (2x) + a\cos (4x) - b} \over {{x^4}}}is\,finite,\,then\,(a + b)\,is\,equal\,to:

Options

Solution

Key Concepts and Formulas

  • Taylor Series Expansion of Cosine: The Taylor series expansion of cos(x)\cos(x) around x=0x=0 is given by: cos(x)=1x22!+x44!x66!+\cos(x) = 1 - \frac{x^2}{2!} + \frac{x^4}{4!} - \frac{x^6}{6!} + \ldots This is crucial for analyzing limits involving trigonometric functions as x0x \to 0.
  • Condition for Finite Limit: For a limit of the form limx0f(x)xn\lim_{x \to 0} \frac{f(x)}{x^n} to be finite, the numerator f(x)f(x) must have a Taylor series expansion that starts with a term of at least xnx^n. This means all terms of degree less than nn in the numerator's expansion must be zero.

Step-by-Step Solution

Step 1: Analyze the Limit Expression We are given the limit: L=limx0cos(2x)+acos(4x)bx4L = \lim\limits_{x \to 0} \frac{\cos (2x) + a\cos (4x) - b}{x^4} For this limit to be finite, the numerator must tend to zero as x0x \to 0. This is because the denominator x4x^4 tends to zero. If the numerator did not tend to zero, the limit would be infinite.

Step 2: Apply Taylor Series Expansion to the Numerator We will use the Taylor series expansion for cos(u)\cos(u) around u=0u=0, which is cos(u)=1u22!+u44!\cos(u) = 1 - \frac{u^2}{2!} + \frac{u^4}{4!} - \ldots. For cos(2x)\cos(2x), substitute u=2xu=2x: cos(2x)=1(2x)22!+(2x)44!=14x22+16x424=12x2+23x4\cos(2x) = 1 - \frac{(2x)^2}{2!} + \frac{(2x)^4}{4!} - \ldots = 1 - \frac{4x^2}{2} + \frac{16x^4}{24} - \ldots = 1 - 2x^2 + \frac{2}{3}x^4 - \ldots For cos(4x)\cos(4x), substitute u=4xu=4x: cos(4x)=1(4x)22!+(4x)44!=116x22+256x424=18x2+323x4\cos(4x) = 1 - \frac{(4x)^2}{2!} + \frac{(4x)^4}{4!} - \ldots = 1 - \frac{16x^2}{2} + \frac{256x^4}{24} - \ldots = 1 - 8x^2 + \frac{32}{3}x^4 - \ldots Now, substitute these expansions into the numerator of the limit: Numerator=(12x2+23x4)+a(18x2+323x4)b\text{Numerator} = \left(1 - 2x^2 + \frac{2}{3}x^4 - \ldots \right) + a\left(1 - 8x^2 + \frac{32}{3}x^4 - \ldots \right) - b

Step 3: Equate Coefficients to Ensure Finite Limit For the limit LL to be finite as x0x \to 0 and the denominator is x4x^4, the terms in the numerator of degree less than 4 must cancel out.

  • Constant Terms: Collect the constant terms in the numerator: (1+ab)(1 + a - b) For the limit to be finite, this constant term must be zero: 1+ab=0() 1 + a - b = 0 \quad (*)

  • x2x^2 Terms: Collect the coefficients of x2x^2 in the numerator: (28a)x2(-2 - 8a)x^2 For the limit to be finite, this coefficient must also be zero: 28a=0-2 - 8a = 0

Step 4: Solve for aa and bb From the equation for the x2x^2 terms: 28a=0-2 - 8a = 0 8a=28a = -2 a=28=14a = -\frac{2}{8} = -\frac{1}{4} Now, substitute the value of aa into equation ()(*) to find bb: 1+ab=01 + a - b = 0 1+(14)b=01 + \left(-\frac{1}{4}\right) - b = 0 114b=01 - \frac{1}{4} - b = 0 34b=0\frac{3}{4} - b = 0 b=34b = \frac{3}{4}

Step 5: Calculate a+ba + b Now that we have found the values of aa and bb, we can calculate their sum: a+b=14+34a + b = -\frac{1}{4} + \frac{3}{4} a+b=1+34a + b = \frac{-1 + 3}{4} a+b=24a + b = \frac{2}{4} a+b=12a + b = \frac{1}{2}

Step 6: Verify the Finite Limit (Optional but Recommended) Let's check if the x4x^4 terms also allow for a finite limit. The coefficient of x4x^4 in the numerator is: 23+a(323)\frac{2}{3} + a\left(\frac{32}{3}\right) Substitute a=14a = -\frac{1}{4}: 23+(14)(323)=233212=2383=63=2\frac{2}{3} + \left(-\frac{1}{4}\right)\left(\frac{32}{3}\right) = \frac{2}{3} - \frac{32}{12} = \frac{2}{3} - \frac{8}{3} = -\frac{6}{3} = -2 So, the numerator up to the x4x^4 term is: (1+ab)+(28a)x2+(23+32a3)x4+(1 + a - b) + (-2 - 8a)x^2 + \left(\frac{2}{3} + \frac{32a}{3}\right)x^4 + \ldots With a=1/4a = -1/4 and b=3/4b = 3/4, this becomes: 0+0x2+(2)x4+0 + 0x^2 + (-2)x^4 + \ldots The limit is then: limx02x4+x4=2\lim\limits_{x \to 0} \frac{-2x^4 + \ldots}{x^4} = -2 This confirms that the limit is indeed finite.

Common Mistakes & Tips

  • Incorrect Taylor Series: Ensure you are using the correct Taylor series for cos(x)\cos(x) and substituting the arguments (2x2x, 4x4x) accurately. Forgetting the factorial in the denominator or miscalculating powers is a common error.
  • Missing Terms: When ensuring the limit is finite, systematically equate the coefficients of terms with powers less than the power in the denominator (x4x^4). Failing to equate the constant term or the x2x^2 term will lead to incorrect values of aa and bb.
  • Algebraic Errors: Be meticulous with your algebraic manipulations when solving for aa and bb, and when calculating their sum.

Summary

To find the values of aa and bb that make the given limit finite, we used the Taylor series expansion of the cosine functions around x=0x=0. For the limit limx0f(x)x4\lim_{x \to 0} \frac{f(x)}{x^4} to be finite, the numerator f(x)f(x) must have its terms of degree less than 4 cancel out. By expanding cos(2x)\cos(2x) and cos(4x)\cos(4x) and equating the coefficients of the constant term and the x2x^2 term in the numerator to zero, we derived two linear equations in aa and bb. Solving these equations yielded a=1/4a = -1/4 and b=3/4b = 3/4. The sum a+ba+b was then calculated to be 1/21/2.

The final answer is 12\boxed{\frac{1}{2}}.

Practice More Limits, Continuity & Differentiability Questions

View All Questions