Key Concepts and Formulas
- Taylor Series Expansion of Cosine: The Taylor series expansion of cos(x) around x=0 is given by:
cos(x)=1−2!x2+4!x4−6!x6+…
This is crucial for analyzing limits involving trigonometric functions as x→0.
- Condition for Finite Limit: For a limit of the form limx→0xnf(x) to be finite, the numerator f(x) must have a Taylor series expansion that starts with a term of at least xn. This means all terms of degree less than n in the numerator's expansion must be zero.
Step-by-Step Solution
Step 1: Analyze the Limit Expression
We are given the limit:
L=x→0limx4cos(2x)+acos(4x)−b
For this limit to be finite, the numerator must tend to zero as x→0. This is because the denominator x4 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) around u=0, which is cos(u)=1−2!u2+4!u4−….
For cos(2x), substitute u=2x:
cos(2x)=1−2!(2x)2+4!(2x)4−…=1−24x2+2416x4−…=1−2x2+32x4−…
For cos(4x), substitute u=4x:
cos(4x)=1−2!(4x)2+4!(4x)4−…=1−216x2+24256x4−…=1−8x2+332x4−…
Now, substitute these expansions into the numerator of the limit:
Numerator=(1−2x2+32x4−…)+a(1−8x2+332x4−…)−b
Step 3: Equate Coefficients to Ensure Finite Limit
For the limit L to be finite as x→0 and the denominator is x4, the terms in the numerator of degree less than 4 must cancel out.
-
Constant Terms: Collect the constant terms in the numerator:
(1+a−b)
For the limit to be finite, this constant term must be zero:
1+a−b=0(∗)
-
x2 Terms: Collect the coefficients of x2 in the numerator:
(−2−8a)x2
For the limit to be finite, this coefficient must also be zero:
−2−8a=0
Step 4: Solve for a and b
From the equation for the x2 terms:
−2−8a=0
8a=−2
a=−82=−41
Now, substitute the value of a into equation (∗) to find b:
1+a−b=0
1+(−41)−b=0
1−41−b=0
43−b=0
b=43
Step 5: Calculate a+b
Now that we have found the values of a and b, we can calculate their sum:
a+b=−41+43
a+b=4−1+3
a+b=42
a+b=21
Step 6: Verify the Finite Limit (Optional but Recommended)
Let's check if the x4 terms also allow for a finite limit.
The coefficient of x4 in the numerator is:
32+a(332)
Substitute a=−41:
32+(−41)(332)=32−1232=32−38=−36=−2
So, the numerator up to the x4 term is:
(1+a−b)+(−2−8a)x2+(32+332a)x4+…
With a=−1/4 and b=3/4, this becomes:
0+0x2+(−2)x4+…
The limit is then:
x→0limx4−2x4+…=−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) and substituting the arguments (2x, 4x) 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 (x4). Failing to equate the constant term or the x2 term will lead to incorrect values of a and b.
- Algebraic Errors: Be meticulous with your algebraic manipulations when solving for a and b, and when calculating their sum.
Summary
To find the values of a and b that make the given limit finite, we used the Taylor series expansion of the cosine functions around x=0. For the limit limx→0x4f(x) to be finite, the numerator f(x) must have its terms of degree less than 4 cancel out. By expanding cos(2x) and cos(4x) and equating the coefficients of the constant term and the x2 term in the numerator to zero, we derived two linear equations in a and b. Solving these equations yielded a=−1/4 and b=3/4. The sum a+b was then calculated to be 1/2.
The final answer is 21.