Key Concepts and Formulas
- Trigonometric Identities:
- Cosine subtraction formula: cosA−cosB=2sin(2A+B)sin(2B−A)
- Taylor Series Expansions (around x=0):
- sinx=x−3!x3+5!x5−…
- cosx=1−2!x2+4!x4−…
- Standard Limits:
- limx→0xsinx=1
- limx→0x21−cosx=21
Step-by-Step Solution
Step 1: Apply the cosine subtraction formula to the numerator.
We are given the limit: x→0limx4cos(sinx)−cosx
We can use the identity cosA−cosB=2sin(2A+B)sin(2B−A) with A=sinx and B=x.
This transforms the numerator as follows:
cos(sinx)−cosx=2sin(2sinx+x)sin(2x−sinx)
So the limit becomes:
x→0limx42sin(2x+sinx)sin(2x−sinx)
Step 2: Rearrange the terms to utilize standard limits.
To make use of the standard limit limu→0usinu=1, we need to divide and multiply by appropriate terms.
We can rewrite the expression as:
x→0lim2⋅(2x+sinxsin(2x+sinx))⋅(2x−sinxsin(2x−sinx))⋅(12x+sinx)⋅(12x−sinx)⋅x41
As x→0, we have sinx→0, so 2x+sinx→0 and 2x−sinx→0.
Thus, limx→02x+sinxsin(2x+sinx)=1 and limx→02x−sinxsin(2x−sinx)=1.
The limit simplifies to:
x→0lim2⋅1⋅1⋅(2x+sinx)⋅(2x−sinx)⋅x41
=x→0lim2⋅4x4(x+sinx)(x−sinx)
=x→0lim21⋅x4x2−sin2x
Step 3: Use Taylor series expansions for sinx.
As x→0, we can use the Taylor series expansion for sinx:
sinx=x−3!x3+5!x5−…
Then,
sin2x=(x−6x3+…)2=x2−2x(6x3)+(6x3)2+…
sin2x=x2−3x4+O(x6)
Substitute this into the expression from Step 2:
x→0lim21⋅x4x2−(x2−3x4+O(x6))
=x→0lim21⋅x4x2−x2+3x4−O(x6)
=x→0lim21⋅x43x4−O(x6)
Step 4: Simplify and evaluate the limit.
Divide the numerator and denominator by x4:
=x→0lim21⋅(31−O(x2))
As x→0, the term O(x2) goes to zero.
=21⋅31
=61
Alternative Step 3 (Using Taylor Series for cosx and cos(sinx)):
We can also solve this using Taylor series expansions for cosx and cos(sinx) directly.
The Taylor expansion for cosu around u=0 is cosu=1−2!u2+4!u4−….
For cosx:
cosx=1−2x2+24x4−…
For cos(sinx), we substitute the Taylor series of sinx into the Taylor series of cosu.
sinx=x−6x3+120x5−…
Let u=sinx. As x→0, u→0.
cos(sinx)=1−2(sinx)2+24(sinx)4−…
Substitute the expansion of sinx:
cos(sinx)=1−21(x−6x3+…)2+241(x−6x3+…)4−…
cos(sinx)=1−21(x2−2x(6x3)+…)+241(x4+…)−…
cos(sinx)=1−21(x2−3x4+…)+24x4−…
cos(sinx)=1−2x2+6x4+24x4+…
cos(sinx)=1−2x2+(61+241)x4+…
cos(sinx)=1−2x2+245x4+…
Now, consider the numerator: cos(sinx)−cosx.
cos(sinx)−cosx=(1−2x2+245x4+…)−(1−2x2+24x4−…)
=(1−1)+(−2x2−(−2x2))+(245x4−241x4)+…
=0+0+244x4+…
=61x4+O(x6)
Now, substitute this back into the limit:
x→0limx461x4+O(x6)=x→0lim(61+O(x2))
=61
Common Mistakes & Tips
- Incorrect Taylor Series: Ensure you are using the correct Taylor series expansions for sinx and cosx, and that you are expanding them to a sufficient order to cancel out terms in the numerator. For a denominator of x4, you typically need terms up to x4 in the numerator's expansion.
- Algebraic Errors: Be very careful with algebraic manipulations, especially when squaring terms or combining fractions. A small error can lead to a completely wrong answer.
- L'Hôpital's Rule: While L'Hôpital's rule can be applied here, it would require differentiating the numerator and denominator four times, which is tedious and prone to errors. Using Taylor series or trigonometric identities is generally more efficient for this type of limit.
- Approximation: When using Taylor series, remember that terms of higher order than needed can be ignored (represented by O(xn)) as they tend to zero faster than the dominant terms as x→0.
Summary
The problem requires evaluating a limit of the form 00. We can solve this by applying the cosine subtraction formula and then using Taylor series expansions for sinx or by directly expanding cos(sinx) and cosx around x=0. Both methods involve carefully expanding the trigonometric functions to a sufficient order to cancel out the lower-order terms in the numerator. After simplification, the limit evaluates to 61.
The final answer is 61.