The Relay Race of Continuity
Mastering Composite Functions
Welcome, future engineer! Today, we are not just solving a math problem; we are dissecting the anatomy of a composite function.
When we look at f(g(x)), we are essentially watching a relay race. The input x is handed to the inner runner, g(x), and the result of that race is then handed to the outer runner, f(x). If either runner stumbles, or if the hand-off is messy, the entire race is compromised.
Phase 1
Identifying the Players
First, let's look at our outer function, f(x). It is defined as:
This function is a bit of a troublemaker. It has a jump discontinuity at x=0 (where the left side approaches −1 and the right side starts at 1) and at every negative integer because of the Greatest Integer Function [x].
Our inner function, g(x), is defined as:
g(x)={ex−x(x−1)2−1x<0x≥0
Notice that g(x) itself has a discontinuity at x=0 because limx→0−g(x)=1 while limx→0+g(x)=0. This is our first red flag!
Phase 2
The Critical Investigation at x=0
We must check the point x=0 with extreme care.
For the Right Hand Limit (RHL), as x→0+, g(x)=(x−1)2−1. As x approaches 0 from the right, g(x) approaches 0 from below, which we write as 0−.
Now, we pass this 0− to f(x). Since 0− is negative, we use the [x] definition:
Now for the Left Hand Limit (LHL): as x→0−, g(x)=ex−x. As x approaches 0, g(x) approaches e0−0=1. Since we are approaching from the left, it approaches 1+.
We pass this 1+ to f(x). Since 1+ is positive, we use the ∣1−x∣ definition:
Since $-1
eq 0$, the function f(g(x)) is definitely discontinuous at x=0.
Phase 3
Hunting for Hidden Discontinuities
Are there other points? We must check where g(x) hits the discontinuity points of f(x). We know f(x) breaks at 0,−1,−2,….
For x≥0, g(x)=(x−1)2−1. Setting this equal to 0 gives (x−1)2=1, which means x=0 or x=2. We already checked x=0.
Let's check x=2. As x→2+, g(x)→0+, so f(g(x))→f(0+)=∣1−0∣=1. As x→2−, g(x)→0−, so f(g(x))→f(0−)=[0−]=−1.
Again, $1
eq -1$, so x=2 is a point of discontinuity! Finally, we check x=1 (where g(x)=−1), but the limits match there, so it remains continuous.
We have found our culprits: x=0 and x=2. There are two points of discontinuity. You have successfully navigated the relay race!