Solveeit Logo

Question

Mathematics Question on Differentiability

Consider the function f:(0,)Rf : (0, \infty) \rightarrow \mathbb{R} defined by f(x)=elogex.f(x) = e^{-| \log_e x |}.If mm and nn be respectively the number of points at which ff is not continuous and ff is not differentiable, then m+nm + n is

A

0

B

3

C

1

D

2

Answer

1

Explanation

Solution

Rewrite f(x)f(x) in terms of piecewise functions based on the value of xx:

f(x)=elnx={elnx=xfor x1 elnx=1xfor 0<x<1f(x) = e^{-\lvert \ln x \rvert} = \begin{cases} e^{\ln x} = x & \text{for } x \geq 1 \\\ e^{-\ln x} = \frac{1}{x} & \text{for } 0 < x < 1 \end{cases}

Check for continuity. The function f(x)f(x) is continuous for x>0x > 0 because:

  • f(x)=1xf(x) = \frac{1}{x} for 0<x<10 < x < 1, f(x)=xf(x) = x for x1x \geq 1.
  • At x=1x = 1, f(1)=1f(1) = 1 from both the left and right limits.

Thus, f(x)f(x) is continuous at x=1x = 1 and everywhere else in (0,)(0, \infty). So, m=0m = 0.

Check for differentiability at x=1x = 1. To check differentiability at x=1x = 1, compute the left-hand derivative and the right-hand derivative at x=1x = 1.

For 0<x<10 < x < 1, f(x)=1xf(x) = \frac{1}{x}, so:

f(1)=limx1f(x)f(1)x1=limx11x1x1=1.f'_{-}(1) = \lim_{x \to 1^{-}} \frac{f(x) - f(1)}{x - 1} = \lim_{x \to 1^{-}} \frac{\frac{1}{x} - 1}{x - 1} = -1.

For x1x \geq 1, f(x)=xf(x) = x, so:

f+(1)=limx1+f(x)f(1)x1=limx1+x1x1=1.f'_{+}(1) = \lim_{x \to 1^{+}} \frac{f(x) - f(1)}{x - 1} = \lim_{x \to 1^{+}} \frac{x - 1}{x - 1} = 1.

Since f(1)f+(1)f'_{-}(1) \neq f'_{+}(1), f(x)f(x) is not differentiable at x=1x = 1. Therefore, n=1n = 1.

Conclusion:

m+n=0+1=1m + n = 0 + 1 = 1

Thus, the answer is: 1