Analyzing the Setup
Welcome, fellow traveler on the path to JEE mastery. Today, we are going to dissect a function that might look intimidating at first glance, but reveals a beautiful, rhythmic structure once we peel back the layers.
We are looking at f(x)=xcos(x1) for x≥1. This isn't just an algebraic exercise; it's a study of how functions behave as they stretch toward infinity.
Phase 1
The First Derivative and the Product Rule
To understand the slope of our function, we need the first derivative, f′(x). We have a product of two functions: u=x and v=cos(x1).
The product rule, dxd[uv]=udxdv+vdxdu, is our best friend here. When we differentiate v=cos(x1), we must use the chain rule.
The derivative of cos(θ) is −sin(θ), and the derivative of x1 is −x21. So, dxdv=−sin(x1)⋅(−x21)=x21sin(x1).
Putting it all together, we get:
f′(x)=x⋅(x21sin(x1))+cos(x1)⋅1
Simplifying the first term, x⋅x21 becomes x1. Thus, our derivative is:
f′(x)=x1sin(x1)+cos(x1)
Phase 2
The Limit at Infinity
Now, let's see what happens as x grows without bound. As x→∞, the argument x1 approaches 0.
We know that cos(0)=1 and sin(0)=0. Therefore, the term x1sin(x1) approaches 0⋅0=0.
The derivative f′(x) approaches 0+1=1. This confirms that for very large x, the function behaves like a line with a slope of 1. This validates Option B.
Phase 3
The Second Derivative and Monotonicity
To determine if f′(x) is increasing or decreasing, we need f′′(x). Let's differentiate f′(x)=cos(x1)+x1sin(x1).
The derivative of cos(x1) is x21sin(x1). For the second term, x1sin(x1), we use the product rule again:
dxd[x1sin(x1)]=−x21sin(x1)+x1cos(x1)⋅(−x21)
When we sum these, the terms x21sin(x1) and −x21sin(x1) cancel out! We are left with:
Since x≥1, x1 is in the first quadrant, where cosine is positive. Thus, f′′(x) is strictly negative. This means f′(x) is strictly decreasing, which proves Option D.
Phase 4
The LMVT Bridge
Finally, we tackle the difference f(x+2)−f(x). The Mean Value Theorem is the perfect tool.
It states that there exists a c∈(x,x+2) such that:
(x+2)−xf(x+2)−f(x)=f′(c)
This simplifies to f(x+2)−f(x)=2f′(c). Since f′(x) is strictly decreasing and approaches 1 as x→∞, it must be that f′(x)>1 for all finite x.
Therefore, f′(c)>1, which implies 2f′(c)>2. Thus, f(x+2)−f(x)>2. This confirms Option C.
We have navigated the calculus, simplified the expressions, and used the Mean Value Theorem to bridge the gap. The result? Options B, C, and D are correct.