Analyzing the Setup
Imagine you are an engineer tasked with building a bridge. This bridge connects two roads: one coming from the negative side of the x-axis and one from the positive side.
For the bridge to be safe, there cannot be any gaps or jumps. In mathematics, we call this property continuity. Today, we are going to ensure our function f(x) is perfectly continuous at the origin, x=0.
Phase 1
The Right-Hand Approach
Let us start with the right side of our bridge, where x>0. We are given the function f(x)=x3sinx−21sin2x.
As x approaches 0 from the right, this expression initially looks daunting. We use the double-angle identity: sin2x=2sinxcosx. Substituting this into our limit, we get:
x→0+limx3sinx−21(2sinxcosx)=x→0+limx3sinx−sinxcosx
Now, factor out sinx from the numerator:
This is the moment of clarity. We have an x3 in the denominator, so we distribute it strategically: one x for the sinx and x2 for the (1−cosx).
We know that limx→0xsinx=1 and limx→0x21−cosx=21. Thus, the right-hand limit is 1⋅21=21.
Since the function must be continuous, f(0)=a must equal this limit. So, we have secured our first pillar: a=21.
Phase 2
The Left-Hand Mystery
Now, let us turn to the left side, where x<0. The function is f(x)=b2sin(2π[2π(cosx+sinx)cosx]).
That greatest integer function (GIF) might look intimidating, but let us break it down. Let g(x)=(cosx+sinx)cosx=cos2x+sinxcosx.
As x→0−, cos2x approaches 1 from below, and sinxcosx approaches 0 from below. The entire expression g(x) is slightly less than 1.
When we multiply this by 2π, we get a value slightly less than 2π≈1.57. Crucially, for x very close to 0, this value remains greater than 1.
Therefore, the expression inside the GIF is in the interval (1,1.57). The greatest integer less than or equal to any number in this interval is 1. The complex bracket simply collapses to 1.
Phase 3
The Final Synthesis
With the GIF simplified, our left-hand limit becomes:
x→0−limb2sin(2π⋅1)=b2sin(2π)=b2
For continuity, this must equal a. Since a=21, we have b2=21.
The problem asks for a2+b2. Substituting our values, we get:
a2+b2=(21)2+21=41+21=43
And there it is! The bridge is built, the limits are connected, and the final answer is 43.