Analyzing the Setup
We are tasked with evaluating the limit:
x→0lim1−cos(2x)eax−cos(bx)−2cxe−cx=17
Our goal is to determine the value of
5a2+b2.
The Denominator's Secret
Every limit problem has a 'ruler'—the term that defines the scale of the problem. Here, it is the denominator: 1−cos(2x).
Using the trigonometric identity 1−cos(2x)=2sin2(x), we observe that as x→0, sin(x)≈x. Therefore, the denominator behaves as 2x2.
This implies that we only need to consider terms in the numerator up to the order of x2. Any terms of higher order will vanish as x→0.
The Taylor Series Toolkit
To handle the transcendental functions, we utilize Taylor series expansions near
x=0:
eu≈1+u+2u2
cos(u)≈1−2u2
Expanding our specific terms:
1. eax≈1+ax+2a2x2
2. cos(bx)≈1−2b2x2
3. 2cxe−cx≈2cx(1−cx)=2cx−2c2x2
The Numerator's Convergence
Assembling these expansions into the numerator, we obtain:
(1+ax+2a2x2)−(1−2b2x2)−(2cx−2c2x2)
The constant terms
1−1 cancel out. Grouping the remaining terms by powers of
x:
(a−2c)x+(2a2+b2+c2)x2
The Constraint of Finiteness
We now examine the limit:
x→0lim2x2(a−2c)x+(2a2+b2+c2)x2=17
For the limit to be finite, the coefficient of the x term must be zero. Thus, a−2c=0, which implies c=2a.
With the
x term eliminated, the expression simplifies to:
22a2+b2+c2=17
⇒a2+b2+c2=68
Final Calculation
Substituting
c=2a into our equation:
a2+b2+(2a)2=68
a2+b2+4a2=68
5a2+b2=68
The final value is 68.