Analyzing the Setup
Welcome, fellow traveler on the path to JEE mastery. Today, we are going to dissect a problem that seems simple on the surface but hides a profound truth about the nature of differentiability.
We are looking at the function f(x)=x3−x2+(x−1)sinx and its interaction with an arbitrary function g(x). When we multiply them to form h(x)=f(x)g(x), what determines if this new creature is differentiable at x=1?
Let us peel back the layers.
The Power of Factoring
Before we dive into the calculus, let us look at the anatomy of f(x). It looks like a mess of polynomials and trigonometry, but look closer at the terms: x3−x2.
We can factor out x2 to get x2(x−1). Now, look at the entire expression: f(x)=x2(x−1)+(x−1)sinx.
We can pull out the common factor (x−1) to reveal the soul of the function:
This is a beautiful moment. By factoring, we have explicitly shown that f(1)=0. This zero is not just a number; it is a 'gatekeeper' that will control the behavior of our product function h(x) at the critical point x=1.
The First Principle of Calculus
When we are unsure about the differentiability of a function at a point, we must return to the source: the first principle of the derivative. We want to know if h′(1) exists, defined as:
h′(1)=x→1limx−1h(x)−h(1)
Since h(x)=f(x)g(x) and we know f(1)=0, it follows that h(1)=f(1)g(1)=0⋅g(1)=0. Our limit simplifies beautifully to:
h′(1)=x→1limx−1f(x)g(x)
The Great Cancellation
Now, we substitute our factored form of f(x) into this limit. Watch what happens:
h′(1)=x→1limx−1(x−1)(x2+sinx)g(x)
As x approaches 1, x is never exactly 1. This gives us the mathematical permission to cancel the (x−1) terms. We are left with:
h′(1)=x→1lim(x2+sinx)g(x)
This is the heart of the problem. As x→1, the term (x2+sinx) approaches the constant value (1+sin1). Since this constant is non-zero, the existence of the limit h′(1) depends entirely on the existence of the limit of g(x) as x→1.
The Verdict
What Does This Mean?
If g(x) is continuous at x=1, then limx→1g(x)=g(1), which is a finite value. Thus, h′(1) exists. This confirms that if g is continuous, fg is differentiable.
Similarly, if g is differentiable, it is inherently continuous, so fg must also be differentiable.
However, consider the reverse. If fg is differentiable, we only know that limx→1g(x) exists. This does not force g(x) to be continuous (it could have a removable discontinuity) nor does it force g(x) to be differentiable.
We have uncovered the truth: the product function is much more 'forgiving' than the individual functions. Keep this insight in your toolkit—it is exactly the kind of conceptual depth that separates the top rankers from the rest.