Skip to main content
Back to Limits, Continuity & Differentiability
JEE Main 2024
Limits, Continuity & Differentiability
Limits, Continuity and Differentiability
Hard

Question

If \lim_\limits{x \rightarrow 0} \frac{e^{a x}-\cos (b x)-\frac{cx e^{-c x}}{2}}{1-\cos (2 x)}=17, then 5a2+b25 a^{2}+b^{2} is equal to

Options

Solution

Key Concepts and Formulas

  • Taylor Series Expansions: For small values of xx, we can approximate functions using their Taylor series expansions around x=0x=0. Key expansions include:
    • eu=1+u+u22!+u33!+e^u = 1 + u + \frac{u^2}{2!} + \frac{u^3}{3!} + \ldots
    • cosu=1u22!+u44!\cos u = 1 - \frac{u^2}{2!} + \frac{u^4}{4!} - \ldots
  • Limit Properties: For a limit of a fraction to exist and be finite, if the denominator approaches zero, the numerator must also approach zero, and the order of the terms in the numerator must be of at least the same order as the terms in the denominator.
  • Trigonometric Identities: The double-angle formula for cosine, cos(2x)=12sin2(x)\cos(2x) = 1 - 2\sin^2(x), is useful for simplifying expressions involving cos(2x)\cos(2x).

Step-by-Step Solution

Step 1: Expand the numerator and denominator using Taylor Series. We are given the limit: limx0eaxcos(bx)cxecx21cos(2x)=17\lim_{x \rightarrow 0} \frac{e^{a x}-\cos (b x)-\frac{cx e^{-c x}}{2}}{1-\cos (2 x)} = 17 We will use Taylor series expansions around x=0x=0 for the functions involved.

For the numerator:

  • eax=1+ax+(ax)22!+O(x3)=1+ax+a2x22+O(x3)e^{ax} = 1 + ax + \frac{(ax)^2}{2!} + O(x^3) = 1 + ax + \frac{a^2x^2}{2} + O(x^3)
  • cos(bx)=1(bx)22!+O(x4)=1b2x22+O(x4)\cos(bx) = 1 - \frac{(bx)^2}{2!} + O(x^4) = 1 - \frac{b^2x^2}{2} + O(x^4)
  • ecx=1cx+(cx)22!+O(x3)=1cx+c2x22+O(x3)e^{-cx} = 1 - cx + \frac{(-cx)^2}{2!} + O(x^3) = 1 - cx + \frac{c^2x^2}{2} + O(x^3) So, cxecx2=cx2(1cx+c2x22+O(x3))=cx2c2x22+c3x34+O(x4)\frac{cx e^{-cx}}{2} = \frac{cx}{2} \left(1 - cx + \frac{c^2x^2}{2} + O(x^3)\right) = \frac{cx}{2} - \frac{c^2x^2}{2} + \frac{c^3x^3}{4} + O(x^4).

Substituting these into the numerator: N(x)=(1+ax+a2x22)(1b2x22)(cx2c2x22)+O(x3)N(x) = \left(1 + ax + \frac{a^2x^2}{2}\right) - \left(1 - \frac{b^2x^2}{2}\right) - \left(\frac{cx}{2} - \frac{c^2x^2}{2}\right) + O(x^3) N(x)=(11)+(ac2)x+(a22+b22+c22)x2+O(x3)N(x) = (1-1) + (a - \frac{c}{2})x + \left(\frac{a^2}{2} + \frac{b^2}{2} + \frac{c^2}{2}\right)x^2 + O(x^3) N(x)=(ac2)x+a2+b2+c22x2+O(x3)N(x) = \left(a - \frac{c}{2}\right)x + \frac{a^2 + b^2 + c^2}{2}x^2 + O(x^3)

For the denominator:

  • 1cos(2x)1 - \cos(2x). Using the identity cos(2x)=12sin2(x)\cos(2x) = 1 - 2\sin^2(x), we get 1cos(2x)=2sin2(x)1 - \cos(2x) = 2\sin^2(x).
  • For small xx, sin(x)=xx33!+O(x5)\sin(x) = x - \frac{x^3}{3!} + O(x^5).
  • So, sin2(x)=(xx36+O(x5))2=x22xx36+O(x6)=x2x43+O(x6)\sin^2(x) = \left(x - \frac{x^3}{6} + O(x^5)\right)^2 = x^2 - 2x \frac{x^3}{6} + O(x^6) = x^2 - \frac{x^4}{3} + O(x^6).
  • Therefore, D(x)=1cos(2x)=2sin2(x)=2(x2x43+O(x6))=2x22x43+O(x6)D(x) = 1 - \cos(2x) = 2\sin^2(x) = 2\left(x^2 - \frac{x^4}{3} + O(x^6)\right) = 2x^2 - \frac{2x^4}{3} + O(x^6). The dominant term in the denominator is 2x22x^2.

