Analyzing the Setup
Imagine you are standing on a perfectly balanced seesaw. The pivot point is at x=2. We are given two points, a and b, such that a+b=4.
If you divide this equation by two, you get:
This is the geometric soul of our problem: the midpoint of a and b is fixed at 2. Since we know a<2, the only way to keep the seesaw balanced is for b to be greater than 2. As a moves to the left, b must move to the right to maintain that sum of 4.
Defining the Distance
We want to see how the sum of the areas under the curve g(x) changes as the distance between a and b increases. Let us define this distance as a parameter t=b−a.
Now, we have a system of two equations: a+b=4 and b−a=t. By adding these, we find:
By subtracting them, we find:
Now, both our boundaries are expressed in terms of the single variable t. This is the key to unlocking the problem.
The Leibniz Rule
Our Mathematical Lever
We define our integral sum as:
I(t)=∫024−tg(x)dx+∫024+tg(x)dx
To determine if this sum increases as t increases, we must find the derivative dtdI. We use the Leibniz Rule for differentiation under the integral sign, which states:
dtd∫0h(t)g(x)dx=g(h(t))⋅h′(t)
For the first integral, the upper limit is h(t)=24−t. Its derivative is h′(t)=−21. Thus, the derivative of the first part is:
For the second integral, the upper limit is h(t)=24+t, and its derivative is h′(t)=21. This gives us:
The Final Synthesis
Combining these, we get:
We are given that dxdg>0, which means g(x) is a strictly increasing function. Since b>a, it must be that g(b)>g(a), which implies g(b)−g(a)>0.
Therefore, dtdI>0. A positive derivative means that as t increases, our integral sum I(t) must also increase. You have just navigated the geometry of the seesaw and the power of the Leibniz Rule to prove a fundamental property of integrals.