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

Question

If lim x → 0 3 + α sin ⁡ x + β cos ⁡ x + log e ⁡ ( 1 − x ) 3 tan 2 ⁡ x = 1 3 , then 2 α − β is equal to :

Options

Solution

  1. Key Concepts and Formulas

    • Standard Limits: We will use the following standard limits:
      • limx0sinxx=1\lim_{x \to 0} \frac{\sin x}{x} = 1
      • limx0tanxx=1\lim_{x \to 0} \frac{\tan x}{x} = 1
      • limx0loge(1+x)x=1\lim_{x \to 0} \frac{\log_e(1+x)}{x} = 1
    • Taylor Series Expansions (around x=0): For small xx, we can use the following Taylor series expansions:
      • sinx=xx33!+O(x5)\sin x = x - \frac{x^3}{3!} + O(x^5)
      • cosx=1x22!+O(x4)\cos x = 1 - \frac{x^2}{2!} + O(x^4)
      • loge(1x)=xx22x33+O(x4)\log_e(1-x) = -x - \frac{x^2}{2} - \frac{x^3}{3} + O(x^4)
      • tanx=x+x33+O(x5)\tan x = x + \frac{x^3}{3} + O(x^5)
    • Indeterminate Forms: If the limit results in an indeterminate form (like 00\frac{0}{0} or \frac{\infty}{\infty}), we can use Taylor series expansions or L'Hôpital's Rule to evaluate it.
  2. Step-by-Step Solution

    Step 1: Analyze the given limit and identify the indeterminate form. The given limit is: limx03+αsinx+βcosx+loge(1x)3tan2x=13\lim_{x \to 0} \frac{3 + \alpha \sin x + \beta \cos x + \log_e (1 - x)}{3 \tan^2 x} = \frac{1}{3} As x0x \to 0, the numerator approaches 3+α(0)+β(1)+loge(1)=3+β3 + \alpha(0) + \beta(1) + \log_e(1) = 3 + \beta. The denominator approaches 3tan2(0)=3(0)2=03 \tan^2(0) = 3(0)^2 = 0. For the limit to be a finite non-zero value (13\frac{1}{3}), the numerator must also approach 0. Therefore, we must have 3+β=03 + \beta = 0, which implies β=3\beta = -3.

    Step 2: Substitute the value of β\beta and use Taylor series expansions for the numerator and denominator. Now that we know β=3\beta = -3, the numerator becomes: 3+αsinx3cosx+loge(1x)3 + \alpha \sin x - 3 \cos x + \log_e (1 - x) Using the Taylor series expansions around x=0x=0: sinx=xx36+O(x5)\sin x = x - \frac{x^3}{6} + O(x^5) cosx=1x22+O(x4)\cos x = 1 - \frac{x^2}{2} + O(x^4) loge(1x)=xx22x33+O(x4)\log_e (1 - x) = -x - \frac{x^2}{2} - \frac{x^3}{3} + O(x^4) The numerator is: 3+α(xx36+O(x5))3(1x22+O(x4))+(xx22x33+O(x4))3 + \alpha \left(x - \frac{x^3}{6} + O(x^5)\right) - 3 \left(1 - \frac{x^2}{2} + O(x^4)\right) + \left(-x - \frac{x^2}{2} - \frac{x^3}{3} + O(x^4)\right) =3+αxαx363+3x22xx22x33+O(x4)= 3 + \alpha x - \frac{\alpha x^3}{6} - 3 + \frac{3x^2}{2} - x - \frac{x^2}{2} - \frac{x^3}{3} + O(x^4) Combine terms: =(α1)x+(3212)x2+(α613)x3+O(x4)= (\alpha - 1)x + \left(\frac{3}{2} - \frac{1}{2}\right)x^2 + \left(-\frac{\alpha}{6} - \frac{1}{3}\right)x^3 + O(x^4) =(α1)x+x2+(α626)x3+O(x4)= (\alpha - 1)x + x^2 + \left(-\frac{\alpha}{6} - \frac{2}{6}\right)x^3 + O(x^4) =(α1)x+x2α+26x3+O(x4)= (\alpha - 1)x + x^2 - \frac{\alpha + 2}{6}x^3 + O(x^4)

    For the denominator: tanx=x+x33+O(x5)\tan x = x + \frac{x^3}{3} + O(x^5) tan2x=(x+x33+O(x5))2=x2+2x(x33)+O(x6)=x2+2x43+O(x6)\tan^2 x = \left(x + \frac{x^3}{3} + O(x^5)\right)^2 = x^2 + 2x\left(\frac{x^3}{3}\right) + O(x^6) = x^2 + \frac{2x^4}{3} + O(x^6) So, 3tan2x=3(x2+O(x4))=3x2+O(x4)3 \tan^2 x = 3 \left(x^2 + O(x^4)\right) = 3x^2 + O(x^4).

    Step 3: Rewrite the limit using the expanded forms and equate it to the given value. The limit becomes: limx0(α1)x+x2α+26x3+O(x4)3x2+O(x4)=13\lim_{x \to 0} \frac{(\alpha - 1)x + x^2 - \frac{\alpha + 2}{6}x^3 + O(x^4)}{3x^2 + O(x^4)} = \frac{1}{3} For this limit to be finite, the lowest power of xx in the numerator must be at least equal to the lowest power of xx in the denominator, which is x2x^2. This means the coefficient of the xx term in the numerator must be zero. So, α1=0\alpha - 1 = 0, which implies α=1\alpha = 1.

    Step 4: Substitute the value of α\alpha and re-evaluate the limit to find the coefficient of x2x^2. With α=1\alpha = 1, the numerator becomes: (α1)x+x2α+26x3+O(x4)=(11)x+x21+26x3+O(x4)(\alpha - 1)x + x^2 - \frac{\alpha + 2}{6}x^3 + O(x^4) = (1 - 1)x + x^2 - \frac{1 + 2}{6}x^3 + O(x^4) =0x+x236x3+O(x4)= 0x + x^2 - \frac{3}{6}x^3 + O(x^4) =x212x3+O(x4)= x^2 - \frac{1}{2}x^3 + O(x^4)

    The limit expression is now: limx0x212x3+O(x4)3x2+O(x4)\lim_{x \to 0} \frac{x^2 - \frac{1}{2}x^3 + O(x^4)}{3x^2 + O(x^4)} Divide both numerator and denominator by x2x^2: limx0112x+O(x2)3+O(x2)\lim_{x \to 0} \frac{1 - \frac{1}{2}x + O(x^2)}{3 + O(x^2)} Now, substitute x=0x=0: 10+03+0=13\frac{1 - 0 + 0}{3 + 0} = \frac{1}{3} This matches the given limit value, confirming our values of α=1\alpha = 1 and β=3\beta = -3.

    Step 5: Calculate the value of 2αβ2\alpha - \beta. We found α=1\alpha = 1 and β=3\beta = -3. Therefore, 2αβ=2(1)(3)=2+3=52\alpha - \beta = 2(1) - (-3) = 2 + 3 = 5.

  3. Common Mistakes & Tips

    • Incorrectly assuming the numerator is zero: If the numerator doesn't approach zero when the denominator does, the limit would be \infty or -\infty, not a finite value. Always check the numerator's behavior first.
    • Errors in Taylor series expansion: Ensure accuracy when expanding functions like sinx\sin x, cosx\cos x, loge(1x)\log_e(1-x), and tanx\tan x. Pay attention to the signs and coefficients.
    • Algebraic mistakes: Be careful with combining terms after expansion, especially when dealing with coefficients and signs.
  4. Summary The problem requires evaluating a limit that results in an indeterminate form. We first analyze the numerator and denominator as x0x \to 0. For the limit to be finite, the numerator must also be zero, which helps us determine the value of β\beta. Then, using Taylor series expansions for the trigonometric and logarithmic functions, we simplify the numerator and denominator. By ensuring the lowest power of xx in the numerator is at least that of the denominator, we find the value of α\alpha. Finally, we re-evaluate the limit with the determined values of α\alpha and β\beta to confirm consistency and then compute the required expression 2αβ2\alpha - \beta.

  5. Final Answer The final answer is 5\boxed{5}.

Practice More Limits, Continuity & Differentiability Questions

View All Questions