Analyzing the Setup
We are given two functions: f(x)=loge(sinx) and g(x)=sin−1(e−x). We are tasked with finding the relationship between a=(f∘g)′(α) and b=(f∘g)(α).
Imagine you are a signal passing through a machine. The input x first enters the 'g-machine', which transforms it into sin−1(e−x). Then, that output is fed into the 'f-machine', which takes the sine of that value and then finds its natural logarithm.
Mathematically, we write this composition as:
(f∘g)(x)=f(g(x))=loge(sin(sin−1(e−x)))
The Trigonometric Shortcut
Many students immediately reach for the chain rule, attempting to differentiate loge(sinx) and sin−1(e−x) separately. While that is technically correct, it is a path filled with potential for error. Instead, look at the inner term: sin(sin−1(e−x)).
Recall the fundamental definition of inverse trigonometric functions. The function sin−1(θ) returns an angle whose sine is θ. Therefore, sin(sin−1(θ)) is simply θ, provided θ is within the valid domain.
Since x≥0, we know that e−x is always between 0 and 1. This is well within the domain [−1,1]. Thus, the entire trigonometric mess collapses into a single, beautiful term:
The Logarithmic Collapse
Now, substitute this back into our expression for the composition. The function becomes:
Using the fundamental property of logarithms, loge(ek)=k, we see that the logarithm and the exponential function effectively cancel each other out. We are left with the simplest possible function:
Isn't that breathtaking? All that initial complexity was just a mask for a simple linear relationship.
Finding a and b
Now that we have (f∘g)(x)=−x, finding a and b becomes trivial. For b, we simply evaluate the function at x=α:
For a, we find the derivative of the composition with respect to x and evaluate it at α:
Since the derivative of a constant −1 is always −1, the value of a is independent of α. We have a=−1 and b=−α.
Final Verification
We have successfully distilled the problem down to a=−1 and b=−α. When you look at the options provided, you are now equipped to test them with absolute confidence.
Remember, the JEE Advanced is not just about calculation; it is about the courage to simplify. You have navigated the composition, identified the identity, and arrived at the solution. Keep this mindset—look for the simplification, trust the math, and never let the complexity of the notation distract you from the underlying beauty of the function.