Key Concepts and Formulas
- L'Hôpital's Rule: If a limit of a function of the form g(x)f(x) results in an indeterminate form 00 or ∞∞ as x→c, then x→climg(x)f(x)=x→climg′(x)f′(x), provided the latter limit exists.
- Taylor Series Expansions (near x=0):
- ex=1+x+2!x2+3!x3+…
- e−x=1−x+2!x2−3!x3+…
- sinx=x−3!x3+…
- Limit Properties: The limit of a sum/difference is the sum/difference of the limits, and the limit of a product is the product of the limits.
Step-by-Step Solution
Step 1: Analyze the Indeterminate Form
The given limit is:
x→0limxsin2xαex+βe−x+γsinx=32
As x→0, the denominator xsin2x→0⋅02=0.
For the limit to be a finite non-zero value (32), the numerator must also approach 0.
So, at x=0:
αe0+βe0+γsin0=α(1)+β(1)+γ(0)=α+β
Thus, for the indeterminate form 00, we must have:
α+β=0(Equation 1)
Step 2: Apply L'Hôpital's Rule for the First Time
Since the numerator is 0 at x=0, we can apply L'Hôpital's Rule.
Let f(x)=αex+βe−x+γsinx and g(x)=xsin2x.
Then f′(x)=αex−βe−x+γcosx.
And g′(x)=(1)sin2x+x(2sinxcosx)=sin2x+2xsinxcosx.
The limit becomes:
x→0limsin2x+2xsinxcosxαex−βe−x+γcosx
As x→0, the denominator sin2x+2xsinxcosx→02+2(0)(0)(1)=0.
For the limit to be finite, the numerator must also be 0 at x=0:
αe0−βe0+γcos0=α−β+γ
So, we must have:
α−β+γ=0(Equation 2)
Step 3: Apply L'Hôpital's Rule for the Second Time
We apply L'Hôpital's Rule again to the expression from Step 2.
Let f1(x)=αex−βe−x+γcosx and g1(x)=sin2x+2xsinxcosx.
Then f1′(x)=αex+βe−x−γsinx.
And g1′(x)=2sinxcosx+(2sinxcosx+2xcos2x−2xsin2x)
g1′(x)=4sinxcosx+2x(cos2x−sin2x)=2sin(2x)+2xcos(2x).
The limit becomes:
x→0lim2sin(2x)+2xcos(2x)αex+βe−x−γsinx
As x→0, the denominator 2sin(0)+2(0)cos(0)=0+0=0.
For the limit to be finite, the numerator must also be 0 at x=0:
αe0+βe0−γsin0=α+β
This is consistent with Equation 1, α+β=0.
Step 4: Apply L'Hôpital's Rule for the Third Time
We apply L'Hôpital's Rule again.
Let f2(x)=αex+βe−x−γsinx and g2(x)=2sin(2x)+2xcos(2x).
Then f2′(x)=αex−βe−x−γcosx.
And g2′(x)=2cos(2x)⋅2+(2cos(2x)+2x(−sin(2x)⋅2))
g2′(x)=4cos(2x)+2cos(2x)−4xsin(2x)=6cos(2x)−4xsin(2x).
The limit becomes:
x→0lim6cos(2x)−4xsin(2x)αex−βe−x−γcosx
Now, we evaluate this limit by substituting x=0:
Numerator: αe0−βe0−γcos0=α−β−γ.
Denominator: 6cos(0)−4(0)sin(0)=6(1)−0=6.
So, the limit is:
6α−β−γ
We are given that this limit is 32.
6α−β−γ=32
α−β−γ=6⋅32=4(Equation 3)
Step 5: Solve the System of Linear Equations
We have the following system of equations:
- α+β=0
- α−β+γ=0
- α−β−γ=4
From Equation 1, β=−α.
Substitute β=−α into Equation 2:
α−(−α)+γ=0⟹2α+γ=0⟹γ=−2α.
Substitute β=−α and γ=−2α into Equation 3:
α−(−α)−(−2α)=4
α+α+2α=4
4α=4
α=1
Now, find β and γ:
β=−α=−1.
γ=−2α=−2(1)=−2.
So, the values are α=1, β=−1, and γ=−2.
Step 6: Verify the Values and Check the Options
Let's check if these values satisfy the original limit condition.
Numerator: 1⋅ex+(−1)⋅e−x+(−2)sinx=ex−e−x−2sinx.
Using Taylor series:
ex=1+x+2x2+6x3+…
e−x=1−x+2x2−6x3+…
ex−e−x=(1+x+2x2+6x3+…)−(1−x+2x2−6x3+…)=2x+62x3+⋯=2x+3x3+…
−2sinx=−2(x−6x3+…)=−2x+62x3+⋯=−2x+3x3+…
Numerator ≈(2x+3x3)+(−2x+3x3)=32x3.
Denominator: xsin2x.
Using Taylor series for sinx≈x:
xsin2x≈x(x)2=x3.
The limit is x→0limx332x3=32. This confirms our values are correct.
Now, let's check the given options:
(A) α2+β2+γ2=6
(1)2+(−1)2+(−2)2=1+1+4=6
This statement is CORRECT.
(B) αβ+βγ+γα+1=0
(1)(−1)+(−1)(−2)+(−2)(1)+1=−1+2−2+1=0
This statement is CORRECT.
(C) αβ2+βγ2+γα2+3=0
(1)(−1)2+(−1)(−2)2+(−2)(1)2+3=(1)(1)+(−1)(4)+(−2)(1)+3
=1−4−2+3=−2
The expression evaluates to -2, not 0. So, the statement is:
−2+3=1=0
This statement is INCORRECT.
(D) α2−β2+γ2=4
(1)2−(−1)2+(−2)2=1−1+4=4
This statement is CORRECT.
The question asks for the statement that is NOT correct.
Common Mistakes & Tips
- Incorrectly applying L'Hôpital's Rule: Ensure that the form is indeed indeterminate (00 or ∞∞) before applying the rule.
- Algebraic Errors: Solving the system of linear equations requires careful calculation. Double-check your arithmetic.
- Taylor Series Approximation: While L'Hôpital's rule is more rigorous for finding the values of α,β,γ, understanding Taylor series expansions can help verify the limit and understand the behavior of the functions near x=0.
- Denominator Differentiation: The derivative of xsin2x can be tricky. Remember to use the product rule and the chain rule correctly.
Summary
The problem involves evaluating a limit that results in an indeterminate form. We used L'Hôpital's Rule multiple times to simplify the expression and obtain a finite limit. The condition that the limit is 32 led to a system of linear equations for α,β, and γ. Solving this system yielded α=1,β=−1,γ=−2. We then substituted these values into the given options to determine which statement was not correct. Option (C) yielded a value of 1, not 0, making it the incorrect statement.
The final answer is \boxed{A}.