Question:medium

Find \(\lim_{x\rightarrow 1}\) f(x) where { x2 -1, x≤1 -x2-1, x>1

Updated On: Jan 27, 2026
Show Solution

Solution and Explanation

Given:

f(x) =
x2 − 1,   x ≤ 1
−x2 − 1,   x > 1


Step 1: Evaluate Left Hand Limit (LHL)

LHL = limx→1⁻ f(x)

= limx→1⁻ (x2 − 1)

= 1 − 1

= 0


Step 2: Evaluate Right Hand Limit (RHL)

RHL = limx→1⁺ f(x)

= limx→1⁺ (−x2 − 1)

= −1 − 1

= −2


Step 3: Compare LHL and RHL

LHL ≠ RHL


Final Answer:

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

Was this answer helpful?
0