Animated Solution for Mathematics - Differentiation: Let f(x)=∣(x−1)(x2−2x−3)∣+x−3,x∈R. If m and M are respectively the number of points of local minimum and local maximum of f in the interval (0, 4), then m + M is equal to ______
Enter Numerical Value:
Visualized Solution
FactorizingtheQuadraticExpression
Given function: f(x)=∣(x−1)(x2−2x−3)∣+x−3
Factorize the quadratic: x2−2x−3=(x−3)(x+1)
Rewrite f(x): f(x)=∣(x−1)(x+1)(x−3)∣+x−3
Simplify the product: f(x)=∣(x2−1)(x−3)∣+x−3
IdentifyingCriticalPointsin(0,4)
Interval of interest: x∈(0,4)
Critical points for ∣(x2−1)(x−3)∣ are x=−1,1,3
Relevant points in (0,4): x=1 and x=3
Case1:x∈(0,1)
For x∈(0,1):
(x2−1)<0 and (x−3)<0
Product (x2−1)(x−3)>0
Therefore, f(x)=(x2−1)(x−3)+x−3
Simplifying: f(x)=x3−3x2
Case2:x∈(1,3)
For x∈(1,3):
(x2−1)>0 and (x−3)<0
Product (x2−1)(x−3)<0
Therefore, f(x)=−(x2−1)(x−3)+x−3
Simplifying: f(x)=−x3+3x2+2x−6
Case3:x∈(3,4)
For x∈(3,4):
(x2−1)>0 and (x−3)>0
Product (x2−1)(x−3)>0
Therefore, f(x)=(x2−1)(x−3)+x−3
Simplifying: f(x)=x3−3x2
DifferentiatingtheFunction
f′(x)=3x2−6x for x∈(0,1)∪(3,4)
f′(x)=−3x2+6x+2 for x∈(1,3)
Analyzingx=1
At x=1:
LHD: limx→1−(3x2−6x)=−3
RHD: limx→1+(−3x2+6x+2)=5
Since f′(x) changes sign from negative to positive, x=1 is a local minimum.
Analyzingx=3
At x=3:
LHD: limx→3−(−3x2+6x+2)=−7
RHD: limx→3+(3x2−6x)=9
Since f′(x) changes sign from negative to positive, x=3 is a local minimum.
FindingStationaryPointsin(1,3)
In (1,3), set f′(x)=0: −3x2+6x+2=0
Using quadratic formula: x=−6−6±36−4(−3)(2)
Simplify: x=1±35
Valid root in (1,3): x=1+35≈2.29
VerifyingtheLocalMaximum
Second derivative: f′′(x)=−6x+6
At x=1+35≈2.29:
f′′(2.29)=−6(2.29)+6=−7.74<0
Since f′′(x)<0, x=1+35 is a local maximum.
FinalSummation
Number of local minima (m) = 2 (at x=1,3)
Number of local maxima (M) = 1 (at x=1+35)
Final calculation: m+M=2+1=3
Final Answer: 3
00:00 / 00:00
The Sigma Insight: Maxima and Minima
Solution Diagram
The Architecture of a Function
Unlocking the Modulus
Welcome, fellow explorer of the mathematical landscape. Today, we are not just solving a problem; we are dissecting a function.
We are looking at f(x)=∣(x−1)(x2−2x−3)∣+x−3. At first glance, this might look like a chaotic mess of absolute values and polynomials.
Imagine this function as a piece of wire that you are bending. The modulus creates sharp corners, and the polynomial terms create smooth curves. Our goal is to map this terrain and find every peak and valley.
The Anatomy of the Function
Before we touch any calculus, we must understand the structure. The expression inside the modulus, (x−1)(x2−2x−3), is the heart of the problem.
Let's factorize it. We know that x2−2x−3 is simply (x−3)(x+1).
So, our function becomes:
f(x)=∣(x−1)(x+1)(x−3)∣+x−3
Notice the symmetry? We can group (x−1)(x+1) to get (x2−1). Thus, our function is:
f(x)=∣(x2−1)(x−3)∣+x−3
The 'hinges'—the points where the expression inside the modulus flips sign—are at x=−1,1,3. Since our domain is restricted to (0,4), we only care about the hinges at x=1 and x=3. These are the points where our graph will likely change its behavior drastically.
The Piecewise Transformation
To analyze this, we must break the function into three distinct regions: (0,1), (1,3), and (3,4).
In the first interval, x∈(0,1), both (x2−1) and (x−3) are negative. A negative times a negative is positive, so the modulus opens with a positive sign.
We get:
f(x)=(x2−1)(x−3)+x−3=x3−3x2−x+3+x−3=x3−3x2
In the middle interval, x∈(1,3), (x2−1) is positive, but (x−3) is negative. Their product is negative, so the modulus must open with a negative sign.
Finally, in the interval x∈(3,4), both terms are positive, so the modulus opens positively again, returning us to:
f(x)=x3−3x2
The Calculus of Change
Now, we differentiate. For the outer intervals, f′(x)=3x2−6x. For the middle interval, f′(x)=−3x2+6x+2.
Let's test the hinges. At x=1, the Left-Hand Derivative (LHD) is 3(1)2−6(1)=−3. The Right-Hand Derivative (RHD) is −3(1)2+6(1)+2=5.
The slope jumps from negative to positive. This is a classic local minimum! The same logic applies at x=3. The LHD is −7 and the RHD is 9. Again, the slope jumps from negative to positive. Another local minimum!
The Hidden Peak
Are we done? Not quite. We must check the middle interval (1,3) for any smooth peaks.
Setting f′(x)=−3x2+6x+2=0, we use the quadratic formula to find:
x=1±35
Only x=1+35≈2.29 lies within our interval. A quick check with the second derivative, f′′(x)=−6x+6, shows that at x≈2.29, f′′(x)<0. This confirms a local maximum.
We have found two local minima and one local maximum. The sum m+M=2+1=3. We have successfully navigated the terrain of this function.