The Mountain of Degree 101
A Journey into Rolle's Theorem
Imagine you are standing at the base of a massive, jagged mountain. This mountain is our polynomial, P(x)=51x101−2323x100−45x+1035. It is a beast of degree 101.
If you try to climb it by solving for its roots directly, you will be lost in a forest of algebra, never to return. But as a JEE aspirant, you know that we do not fight these mountains head-on; we find the path of least resistance. Today, that path is Rolle's Theorem.
The Strategy
The Auxiliary Function
We are asked to prove that there is a root in the interval (451/100,46). Direct calculation is impossible. However, Rolle's Theorem gives us a beautiful shortcut.
It tells us that if we have a function F(x) that is continuous and differentiable, and if F(a)=F(b), then there must be a point c where F′(c)=0. If we can construct an F(x) such that its derivative is our original polynomial P(x), then finding a root for P(x) becomes as simple as finding where the tangent of F(x) is horizontal.
So, let us build our auxiliary function. We define F(x) as the integral of P(x):
F(x)=∫(51x101−2323x100−45x+1035)dx
Applying the power rule, ∫xndx=n+1xn+1, we get:
F(x)=51⋅102x102−2323⋅101x101−45⋅2x2+1035x+C
We set C=0 for simplicity. Now, look at the coefficients. This is where the magic happens: 51/102 is exactly 1/2, and 2323/101 is exactly 23. Our function simplifies to:
F(x)=21x102−23x101−245x2+1035x
The Art of Factorization
Now, we need to see if F(a)=F(b). To do this, we must factorize F(x). Let us group the terms:
F(x)=(21x102−23x101)−(245x2−1035x)
Factoring out common terms from each group gives us:
F(x)=21x101(x−46)−245x(x−46)
And finally, pulling out the common binomial (x−46) and the term 21x, we arrive at the elegant form:
The Climax
Boundary Evaluation
This is the moment of truth. We must check the boundaries of our interval (451/100,46).
First, let x=451/100. Substituting this into our factored F(x):
F(451/100)=21(451/100)(451/100−46)((451/100)100−45)
Since (451/100)100=45, the last term becomes (45−45)=0. Thus, F(451/100)=0.
Next, let x=46. Substituting this into our factored F(x):
F(46)=21(46)(46−46)(46100−45)
Since (46−46)=0, the entire expression becomes zero. Thus, F(46)=0.
Conclusion
Q.E.D.
We have shown that F(451/100)=0 and F(46)=0. Because F(x) is a polynomial, it is continuous and differentiable everywhere.
By Rolle's Theorem, there must exist at least one c in the interval (451/100,46) such that F′(c)=0. Since F′(x)=P(x), this means P(c)=0.
We have conquered the mountain! You have successfully proven the existence of the root without ever having to solve for it directly. This is the power of calculus—the ability to see the truth without needing to see every detail.