Analyzing the Setup
We are given the piecewise function:
f(x)={∣x∣1,ax2+b,∣x∣≥1∣x∣<1
The outer branches, defined for ∣x∣≥1, represent the fixed hyperbola y=∣x∣1. The inner segment, defined for ∣x∣<1, is a parabola y=ax2+b. Our objective is to determine the constants a and b such that the function is differentiable at the transition points x=1 and x=−1.
The Bridge
Ensuring Continuity
Before addressing smoothness, we must ensure the tracks meet at the transition points. This is the condition of continuity.
At x=1, the limit of the parabola must equal the limit of the hyperbola:
This simplifies to our first fundamental equation:
This equation guarantees that there is no physical gap in the graph at the junction.
The Smoothness
Matching the Slopes
To prevent a sharp corner, the slopes of the two functions must be identical at the point of contact. This is the condition of differentiability.
We calculate the derivatives of both segments:
1. The derivative of the parabola ax2+b is 2ax.
2. The derivative of the hyperbola x1 (for x>0) is −x21.
Evaluating these derivatives at the transition point x=1:
Setting these equal provides our second equation:
The Final Resolution
We now possess a system of two linear equations:
1. a+b=1
2. 2a=−1
From the second equation, we immediately find:
Substituting this value into the first equation:
By applying the conditions of continuity and differentiability, we have determined the unique values: a=−21 and b=23. The resulting parabola, y=−21x2+23, creates a perfectly smooth transition for the hyperbola.