Analyzing the Setup
Imagine you are standing on a vast, rolling landscape. You have two paths, represented by two continuous functions, f(x) and g(x), both defined on the interval [0,1].
These are not just any paths; they are smooth, unbroken, and elegant. The problem states that they both reach the exact same maximum altitude, M.
This is our common ceiling. Think of it as two mountain climbers, each taking a different route, yet both reaching the same peak elevation. They might reach this peak at different times or locations, but the peak itself is shared.
The Power of the Difference Function
When we face two functions, our instinct might be to compare them directly. In the world of JEE Advanced, we need a more surgical tool.
We define a new function:
h(x)=f(x)−g(x)
This function h(x) captures the 'gap' between our two climbers. If h(x)>0, then f(x)>g(x). If h(x)<0, then g(x)>f(x).
If h(x)=0, that is the moment of intersection, the moment our two paths cross. Because f and g are continuous, h is also continuous. It cannot jump; it must flow.
The Bridge of the Intermediate Value Theorem
Now, let's look at the peaks. Let f reach its maximum M at x1, and g reach its maximum M at x2.
At
x1, we evaluate the difference function:
h(x1)=f(x1)−g(x1)=M−g(x1)
Since M is the maximum of g, g(x1) cannot exceed M. Thus, h(x1)≥0.
At
x2, we evaluate the difference function:
h(x2)=f(x2)−g(x2)=f(x2)−M
Since M is the maximum of f, f(x2) cannot exceed M. Thus, h(x2)≤0.
Our function h(x) starts at a non-negative value and ends at a non-positive value. By the Intermediate Value Theorem, it must cross the zero line.
There exists some
c∈[0,1] such that
h(c)=0, which implies:
f(c)=g(c)
The Final Revelation
We have proven that f(c)=g(c). This is the golden key to the problem.
Now, consider the options provided. For Option A:
(f(c))2+3f(c)=(g(c))2+3g(c)
Since f(c)=g(c), let's call this common value y. The equation becomes y2+3y=y2+3y, which is an identity. It is always true.
Similarly, for Option D:
(f(c))2=(g(c))2
This becomes y2=y2, which is also an identity. Options B and C, however, are not identities; they are specific conditions that are not guaranteed to hold.
We have navigated the landscape, found the intersection, and verified the truth. This is the elegance of calculus.