Question:medium

Evaluate \(\lim_{x\rightarrow 0}\)f(x), where { |x|/x, x≠0 0, x=0

Updated On: Jan 27, 2026
Show Solution

Solution and Explanation

Given:

f(x) =
|x| / x,   x ≠ 0
0,   x = 0


Step 1: Evaluate Left Hand Limit (LHL)

For x → 0, x is negative, so

|x| = −x

|x| / x = −1

limx→0⁻ f(x) = −1


Step 2: Evaluate Right Hand Limit (RHL)

For x → 0+, x is positive, so

|x| = x

|x| / x = 1

limx→0⁺ f(x) = 1


Step 3: Compare LHL and RHL

LHL ≠ RHL


Final Answer:

Since left hand limit is not equal to right hand limit,
limx→0 f(x) does not exist

Was this answer helpful?
0