Solution
We need to evaluate the limit:
limx→0x21−cosxcos2x
Step 1: Use Trigonometric Approximations
Without derivatives, let's use standard trigonometric identities.
-
Double-Angle Identity for Cosine:
cos2x=2cos2x−1
Taking the square root:
cos2x=2cos2x−1
-
Cosine Taylor Expansion (up to x2):
cosx=1−2x2+O(x4)
cos2x=1−2x2+O(x4)
So, approximating inside the square root:
cos2x=1−2x2=1−x2+O(x4)
-
Multiply cosx and cos2x:
cosxcos2x=(1−2x2)⋅(1−x2)
Expanding:
=1−2x2−x2+O(x4)
=1−23x2+O(x4)
-
Compute 1−cosxcos2x:
1−(1−23x2+O(x4))=23x2+O(x4)
Step 2: Evaluate the Limit
limx→0x21−cosxcos2x=limx→0x223x2+O(x4)
=limx→0(23+O(x2))
Since O(x2) vanishes as x→0, the result is:
23
Final Answer:
23
Would you like a deeper breakdown of any step?
Here are five related problems to practice:
- limx→0x21−cosx
- limx→0x3sinx−x
- limx→0x3tanx−x
- limx→0x21−cos2x
- limx→0x1+x−1
Tip:
Using small-angle approximations (cosx≈1−x2/2, sinx≈x) helps in evaluating limits efficiently without L'Hôpital's Rule.