Question:medium

Suppose f(x) ={ a+bx, x\(<\)1 4, x=1 b-ax x\(>\)1 and if lim x \(\rightarrow\)1 f(x) = f(1), what are possible values of a and b?

Updated On: Jan 27, 2026
Show Solution

Solution and Explanation

Given:

f(x) = a + bx,   x < 1
f(1) = 4
f(x) = b − ax,   x > 1

Given that,
limx→1 f(x) = f(1)


Step 1: Evaluate Left Hand Limit (LHL)

LHL = limx→1⁻ f(x)

= limx→1⁻ (a + bx)

= a + b

Since limit exists and equals f(1),

a + b = 4   …(1)


Step 2: Evaluate Right Hand Limit (RHL)

RHL = limx→1⁺ f(x)

= limx→1⁺ (b − ax)

= b − a

Since limit exists and equals f(1),

b − a = 4   …(2)


Step 3: Solve equations (1) and (2)

a + b = 4
b − a = 4

Adding both equations:

2b = 8

b = 4

Substitute b = 4 in equation (1):

a + 4 = 4

a = 0


Final Answer:

The possible values are:
a = 0 and b = 4

Was this answer helpful?
0