The Art of the Shortcut
Mastering Composite Functions
Welcome, fellow traveler on the JEE journey! Today, we are going to dismantle a problem that, at first glance, might seem like a daunting task of algebraic manipulation. We are given two functions: an outer function g(x)=x2+x−1 and a composite function (g∘f)(x)=4x2−10x+5. Our mission is to find the value of f(45).
Many students, upon seeing this, immediately reach for their pens to find the general form of f(x). They try to set up a quadratic equation for f(x) and solve for it. While that is a valid path, it is often the long, winding road.
In the high-stakes environment of the JEE, we want the express train. Let's explore why we don't need to know the 'who' or 'what' of f(x) to find its value at a specific point.
The Philosophy of the Machine
Imagine a factory pipeline. The function f(x) is the first machine; it takes an input x and produces an output f(x). The function g(x) is the second machine; it takes the output of the first machine and processes it further.
The composition (g∘f)(x) is simply the final product of this two-stage process. We are told that when we feed x=45 into this pipeline, the final output is 4(45)2−10(45)+5.
We don't need to know how the first machine works internally to know what it outputs when we feed it 45. We only care about the value f(45). Let's call this value y for a moment. Our goal is to find y.
The Strategic Pivot
By the definition of composition, we know that (g∘f)(x)=g(f(x)). If we substitute f(x) into the expression for g(x), we get:
Now, we have two ways to describe the same output. We have the 'theoretical' definition, which is (f(x))2+f(x)−1, and we have the 'given' expression, which is 4x2−10x+5. Since they represent the same thing, we equate them:
This is our master key. It connects the unknown function to the known variable x. Now, instead of solving for f(x), we simply substitute x=45 into this equation. This transforms a functional equation into a simple algebraic one.
The Calculation
Precision is Key
Let's evaluate the right-hand side (RHS) with care:
Calculating the terms:
1. The first term: 4×1625=425
2. The second term: 10×45=450
3. The constant term: 5=420
Combining these with a common denominator of 4, we get:
Now, our equation looks like this:
The Elegant Conclusion
We are almost there. Let's bring everything to one side to form a standard quadratic equation in terms of our unknown y=f(45):
Since −1+45=41, we have:
Look closely at this expression. It is the classic expansion of a perfect square: a2+2ab+b2=(a+b)2. Here, a=f(45) and b=21. The equation simplifies perfectly to:
Taking the square root of both sides, we find that f(45)+21=0. This leads us directly to our final answer:
And there you have it! We didn't need to find the general function or struggle with complex algebra. We simply used the properties of composition and a strategic substitution to reveal the answer. This is the essence of JEE problem-solving: identifying the most efficient path and trusting the math to guide you home.