Question
Question: A function is defined as $f(x) = \begin{cases} e^{-x}+1 &, x \leq 0 \\ |x-1| &, x > 0 \end{cases}$. ...
A function is defined as f(x)={e−x+1∣x−1∣,x≤0,x>0. Which of the following statement is FALSE?

f(x) is continuous at x=1
f(x) is differentiable at x=0
f(x) is non-differentiable at x=1
L.H.D. of f(x) at x=0 is -1
f(x) is differentiable at x=0
Solution
The function is defined as: f(x)={e−x+1∣x−1∣,x≤0,x>0
We need to check each statement to identify the FALSE one.
1. f(x) is continuous at x=1
For x>0, f(x)=∣x−1∣.
- f(1)=∣1−1∣=0.
- limx→1+f(x)=limx→1+∣x−1∣=∣1−1∣=0.
- limx→1−f(x)=limx→1−∣x−1∣=∣1−1∣=0.
Since f(1)=limx→1+f(x)=limx→1−f(x)=0, the function is continuous at x=1. Statement 1 is TRUE.
2. f(x) is differentiable at x=0
First, let's check for continuity at x=0.
- f(0)=e−0+1=1+1=2.
- Left-hand limit (LHL) at x=0:
limx→0−f(x)=limx→0−(e−x+1)=e0+1=2. - Right-hand limit (RHL) at x=0:
limx→0+f(x)=limx→0+∣x−1∣. As x→0+, x is slightly greater than 0, so x−1 is negative. Thus, ∣x−1∣=−(x−1)=1−x.
limx→0+(1−x)=1−0=1.
Since LHL (2) = RHL (1), the function is not continuous at x=0. A function must be continuous at a point to be differentiable at that point. Since f(x) is not continuous at x=0, it cannot be differentiable at x=0. Statement 2 is FALSE.
3. f(x) is non-differentiable at x=1
For x>0, f(x)=∣x−1∣. We know that the function ∣g(x)∣ is generally not differentiable at points where g(x)=0. Here g(x)=x−1, which is 0 at x=1. Let's calculate the L.H.D. and R.H.D. at x=1:
- Right-hand derivative (R.H.D.) at x=1:
f′(1+)=limh→0+hf(1+h)−f(1)=limh→0+h∣(1+h)−1∣−∣1−1∣=limh→0+h∣h∣−0. Since h>0, ∣h∣=h.
f′(1+)=limh→0+hh=1. - Left-hand derivative (L.H.D.) at x=1:
f′(1−)=limh→0−hf(1+h)−f(1)=limh→0−h∣(1+h)−1∣−∣1−1∣=limh→0−h∣h∣−0. Since h<0, ∣h∣=−h.
f′(1−)=limh→0−h−h=−1.
Since L.H.D. (−1) = R.H.D. (1), the function is not differentiable at x=1. Statement 3 is TRUE.
4. L.H.D. of f(x) at x=0 is -1
For x≤0, f(x)=e−x+1.
L.H.D. at x=0:
f′(0−)=limh→0−hf(0+h)−f(0).
Since h→0−, h is negative, so 0+h≤0.
f(0+h)=e−(0+h)+1=e−h+1.
f(0)=e−0+1=2.
f′(0−)=limh→0−h(e−h+1)−2=limh→0−he−h−1.
Let y=−h. As h→0−, y→0+.
f′(0−)=limy→0+−yey−1=−limy→0+yey−1.
Using the standard limit limx→0xex−1=1:
f′(0−)=−1.
Statement 4 is TRUE.
The question asks for the FALSE statement. Based on our analysis, statement 2 is FALSE.
The final answer is f(x) is differentiable at x=0.