The Elegant Dance of Rolle's Theorem
Imagine you are standing on a mountain path. You start at an elevation of 1000 meters at point A, and after a long, winding hike, you find yourself back at an elevation of 1000 meters at point B.
Logic dictates that at some point during your journey, you must have either climbed up and then back down, or descended and then climbed back up. In either case, there was a moment where your path was perfectly level—a horizontal tangent. This is the physical soul of Rolle's Theorem.
The Mathematical Blueprint
We are given the cubic function f(x)=x3−ax2+bx−4 on the interval [1,2]. For Rolle's Theorem to hold, we require two fundamental conditions.
First, the function must be continuous and differentiable (which, being a polynomial, it is). Second, the values at the boundaries must be identical: f(1)=f(2).
Let us calculate these values. Substituting x=1 into our function, we get:
f(1)=13−a(1)2+b(1)−4=−a+b−3
Now, for x=2, we have:
f(2)=23−a(2)2+b(2)−4=8−4a+2b−4=4−4a+2b
Setting these equal, we arrive at our first vital equation:
The Power of the Derivative
Now, we turn to the second condition: the existence of a horizontal tangent. We are told that f′(34)=0.
To find this, we differentiate our function:
f′(x)=dxd(x3)−dxd(ax2)+dxd(bx)−dxd(4)=3x2−2ax+b
By substituting x=34 into this derivative, we get:
Simplifying this, we have 3(916)−38a+b=0, which reduces to 316−38a+b=0. Multiplying by 3 to clear the fractions, we obtain our second equation:
The Final Resolution
We are left with a system of two linear equations:
To solve this, we multiply the first equation by 3 to get 9a−3b=21. Now, subtracting the second equation from this, we see the b terms vanish:
(9a−8a)+(−3b−(−3b))=21−16
This calculation yields a=5. Substituting a=5 back into our first equation, 3(5)−b=7, we find 15−b=7, leading to b=8.
We have successfully navigated the constraints of the theorem to find that (a,b)=(5,8). It is a beautiful reminder that even in the abstract world of calculus, every equation has a physical story to tell.