Analyzing the Setup
Welcome, future engineers! Today, we are embarking on a journey to master the composition of functions. It is not just about plugging one equation into another; it is about understanding the geometric behavior of the resulting machine.
We are given two rational functions, f(x)=5x+22x+3 and g(x)=1−x2−3x. Our mission is to find the range of their composition, h(x)=f(g(x)), on the interval [2,4].
The Algebraic Transformation
Imagine you are building a machine where the output of g(x) becomes the input for f(x). To find h(x), we substitute g(x) into f(x):
h(x)=5(1−x2−3x)+22(1−x2−3x)+3
This looks intimidating, but let us simplify it. By multiplying the numerator and denominator by (1−x), we clear the fractions.
The numerator becomes:
N=2(2−3x)+3(1−x)=4−6x+3−3x=7−9x
The denominator becomes:
D=5(2−3x)+2(1−x)=10−15x+2−2x=12−17x
Thus, our composite function is:
h(x)=12−17x7−9x
The Power of Monotonicity
Now, we must ask: how does this function behave? Is it climbing or falling? We use the derivative to find out.
Applying the quotient rule:
h′(x)=(12−17x)2−9(12−17x)−(−17)(7−9x)
Expanding this, we get:
h′(x)=(12−17x)2−108+153x+119−153x=(12−17x)211
Since the square in the denominator is always positive, h′(x)>0. This means our function is strictly increasing. This is a massive relief because it tells us that the minimum value occurs at the start of our interval and the maximum at the end.
The Final Calculation
Since h(x) is strictly increasing, the range on [2,4] is simply [h(2),h(4)].
Evaluating at
x=2:
α=h(2)=12−17(2)7−9(2)=12−347−18=−22−11=21
Evaluating at
x=4:
β=h(4)=12−17(4)7−9(4)=12−687−36=−56−29=5629
Finally, we calculate the difference:
β−α=5629−21=5629−28=561
The problem asks for the reciprocal of this value,
β−α1, which is:
1/561=56
You have just conquered a complex composite function problem with elegance and precision. Keep this mindset, and no JEE problem will ever stand in your way!