Analyzing the Setup
We are tasked with finding the number of points where the function f(x)=4∣2x+3∣+9[x+21]−12[x+20] fails to be differentiable within the open interval (−20,20).
The function is composed of a modulus term and two greatest integer (floor) functions. We will analyze the non-differentiability of each component individually.
The Modulus—The Sharp Turn
Consider the term 4∣2x+3∣. A modulus function ∣g(x)∣ is non-differentiable at points where g(x)=0, provided g(x) is a linear function.
Setting the argument to zero:
2x+3=0⟹x=−1.5
Since −1.5 lies within the interval (−20,20), this is our first point of non-differentiability. Note that this point is a "half-integer."
The Floor Functions—The Staircase of Discontinuity
The greatest integer function [u] is non-differentiable whenever its argument u is an integer.
For the term
9[x+21], the function is non-differentiable when:
x+21=I, where I∈Z
x=I−0.5
In the interval
(−20,20), the possible values for
x are
{−19.5,−18.5,…,18.5,19.5}. The number of such points is calculated as:
119.5−(−19.5)+1=40 points
For the term
12[x+20], the function is non-differentiable when:
x+20=m, where m∈Z
x=m−20
In the interval
(−20,20), the possible values for
x are
{−19,−18,…,18,19}. The number of such points is:
119−(−19)+1=39 points
The Final Synthesis
To find the total number of points, we must sum the unique points of non-differentiability. We have identified three sets of points: the modulus root, the half-integers, and the integers.
First, we observe that the modulus root x=−1.5 is a half-integer. Therefore, it is already contained within the set of 40 points generated by 9[x+21].
Second, we observe that the set of integers and the set of half-integers are disjoint. An integer can never equal a half-integer.
Thus, the total number of points is simply the sum of the points from the two floor functions:
Total Points=40+39=79
The function f(x) fails to be differentiable at 79 points within the interval (−20,20).