Analyzing the Setup
Imagine you are walking along a path defined by the function f(x)=x4cos(sinx)−cosx. As you approach x=0, you notice a problem: the function is undefined at that exact point.
But we are told the function is continuous. In the world of calculus, this means there is a "hole" in our graph, and we need to find the exact value f(0)=k1 that fills this hole perfectly, making the path smooth and unbroken.
Our mission is to find the value of k by calculating the limit of the function as x approaches zero.
The Trigonometric Transformation
When you look at the numerator, cos(sinx)−cosx, your first instinct might be to panic or try a complex expansion. Don't! In JEE problems, whenever you see a difference of cosines, your mind should immediately jump to the sum-to-product identity:
cosC−cosD=2sin(2D+C)sin(2D−C)
Here, let C=sinx and D=x. By substituting these into our identity, the numerator transforms into:
2sin(2x+sinx)sin(2x−sinx)
Suddenly, the subtraction that was blocking our path has turned into a product. This is the power of trigonometric identities—they reshape the problem into something manageable.
The Strategic Split
Now, we look at our limit expression again:
x→0limx42sin(2x+sinx)sin(2x−sinx)=k1
We have an x4 in the denominator. If we just leave it there, we are stuck. But look at the angles of our sine terms: 2x+sinx and 2x−sinx.
As x→0, the first term behaves like x, and the second term behaves like x3. This is our cue! We split x4 into x⋅x3 and pair them strategically:
2x→0lim[xsin(2x+sinx)]⋅[x3sin(2x−sinx)]=k1
The Taylor Series Magic
Let's tackle the first part, L1=limx→0xsin(2x+sinx). By multiplying and dividing by the angle 2x+sinx, we get:
x→0lim2x+sinxsin(2x+sinx)⋅2xx+sinx=1⋅21(1+xsinx)=21(1+1)=1
Now for the second part, L2=limx→0x3sin(2x−sinx). Again, we balance the expression by multiplying and dividing by the angle 2x−sinx:
x→0lim2x−sinxsin(2x−sinx)⋅2x3x−sinx=1⋅21x→0limx3x−sinx
This is where the Taylor series expansion of sinx≈x−6x3 saves the day. Substituting this in, we get:
21x→0limx3x−(x−6x3)=21⋅61=121
The Final Victory
We have our two pieces: L1=1 and L2=121. Bringing them back into our master equation:
2⋅L1⋅L2=k1⇒2⋅1⋅121=k1
Therefore, k=6. You have successfully filled the hole in the function, ensuring continuity. It is a beautiful result, isn't it? The complexity of the original expression collapses into a simple integer.