Step 2: Analyze the limit based on the dominant terms. The limit becomes: limx0(ac2)x+a2+b2+c22x2+O(x3)2x2+O(x4)=17\lim_{x \rightarrow 0} \frac{\left(a - \frac{c}{2}\right)x + \frac{a^2 + b^2 + c^2}{2}x^2 + O(x^3)}{2x^2 + O(x^4)} = 17 For this limit to exist and be finite (equal to 17), the terms in the numerator of lower order than x2x^2 must cancel out. This means the coefficient of the xx term in the numerator must be zero.

Step 3: Equate the coefficient of xx in the numerator to zero. ac2=0a - \frac{c}{2} = 0 This implies: c=2ac = 2a

Step 4: Rewrite the limit with the simplified numerator and denominator. With ac2=0a - \frac{c}{2} = 0, the numerator simplifies to: N(x)=a2+b2+c22x2+O(x3)N(x) = \frac{a^2 + b^2 + c^2}{2}x^2 + O(x^3) The limit now is: limx0a2+b2+c22x2+O(x3)2x2+O(x4)=17\lim_{x \rightarrow 0} \frac{\frac{a^2 + b^2 + c^2}{2}x^2 + O(x^3)}{2x^2 + O(x^4)} = 17 Dividing both numerator and denominator by x2x^2: limx0a2+b2+c22+O(x)2+O(x2)=17\lim_{x \rightarrow 0} \frac{\frac{a^2 + b^2 + c^2}{2} + O(x)}{2 + O(x^2)} = 17 As x0x \rightarrow 0, the limit is: a2+b2+c222=17\frac{\frac{a^2 + b^2 + c^2}{2}}{2} = 17

Step 5: Solve for the expression involving aa, bb, and cc. a2+b2+c24=17\frac{a^2 + b^2 + c^2}{4} = 17 a2+b2+c2=17×4a^2 + b^2 + c^2 = 17 \times 4 a2+b2+c2=68a^2 + b^2 + c^2 = 68

Step 6: Substitute the relationship between aa and cc to find the required expression. We found that c=2ac = 2a. Substitute this into the equation from Step 5: a2+b2+(2a)2=68a^2 + b^2 + (2a)^2 = 68 a2+b2+4a2=68a^2 + b^2 + 4a^2 = 68 5a2+b2=685a^2 + b^2 = 68

Common Mistakes & Tips

  • Incomplete Taylor Expansions: Ensure you expand the Taylor series to a sufficient order. For this problem, expanding up to the x2x^2 term in the numerator and x2x^2 term in the denominator was necessary to determine the limit.
  • Algebraic Errors: Be meticulous with algebraic manipulations, especially when dealing with fractions and squares of terms.
  • Denominator Simplification: Correctly simplifying the denominator 1cos(2x)1 - \cos(2x) using trigonometric identities or Taylor series is crucial. Using 1cos(2x)=2sin2(x)1-\cos(2x) = 2\sin^2(x) and then sin(x)x\sin(x) \approx x for small xx leads to 1cos(2x)2x21-\cos(2x) \approx 2x^2.

Summary

The problem requires evaluating a limit that results in an indeterminate form. By using Taylor series expansions for the exponential and cosine functions in the numerator and the denominator, we can express the limit in terms of powers of xx. For the limit to be a finite non-zero value, the coefficient of the lowest power of xx in the numerator must be zero. This condition allows us to establish a relationship between aa and cc. Subsequently, by considering the ratio of the coefficients of the next higher power of xx (which is x2x^2 in this case), we can form an equation involving a2a^2, b2b^2, and c2c^2. Substituting the relationship between aa and cc into this equation yields the desired expression 5a2+b25a^2 + b^2.

The final answer is 68\boxed{68}.

Practice More Limits, Continuity & Differentiability Questions

View All Questions