Analyzing the Setup
When you first look at the expression f(x)g′′(x)+f′(x)g′(x)=0, it might seem like a chaotic mess of derivatives. However, this expression is a direct manifestation of the product rule.
The Auxiliary Revelation
In mathematics, the most effective way to solve a problem is often to redefine it. Let us define an auxiliary function h(x)=f(x)g′(x).
If we differentiate this with respect to
x, we apply the product rule:
h′(x)=f′(x)g′(x)+f(x)g′′(x)
Suddenly, the "terrifying" expression in our problem is revealed to be nothing more than h′(x)=0. We have transformed a second-order differential equation into a root-finding mission for the derivative of a function we just created.
The Power of Symmetry
We are given that f(x) and g(x) are even functions. An even function is symmetric about the y-axis, meaning f(x)=f(−x).
Given that
f(1/4)=0 and
f(1/2)=0, the symmetry of
f implies that these roots must be mirrored on the negative side. Thus, we immediately identify four roots for
f(x):
x∈{−1/2,−1/4,1/4,1/2}
Now, consider g′(x). Since g(x) is an even function, its derivative g′(x) must be an odd function, satisfying g′(x)=−g′(−x).
Evaluating this at
x=0 yields
g′(0)=−g′(0), which forces
g′(0)=0. Consequently,
h(x)=f(x)g′(x) has a root at
x=0 as well. We have now identified five distinct roots for
h(x):
x∈{−1/2,−1/4,0,1/4,1/2}
The Dance of Rolle's Theorem
Rolle's Theorem states that if a function h(x) is differentiable and has roots at a and b, there must be at least one point c in the interval (a,b) where h′(c)=0.
Applying this to our identified roots, we map the following intervals:
1. In (−1/2,−1/4), there is at least one root of h′(x).
2. In (−1/4,0), there is at least one root of h′(x).
3. In (0,1/4), there is at least one root of h′(x).
4. In (1/4,1/2), there is at least one root of h′(x).
The Final Conclusion
By counting these intervals, we see that h′(x) must vanish at least four times. Since h′(x) is exactly the expression f(x)g′′(x)+f′(x)g′(x), we have proven that the minimum number of solutions is 4.
By using the product rule to simplify the expression and leveraging the symmetry of even and odd functions, the path to the solution becomes clear. You do not need the exact form of f(x) or g(x); you only need to understand their fundamental behavior.