Key Concepts and Formulas
- Continuity of a Function: A function f(x) is continuous at a point x=c if the following three conditions are met:
- f(c) is defined.
- limx→cf(x) exists.
- limx→cf(x)=f(c).
For a piecewise function, this implies that the limit from the left equals the limit from the right, and both are equal to the function's value at that point: limx→c−f(x)=limx→c+f(x)=f(c).
- Standard Limits: The following standard limits are useful for evaluating limits of trigonometric functions:
- limx→0xsinx=1
- limx→0xtanx=1
- Taylor Series Expansion: The Taylor series expansion of trigonometric functions around x=0 can be used to evaluate indeterminate forms. For small x:
- sinx=x−3!x3+5!x5−⋯
- tanx=x+3x3+152x5+⋯
Step-by-Step Solution
Step 1: Understand the condition for continuity at x = 0.
For the function f(x) to be continuous at x=0, the left-hand limit, the right-hand limit, and the function value at x=0 must all be equal.
limx→0−f(x)=limx→0+f(x)=f(0)
Step 2: Calculate the function value at x = 0.
The function is defined as f(x)=asin(2π(x−1)) for x≤0.
Substituting x=0:
f(0)=asin(2π(0−1))=asin(−2π)
Since sin(−2π)=−1, we have:
f(0)=a(−1)=−a
Step 3: Calculate the left-hand limit at x = 0.
The left-hand limit uses the same definition as f(0) since it's for x≤0.
limx→0−f(x)=limx→0−asin(2π(x−1))
As x→0−, (x−1)→−1, and 2π(x−1)→−2π.
limx→0−f(x)=asin(−2π)=a(−1)=−a
This confirms that limx→0−f(x)=f(0).
Step 4: Calculate the right-hand limit at x = 0.
The right-hand limit uses the definition f(x)=bx3tan2x−sin2x for x>0.
limx→0+f(x)=limx→0+bx3tan2x−sin2x
This is an indeterminate form of type 00 since tan(0)=0 and sin(0)=0. We can use Taylor series expansions for tan(2x) and sin(2x) around x=0.
Recall the Taylor series:
sinu=u−3!u3+O(u5)
tanu=u+3u3+O(u5)
Let u=2x. As x→0, u→0.
sin2x=2x−3!(2x)3+O(x5)=2x−68x3+O(x5)=2x−34x3+O(x5)
tan2x=2x+3(2x)3+O(x5)=2x+38x3+O(x5)
Substitute these into the limit expression:
limx→0+bx3(2x+38x3+O(x5))−(2x−34x3+O(x5))
=limx→0+bx32x+38x3−2x+34x3+O(x5)
=limx→0+bx3312x3+O(x5)
=limx→0+bx34x3+O(x5)
Divide the numerator and denominator by x3:
=limx→0+b4+O(x2)
As x→0, O(x2)→0.
limx→0+f(x)=b4
Step 5: Equate the limits and function value for continuity.
From Step 2 and Step 4, for continuity at x=0:
limx→0+f(x)=f(0)
b4=−a
This gives us the relationship between a and b:
ab=−4
Step 6: Calculate the required expression.
We need to find the value of 10−ab.
Substitute the value of ab we found:
10−ab=10−(−4)
10−ab=10+4
10−ab=14
Common Mistakes & Tips
- Incorrect Taylor Series Expansion: Ensure you use the correct terms in the Taylor series expansion. For tanu, the first two terms are u+3u3, and for sinu, they are u−6u3.
- Forgetting the Function Value: The continuity condition requires all three parts (left limit, right limit, and function value) to be equal. While the left limit and function value were equal in this case, it's a good habit to calculate all three explicitly.
- Algebraic Errors in Limit Evaluation: Be meticulous with algebraic manipulations, especially when simplifying the expression after substituting the Taylor series. Dividing by x3 correctly is crucial.
Summary
To ensure continuity of the function f(x) at x=0, we equated the left-hand limit, the right-hand limit, and the function's value at x=0. We calculated f(0) and the left-hand limit using the first part of the piecewise definition, which yielded −a. For the right-hand limit, we used the second part of the definition and employed Taylor series expansions for tan(2x) and sin(2x) to resolve the indeterminate form 00. This evaluation resulted in b4. Equating b4 to −a gave us the product ab=−4. Finally, we substituted this value into the expression 10−ab to find the answer.
The final answer is \boxed{14}.