The Hidden Geometry of Coefficients
Imagine you are standing on the precipice of a challenging JEE Advanced problem. You are given a quadratic equation ax2+bx+c=0 and a seemingly arbitrary constraint: 2a+3b+6c=0.
At first glance, this looks like a pure algebra problem. You might be tempted to start manipulating the coefficients, perhaps trying to express one in terms of the others or diving into the discriminant.
But pause for a moment. In the world of JEE, when you see a linear relationship between coefficients, it is often a siren call for calculus. Let us embark on a journey to uncover the hidden geometric reality behind this problem.
The Calculus Bridge
Rolle's Theorem
To solve this, we need a powerful tool from our mathematical arsenal: Rolle's Theorem. This theorem is a cornerstone of calculus, providing a bridge between the values of a function and the behavior of its derivative.
It states that if a function f(x) is continuous on a closed interval [p,q], differentiable on the open interval (p,q), and if the function values at the endpoints are equal, meaning f(p)=f(q), then there must exist at least one point k strictly between p and q where the derivative f′(k)=0.
Geometrically, this is the moment where the tangent to the curve is perfectly horizontal. It is a beautiful, intuitive concept that we are about to wield with precision.
Constructing the Auxiliary Function
We want to find a root of the quadratic equation ax2+bx+c=0. This is equivalent to finding a point where the derivative of some function f(x) is zero.
If we want f′(x)=ax2+bx+c, we simply need to integrate the quadratic expression with respect to x. Let us perform this integration:
f(x)=∫(ax2+bx+c)dx=3ax3+2bx2+cx
We can safely set the constant of integration to zero, as it does not affect the derivative. Now, we have our auxiliary function f(x)=3ax3+2bx2+cx.
This function is a polynomial, which means it is continuous and differentiable everywhere—perfect for Rolle's Theorem.
The Moment of Truth
Evaluation
Now, let us test the endpoints of our interval, x=0 and x=1. First, evaluating at x=0 is straightforward:
f(0)=3a(0)3+2b(0)2+c(0)=0
This is a great start. Now, let us evaluate at x=1:
f(1)=3a(1)3+2b(1)2+c(1)=3a+2b+c
To simplify this, we take a common denominator of 6:
Look at the numerator! It is exactly the condition given in the problem statement: 2a+3b+6c=0. Substituting this in, we get:
The Conclusion
A Root Emerges
We have found that f(0)=0 and f(1)=0. The conditions for Rolle's Theorem are perfectly satisfied on the interval [0,1].
Therefore, there must exist at least one k∈(0,1) such that f′(k)=0. Since f′(x)=ax2+bx+c, this means ak2+bk+c=0.
We have proven that the quadratic equation has at least one real root in the interval (0,1). This problem is a masterclass in recognizing patterns. It teaches us that algebra and calculus are not separate silos but interconnected languages.
When you see coefficients tied together in a linear dance, remember the integral, remember Rolle's Theorem, and watch as the complexity dissolves into elegance. Keep this strategy in your toolkit, and you will be ready for whatever the JEE throws your way!